-- MySQL dump 10.16  Distrib 10.2.25-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: frontd7_wp510
-- ------------------------------------------------------
-- Server version	10.2.25-MariaDB-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!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_EWD_UASP_Appointments`
--

DROP TABLE IF EXISTS `wp_EWD_UASP_Appointments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_EWD_UASP_Appointments` (
  `Appointment_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Location_Name` text DEFAULT NULL,
  `Location_Post_ID` mediumint(9) NOT NULL DEFAULT 0,
  `Service_Name` text DEFAULT NULL,
  `Service_Post_ID` mediumint(9) NOT NULL DEFAULT 0,
  `Service_Provider_Name` text DEFAULT NULL,
  `Service_Provider_Post_ID` mediumint(9) NOT NULL DEFAULT 0,
  `Appointment_Prepaid` text DEFAULT NULL,
  `Appointment_PayPal_Receipt_Number` text DEFAULT NULL,
  `Appointment_Start` datetime DEFAULT '0000-00-00 00:00:00',
  `Appointment_End` datetime DEFAULT '0000-00-00 00:00:00',
  `Appointment_Client_Name` text DEFAULT NULL,
  `Appointment_Client_Phone` text DEFAULT NULL,
  `Appointment_Client_Email` text DEFAULT NULL,
  `Appointment_Reminder_Email_Sent` text DEFAULT NULL,
  `Appointment_Confirmation_Received` text DEFAULT NULL,
  `WC_Order_ID` mediumint(9) NOT NULL DEFAULT 0,
  `WC_Order_Paid` text DEFAULT NULL,
  UNIQUE KEY `id` (`Appointment_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_EWD_UASP_Appointments`
--

LOCK TABLES `wp_EWD_UASP_Appointments` WRITE;
/*!40000 ALTER TABLE `wp_EWD_UASP_Appointments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_EWD_UASP_Appointments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_EWD_UASP_Custom_Fields`
--

DROP TABLE IF EXISTS `wp_EWD_UASP_Custom_Fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_EWD_UASP_Custom_Fields` (
  `Field_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Field_Name` text NOT NULL DEFAULT '',
  `Field_Slug` text NOT NULL DEFAULT '',
  `Field_Type` text NOT NULL DEFAULT '',
  `Field_Description` text NOT NULL DEFAULT '',
  `Field_Values` text NOT NULL DEFAULT '',
  `Field_Display` text NOT NULL DEFAULT '',
  `Field_Order` mediumint(9) DEFAULT 9999,
  `Field_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `id` (`Field_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_EWD_UASP_Custom_Fields`
--

LOCK TABLES `wp_EWD_UASP_Custom_Fields` WRITE;
/*!40000 ALTER TABLE `wp_EWD_UASP_Custom_Fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_EWD_UASP_Custom_Fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_EWD_UASP_Custom_Fields_Meta`
--

DROP TABLE IF EXISTS `wp_EWD_UASP_Custom_Fields_Meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_EWD_UASP_Custom_Fields_Meta` (
  `Meta_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Field_ID` mediumint(9) DEFAULT 0,
  `Appointment_ID` mediumint(9) DEFAULT 0,
  `Meta_Value` text NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`Meta_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_EWD_UASP_Custom_Fields_Meta`
--

LOCK TABLES `wp_EWD_UASP_Custom_Fields_Meta` WRITE;
/*!40000 ALTER TABLE `wp_EWD_UASP_Custom_Fields_Meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_EWD_UASP_Custom_Fields_Meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_EWD_UASP_Exceptions`
--

DROP TABLE IF EXISTS `wp_EWD_UASP_Exceptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_EWD_UASP_Exceptions` (
  `Exception_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Location_Name` text DEFAULT NULL,
  `Location_Post_ID` mediumint(9) NOT NULL DEFAULT 0,
  `Service_Provider_Name` text DEFAULT NULL,
  `Service_Provider_Post_ID` mediumint(9) NOT NULL DEFAULT 0,
  `Exception_Start` datetime DEFAULT '0000-00-00 00:00:00',
  `Exception_End` datetime DEFAULT '0000-00-00 00:00:00',
  `Exception_Status` text DEFAULT NULL,
  `Exception_Reason` text DEFAULT NULL,
  UNIQUE KEY `id` (`Exception_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_EWD_UASP_Exceptions`
--

LOCK TABLES `wp_EWD_UASP_Exceptions` WRITE;
/*!40000 ALTER TABLE `wp_EWD_UASP_Exceptions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_EWD_UASP_Exceptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_booking`
--

DROP TABLE IF EXISTS `wp_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_booking` (
  `booking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `trash` bigint(10) NOT NULL DEFAULT 0,
  `sync_gid` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `is_new` bigint(10) NOT NULL DEFAULT 1,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sort_date` datetime DEFAULT NULL,
  `modification_date` datetime DEFAULT NULL,
  `form` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `booking_type` bigint(10) NOT NULL DEFAULT 1,
  PRIMARY KEY (`booking_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_booking`
--

LOCK TABLES `wp_booking` WRITE;
/*!40000 ALTER TABLE `wp_booking` DISABLE KEYS */;
INSERT INTO `wp_booking` VALUES (1,0,'',1,'','2019-07-30 00:00:00','2019-07-28 13:40:27','text^name1^Jony~text^secondname1^Smith~text^email1^example-free@wpbookingcalendar.com~text^phone1^458-77-77~textarea^details1^Reserve a room with sea view',1);
/*!40000 ALTER TABLE `wp_booking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookingdates`
--

DROP TABLE IF EXISTS `wp_bookingdates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookingdates` (
  `booking_id` bigint(20) unsigned NOT NULL,
  `booking_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `approved` bigint(20) unsigned NOT NULL DEFAULT 0,
  UNIQUE KEY `booking_id_dates` (`booking_id`,`booking_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookingdates`
--

LOCK TABLES `wp_bookingdates` WRITE;
/*!40000 ALTER TABLE `wp_bookingdates` DISABLE KEYS */;
INSERT INTO `wp_bookingdates` VALUES (1,'2019-07-30 00:00:00',0),(1,'2019-07-31 00:00:00',0),(1,'2019-08-01 00:00:00',0);
/*!40000 ALTER TABLE `wp_bookingdates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_cartflows_ca_cart_abandonment`
--

DROP TABLE IF EXISTS `wp_cartflows_ca_cart_abandonment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cartflows_ca_cart_abandonment` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `checkout_id` int(11) NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cart_contents` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cart_total` decimal(10,2) DEFAULT NULL,
  `session_id` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
  `other_fields` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order_status` enum('normal','abandoned','completed','lost') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'normal',
  `unsubscribed` tinyint(1) DEFAULT 0,
  `coupon_code` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time` datetime DEFAULT NULL,
  PRIMARY KEY (`id`,`session_id`),
  UNIQUE KEY `session_id_UNIQUE` (`session_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cartflows_ca_cart_abandonment`
--

LOCK TABLES `wp_cartflows_ca_cart_abandonment` WRITE;
/*!40000 ALTER TABLE `wp_cartflows_ca_cart_abandonment` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_cartflows_ca_cart_abandonment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_cartflows_ca_email_history`
--

DROP TABLE IF EXISTS `wp_cartflows_ca_email_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cartflows_ca_email_history` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `template_id` bigint(20) NOT NULL,
  `ca_session_id` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `coupon_code` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `scheduled_time` datetime DEFAULT NULL,
  `email_sent` tinyint(1) DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `template_id` (`template_id`),
  KEY `ca_session_id` (`ca_session_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cartflows_ca_email_history`
--

LOCK TABLES `wp_cartflows_ca_email_history` WRITE;
/*!40000 ALTER TABLE `wp_cartflows_ca_email_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_cartflows_ca_email_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_cartflows_ca_email_templates`
--

DROP TABLE IF EXISTS `wp_cartflows_ca_email_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cartflows_ca_email_templates` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `template_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_subject` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_activated` tinyint(1) NOT NULL DEFAULT 0,
  `frequency` int(11) NOT NULL,
  `frequency_unit` enum('MINUTE','HOUR','DAY') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'MINUTE',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cartflows_ca_email_templates`
--

LOCK TABLES `wp_cartflows_ca_email_templates` WRITE;
/*!40000 ALTER TABLE `wp_cartflows_ca_email_templates` DISABLE KEYS */;
INSERT INTO `wp_cartflows_ca_email_templates` VALUES (1,'Sample Email Template 1','Purchase issue?','<p>Hi {{customer.firstname}}!</p><p>We\\\'re having trouble processing your recent purchase. Would you mind completing it?</p><p>Here\\\'s a link to continue where you left off:</p><p><a href=\'{{cart.checkout_url}}\' target=\'_blank\' rel=\'noopener\'> Continue Your Purchase Now </a></p><p>Kindly,<br />{{admin.firstname}}<br />{{admin.company}}</p><p>{{cart.unsubscribe}}</p>',0,30,'MINUTE'),(2,'Sample Email Template 2','Need help?','<p>Hi {{customer.firstname}}!</p><p>I\'m {{admin.firstname}}, and I help handle customer issues at {{admin.company}}.</p><p>I just noticed that you tried to make a purchase, but unfortunately, there was some trouble. Is there anything I can do to help?</p><p>You should be able to complete your checkout in less than a minute:<br /><a href=\'{{cart.checkout_url}}\' target=\'_blank\' rel=\'noopener\'> Click here to continue your purchase </a><p><p>Thanks!<br />{{admin.firstname}}<br />{{admin.company}}</p><p>{{cart.unsubscribe}}</p>',0,1,'DAY'),(3,'Sample Email Template 3','Exclusive discount for you. Let\'s get things started!','<p>Few days back you left {{cart.product.names}} in your cart.</p><p>To help make up your mind, we have added an exclusive 10% discount coupon {{cart.coupon_code}} to your cart.</p><p><a href=\'{{cart.checkout_url}}\' target=\'_blank\' rel=\'noopener\'>Complete Your Purchase Now &gt;&gt;</a></p><p>Hurry! This is a onetime offer and will expire in 24 Hours.</p><p>In case you couldn\\\'t finish your order due to technical difficulties or because you need some help, just reply to this email we will be happy to help.</p><p>Kind Regards,<br />{{admin.firstname}}<br />{{admin.company}}</p><p>{{cart.unsubscribe}}</p>',0,3,'DAY');
/*!40000 ALTER TABLE `wp_cartflows_ca_email_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_cartflows_ca_email_templates_meta`
--

DROP TABLE IF EXISTS `wp_cartflows_ca_email_templates_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cartflows_ca_email_templates_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `email_template_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `email_template_id` (`email_template_id`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cartflows_ca_email_templates_meta`
--

LOCK TABLES `wp_cartflows_ca_email_templates_meta` WRITE;
/*!40000 ALTER TABLE `wp_cartflows_ca_email_templates_meta` DISABLE KEYS */;
INSERT INTO `wp_cartflows_ca_email_templates_meta` VALUES (1,1,'override_global_coupon',''),(2,1,'discount_type','percent'),(3,1,'coupon_amount','10'),(4,1,'coupon_expiry_date',''),(5,1,'coupon_expiry_unit','hours'),(6,2,'override_global_coupon',''),(7,2,'discount_type','percent'),(8,2,'coupon_amount','10'),(9,2,'coupon_expiry_date',''),(10,2,'coupon_expiry_unit','hours'),(11,3,'override_global_coupon',''),(12,3,'discount_type','percent'),(13,3,'coupon_amount','10'),(14,3,'coupon_expiry_date',''),(15,3,'coupon_expiry_unit','hours');
/*!40000 ALTER TABLE `wp_cartflows_ca_email_templates_meta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=95 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES (92,375,'_wp_trash_meta_time','1582008582'),(94,404,'_wp_trash_meta_time','1582933796'),(91,375,'_wp_trash_meta_status','0'),(93,404,'_wp_trash_meta_status','0');
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=409 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (48,4439,'ulahubihip','unoeopi@werwer.namnerbca.com','http://mewkid.net/where-is-xena/','37.115.216.65','2019-10-31 01:15:46','2019-10-31 01:15:46','http://mewkid.net/where-is-xena/ - Amoxicillin 500 Mg <a href=\"http://mewkid.net/where-is-xena/\" rel=\"nofollow\">Amoxicillin 500 Mg</a> uav.znuc.thehistoricvinewood.com.rrj.og http://mewkid.net/where-is-xena/',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(46,4439,'irexumvu','uziwuld@werwer.namnerbca.com','http://mewkid.net/where-is-xena/','37.115.216.65','2019-10-30 18:58:20','2019-10-30 18:58:20','http://mewkid.net/where-is-xena/ - Amoxicillin 500 Mg Dosage <a href=\"http://mewkid.net/where-is-xena/\" rel=\"nofollow\">Amoxicillin 500mg Capsules</a> gfe.syiz.thehistoricvinewood.com.xpe.qf http://mewkid.net/where-is-xena/',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2','',0,0),(47,4439,'oizaoyefo','iecoxomef@werwer.namnerbca.com','http://mewkid.net/where-is-xena/','37.115.216.65','2019-10-30 19:16:14','2019-10-30 19:16:14','http://mewkid.net/where-is-xena/ - Amoxicillin Online <a href=\"http://mewkid.net/where-is-xena/\" rel=\"nofollow\">Buy Amoxicillin Online</a> ggm.ujsq.thehistoricvinewood.com.wef.jv http://mewkid.net/where-is-xena/',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(288,4468,'descargar visual basic 2008 portable para windows 7 gratis','denhcdfxz@bigmir.net','http://enatop.webcindario.com/huvoliw/descargar-visual-basic-2008-portable-para-windows-7-gratis.php','46.118.122.221','2020-01-22 07:02:56','2020-01-22 07:02:56','What\'s up to all, it\'s really a nice for me to visit this website, it consists of helpful Information.|  а',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(49,4439,'uvumitekubuh','ahogif@werwer.namnerbca.com','http://mewkid.net/where-is-xena/','37.115.216.65','2019-10-31 01:38:01','2019-10-31 01:38:01','http://mewkid.net/where-is-xena/ - Amoxicillin No Prescription <a href=\"http://mewkid.net/where-is-xena/\" rel=\"nofollow\">Amoxicillin</a> rcq.hyds.thehistoricvinewood.com.hrc.ji http://mewkid.net/where-is-xena/',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(86,4509,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-02 02:37:32','2019-12-02 02:37:32','Stock levels reduced: NYE 2020 (12312019) 184&rarr;182',0,'1','WooCommerce','order_note',0,0),(85,4509,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-02 02:37:31','2019-12-02 02:37:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(53,4439,'atuvbabiko','unetieaq@ser.namnerbca.com','http://mewkid.net/where-is-xena/','37.115.197.74','2019-11-02 16:58:57','2019-11-02 16:58:57','http://mewkid.net/where-is-xena/ - Amoxicillin 500mg Capsules <a href=\"http://mewkid.net/where-is-xena/\" rel=\"nofollow\">Amoxicillin 500mg Capsules</a> aln.kfvm.thehistoricvinewood.com.kmz.lg http://mewkid.net/where-is-xena/',0,'spam','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(54,4439,'ihecozu','oxaradi@ser.namnerbca.com','http://mewkid.net/where-is-xena/','37.115.197.74','2019-11-02 17:23:00','2019-11-02 17:23:00','http://mewkid.net/where-is-xena/ - Amoxil <a href=\"http://mewkid.net/where-is-xena/\" rel=\"nofollow\">Amoxicillin 500mg</a> kad.gmfv.thehistoricvinewood.com.chk.dm http://mewkid.net/where-is-xena/',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(55,4439,'uguytint','doayutom@dfasdf.namnerbca.com','http://mewkid.net/where-is-xena/','37.115.197.74','2019-11-03 17:46:45','2019-11-03 17:46:45','http://mewkid.net/where-is-xena/ - 18 <a href=\"http://mewkid.net/where-is-xena/\" rel=\"nofollow\">Amoxil</a> xjf.zuer.thehistoricvinewood.com.plg.bq http://mewkid.net/where-is-xena/',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','',0,0),(56,4439,'ajolijox','overuabok@dfasdf.namnerbca.com','http://mewkid.net/where-is-xena/','37.115.197.74','2019-11-03 18:33:38','2019-11-03 18:33:38','http://mewkid.net/where-is-xena/ - Amoxicillin 500mg Capsules <a href=\"http://mewkid.net/where-is-xena/\" rel=\"nofollow\">Buy Amoxicillin</a> jzt.tbju.thehistoricvinewood.com.dgt.hc http://mewkid.net/where-is-xena/',0,'spam','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(57,4439,'eyipowigav','andedaqa@dfasdf.namnerbca.com','http://mewkid.net/where-is-xena/','37.115.197.74','2019-11-03 19:22:54','2019-11-03 19:22:54','http://mewkid.net/where-is-xena/ - Amoxicillin Without Prescription <a href=\"http://mewkid.net/where-is-xena/\" rel=\"nofollow\">Amoxicillin Online</a> btf.nojq.thehistoricvinewood.com.fua.cx http://mewkid.net/where-is-xena/',0,'spam','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(134,4536,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-20 20:07:42','2019-12-20 20:07:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(135,4536,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-20 20:07:42','2019-12-20 20:07:42','Stock levels reduced: NYE 2020 (12312019) 146&rarr;140',0,'1','WooCommerce','order_note',0,0),(136,4536,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-20 20:07:59','2019-12-20 20:07:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(140,4538,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-21 21:13:09','2019-12-21 21:13:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(62,4496,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-19 22:12:01','2019-11-19 22:12:01','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(63,4499,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-23 11:59:55','2019-11-23 11:59:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(64,4499,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-23 11:59:55','2019-11-23 11:59:55','Stock levels reduced: NYE 2020 (12312019) 200&rarr;198',0,'1','WooCommerce','order_note',0,0),(65,4499,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-23 12:00:15','2019-11-23 12:00:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(66,4503,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-23 20:32:42','2019-11-23 20:32:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(67,4503,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-23 20:32:42','2019-11-23 20:32:42','Stock levels reduced: NYE 2020 (12312019) 198&rarr;196',0,'1','WooCommerce','order_note',0,0),(68,4503,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-23 20:33:04','2019-11-23 20:33:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(69,4504,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-25 21:53:40','2019-11-25 21:53:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(70,4504,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-25 21:53:40','2019-11-25 21:53:40','Stock levels reduced: NYE 2020 (12312019) 196&rarr;194',0,'1','WooCommerce','order_note',0,0),(71,4504,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-25 21:54:06','2019-11-25 21:54:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(72,4505,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-25 23:05:43','2019-11-25 23:05:43','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(73,4505,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-25 23:07:54','2019-11-25 23:07:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(74,4505,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-25 23:07:54','2019-11-25 23:07:54','Stock levels reduced: NYE 2020 (12312019) 194&rarr;192',0,'1','WooCommerce','order_note',0,0),(75,4505,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-25 23:08:10','2019-11-25 23:08:10','Order status changed from Cancelled to Processing.',0,'1','WooCommerce','order_note',0,0),(76,4506,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-26 00:01:01','2019-11-26 00:01:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(77,4506,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-26 00:01:01','2019-11-26 00:01:01','Stock levels reduced: NYE 2020 (12312019) 192&rarr;190',0,'1','WooCommerce','order_note',0,0),(78,4506,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-26 00:01:18','2019-11-26 00:01:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(79,4507,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-26 20:26:31','2019-11-26 20:26:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(80,4507,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-26 20:26:31','2019-11-26 20:26:31','Stock levels reduced: NYE 2020 (12312019) 190&rarr;186',0,'1','WooCommerce','order_note',0,0),(81,4507,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-26 20:26:53','2019-11-26 20:26:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(82,4508,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-28 02:27:22','2019-11-28 02:27:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(83,4508,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-28 02:27:22','2019-11-28 02:27:22','Stock levels reduced: NYE 2020 (12312019) 186&rarr;184',0,'1','WooCommerce','order_note',0,0),(84,4508,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-11-28 02:27:47','2019-11-28 02:27:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(87,4509,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-02 02:37:51','2019-12-02 02:37:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(252,4654,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-06 23:46:42','2020-01-06 23:46:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(251,4654,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-06 23:46:10','2020-01-06 23:46:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(91,4514,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-06 23:12:47','2019-12-06 23:12:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(92,4514,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-06 23:12:47','2019-12-06 23:12:47','Stock levels reduced: NYE 2020 (12312019) 182&rarr;180',0,'1','WooCommerce','order_note',0,0),(93,4514,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-06 23:13:07','2019-12-06 23:13:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(94,4515,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-08 20:49:34','2019-12-08 20:49:34','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(95,4516,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-08 20:53:17','2019-12-08 20:53:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(96,4516,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-08 20:53:17','2019-12-08 20:53:17','Stock levels reduced: NYE 2020 (12312019) 180&rarr;178',0,'1','WooCommerce','order_note',0,0),(97,4516,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-08 20:53:38','2019-12-08 20:53:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(98,4519,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-12 00:51:29','2019-12-12 00:51:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(99,4519,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-12 00:51:29','2019-12-12 00:51:29','Stock levels reduced: NYE 2020 (12312019) 178&rarr;174',0,'1','WooCommerce','order_note',0,0),(100,4519,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-12 00:51:49','2019-12-12 00:51:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(101,4520,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-13 19:58:11','2019-12-13 19:58:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(102,4520,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-13 19:58:11','2019-12-13 19:58:11','Stock levels reduced: NYE 2020 (12312019) 174&rarr;170',0,'1','WooCommerce','order_note',0,0),(103,4520,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-13 19:58:31','2019-12-13 19:58:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(104,4523,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 16:03:22','2019-12-14 16:03:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(105,4523,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 16:03:22','2019-12-14 16:03:22','Stock levels reduced: NYE 2020 (12312019) 170&rarr;166',0,'1','WooCommerce','order_note',0,0),(106,4523,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 16:03:43','2019-12-14 16:03:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(107,4524,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 16:14:34','2019-12-14 16:14:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(108,4524,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 16:14:34','2019-12-14 16:14:34','Stock levels reduced: NYE 2020 (12312019) 166&rarr;162',0,'1','WooCommerce','order_note',0,0),(109,4524,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 16:14:56','2019-12-14 16:14:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(110,4525,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 16:26:25','2019-12-14 16:26:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(111,4525,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 16:26:25','2019-12-14 16:26:25','Stock levels reduced: NYE 2020 (12312019) 162&rarr;160',0,'1','WooCommerce','order_note',0,0),(112,4525,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 16:26:44','2019-12-14 16:26:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(113,4522,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 17:23:45','2019-12-14 17:23:45','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(114,4527,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 17:40:10','2019-12-14 17:40:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(115,4527,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 17:40:10','2019-12-14 17:40:10','Stock levels reduced: NYE 2020 (12312019) 160&rarr;156',0,'1','WooCommerce','order_note',0,0),(116,4527,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 17:40:30','2019-12-14 17:40:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(117,4528,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 18:25:30','2019-12-14 18:25:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(118,4528,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 18:25:30','2019-12-14 18:25:30','Stock levels reduced: NYE 2020 (12312019) 156&rarr;154',0,'1','WooCommerce','order_note',0,0),(119,4528,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 18:25:52','2019-12-14 18:25:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(120,4529,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 19:09:36','2019-12-14 19:09:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(121,4529,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 19:09:36','2019-12-14 19:09:36','Stock levels reduced: NYE 2020 (12312019) 154&rarr;152',0,'1','WooCommerce','order_note',0,0),(122,4529,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 19:09:57','2019-12-14 19:09:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(123,4526,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-14 19:29:28','2019-12-14 19:29:28','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(124,4531,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-15 04:01:52','2019-12-15 04:01:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(125,4531,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-15 04:01:53','2019-12-15 04:01:53','Stock levels reduced: NYE 2020 (12312019) 152&rarr;150',0,'1','WooCommerce','order_note',0,0),(126,4531,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-15 04:02:12','2019-12-15 04:02:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(127,4530,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-15 04:58:54','2019-12-15 04:58:54','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(128,4532,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-17 18:38:54','2019-12-17 18:38:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(129,4532,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-17 18:38:55','2019-12-17 18:38:55','Stock levels reduced: NYE 2020 (12312019) 150&rarr;148',0,'1','WooCommerce','order_note',0,0),(130,4532,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-17 18:39:10','2019-12-17 18:39:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(131,4534,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-18 02:01:52','2019-12-18 02:01:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(132,4534,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-18 02:01:52','2019-12-18 02:01:52','Stock levels reduced: NYE 2020 (12312019) 148&rarr;146',0,'1','WooCommerce','order_note',0,0),(133,4534,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-18 02:02:10','2019-12-18 02:02:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(141,4538,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-21 21:13:09','2019-12-21 21:13:09','Stock levels reduced: NYE 2020 (12312019) 140&rarr;138',0,'1','WooCommerce','order_note',0,0),(142,4538,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-21 21:13:29','2019-12-21 21:13:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(143,4540,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-23 00:10:50','2019-12-23 00:10:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(144,4540,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-23 00:10:50','2019-12-23 00:10:50','Stock levels reduced: NYE 2020 (12312019) 138&rarr;134',0,'1','WooCommerce','order_note',0,0),(145,4540,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-23 00:11:21','2019-12-23 00:11:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(146,4538,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-23 23:17:02','2019-12-23 23:17:02','Order status set to refunded. To return funds to the customer you will need to issue a refund through your payment gateway.',0,'1','WooCommerce','order_note',0,0),(147,4538,'admin','TheHistoricVinewood@gmail.com','','','2019-12-23 23:17:02','2019-12-23 23:17:02','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(148,4538,'admin','TheHistoricVinewood@gmail.com','','','2019-12-23 23:17:11','2019-12-23 23:17:11','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0),(149,4432,'admin','TheHistoricVinewood@gmail.com','','','2019-12-23 23:41:27','2019-12-23 23:41:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(304,4739,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-03 14:03:53','2020-02-03 14:03:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(303,4737,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-03 12:40:32','2020-02-03 12:40:32','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(299,4731,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-30 23:58:10','2020-01-30 23:58:10','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(294,4725,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-26 22:11:04','2020-01-26 22:11:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(295,4725,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-26 22:11:35','2020-01-26 22:11:35','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(302,4737,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-03 12:39:55','2020-02-03 12:39:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(298,4731,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-30 23:57:38','2020-01-30 23:57:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(393,4844,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-25 13:41:19','2020-02-25 13:41:19','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(392,4844,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-25 13:40:54','2020-02-25 13:40:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(301,4733,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-02 17:46:12','2020-02-02 17:46:12','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(169,4559,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-24 17:07:32','2019-12-24 17:07:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(170,4559,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-24 17:08:03','2019-12-24 17:08:03','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(171,4568,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-24 22:11:32','2019-12-24 22:11:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(172,4568,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-24 22:11:32','2019-12-24 22:11:32','Stock levels reduced: NYE 2020 (12312019) 134&rarr;132',0,'1','WooCommerce','order_note',0,0),(173,4568,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-24 22:11:47','2019-12-24 22:11:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(174,4571,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-25 16:34:19','2019-12-25 16:34:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(175,4571,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-25 16:34:19','2019-12-25 16:34:19','Stock levels reduced: NYE 2020 (12312019) 132&rarr;128',0,'1','WooCommerce','order_note',0,0),(176,4571,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-25 16:34:38','2019-12-25 16:34:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(177,4572,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-25 19:15:00','2019-12-25 19:15:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(178,4572,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-25 19:15:00','2019-12-25 19:15:00','Stock levels reduced: NYE 2020 (12312019) 128&rarr;126',0,'1','WooCommerce','order_note',0,0),(179,4572,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-25 19:15:20','2019-12-25 19:15:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(180,4573,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-26 18:25:38','2019-12-26 18:25:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(181,4573,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-26 18:26:20','2019-12-26 18:26:20','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(182,4575,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 03:12:09','2019-12-27 03:12:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(183,4575,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 03:12:09','2019-12-27 03:12:09','Stock levels reduced: NYE 2020 (12312019) 126&rarr;124',0,'1','WooCommerce','order_note',0,0),(184,4575,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 03:12:29','2019-12-27 03:12:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(185,4577,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 04:16:15','2019-12-27 04:16:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(186,4577,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 04:16:16','2019-12-27 04:16:16','Stock levels reduced: NYE 2020 (12312019) 124&rarr;122',0,'1','WooCommerce','order_note',0,0),(187,4577,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 04:16:35','2019-12-27 04:16:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(188,4576,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 05:31:36','2019-12-27 05:31:36','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(189,4578,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 12:16:20','2019-12-27 12:16:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(190,4578,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 12:16:51','2019-12-27 12:16:51','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(191,4580,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 17:38:21','2019-12-27 17:38:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(192,4580,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 17:38:21','2019-12-27 17:38:21','Stock levels reduced: NYE 2020 (12312019) 122&rarr;120',0,'1','WooCommerce','order_note',0,0),(193,4580,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 17:38:44','2019-12-27 17:38:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(194,4581,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 22:21:47','2019-12-27 22:21:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(195,4581,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 22:21:47','2019-12-27 22:21:47','Stock levels reduced: NYE 2020 (12312019) 120&rarr;117',0,'1','WooCommerce','order_note',0,0),(196,4581,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-27 22:22:08','2019-12-27 22:22:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(197,4582,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-28 00:09:06','2019-12-28 00:09:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(198,4582,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-28 00:09:07','2019-12-28 00:09:07','Stock levels reduced: NYE 2020 (12312019) 117&rarr;115',0,'1','WooCommerce','order_note',0,0),(199,4582,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-28 00:09:25','2019-12-28 00:09:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(200,4583,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-28 02:17:44','2019-12-28 02:17:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(201,4583,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-28 02:17:44','2019-12-28 02:17:44','Stock levels reduced: NYE 2020 (12312019) 115&rarr;113',0,'1','WooCommerce','order_note',0,0),(202,4583,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-28 02:18:02','2019-12-28 02:18:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(203,4585,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-28 04:58:32','2019-12-28 04:58:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(204,4585,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-28 04:58:32','2019-12-28 04:58:32','Stock levels reduced: NYE 2020 (12312019) 113&rarr;111',0,'1','WooCommerce','order_note',0,0),(205,4585,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-28 04:58:51','2019-12-28 04:58:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(297,4729,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-30 15:52:33','2020-01-30 15:52:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(296,4729,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-30 15:52:01','2020-01-30 15:52:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(209,4595,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-29 01:27:15','2019-12-29 01:27:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(210,4595,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-29 01:27:51','2019-12-29 01:27:51','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(211,4597,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-29 03:44:30','2019-12-29 03:44:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(212,4597,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-29 03:44:30','2019-12-29 03:44:30','Stock levels reduced: NYE - Dance Only (12312019-2) 100&rarr;98',0,'1','WooCommerce','order_note',0,0),(213,4597,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-29 03:44:50','2019-12-29 03:44:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(214,4598,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-29 19:59:26','2019-12-29 19:59:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(215,4598,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-29 19:59:26','2019-12-29 19:59:26','Stock levels reduced: NYE - Dance Only (12312019-2) 98&rarr;97',0,'1','WooCommerce','order_note',0,0),(216,4598,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-29 19:59:48','2019-12-29 19:59:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(217,4601,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-30 18:54:44','2019-12-30 18:54:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(218,4601,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-30 18:55:13','2019-12-30 18:55:13','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(219,4603,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-30 23:49:22','2019-12-30 23:49:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(220,4603,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-30 23:49:22','2019-12-30 23:49:22','Stock levels reduced: NYE 2020 (12312019) 10&rarr;8',0,'1','WooCommerce','order_note',0,0),(221,4603,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-30 23:49:45','2019-12-30 23:49:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(222,4603,'admin','TheHistoricVinewood@gmail.com','','','2019-12-31 04:34:49','2019-12-31 04:34:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(300,4733,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-02 17:45:41','2020-02-02 17:45:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(223,4524,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-31 14:49:29','2019-12-31 14:49:29','Order status set to refunded. To return funds to the customer you will need to issue a refund through your payment gateway.',0,'1','WooCommerce','order_note',0,0),(224,4524,'admin','TheHistoricVinewood@gmail.com','','','2019-12-31 14:49:29','2019-12-31 14:49:29','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(225,4524,'admin','TheHistoricVinewood@gmail.com','','','2019-12-31 14:49:39','2019-12-31 14:49:39','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0),(226,4605,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-31 19:58:17','2019-12-31 19:58:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(227,4605,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2019-12-31 19:58:49','2019-12-31 19:58:49','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(228,4607,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-01 03:52:45','2020-01-01 03:52:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(229,4607,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-01 03:52:45','2020-01-01 03:52:45','Stock levels reduced: NYE - Dance Only (12312019-2) 20&rarr;18',0,'1','WooCommerce','order_note',0,0),(230,4607,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-01 03:53:04','2020-01-01 03:53:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(231,4609,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-02 16:02:52','2020-01-02 16:02:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(232,4609,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-02 16:03:24','2020-01-02 16:03:24','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(233,4611,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-02 18:29:04','2020-01-02 18:29:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(234,4611,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-02 18:29:36','2020-01-02 18:29:36','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(235,4613,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-02 18:50:56','2020-01-02 18:50:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(236,4613,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-02 18:51:33','2020-01-02 18:51:33','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(237,4639,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-03 20:14:00','2020-01-03 20:14:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(238,4639,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-03 20:14:30','2020-01-03 20:14:30','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(239,4641,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 14:53:19','2020-01-05 14:53:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(240,4641,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 14:53:50','2020-01-05 14:53:50','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(241,4643,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 15:50:20','2020-01-05 15:50:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(242,4643,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 15:50:51','2020-01-05 15:50:51','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(243,4645,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 19:07:26','2020-01-05 19:07:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(244,4645,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 19:07:58','2020-01-05 19:07:58','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(245,4647,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 19:56:24','2020-01-05 19:56:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(246,4647,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 19:56:55','2020-01-05 19:56:55','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(247,4649,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 20:40:54','2020-01-05 20:40:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(248,4649,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 20:41:27','2020-01-05 20:41:27','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(249,4651,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 21:25:44','2020-01-05 21:25:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(250,4651,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-05 21:26:14','2020-01-05 21:26:14','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(253,4656,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-07 13:40:36','2020-01-07 13:40:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(254,4656,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-07 13:41:07','2020-01-07 13:41:07','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(330,4765,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-08 17:50:35','2020-02-08 17:50:35','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(329,4765,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-08 17:50:12','2020-02-08 17:50:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(258,4667,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-08 02:01:33','2020-01-08 02:01:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(259,4667,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-08 02:02:06','2020-01-08 02:02:06','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(260,4670,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-08 22:12:55','2020-01-08 22:12:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(261,4669,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-08 22:12:55','2020-01-08 22:12:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(262,4670,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-08 22:13:31','2020-01-08 22:13:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(263,4669,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-08 22:13:31','2020-01-08 22:13:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(264,4673,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-09 17:50:27','2020-01-09 17:50:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(265,4673,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-09 17:50:58','2020-01-09 17:50:58','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(266,4676,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-09 22:15:56','2020-01-09 22:15:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(267,4676,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-09 22:16:27','2020-01-09 22:16:27','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(268,4680,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-10 23:14:55','2020-01-10 23:14:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(269,4680,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-10 23:15:32','2020-01-10 23:15:32','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(270,4681,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-10 23:15:48','2020-01-10 23:15:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(271,4681,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-10 23:16:15','2020-01-10 23:16:15','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(272,4684,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-11 15:54:23','2020-01-11 15:54:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(273,4684,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-11 15:54:51','2020-01-11 15:54:51','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(274,4686,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-11 22:22:28','2020-01-11 22:22:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(275,4686,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-11 22:22:58','2020-01-11 22:22:58','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(276,4688,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-12 04:15:52','2020-01-12 04:15:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(277,4688,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-12 04:16:18','2020-01-12 04:16:18','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(278,4690,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-12 04:51:20','2020-01-12 04:51:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(279,4690,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-12 04:51:50','2020-01-12 04:51:50','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(280,4551,'thelma stoltz','tlsjgs@outlook.com','','104.3.200.135','2020-01-12 15:43:56','2020-01-12 15:43:56','I didn\'t know about this event until I read in paper on Jan 12, I would like to come but guess to late,',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763','',0,0),(281,4551,'admin','TheHistoricVinewood@gmail.com','','68.103.122.14','2020-01-12 15:59:30','2020-01-12 15:59:30','Not too late - you may purchase tickets at the door. Also, we are doing another one on Sunday, March 29. The event will be on our website later today. Thanks and we hope to see you either today, in March or both.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:71.0) Gecko/20100101 Firefox/71.0','',280,1),(282,4697,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-12 23:47:41','2020-01-12 23:47:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(283,4697,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-12 23:48:11','2020-01-12 23:48:11','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(284,4702,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-13 21:42:01','2020-01-13 21:42:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(285,4702,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-13 21:42:31','2020-01-13 21:42:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(286,4705,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-17 00:20:17','2020-01-17 00:20:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(287,4705,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-17 00:20:24','2020-01-17 00:20:24','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(289,4708,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-24 03:35:23','2020-01-24 03:35:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(290,4708,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-01-24 03:35:53','2020-01-24 03:35:53','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(305,4739,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-03 14:04:10','2020-02-03 14:04:10','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(306,4736,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-03 15:31:21','2020-02-03 15:31:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(307,4736,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-03 15:31:45','2020-02-03 15:31:45','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(308,4742,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-03 20:16:35','2020-02-03 20:16:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(309,4742,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-03 20:17:06','2020-02-03 20:17:06','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(310,4745,'ActionScheduler','','','','2020-02-04 21:09:56','2020-02-04 21:09:56','action created',0,'1','ActionScheduler','action_log',0,0),(311,4745,'ActionScheduler','','','','2020-02-04 21:10:15','2020-02-04 21:10:15','action started',0,'1','ActionScheduler','action_log',0,0),(312,4745,'ActionScheduler','','','','2020-02-04 21:10:15','2020-02-04 21:10:15','action complete',0,'1','ActionScheduler','action_log',0,0),(313,4746,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-05 12:43:03','2020-02-05 12:43:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(314,4746,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-05 12:43:32','2020-02-05 12:43:32','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(315,4749,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-06 14:04:06','2020-02-06 14:04:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(316,4749,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-06 14:04:24','2020-02-06 14:04:24','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(317,4751,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-06 18:05:35','2020-02-06 18:05:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(318,4751,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-06 18:05:53','2020-02-06 18:05:53','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(319,4753,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-06 21:51:45','2020-02-06 21:51:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(320,4753,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-06 21:52:10','2020-02-06 21:52:10','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(321,4756,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-07 01:54:09','2020-02-07 01:54:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(322,4756,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-07 01:54:31','2020-02-07 01:54:31','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(323,4758,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-07 02:14:06','2020-02-07 02:14:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(324,4758,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-07 02:14:28','2020-02-07 02:14:28','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(325,4761,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-07 02:36:43','2020-02-07 02:36:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(326,4761,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-07 02:37:05','2020-02-07 02:37:05','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(327,4763,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-07 03:24:07','2020-02-07 03:24:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(328,4763,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-07 03:24:26','2020-02-07 03:24:26','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(331,4767,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-08 18:05:02','2020-02-08 18:05:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(332,4767,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-08 18:05:38','2020-02-08 18:05:38','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(333,4772,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-08 21:05:19','2020-02-08 21:05:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(334,4772,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-08 21:05:44','2020-02-08 21:05:44','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(335,4775,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-09 03:21:59','2020-02-09 03:21:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(336,4775,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-09 03:22:20','2020-02-09 03:22:20','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(337,4778,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-10 00:21:53','2020-02-10 00:21:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(338,4778,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-10 00:22:25','2020-02-10 00:22:25','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(339,4780,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-10 03:09:20','2020-02-10 03:09:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(340,4780,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-10 03:09:43','2020-02-10 03:09:43','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(341,4783,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-10 20:06:58','2020-02-10 20:06:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(342,4783,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-10 20:07:24','2020-02-10 20:07:24','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(343,4785,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-10 23:50:46','2020-02-10 23:50:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(344,4785,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-10 23:51:07','2020-02-10 23:51:07','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(345,4787,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-11 00:55:49','2020-02-11 00:55:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(346,4787,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-11 00:56:13','2020-02-11 00:56:13','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(347,4789,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-11 19:57:34','2020-02-11 19:57:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(348,4789,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-11 19:57:58','2020-02-11 19:57:58','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(349,4793,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-11 21:02:48','2020-02-11 21:02:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(350,4793,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-11 21:03:10','2020-02-11 21:03:10','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(351,4795,'ActionScheduler','','','','2020-02-11 21:17:12','2020-02-11 21:17:12','action created',0,'1','ActionScheduler','action_log',0,0),(352,4795,'ActionScheduler','','','','2020-02-11 21:18:17','2020-02-11 21:18:17','action started',0,'1','ActionScheduler','action_log',0,0),(353,4795,'ActionScheduler','','','','2020-02-11 21:18:17','2020-02-11 21:18:17','action complete',0,'1','ActionScheduler','action_log',0,0),(354,4796,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-11 21:45:33','2020-02-11 21:45:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(355,4796,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-11 21:45:55','2020-02-11 21:45:55','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(356,4798,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-11 23:22:12','2020-02-11 23:22:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(357,4798,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-11 23:22:35','2020-02-11 23:22:35','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(358,4800,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-12 00:07:00','2020-02-12 00:07:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(359,4800,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-12 00:07:25','2020-02-12 00:07:25','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(360,4803,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-12 02:13:19','2020-02-12 02:13:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(361,4803,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-12 02:13:41','2020-02-12 02:13:41','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(362,4806,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-13 18:11:46','2020-02-13 18:11:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(363,4806,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-13 18:12:08','2020-02-13 18:12:08','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(364,4808,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-13 19:17:43','2020-02-13 19:17:43','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(365,4811,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-14 00:06:16','2020-02-14 00:06:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(366,4811,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-14 00:06:37','2020-02-14 00:06:37','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(367,4814,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-14 14:26:40','2020-02-14 14:26:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(368,4814,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-14 14:27:03','2020-02-14 14:27:03','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(369,4817,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-14 16:49:31','2020-02-14 16:49:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(370,4817,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-14 16:49:52','2020-02-14 16:49:52','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(371,4819,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-14 19:21:09','2020-02-14 19:21:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(372,4819,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-14 19:21:36','2020-02-14 19:21:36','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(373,4824,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-15 19:33:21','2020-02-15 19:33:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(374,4824,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-15 19:33:47','2020-02-15 19:33:47','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(375,777,'AffiliateLabz','comments@affiliatelabz.com','https://affiliatelabz.com/special/?source=thehistoricvinewood.com','62.171.135.115','2020-02-15 21:30:20','2020-02-15 21:30:20','Great content! Super high-quality! Keep it up! :)',0,'spam','Mozilla/5.0 (compatible; AffiliateLabz/1.0; +https://affiliatelabz.com/)','',0,0),(376,4826,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-17 13:49:14','2020-02-17 13:49:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(377,4826,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-17 13:49:37','2020-02-17 13:49:37','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(378,4828,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-17 16:12:39','2020-02-17 16:12:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(379,4828,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-17 16:13:01','2020-02-17 16:13:01','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(380,4834,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-19 01:43:40','2020-02-19 01:43:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(381,4834,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-19 01:44:03','2020-02-19 01:44:03','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(382,4836,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-20 21:47:22','2020-02-20 21:47:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(383,4836,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-20 21:47:49','2020-02-20 21:47:49','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(384,4838,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-22 00:18:17','2020-02-22 00:18:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(385,4838,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-22 00:18:40','2020-02-22 00:18:40','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(386,4840,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-22 01:27:18','2020-02-22 01:27:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(387,4840,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-22 01:27:42','2020-02-22 01:27:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(388,4708,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-24 06:09:11','2020-02-24 06:09:11','Payment reversed via IPN. Order status changed from Completed to On hold.',0,'1','WooCommerce','order_note',0,0),(389,4843,'ActionScheduler','','','','2020-02-25 04:10:14','2020-02-25 04:10:14','action created',0,'1','ActionScheduler','action_log',0,0),(390,4843,'ActionScheduler','','','','2020-02-25 04:10:16','2020-02-25 04:10:16','action started',0,'1','ActionScheduler','action_log',0,0),(391,4843,'ActionScheduler','','','','2020-02-25 04:10:16','2020-02-25 04:10:16','action complete',0,'1','ActionScheduler','action_log',0,0),(394,4846,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-25 22:17:31','2020-02-25 22:17:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(395,4846,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-25 22:17:53','2020-02-25 22:17:53','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(396,4848,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-26 02:51:03','2020-02-26 02:51:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(397,4848,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-26 02:51:26','2020-02-26 02:51:26','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(398,4850,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-27 21:54:59','2020-02-27 21:54:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(399,4850,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-27 21:55:18','2020-02-27 21:55:18','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(400,4852,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-28 01:36:16','2020-02-28 01:36:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(401,4852,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-28 01:36:39','2020-02-28 01:36:39','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(402,4855,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-28 10:31:06','2020-02-28 10:31:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(403,4855,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-28 10:31:28','2020-02-28 10:31:28','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(404,4447,'hgf','christinedyke@hotmail.de','http://www.fdsfsdf.com','165.231.97.33','2020-02-28 16:59:45','2020-02-28 16:59:45','Just wish to say your article is as amazing.\r\nThe clearness in your post is just excellent and i can assume you\'re an expert on this subject.\r\nFine with your permission let me to grab your RSS feed to keep updated with forthcoming \r\npost. Thanks a million and please keep up the enjoyable work.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.4882.400 QQBrowser/9.7.13076.400','',0,0),(405,4858,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-28 20:01:03','2020-02-28 20:01:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(406,4858,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-28 20:01:18','2020-02-28 20:01:18','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(407,4862,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-28 22:33:49','2020-02-28 22:33:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(408,4862,'WooCommerce','woocommerce@thehistoricvinewood.com','','','2020-02-28 22:34:11','2020-02-28 22:34:11','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_cpappbk_forms`
--

DROP TABLE IF EXISTS `wp_cpappbk_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cpappbk_forms` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `form_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `form_structure` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `calendar_language` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `date_format` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `product_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `pay_later_label` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `defaultstatus` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `defaultpaidstatus` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `fp_from_email` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `fp_destination_emails` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fp_subject` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `fp_inc_additional_info` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `fp_return_page` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `fp_message` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fp_emailformat` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `fp_emailtomethod` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `fp_destination_emails_field` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cu_enable_copy_to_user` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cu_user_email_field` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cu_subject` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cu_message` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cu_emailformat` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `fp_emailfrommethod` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_maxapp` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_is_required` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_is_email` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_datemmddyyyy` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_dateddmmyyyy` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_number` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_digits` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_max` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_min` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_pageof` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_submitbtn` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_previousbtn` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `vs_text_nextbtn` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cp_user_access` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cp_user_access_settings` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `display_emails_endtime` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rep_enable` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rep_days` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rep_hour` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rep_emails` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `rep_subject` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `rep_emailformat` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rep_message` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cv_enable_captcha` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_width` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_height` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_chars` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_font` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_min_font_size` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_max_font_size` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_noise` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_noise_length` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_background` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_border` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cv_text_enter_valid_captcha` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cpappbk_forms`
--

LOCK TABLES `wp_cpappbk_forms` WRITE;
/*!40000 ALTER TABLE `wp_cpappbk_forms` DISABLE KEYS */;
INSERT INTO `wp_cpappbk_forms` VALUES (1,'Form 1','[[{\"form_identifier\":\"\",\"name\":\"fieldname1\",\"shortlabel\":\"\",\"index\":0,\"ftype\":\"fapp\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"Appointment\",\"services\":[{\"name\":\"Service 1\",\"price\":1,\"duration\":60}],\"openhours\":[{\"name\":\"Default\",\"openhours\":[{\"type\":\"all\",\"d\":\"\",\"h1\":8,\"m1\":0,\"h2\":17,\"m2\":0}]}],\"allOH\":[{\"name\":\"Default\",\"openhours\":[{\"type\":\"all\",\"d\":\"\",\"h1\":8,\"m1\":0,\"h2\":17,\"m2\":0}]}],\"dateFormat\":\"mm/dd/yy\",\"showDropdown\":false,\"dropdownRange\":\"-10:+10\",\"working_dates\":[true,true,true,true,true,true,true],\"numberOfMonths\":1,\"firstDay\":0,\"minDate\":\"0\",\"maxDate\":\"\",\"defaultDate\":\"\",\"invalidDates\":\"\",\"required\":true,\"fBuild\":{}},{\"form_identifier\":\"\",\"name\":\"email\",\"shortlabel\":\"\",\"index\":1,\"ftype\":\"femail\",\"userhelp\":\"\",\"userhelpTooltip\":false,\"csslayout\":\"\",\"title\":\"Email\",\"predefined\":\"\",\"predefinedClick\":false,\"required\":true,\"size\":\"medium\",\"equalTo\":\"\",\"fBuild\":{}}],[{\"title\":\"\",\"description\":\"\",\"formlayout\":\"top_aligned\",\"formtemplate\":\"\",\"evalequations\":1,\"autocomplete\":1}]]','','mm/dd/yy','Booking','Pay later','','','TheHistoricVinewood@gmail.com','TheHistoricVinewood@gmail.com','Notification to administrator: Booking request received...','true','https://thehistoricvinewood.com','The following contact message has been sent:\n\n<%INFO%>\n\n','text','','','true','email','Confirmation: Your booking has been received...','Thank you for your message. We will reply you as soon as possible.\n\nThis is a copy of the data sent:\n\n<%INFO%>\n\nBest Regards.','text','','Please select a max of  {0} appointments per customer.','This field is required.','Please enter a valid email address.','Please enter a valid date with this format(mm/dd/yyyy)','Please enter a valid date with this format(dd/mm/yyyy)','Please enter a valid number.','Please enter only digits.','Please enter a value less than or equal to {0}.','Please enter a value greater than or equal to {0}.','Page {0} of {0}','Submit','Previous','Next',NULL,'','','no','1','0','','Submissions report...','text','Attached you will find the data from the form submissions.','true','180','60','5','font-1.ttf','25','35','200','4','ffffff','000000','Please enter a valid captcha code.');
/*!40000 ALTER TABLE `wp_cpappbk_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_cpappbk_messages`
--

DROP TABLE IF EXISTS `wp_cpappbk_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cpappbk_messages` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `formid` int(11) NOT NULL,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ipaddr` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `notifyto` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `posted_data` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `whoadded` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cpappbk_messages`
--

LOCK TABLES `wp_cpappbk_messages` WRITE;
/*!40000 ALTER TABLE `wp_cpappbk_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_cpappbk_messages` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mec_dates`
--

DROP TABLE IF EXISTS `wp_mec_dates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mec_dates` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` int(10) NOT NULL,
  `dstart` date NOT NULL,
  `dend` date NOT NULL,
  `tstart` int(11) unsigned NOT NULL DEFAULT 0,
  `tend` int(11) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `post_id` (`post_id`),
  KEY `tstart` (`tstart`),
  KEY `tend` (`tend`)
) ENGINE=InnoDB AUTO_INCREMENT=10134 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mec_dates`
--

LOCK TABLES `wp_mec_dates` WRITE;
/*!40000 ALTER TABLE `wp_mec_dates` DISABLE KEYS */;
INSERT INTO `wp_mec_dates` VALUES (10002,3694,'2019-08-09','2019-08-09',1565377200,1565388000),(10003,3695,'2019-08-10','2019-08-10',1565467200,1565478000),(10004,3697,'2019-08-23','2019-08-23',1566590400,1566601200),(10006,3701,'2019-08-31','2019-08-31',1567242000,1567209600),(10007,3702,'2019-09-01','2019-09-01',1567324800,1567360800),(10009,3704,'2019-09-14','2019-09-14',1568448000,1568484000),(10010,3705,'2019-09-21','2019-09-21',1569052800,1569088800),(10012,3707,'2019-10-14','2019-10-14',1571040000,1571072400),(10013,3708,'2019-10-19','2019-10-19',1571472000,1571508000),(10015,3709,'2019-10-25','2019-10-25',1572033600,1572044400),(10018,3712,'2019-11-30','2019-11-30',1575100800,1575136800),(10019,3713,'2019-12-06','2019-12-06',1575619200,1575655200),(10021,3715,'2019-12-29','2019-12-29',1577606400,1577642400),(10023,3808,'2019-08-22','2019-08-22',1566489600,1566514800),(10025,3699,'2019-08-24','2019-08-24',1566673200,1566684000),(10027,4046,'2019-09-06','2019-09-06',1567800000,1567810800),(10034,4311,'2019-12-13','2019-12-13',1576267200,1576278000),(10035,4315,'2019-11-08','2019-11-08',1573243200,1573254000),(10043,3706,'2019-09-27','2019-09-27',1569610800,1569625200),(10044,3714,'2019-11-23','2019-11-23',1574496000,1574532000),(10058,4396,'2019-09-28','2019-09-28',1569700800,1569711600),(10064,4417,'2019-10-26','2019-10-26',1572120000,1572130800),(10069,4392,'2019-10-05','2019-10-05',1570302000,1570312800),(10071,4434,'2020-10-02','2020-10-03',1601661600,1601683200),(10075,4439,'2019-10-16','2019-10-16',1571252400,1571263200),(10078,4447,'2019-11-09','2019-11-09',1573329600,1573340400),(10084,3710,'2019-11-01','2019-11-01',1572638400,1572649200),(10085,4475,'2020-01-10','2020-01-10',1578686400,1578697200),(10086,4468,'2020-02-07','2020-02-07',1581102000,1581112800),(10098,3716,'2019-12-31','2020-01-01',1577815200,1577840400),(10102,4589,'2019-12-31','2020-01-01',1577820600,1577840400),(10104,4617,'2020-02-21','2020-02-21',1582315200,1582326000),(10107,4625,'2020-03-27','2020-03-27',1585339200,1585350000),(10110,4636,'2020-10-17','2020-10-17',1602925200,1602978900),(10113,4313,'2020-05-15','2020-05-15',1589572800,1589583600),(10116,4551,'2020-01-12','2020-01-12',1578826800,1578837600),(10117,4693,'2020-03-29','2020-03-29',1585479600,1585490400),(10121,4717,'2020-02-09','2020-02-09',1581256800,1581267600),(10127,4623,'2020-03-13','2020-03-13',1584129600,1584140400),(10128,4615,'2020-02-14','2020-02-14',1581710400,1581721200),(10131,4620,'2020-02-28','2020-02-28',1582920000,1582930800),(10133,4699,'2020-05-10','2020-05-10',1589108400,1589119200);
/*!40000 ALTER TABLE `wp_mec_dates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mec_events`
--

DROP TABLE IF EXISTS `wp_mec_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mec_events` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `post_id` int(10) NOT NULL,
  `start` date NOT NULL,
  `end` date NOT NULL,
  `repeat` tinyint(4) NOT NULL DEFAULT 0,
  `rinterval` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `year` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `month` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `day` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `week` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `weekday` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `weekdays` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `days` text COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `not_in_days` text COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `time_start` int(10) NOT NULL DEFAULT 0,
  `time_end` int(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ID` (`id`),
  UNIQUE KEY `post_id` (`post_id`),
  KEY `start` (`start`,`end`,`repeat`,`rinterval`,`year`,`month`,`day`,`week`,`weekday`,`weekdays`,`time_start`,`time_end`)
) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mec_events`
--

LOCK TABLES `wp_mec_events` WRITE;
/*!40000 ALTER TABLE `wp_mec_events` DISABLE KEYS */;
INSERT INTO `wp_mec_events` VALUES (7,3694,'2019-08-09','2019-08-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',68400,79200),(8,3695,'2019-08-10','2019-08-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(9,3697,'2019-08-23','2019-08-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(10,3699,'2019-08-24','2019-08-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',68400,79200),(11,3701,'2019-08-31','2019-08-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(12,3702,'2019-09-01','2019-09-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(14,3704,'2019-09-14','2019-09-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(15,3705,'2019-09-21','2019-09-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(16,3706,'2019-09-27','2019-09-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',68400,82800),(17,3707,'2019-10-14','2019-10-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,61200),(18,3708,'2019-10-19','2019-10-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(19,3709,'2019-10-25','2019-10-25',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(20,3710,'2019-11-01','2019-11-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(22,3712,'2019-11-30','2019-11-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(23,3713,'2019-12-06','2019-12-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(24,3714,'2019-11-23','2019-11-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(25,3715,'2019-12-29','2019-12-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(26,3716,'2019-12-31','2020-01-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',64800,3600),(28,3808,'2019-08-22','2019-08-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',57600,82800),(33,4046,'2019-09-06','2019-09-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(38,4311,'2019-12-13','2019-12-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(40,4313,'2020-05-15','2020-05-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(42,4315,'2019-11-08','2019-11-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(54,4392,'2019-10-05','2019-10-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',68400,79200),(56,4396,'2019-09-28','2019-09-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(62,4417,'2019-10-26','2019-10-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(68,4434,'2020-10-02','2020-10-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(73,4439,'2019-10-16','2019-10-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',68400,79200),(75,4447,'2019-11-09','2019-11-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(77,4466,'2019-11-09','2019-11-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(79,4469,'2020-02-07','2020-02-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',68400,79200),(80,4468,'2020-02-07','2020-02-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',68400,79200),(83,4477,'2020-01-10','2020-01-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(84,4475,'2020-01-10','2020-01-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(85,4478,'2019-11-01','2019-11-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(86,4498,'2019-12-31','2020-01-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',64800,3600),(88,4552,'2019-12-24','2019-12-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(89,4551,'2020-01-12','2020-01-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',39600,50400),(90,4554,'2020-01-12','2020-01-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',39600,50400),(91,4569,'2020-01-12','2020-01-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',39600,50400),(92,4590,'2019-12-31','2020-01-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',70200,3600),(93,4589,'2019-12-31','2020-01-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',70200,3600),(94,4616,'2020-01-03','2020-01-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(95,4615,'2020-02-14','2020-02-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(96,4619,'2020-02-21','2020-02-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(97,4617,'2020-02-21','2020-02-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(98,4622,'2020-01-03','2020-01-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(99,4620,'2020-02-28','2020-02-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(100,4624,'2020-03-13','2020-03-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(101,4623,'2020-03-13','2020-03-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(102,4626,'2020-03-27','2020-03-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(103,4625,'2020-03-27','2020-03-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(104,4637,'2020-10-17','2020-10-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(105,4636,'2020-10-17','2020-10-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',28800,64800),(106,4664,'2020-05-15','2020-05-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(107,4666,'2020-01-12','2020-01-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',39600,50400),(108,4695,'2020-03-29','2020-03-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',39600,50400),(109,4693,'2020-03-29','2020-03-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',39600,50400),(110,4700,'2020-05-10','2020-05-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',39600,50400),(111,4699,'2020-05-10','2020-05-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',39600,50400),(112,4718,'2020-02-09','2020-02-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',50400,61200),(113,4717,'2020-02-09','2020-02-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',50400,61200),(114,4720,'2020-02-14','2020-02-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(115,4721,'2020-02-14','2020-02-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(116,4723,'2020-03-13','2020-03-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(117,4821,'2020-02-14','2020-02-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',72000,82800),(118,4823,'2020-05-10','2020-05-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',39600,50400),(119,4833,'2020-05-10','2020-05-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','',39600,50400);
/*!40000 ALTER TABLE `wp_mec_events` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=83557 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://thehistoricvinewood.com','yes'),(2,'home','https://thehistoricvinewood.com','yes'),(3,'blogname','The Historic Vinewood','yes'),(4,'blogdescription','Where Memories Are Made','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','TheHistoricVinewood@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','1','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:554:{s:27:\"(?:events)/(\\d{4}-\\d{2})/?$\";s:67:\"index.php?post_type=mec-events&MecDisplay=month&MecDate=$matches[1]\";s:24:\"(?:events)/(?:yearly)/?$\";s:46:\"index.php?post_type=mec-events&MecDisplay=year\";s:25:\"(?:events)/(?:monthly)/?$\";s:47:\"index.php?post_type=mec-events&MecDisplay=month\";s:24:\"(?:events)/(?:weekly)/?$\";s:46:\"index.php?post_type=mec-events&MecDisplay=week\";s:23:\"(?:events)/(?:daily)/?$\";s:45:\"index.php?post_type=mec-events&MecDisplay=day\";s:27:\"(?:events)/(?:timetable)/?$\";s:51:\"index.php?post_type=mec-events&MecDisplay=timetable\";s:21:\"(?:events)/(?:map)/?$\";s:45:\"index.php?post_type=mec-events&MecDisplay=map\";s:22:\"(?:events)/(?:list)/?$\";s:46:\"index.php?post_type=mec-events&MecDisplay=list\";s:22:\"(?:events)/(?:grid)/?$\";s:46:\"index.php?post_type=mec-events&MecDisplay=grid\";s:24:\"(?:events)/(?:agenda)/?$\";s:48:\"index.php?post_type=mec-events&MecDisplay=agenda\";s:25:\"(?:events)/(?:masonry)/?$\";s:49:\"index.php?post_type=mec-events&MecDisplay=masonry\";s:13:\"(?:events)/?$\";s:49:\"index.php?post_type=mec-events&MecDisplay=default\";s:38:\"(?:events)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=mec-events&feed=$matches[1]\";s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:9:\"header/?$\";s:26:\"index.php?post_type=header\";s:39:\"header/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=header&feed=$matches[1]\";s:34:\"header/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=header&feed=$matches[1]\";s:26:\"header/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=header&paged=$matches[1]\";s:9:\"footer/?$\";s:26:\"index.php?post_type=footer\";s:39:\"footer/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=footer&feed=$matches[1]\";s:34:\"footer/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=footer&feed=$matches[1]\";s:26:\"footer/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=footer&paged=$matches[1]\";s:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&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:9:\"events/?$\";s:30:\"index.php?post_type=mec-events\";s:39:\"events/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=mec-events&feed=$matches[1]\";s:34:\"events/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=mec-events&feed=$matches[1]\";s:26:\"events/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=mec-events&paged=$matches[1]\";s:20:\"sitemap\\.xml(\\.gz)?$\";s:75:\"index.php?wds_sitemap=1&wds_sitemap_type=index&wds_sitemap_gzip=$matches[1]\";s:38:\"([^/]+?)-sitemap([0-9]+)?\\.xml(\\.gz)?$\";s:110:\"index.php?wds_sitemap=1&wds_sitemap_type=$matches[1]&wds_sitemap_page=$matches[2]&wds_sitemap_gzip=$matches[3]\";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:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:32:\"category/(.+?)/verify(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&verify=$matches[3]\";s:32:\"category/(.+?)/cancel(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&cancel=$matches[3]\";s:40:\"category/(.+?)/gateway-cancel(/(.*))?/?$\";s:62:\"index.php?category_name=$matches[1]&gateway-cancel=$matches[3]\";s:40:\"category/(.+?)/gateway-return(/(.*))?/?$\";s:62:\"index.php?category_name=$matches[1]&gateway-return=$matches[3]\";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:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";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:32:\"header/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"header/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"header/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"header/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"header/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"header/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"header/(.+?)/embed/?$\";s:39:\"index.php?header=$matches[1]&embed=true\";s:25:\"header/(.+?)/trackback/?$\";s:33:\"index.php?header=$matches[1]&tb=1\";s:45:\"header/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?header=$matches[1]&feed=$matches[2]\";s:40:\"header/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?header=$matches[1]&feed=$matches[2]\";s:33:\"header/(.+?)/page/?([0-9]{1,})/?$\";s:46:\"index.php?header=$matches[1]&paged=$matches[2]\";s:40:\"header/(.+?)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?header=$matches[1]&cpage=$matches[2]\";s:30:\"header/(.+?)/wc-api(/(.*))?/?$\";s:47:\"index.php?header=$matches[1]&wc-api=$matches[3]\";s:30:\"header/(.+?)/verify(/(.*))?/?$\";s:47:\"index.php?header=$matches[1]&verify=$matches[3]\";s:30:\"header/(.+?)/cancel(/(.*))?/?$\";s:47:\"index.php?header=$matches[1]&cancel=$matches[3]\";s:38:\"header/(.+?)/gateway-cancel(/(.*))?/?$\";s:55:\"index.php?header=$matches[1]&gateway-cancel=$matches[3]\";s:38:\"header/(.+?)/gateway-return(/(.*))?/?$\";s:55:\"index.php?header=$matches[1]&gateway-return=$matches[3]\";s:36:\"header/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"header/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"header/.+?/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:47:\"header/.+?/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:36:\"header/.+?/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:47:\"header/.+?/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:44:\"header/.+?/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:55:\"header/.+?/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:44:\"header/.+?/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:55:\"header/.+?/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:29:\"header/(.+?)(?:/([0-9]+))?/?$\";s:45:\"index.php?header=$matches[1]&page=$matches[2]\";s:32:\"footer/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"footer/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"footer/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"footer/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"footer/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"footer/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"footer/(.+?)/embed/?$\";s:39:\"index.php?footer=$matches[1]&embed=true\";s:25:\"footer/(.+?)/trackback/?$\";s:33:\"index.php?footer=$matches[1]&tb=1\";s:45:\"footer/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?footer=$matches[1]&feed=$matches[2]\";s:40:\"footer/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?footer=$matches[1]&feed=$matches[2]\";s:33:\"footer/(.+?)/page/?([0-9]{1,})/?$\";s:46:\"index.php?footer=$matches[1]&paged=$matches[2]\";s:40:\"footer/(.+?)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?footer=$matches[1]&cpage=$matches[2]\";s:30:\"footer/(.+?)/wc-api(/(.*))?/?$\";s:47:\"index.php?footer=$matches[1]&wc-api=$matches[3]\";s:30:\"footer/(.+?)/verify(/(.*))?/?$\";s:47:\"index.php?footer=$matches[1]&verify=$matches[3]\";s:30:\"footer/(.+?)/cancel(/(.*))?/?$\";s:47:\"index.php?footer=$matches[1]&cancel=$matches[3]\";s:38:\"footer/(.+?)/gateway-cancel(/(.*))?/?$\";s:55:\"index.php?footer=$matches[1]&gateway-cancel=$matches[3]\";s:38:\"footer/(.+?)/gateway-return(/(.*))?/?$\";s:55:\"index.php?footer=$matches[1]&gateway-return=$matches[3]\";s:36:\"footer/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"footer/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"footer/.+?/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:47:\"footer/.+?/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:36:\"footer/.+?/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:47:\"footer/.+?/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:44:\"footer/.+?/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:55:\"footer/.+?/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:44:\"footer/.+?/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:55:\"footer/.+?/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:29:\"footer/(.+?)(?:/([0-9]+))?/?$\";s:45:\"index.php?footer=$matches[1]&page=$matches[2]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&wc-api=$matches[3]\";s:35:\"portfolio/([^/]+)/verify(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&verify=$matches[3]\";s:35:\"portfolio/([^/]+)/cancel(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&cancel=$matches[3]\";s:43:\"portfolio/([^/]+)/gateway-cancel(/(.*))?/?$\";s:58:\"index.php?portfolio=$matches[1]&gateway-cancel=$matches[3]\";s:43:\"portfolio/([^/]+)/gateway-return(/(.*))?/?$\";s:58:\"index.php?portfolio=$matches[1]&gateway-return=$matches[3]\";s:41:\"portfolio/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"portfolio/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"portfolio/[^/]+/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:52:\"portfolio/[^/]+/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:41:\"portfolio/[^/]+/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:52:\"portfolio/[^/]+/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:49:\"portfolio/[^/]+/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:60:\"portfolio/[^/]+/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:49:\"portfolio/[^/]+/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:60:\"portfolio/[^/]+/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"category-portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_cat=$matches[1]&feed=$matches[2]\";s:54:\"category-portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_cat=$matches[1]&feed=$matches[2]\";s:35:\"category-portfolio/([^/]+)/embed/?$\";s:46:\"index.php?portfolio_cat=$matches[1]&embed=true\";s:47:\"category-portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio_cat=$matches[1]&paged=$matches[2]\";s:29:\"category-portfolio/([^/]+)/?$\";s:35:\"index.php?portfolio_cat=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:33:\"product/([^/]+)/verify(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&verify=$matches[3]\";s:33:\"product/([^/]+)/cancel(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&cancel=$matches[3]\";s:41:\"product/([^/]+)/gateway-cancel(/(.*))?/?$\";s:56:\"index.php?product=$matches[1]&gateway-cancel=$matches[3]\";s:41:\"product/([^/]+)/gateway-return(/(.*))?/?$\";s:56:\"index.php?product=$matches[1]&gateway-return=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:47:\"product/[^/]+/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:58:\"product/[^/]+/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:47:\"product/[^/]+/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:58:\"product/[^/]+/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"booked_appointments/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"booked_appointments/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"booked_appointments/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"booked_appointments/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"booked_appointments/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"booked_appointments/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"booked_appointments/([^/]+)/embed/?$\";s:52:\"index.php?booked_appointments=$matches[1]&embed=true\";s:40:\"booked_appointments/([^/]+)/trackback/?$\";s:46:\"index.php?booked_appointments=$matches[1]&tb=1\";s:48:\"booked_appointments/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?booked_appointments=$matches[1]&paged=$matches[2]\";s:55:\"booked_appointments/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?booked_appointments=$matches[1]&cpage=$matches[2]\";s:45:\"booked_appointments/([^/]+)/wc-api(/(.*))?/?$\";s:60:\"index.php?booked_appointments=$matches[1]&wc-api=$matches[3]\";s:45:\"booked_appointments/([^/]+)/verify(/(.*))?/?$\";s:60:\"index.php?booked_appointments=$matches[1]&verify=$matches[3]\";s:45:\"booked_appointments/([^/]+)/cancel(/(.*))?/?$\";s:60:\"index.php?booked_appointments=$matches[1]&cancel=$matches[3]\";s:53:\"booked_appointments/([^/]+)/gateway-cancel(/(.*))?/?$\";s:68:\"index.php?booked_appointments=$matches[1]&gateway-cancel=$matches[3]\";s:53:\"booked_appointments/([^/]+)/gateway-return(/(.*))?/?$\";s:68:\"index.php?booked_appointments=$matches[1]&gateway-return=$matches[3]\";s:51:\"booked_appointments/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:62:\"booked_appointments/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"booked_appointments/[^/]+/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:62:\"booked_appointments/[^/]+/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:51:\"booked_appointments/[^/]+/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:62:\"booked_appointments/[^/]+/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:59:\"booked_appointments/[^/]+/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:70:\"booked_appointments/[^/]+/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:59:\"booked_appointments/[^/]+/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:70:\"booked_appointments/[^/]+/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:44:\"booked_appointments/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?booked_appointments=$matches[1]&page=$matches[2]\";s:36:\"booked_appointments/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"booked_appointments/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"booked_appointments/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"booked_appointments/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"booked_appointments/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"booked_appointments/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"custom-calendar/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?booked_custom_calendars=$matches[1]&feed=$matches[2]\";s:51:\"custom-calendar/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?booked_custom_calendars=$matches[1]&feed=$matches[2]\";s:32:\"custom-calendar/([^/]+)/embed/?$\";s:56:\"index.php?booked_custom_calendars=$matches[1]&embed=true\";s:44:\"custom-calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:63:\"index.php?booked_custom_calendars=$matches[1]&paged=$matches[2]\";s:26:\"custom-calendar/([^/]+)/?$\";s:45:\"index.php?booked_custom_calendars=$matches[1]\";s:45:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"amn_exact-metrics/([^/]+)/embed/?$\";s:50:\"index.php?amn_exact-metrics=$matches[1]&embed=true\";s:38:\"amn_exact-metrics/([^/]+)/trackback/?$\";s:44:\"index.php?amn_exact-metrics=$matches[1]&tb=1\";s:46:\"amn_exact-metrics/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?amn_exact-metrics=$matches[1]&paged=$matches[2]\";s:53:\"amn_exact-metrics/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?amn_exact-metrics=$matches[1]&cpage=$matches[2]\";s:43:\"amn_exact-metrics/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?amn_exact-metrics=$matches[1]&wc-api=$matches[3]\";s:43:\"amn_exact-metrics/([^/]+)/verify(/(.*))?/?$\";s:58:\"index.php?amn_exact-metrics=$matches[1]&verify=$matches[3]\";s:43:\"amn_exact-metrics/([^/]+)/cancel(/(.*))?/?$\";s:58:\"index.php?amn_exact-metrics=$matches[1]&cancel=$matches[3]\";s:51:\"amn_exact-metrics/([^/]+)/gateway-cancel(/(.*))?/?$\";s:66:\"index.php?amn_exact-metrics=$matches[1]&gateway-cancel=$matches[3]\";s:51:\"amn_exact-metrics/([^/]+)/gateway-return(/(.*))?/?$\";s:66:\"index.php?amn_exact-metrics=$matches[1]&gateway-return=$matches[3]\";s:49:\"amn_exact-metrics/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"amn_exact-metrics/[^/]+/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:60:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:49:\"amn_exact-metrics/[^/]+/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:60:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:57:\"amn_exact-metrics/[^/]+/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:68:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:57:\"amn_exact-metrics/[^/]+/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:68:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:42:\"amn_exact-metrics/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?amn_exact-metrics=$matches[1]&page=$matches[2]\";s:34:\"amn_exact-metrics/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"amn_exact-metrics/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"amn_exact-metrics/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"amn_exact-metrics/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"amn_exact-metrics/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"amn_exact-metrics/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"mec-books/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"mec-books/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"mec-books/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"mec-books/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"mec-books/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"mec-books/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"mec-books/([^/]+)/embed/?$\";s:42:\"index.php?mec-books=$matches[1]&embed=true\";s:30:\"mec-books/([^/]+)/trackback/?$\";s:36:\"index.php?mec-books=$matches[1]&tb=1\";s:38:\"mec-books/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?mec-books=$matches[1]&paged=$matches[2]\";s:45:\"mec-books/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?mec-books=$matches[1]&cpage=$matches[2]\";s:35:\"mec-books/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?mec-books=$matches[1]&wc-api=$matches[3]\";s:35:\"mec-books/([^/]+)/verify(/(.*))?/?$\";s:50:\"index.php?mec-books=$matches[1]&verify=$matches[3]\";s:35:\"mec-books/([^/]+)/cancel(/(.*))?/?$\";s:50:\"index.php?mec-books=$matches[1]&cancel=$matches[3]\";s:43:\"mec-books/([^/]+)/gateway-cancel(/(.*))?/?$\";s:58:\"index.php?mec-books=$matches[1]&gateway-cancel=$matches[3]\";s:43:\"mec-books/([^/]+)/gateway-return(/(.*))?/?$\";s:58:\"index.php?mec-books=$matches[1]&gateway-return=$matches[3]\";s:41:\"mec-books/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"mec-books/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"mec-books/[^/]+/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:52:\"mec-books/[^/]+/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:41:\"mec-books/[^/]+/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:52:\"mec-books/[^/]+/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:49:\"mec-books/[^/]+/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:60:\"mec-books/[^/]+/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:49:\"mec-books/[^/]+/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:60:\"mec-books/[^/]+/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:34:\"mec-books/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?mec-books=$matches[1]&page=$matches[2]\";s:26:\"mec-books/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"mec-books/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"mec-books/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"mec-books/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"mec-books/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"mec-books/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"events/([^/]+)/embed/?$\";s:43:\"index.php?mec-events=$matches[1]&embed=true\";s:27:\"events/([^/]+)/trackback/?$\";s:37:\"index.php?mec-events=$matches[1]&tb=1\";s:47:\"events/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?mec-events=$matches[1]&feed=$matches[2]\";s:42:\"events/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?mec-events=$matches[1]&feed=$matches[2]\";s:35:\"events/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mec-events=$matches[1]&paged=$matches[2]\";s:42:\"events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mec-events=$matches[1]&cpage=$matches[2]\";s:32:\"events/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?mec-events=$matches[1]&wc-api=$matches[3]\";s:32:\"events/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?mec-events=$matches[1]&verify=$matches[3]\";s:32:\"events/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?mec-events=$matches[1]&cancel=$matches[3]\";s:40:\"events/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?mec-events=$matches[1]&gateway-cancel=$matches[3]\";s:40:\"events/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?mec-events=$matches[1]&gateway-return=$matches[3]\";s:38:\"events/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"events/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"events/[^/]+/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:49:\"events/[^/]+/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:38:\"events/[^/]+/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:49:\"events/[^/]+/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:46:\"events/[^/]+/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:57:\"events/[^/]+/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:46:\"events/[^/]+/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:57:\"events/[^/]+/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:31:\"events/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mec-events=$matches[1]&page=$matches[2]\";s:23:\"events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"event-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?mec_category=$matches[1]&feed=$matches[2]\";s:50:\"event-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?mec_category=$matches[1]&feed=$matches[2]\";s:31:\"event-category/([^/]+)/embed/?$\";s:45:\"index.php?mec_category=$matches[1]&embed=true\";s:43:\"event-category/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?mec_category=$matches[1]&paged=$matches[2]\";s:25:\"event-category/([^/]+)/?$\";s:34:\"index.php?mec_category=$matches[1]\";s:41:\"mec_calendars/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"mec_calendars/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"mec_calendars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"mec_calendars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"mec_calendars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"mec_calendars/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"mec_calendars/([^/]+)/embed/?$\";s:46:\"index.php?mec_calendars=$matches[1]&embed=true\";s:34:\"mec_calendars/([^/]+)/trackback/?$\";s:40:\"index.php?mec_calendars=$matches[1]&tb=1\";s:42:\"mec_calendars/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?mec_calendars=$matches[1]&paged=$matches[2]\";s:49:\"mec_calendars/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?mec_calendars=$matches[1]&cpage=$matches[2]\";s:39:\"mec_calendars/([^/]+)/wc-api(/(.*))?/?$\";s:54:\"index.php?mec_calendars=$matches[1]&wc-api=$matches[3]\";s:39:\"mec_calendars/([^/]+)/verify(/(.*))?/?$\";s:54:\"index.php?mec_calendars=$matches[1]&verify=$matches[3]\";s:39:\"mec_calendars/([^/]+)/cancel(/(.*))?/?$\";s:54:\"index.php?mec_calendars=$matches[1]&cancel=$matches[3]\";s:47:\"mec_calendars/([^/]+)/gateway-cancel(/(.*))?/?$\";s:62:\"index.php?mec_calendars=$matches[1]&gateway-cancel=$matches[3]\";s:47:\"mec_calendars/([^/]+)/gateway-return(/(.*))?/?$\";s:62:\"index.php?mec_calendars=$matches[1]&gateway-return=$matches[3]\";s:45:\"mec_calendars/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:56:\"mec_calendars/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:45:\"mec_calendars/[^/]+/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:56:\"mec_calendars/[^/]+/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:45:\"mec_calendars/[^/]+/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:56:\"mec_calendars/[^/]+/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:53:\"mec_calendars/[^/]+/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:64:\"mec_calendars/[^/]+/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:53:\"mec_calendars/[^/]+/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:64:\"mec_calendars/[^/]+/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:38:\"mec_calendars/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?mec_calendars=$matches[1]&page=$matches[2]\";s:30:\"mec_calendars/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"mec_calendars/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"mec_calendars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"mec_calendars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"mec_calendars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"mec_calendars/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:36:\"mc4wp-form/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?mc4wp-form=$matches[1]&wc-api=$matches[3]\";s:36:\"mc4wp-form/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?mc4wp-form=$matches[1]&verify=$matches[3]\";s:36:\"mc4wp-form/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?mc4wp-form=$matches[1]&cancel=$matches[3]\";s:44:\"mc4wp-form/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?mc4wp-form=$matches[1]&gateway-cancel=$matches[3]\";s:44:\"mc4wp-form/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?mc4wp-form=$matches[1]&gateway-return=$matches[3]\";s:42:\"mc4wp-form/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"mc4wp-form/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"mc4wp-form/[^/]+/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:53:\"mc4wp-form/[^/]+/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:42:\"mc4wp-form/[^/]+/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:53:\"mc4wp-form/[^/]+/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:50:\"mc4wp-form/[^/]+/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:61:\"mc4wp-form/[^/]+/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:50:\"mc4wp-form/[^/]+/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:61:\"mc4wp-form/[^/]+/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"product-brand/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:49:\"product-brand/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:30:\"product-brand/([^/]+)/embed/?$\";s:46:\"index.php?product_brand=$matches[1]&embed=true\";s:42:\"product-brand/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&paged=$matches[2]\";s:24:\"product-brand/([^/]+)/?$\";s:35:\"index.php?product_brand=$matches[1]\";s:53:\"events-label/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?mec_label=$matches[1]&feed=$matches[2]\";s:48:\"events-label/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?mec_label=$matches[1]&feed=$matches[2]\";s:29:\"events-label/([^/]+)/embed/?$\";s:42:\"index.php?mec_label=$matches[1]&embed=true\";s:41:\"events-label/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?mec_label=$matches[1]&paged=$matches[2]\";s:23:\"events-label/([^/]+)/?$\";s:31:\"index.php?mec_label=$matches[1]\";s:56:\"events-location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?mec_location=$matches[1]&feed=$matches[2]\";s:51:\"events-location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?mec_location=$matches[1]&feed=$matches[2]\";s:32:\"events-location/([^/]+)/embed/?$\";s:45:\"index.php?mec_location=$matches[1]&embed=true\";s:44:\"events-location/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?mec_location=$matches[1]&paged=$matches[2]\";s:26:\"events-location/([^/]+)/?$\";s:34:\"index.php?mec_location=$matches[1]\";s:57:\"events-organizer/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?mec_organizer=$matches[1]&feed=$matches[2]\";s:52:\"events-organizer/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?mec_organizer=$matches[1]&feed=$matches[2]\";s:33:\"events-organizer/([^/]+)/embed/?$\";s:46:\"index.php?mec_organizer=$matches[1]&embed=true\";s:45:\"events-organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?mec_organizer=$matches[1]&paged=$matches[2]\";s:27:\"events-organizer/([^/]+)/?$\";s:35:\"index.php?mec_organizer=$matches[1]\";s:51:\"mec_coupon/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?mec_coupon=$matches[1]&feed=$matches[2]\";s:46:\"mec_coupon/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?mec_coupon=$matches[1]&feed=$matches[2]\";s:27:\"mec_coupon/([^/]+)/embed/?$\";s:43:\"index.php?mec_coupon=$matches[1]&embed=true\";s:39:\"mec_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mec_coupon=$matches[1]&paged=$matches[2]\";s:21:\"mec_coupon/([^/]+)/?$\";s:32:\"index.php?mec_coupon=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=4072&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";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:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";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:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/verify(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&verify=$matches[5]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/cancel(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cancel=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/gateway-cancel(/(.*))?/?$\";s:90:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&gateway-cancel=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/gateway-return(/(.*))?/?$\";s:90:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&gateway-return=$matches[5]\";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:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";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:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:28:\"([0-9]{4})/verify(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&verify=$matches[3]\";s:28:\"([0-9]{4})/cancel(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&cancel=$matches[3]\";s:36:\"([0-9]{4})/gateway-cancel(/(.*))?/?$\";s:53:\"index.php?year=$matches[1]&gateway-cancel=$matches[3]\";s:36:\"([0-9]{4})/gateway-return(/(.*))?/?$\";s:53:\"index.php?year=$matches[1]&gateway-return=$matches[3]\";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:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\".?.+?/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:31:\".?.+?/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:39:\".?.+?/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:50:\".?.+?/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:39:\".?.+?/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:50:\".?.+?/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";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:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:25:\"([^/]+)/verify(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&verify=$matches[3]\";s:25:\"([^/]+)/cancel(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&cancel=$matches[3]\";s:33:\"([^/]+)/gateway-cancel(/(.*))?/?$\";s:53:\"index.php?name=$matches[1]&gateway-cancel=$matches[3]\";s:33:\"([^/]+)/gateway-return(/(.*))?/?$\";s:53:\"index.php?name=$matches[1]&gateway-return=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/verify(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&verify=$matches[3]\";s:31:\"[^/]+/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/cancel(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&cancel=$matches[3]\";s:39:\"[^/]+/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:50:\"[^/]+/attachment/([^/]+)/gateway-cancel(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-cancel=$matches[3]\";s:39:\"[^/]+/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";s:50:\"[^/]+/attachment/([^/]+)/gateway-return(/(.*))?/?$\";s:59:\"index.php?attachment=$matches[1]&gateway-return=$matches[3]\";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'),(7692,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:39:\"Pay with Credit or Debit Card or PayPal\";s:5:\"email\";s:29:\"thehistoricvinewood@gmail.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:29:\"TheHistoricVinewood@gmail.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:10:\"page_style\";s:0:\"\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";}','yes'),(7775,'EWD_UASP_Appointment_Confirmation','No','yes'),(7776,'EWD_UASP_Reminders_Cache_Time','600','yes'),(7777,'EWD_UASP_Last_Reminder_Call','1565566225','yes'),(7778,'EWD_UASP_Third_Party_Reminders','No','yes'),(7779,'EWD_UASP_Unique_Site_ID','lcbF6xTAuDEoGBF','yes'),(7780,'EWD_UASP_Install_Time','1565566225','yes'),(7781,'EWD_UASP_Email_Messages_Array','a:3:{i:0;a:4:{s:2:\"ID\";s:1:\"0\";s:4:\"Name\";s:20:\"Default Client Email\";s:7:\"Subject\";s:43:\"Thanks for booking on The Historic Vinewood\";s:7:\"Message\";s:306:\"[section]Hello [client],[/section][section]Thanks for booking an appointment. Your appointment details are:[/section][section]Appointment Time: [appointment-time] Service: [service]Service Provider: [service-provider]Location: [location][/section][section]Thanks for booking,The Historic Vinewood[/section]\";}i:1;a:4:{s:2:\"ID\";s:1:\"1\";s:4:\"Name\";s:20:\"Default Worker Email\";s:7:\"Subject\";s:47:\"New appointment booked on The Historic Vinewood\";s:7:\"Message\";s:405:\"[section]Hello,[/section][section]This is an automated notification that you\\\'ve received a new appointment sign up with the following details:[/section][section]Appointment Time: [appointment-time]Client Name: [client]Client Phone: [phone]Client Email: [email] Service: [service]Service Provider: [service-provider]Location: [location][/section][section]Thanks for booking,The Historic Vinewood[/section]\";}i:2;a:4:{s:2:\"ID\";s:1:\"2\";s:4:\"Name\";s:22:\"Default Reminder Email\";s:7:\"Subject\";s:47:\"Appointment reminder from The Historic Vinewood\";s:7:\"Message\";s:432:\"[section]Greetings from The Historic Vinewood,[/section][section]This is an automated reminder about your appointment scheduled for [appointment-time]. The details for your appointment are:[/section][section]Appointment Time: [appointment-time] Service: [service]Service Provider: [service-provider]Location: [location][/section][section]Thank you for your cooperation and see you at your appointment,The Historic Vinewood[/section]\";}}','yes'),(7797,'EWD_UASP_Email_Reminders','','yes'),(7784,'plugin_error','','yes'),(7785,'EWD_UASP_WC_Delete_Appointments','a:0:{}','yes'),(7792,'EWD_UASP_Localize_Date_Time','North_American','yes'),(7793,'EWD_UASP_PHP_Date_Format','l, F jS, Y \\\\at g:i A','yes'),(7794,'EWD_UASP_Calendar_Offset','7','yes'),(7795,'EWD_UASP_Calendar_Offset_Unit','offsetDay','yes'),(7796,'EWD_UASP_Appointment_Confirmation_Page','','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:24:{i:0;s:47:\"booked-calendar-feeds/booked-calendar-feeds.php\";i:1;s:49:\"booked-frontend-agents/booked-frontend-agents.php\";i:2;s:59:\"booked-woocommerce-payments/booked-woocommerce-payments.php\";i:3;s:17:\"booked/booked.php\";i:4;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:5;s:33:\"classic-editor/classic-editor.php\";i:6;s:36:\"contact-form-7/wp-contact-form-7.php\";i:7;s:21:\"dreama-core/index.php\";i:8;s:32:\"duplicate-page/duplicatepage.php\";i:9;s:31:\"elementor-pro/elementor-pro.php\";i:10;s:23:\"elementor/elementor.php\";i:11;s:35:\"envato-elements/envato-elements.php\";i:12;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:13;s:63:\"granular-controls-for-elementor/granular-controls-elementor.php\";i:14;s:39:\"heartbeat-control/heartbeat-control.php\";i:15;s:42:\"hummingbird-performance/wp-hummingbird.php\";i:16;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:17;s:35:\"mec-woocommerce/mec-woocommerce.php\";i:18;s:30:\"modern-events-calendar/mec.php\";i:19;s:23:\"revslider/revslider.php\";i:20;s:31:\"smartcrawl-seo/wpmu-dev-seo.php\";i:21;s:27:\"svg-support/svg-support.php\";i:22;s:27:\"woocommerce/woocommerce.php\";i:23;s:23:\"wp-smushit/wp-smush.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','','no'),(40,'template','dreama','yes'),(41,'stylesheet','dreama','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','45805','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:6:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:59:\"modern-events-calendar-lite/modern-events-calendar-lite.php\";a:2:{i:0;s:11:\"MEC_factory\";i:1;s:9:\"uninstall\";}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:32:\"exactmetrics_lite_uninstall_hook\";s:30:\"modern-events-calendar/mec.php\";a:2:{i:0;s:11:\"MEC_factory\";i:1;s:9:\"uninstall\";}s:35:\"mec-woocommerce/mec-woocommerce.php\";a:2:{i:0;s:15:\"MEC_Woocommerce\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','1937','yes'),(84,'page_on_front','4072','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','3667','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'initial_db_version','44719','yes'),(94,'wp_user_roles','a:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:116:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:24:\"edit_booked_appointments\";b:1;s:21:\"manage_booked_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:20:\"booked_booking_agent\";a:2:{s:4:\"name\";s:13:\"Booking Agent\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:24:\"edit_booked_appointments\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:12:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"sidebar-single-post\";a:0:{}s:12:\"sidebar-blog\";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:12:\"sidebar-page\";a:1:{i:0;s:19:\"mc4wp_form_widget-2\";}s:18:\"mec-single-sidebar\";a:1:{i:0;s:10:\"nav_menu-2\";}s:24:\"sidebar-woocommerce-shop\";a:0:{}s:26:\"sidebar-woocommerce-detail\";a:0:{}s:32:\"sidebar-woocommerce-shop-filters\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'cron','a:28:{i:1583296557;a:1:{s:13:\"mec_scheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1583296564;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1583296604;a:2:{s:26:\"booked_send_user_reminders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"booked_everyfive\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:27:\"booked_send_admin_reminders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"booked_everyfive\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1583298083;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1583299041;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1583300074;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583300149;a:1:{s:20:\"envato_elements_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583301214;a:1:{s:23:\"wphb_minify_clear_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583304604;a:1:{s:15:\"wphb_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583304622;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583304632;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583304682;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1583305945;a:1:{s:34:\"puc_cron_check_updates-dreama-core\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583310655;a:1:{s:42:\"check_plugin_updates-booked-calendar-feeds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583310675;a:1:{s:43:\"check_plugin_updates-booked-frontend-agents\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583315422;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583324211;a:1:{s:27:\"check_plugin_updates-booked\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583326222;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583327841;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583336416;a:1:{s:48:\"check_plugin_updates-booked-woocommerce-payments\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1583366400;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583371042;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583371706;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:1583371707;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:1583374500;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1583378702;a:1:{s:29:\"wds_weekly_sitemap_check_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"wds-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1583476036;a:1:{s:32:\"exactmetrics_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_nav_menu','a:2:{i:2;a:1:{s:8:\"nav_menu\";i:48;}s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(343,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";s:247:\"[\"404 page\",\"about\",\"archive\",\"call to action\",\"clients\",\"contact\",\"faq\",\"features\",\"footer\",\"header\",\"hero\",\"portfolio\",\"pricing\",\"product archive\",\"services\",\"single page\",\"single post\",\"single product\",\"stats\",\"subscribe\",\"team\",\"testimonials\"]\";s:9:\"templates\";a:659:{i:0;a:14:{s:2:\"id\";s:4:\"5525\";s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:5:\"10107\";s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";s:10:\"1547851373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";s:4:\"5533\";s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"5575\";s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"5615\";s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"5624\";s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"5684\";s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:5:\"10158\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";s:10:\"1547852227\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:8;a:14:{s:2:\"id\";s:4:\"5693\";s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:4:\"5703\";s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:4:\"5711\";s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:5:\"10190\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";s:10:\"1547885703\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:12;a:14:{s:2:\"id\";s:4:\"5719\";s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:4:\"5729\";s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"5737\";s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"5746\";s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"5755\";s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"5764\";s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:3:\"375\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:5:\"10256\";s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";s:10:\"1547888909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"428\";s:11:\"trend_index\";s:3:\"422\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:19;a:14:{s:2:\"id\";s:4:\"5773\";s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:5:\"10267\";s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547889047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";s:4:\"5783\";s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:4:\"5792\";s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"5801\";s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"5811\";s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:5:\"10307\";s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547893266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"553\";s:11:\"trend_index\";s:3:\"599\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:26;a:14:{s:2:\"id\";s:4:\"5820\";s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:5:\"10318\";s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";s:10:\"1547893367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:28;a:14:{s:2:\"id\";s:4:\"5828\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:4:\"5836\";s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:5:\"10339\";s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547893603\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"418\";s:11:\"trend_index\";s:3:\"383\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";s:4:\"5844\";s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:5:\"10352\";s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547915335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"446\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";s:4:\"5852\";s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"473\";s:11:\"trend_index\";s:3:\"458\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:4:\"5947\";s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:5:\"10372\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";s:10:\"1547915554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"550\";s:11:\"trend_index\";s:3:\"509\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:36;a:14:{s:2:\"id\";s:4:\"5956\";s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"467\";s:11:\"trend_index\";s:3:\"394\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:5:\"10382\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547916616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";s:4:\"5963\";s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:4:\"5974\";s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"5983\";s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"5991\";s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"5999\";s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:5:\"10434\";s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";s:10:\"1547961950\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"390\";s:11:\"trend_index\";s:3:\"472\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";s:4:\"6008\";s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:5:\"10444\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";s:10:\"1547962029\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"420\";s:11:\"trend_index\";s:3:\"405\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";s:4:\"6027\";s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:4:\"6036\";s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:5:\"10467\";s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";s:10:\"1547962277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"610\";s:11:\"trend_index\";s:3:\"618\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";s:4:\"6044\";s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:4:\"6053\";s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:5:\"10487\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";s:10:\"1547964527\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"502\";s:11:\"trend_index\";s:3:\"530\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:52;a:14:{s:2:\"id\";s:4:\"6063\";s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:5:\"10498\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"432\";s:11:\"trend_index\";s:3:\"377\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";s:4:\"6071\";s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:4:\"6079\";s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:5:\"10519\";s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"535\";s:11:\"trend_index\";s:3:\"541\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";s:4:\"6089\";s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:4:\"6097\";s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:4:\"6106\";s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"419\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"6114\";s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"373\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"6122\";s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:5:\"10569\";s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";s:10:\"1547967812\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"487\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:63;a:14:{s:2:\"id\";s:4:\"6135\";s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:4:\"6144\";s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:5:\"10590\";s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"477\";s:11:\"trend_index\";s:3:\"389\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";s:4:\"6152\";s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:5:\"10600\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";s:10:\"1547968080\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"471\";s:11:\"trend_index\";s:3:\"427\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:68;a:14:{s:2:\"id\";s:4:\"6162\";s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:4:\"6170\";s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:5:\"10622\";s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";s:10:\"1547969678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"495\";s:11:\"trend_index\";s:3:\"550\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:71;a:14:{s:2:\"id\";s:4:\"6178\";s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"478\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:5:\"10633\";s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547969858\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"581\";s:11:\"trend_index\";s:3:\"443\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:73;a:14:{s:2:\"id\";s:4:\"6186\";s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"436\";s:11:\"trend_index\";s:3:\"474\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:5:\"10644\";s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547970814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"444\";s:11:\"trend_index\";s:3:\"407\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:75;a:14:{s:2:\"id\";s:4:\"6196\";s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:5:\"10654\";s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";s:10:\"1547970917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"571\";s:11:\"trend_index\";s:3:\"587\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:77;a:14:{s:2:\"id\";s:4:\"6204\";s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:5:\"10664\";s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";s:10:\"1547973928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"486\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:79;a:14:{s:2:\"id\";s:4:\"6212\";s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:5:\"10675\";s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547974110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"481\";s:11:\"trend_index\";s:3:\"538\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:81;a:14:{s:2:\"id\";s:4:\"6220\";s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:4:\"6230\";s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"420\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:4:\"9719\";s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";s:10:\"1547976107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"435\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:84;a:14:{s:2:\"id\";s:4:\"6239\";s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:4:\"6249\";s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:4:\"6258\";s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"403\";s:11:\"trend_index\";s:3:\"426\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:5:\"10137\";s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";s:10:\"1547976342\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"499\";s:11:\"trend_index\";s:3:\"514\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";s:4:\"6266\";s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:5:\"10244\";s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";s:10:\"1547976402\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"534\";s:11:\"trend_index\";s:3:\"470\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:90;a:14:{s:2:\"id\";s:4:\"6274\";s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:4:\"6017\";s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:5:\"10127\";s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";s:10:\"1547984061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"601\";s:11:\"trend_index\";s:3:\"615\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:93;a:14:{s:2:\"id\";s:4:\"4826\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:4:\"4835\";s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"374\";s:11:\"trend_index\";s:3:\"548\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"4843\";s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"396\";s:11:\"trend_index\";s:3:\"532\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:4:\"4854\";s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"517\";s:11:\"trend_index\";s:3:\"581\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:4:\"4863\";s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:5:\"10776\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";s:10:\"1548047055\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"595\";s:11:\"trend_index\";s:3:\"621\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";s:4:\"4871\";s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:5:\"10785\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";s:10:\"1548047593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"453\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:101;a:14:{s:2:\"id\";s:4:\"4880\";s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"379\";s:11:\"trend_index\";s:3:\"392\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:4:\"4889\";s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"459\";s:11:\"trend_index\";s:3:\"521\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:4:\"4897\";s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:4:\"4905\";s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:4:\"4913\";s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"4921\";s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"4929\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"4939\";s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"4947\";s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"4955\";s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"4963\";s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"382\";s:11:\"trend_index\";s:3:\"414\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"4971\";s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"524\";s:11:\"trend_index\";s:3:\"607\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"4979\";s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"478\";s:11:\"trend_index\";s:3:\"502\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"4987\";s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"4995\";s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"388\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"5007\";s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"5019\";s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"5027\";s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:5:\"10794\";s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";s:10:\"1548067619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"447\";s:11:\"trend_index\";s:3:\"464\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:120;a:14:{s:2:\"id\";s:4:\"5037\";s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"5057\";s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"5071\";s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:3:\"376\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:5:\"10871\";s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";s:10:\"1548074396\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"592\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:124;a:14:{s:2:\"id\";s:4:\"5082\";s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"433\";s:11:\"trend_index\";s:3:\"565\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:5:\"10936\";s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";s:10:\"1548874587\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"430\";s:11:\"trend_index\";s:3:\"390\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:126;a:14:{s:2:\"id\";s:4:\"5090\";s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:4:\"5098\";s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:4:\"5107\";s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"369\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:5:\"10964\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";s:10:\"1550039106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"556\";s:11:\"trend_index\";s:3:\"590\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:130;a:14:{s:2:\"id\";s:4:\"5115\";s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:5:\"10992\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";s:10:\"1550072007\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"579\";s:11:\"trend_index\";s:3:\"597\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:132;a:14:{s:2:\"id\";s:4:\"5125\";s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:5:\"11005\";s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";s:10:\"1550073303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"583\";s:11:\"trend_index\";s:3:\"594\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:134;a:14:{s:2:\"id\";s:4:\"5133\";s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:4:\"5141\";s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"516\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:4:\"5149\";s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"539\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:4:\"5542\";s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";s:4:\"5550\";s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"5558\";s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"5567\";s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:5:\"11231\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"5583\";s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:5:\"11220\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"5591\";s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:5:\"11204\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642389\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"376\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"5599\";s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:5:\"11198\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Header_small_3.jpg\";s:12:\"tmpl_created\";s:10:\"1564642395\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"5607\";s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:5:\"11192\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642399\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"5634\";s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:4:\"5642\";s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"5650\";s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:4:\"5658\";s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"5667\";s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:4:\"5675\";s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"382\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:4:\"5860\";s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"5869\";s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:3:\"381\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"5877\";s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"455\";s:11:\"trend_index\";s:3:\"517\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:5:\"11468\";s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393182\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"615\";s:11:\"trend_index\";s:3:\"612\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:160;a:14:{s:2:\"id\";s:4:\"5885\";s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:5:\"11461\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Header_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"5893\";s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:5:\"11453\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393224\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"5904\";s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"421\";s:11:\"trend_index\";s:3:\"483\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:5:\"11445\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"462\";s:11:\"trend_index\";s:3:\"386\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"5912\";s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"548\";s:11:\"trend_index\";s:3:\"544\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:5:\"11435\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"448\";s:11:\"trend_index\";s:3:\"379\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"5921\";s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:5:\"11424\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"605\";s:11:\"trend_index\";s:3:\"529\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:170;a:14:{s:2:\"id\";s:4:\"5930\";s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"5939\";s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"7596\";s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"7615\";s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"7627\";s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:5:\"11822\";s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";s:10:\"1569429896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"586\";s:11:\"trend_index\";s:3:\"479\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:176;a:14:{s:2:\"id\";s:4:\"7638\";s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:5:\"11877\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";s:10:\"1569429954\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"593\";s:11:\"trend_index\";s:3:\"572\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"7663\";s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:5:\"11870\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569429964\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"568\";s:11:\"trend_index\";s:3:\"510\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"7650\";s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:5:\"11861\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";s:10:\"1569429975\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"567\";s:11:\"trend_index\";s:3:\"540\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:182;a:14:{s:2:\"id\";s:4:\"7686\";s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:5:\"11854\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";s:10:\"1569429983\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"500\";s:11:\"trend_index\";s:3:\"378\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"4676\";s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:5:\"11847\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";s:10:\"1569430010\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"404\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"7997\";s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1524582343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:5:\"11839\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1569430015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"7982\";s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524582468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:5:\"11832\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";s:10:\"1569430019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"378\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"7959\";s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524582605\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:5:\"11807\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";s:10:\"1569430070\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"529\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:192;a:14:{s:2:\"id\";s:4:\"7950\";s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524582631\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"7937\";s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524582665\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:5:\"11897\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569494236\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"628\";s:11:\"trend_index\";s:3:\"595\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"7927\";s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524582691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:5:\"11890\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1571907344\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"408\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"7917\";s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524582788\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"7904\";s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524582814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:4:\"7837\";s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";s:10:\"1524582852\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"425\";s:11:\"trend_index\";s:3:\"498\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"7852\";s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";s:10:\"1524582875\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"7862\";s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1524582903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:5:\"12212\";s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";s:10:\"1572846914\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"461\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:203;a:14:{s:2:\"id\";s:4:\"7871\";s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524582927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:5:\"12203\";s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";s:10:\"1572846925\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"561\";s:11:\"trend_index\";s:3:\"499\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:205;a:14:{s:2:\"id\";s:4:\"7884\";s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524582944\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:5:\"12194\";s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/header.png\";s:12:\"tmpl_created\";s:10:\"1572846935\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"7892\";s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:5:\"12179\";s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";s:10:\"1572846958\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"485\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"4212\";s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"7825\";s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524583273\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:5:\"12170\";s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";s:10:\"1572846967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"498\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:212;a:14:{s:2:\"id\";s:4:\"4227\";s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:4:\"7812\";s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524583298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:5:\"12164\";s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";s:10:\"1572846979\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"636\";s:11:\"trend_index\";s:3:\"564\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"4235\";s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"7724\";s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524583367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"4244\";s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"443\";s:11:\"trend_index\";s:3:\"523\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"7734\";s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524583436\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"4252\";s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"7771\";s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524583540\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"4260\";s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"7787\";s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524583598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"4268\";s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"7801\";s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"4276\";s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:3:\"433\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"7754\";s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524583712\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"4284\";s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"7713\";s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524584780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"4293\";s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"7744\";s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524584784\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"4302\";s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:5:\"12229\";s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";s:10:\"1572847842\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"565\";s:11:\"trend_index\";s:3:\"449\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:4:\"4313\";s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"8523\";s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";s:10:\"1526415291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:5:\"12550\";s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";s:10:\"1575960263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"650\";s:11:\"trend_index\";s:3:\"547\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:4:\"4324\";s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:4:\"8524\";s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";s:10:\"1526415337\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:5:\"12540\";s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";s:10:\"1575960267\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"621\";s:11:\"trend_index\";s:3:\"442\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:239;a:14:{s:2:\"id\";s:4:\"4332\";s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:4:\"8525\";s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";s:10:\"1526415374\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"441\";s:11:\"trend_index\";s:3:\"500\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:5:\"12492\";s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1575960358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"530\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"4341\";s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"8513\";s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";s:10:\"1526415417\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"405\";s:11:\"trend_index\";s:3:\"462\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:5:\"12500\";s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1575960371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"489\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:4:\"4349\";s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:4:\"8512\";s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";s:10:\"1526415449\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"439\";s:11:\"trend_index\";s:3:\"455\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:5:\"12509\";s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";s:10:\"1575960378\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"641\";s:11:\"trend_index\";s:3:\"596\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:4:\"4357\";s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"8526\";s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";s:10:\"1526415474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"440\";s:11:\"trend_index\";s:3:\"440\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:5:\"12516\";s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1575960387\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"545\";s:11:\"trend_index\";s:3:\"372\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"4368\";s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"8505\";s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";s:10:\"1526415501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"519\";s:11:\"trend_index\";s:3:\"561\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:5:\"12524\";s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";s:10:\"1575960397\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"572\";s:11:\"trend_index\";s:3:\"403\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"4376\";s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"8511\";s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";s:10:\"1526415528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:3:\"549\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:5:\"12531\";s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";s:10:\"1575960404\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"598\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"4391\";s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"8514\";s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";s:10:\"1526415558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"406\";s:11:\"trend_index\";s:3:\"387\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"4400\";s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:4:\"8676\";s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1527682423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:4:\"4411\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:4:\"8678\";s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1527682780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:4:\"4420\";s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"8679\";s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1527682847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"4428\";s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"8680\";s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1527682896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"401\";s:11:\"trend_index\";s:3:\"451\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"4436\";s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"8681\";s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1527682969\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"4444\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"8682\";s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1527683026\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"423\";s:11:\"trend_index\";s:3:\"456\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"4452\";s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"8703\";s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1527683072\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"399\";s:11:\"trend_index\";s:3:\"459\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:4:\"4460\";s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"8961\";s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1528639909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"4468\";s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"8969\";s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1528700014\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:3:\"453\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:5:\"12716\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";s:10:\"1579060659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"600\";s:11:\"trend_index\";s:3:\"431\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:4:\"4476\";s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:4:\"8973\";s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1528700205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:5:\"12707\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";s:10:\"1579060669\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"596\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:4:\"4484\";s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:4:\"8977\";s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1528700326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"430\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:5:\"12699\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";s:10:\"1579060680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"564\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:4:\"4492\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:4:\"8981\";s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1528700484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"384\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:5:\"12688\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";s:10:\"1579060692\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"558\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:4:\"4500\";s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"431\";s:11:\"trend_index\";s:3:\"435\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:4:\"8985\";s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1528700612\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:5:\"12678\";s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1579060701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"480\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:4:\"4509\";s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"591\";s:11:\"trend_index\";s:3:\"638\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:4:\"8989\";s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1528701063\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:5:\"12669\";s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1579060715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"562\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:4:\"4521\";s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"8996\";s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1528701290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:5:\"12661\";s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";s:10:\"1579060722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"578\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:4:\"4529\";s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"518\";s:11:\"trend_index\";s:3:\"566\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:4:\"9001\";s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1528701433\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:5:\"12652\";s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";s:10:\"1579060730\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"594\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:4:\"4537\";s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"490\";s:11:\"trend_index\";s:3:\"471\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"9119\";s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";s:10:\"1532428138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";s:5:\"12643\";s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";s:10:\"1579060737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"559\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"4545\";s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"587\";s:11:\"trend_index\";s:3:\"602\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:4:\"9127\";s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";s:10:\"1532428699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:5:\"12635\";s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";s:10:\"1579060746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"635\";s:11:\"trend_index\";s:3:\"410\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:4:\"4553\";s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"451\";s:11:\"trend_index\";s:3:\"418\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:5:\"12736\";s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";s:10:\"1579060978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"652\";s:11:\"trend_index\";s:3:\"562\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:307;a:14:{s:2:\"id\";s:4:\"4562\";s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"575\";s:11:\"trend_index\";s:3:\"616\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:5:\"12726\";s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";s:10:\"1579061019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"590\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:309;a:14:{s:2:\"id\";s:4:\"4572\";s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:4:\"9174\";s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";s:10:\"1532950125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";s:5:\"13089\";s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";s:10:\"1582091623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"659\";s:11:\"trend_index\";s:3:\"533\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";s:4:\"4580\";s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"482\";s:11:\"trend_index\";s:3:\"495\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";s:4:\"9178\";s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";s:10:\"1532951997\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";s:5:\"13096\";s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1582091742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"654\";s:11:\"trend_index\";s:3:\"436\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";s:4:\"4589\";s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"589\";s:11:\"trend_index\";s:3:\"586\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:4:\"9180\";s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";s:10:\"1532952302\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:5:\"13103\";s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1582091903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"633\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:4:\"4597\";s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"508\";s:11:\"trend_index\";s:3:\"624\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:4:\"9182\";s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";s:10:\"1532952606\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:5:\"13120\";s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";s:10:\"1582092351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"658\";s:11:\"trend_index\";s:3:\"437\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:4:\"4605\";s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"609\";s:11:\"trend_index\";s:3:\"629\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:4:\"9239\";s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";s:10:\"1532953482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";s:5:\"13112\";s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1582092483\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"614\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:4:\"4613\";s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"479\";s:11:\"trend_index\";s:3:\"580\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";s:4:\"9247\";s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";s:10:\"1532953793\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";s:5:\"13129\";s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";s:10:\"1582092645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"657\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:327;a:14:{s:2:\"id\";s:4:\"9254\";s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";s:10:\"1532954032\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";s:4:\"9301\";s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";s:10:\"1537440661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:329;a:14:{s:2:\"id\";s:4:\"9296\";s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";s:10:\"1537440673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:330;a:14:{s:2:\"id\";s:4:\"9313\";s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";s:10:\"1537440798\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:331;a:14:{s:2:\"id\";s:4:\"9343\";s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";s:10:\"1537443531\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:332;a:14:{s:2:\"id\";s:4:\"9349\";s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";s:10:\"1537443903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:333;a:14:{s:2:\"id\";s:4:\"4690\";s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";s:4:\"4698\";s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"389\";s:11:\"trend_index\";s:3:\"461\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:4:\"4706\";s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:4:\"4718\";s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:4:\"4727\";s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"434\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";s:4:\"4736\";s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"4746\";s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";s:4:\"4759\";s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:4:\"4770\";s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:3:\"391\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";s:4:\"4781\";s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";s:4:\"9611\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546965350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"539\";s:11:\"trend_index\";s:3:\"560\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:344;a:14:{s:2:\"id\";s:4:\"4793\";s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"9622\";s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";s:10:\"1546965896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"533\";s:11:\"trend_index\";s:3:\"574\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:346;a:14:{s:2:\"id\";s:4:\"4801\";s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";s:4:\"9631\";s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546968270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"551\";s:11:\"trend_index\";s:3:\"589\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:348;a:14:{s:2:\"id\";s:4:\"4809\";s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"4818\";s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"417\";s:11:\"trend_index\";s:3:\"558\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:350;a:14:{s:2:\"id\";s:4:\"5045\";s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"515\";s:11:\"trend_index\";s:3:\"600\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:4:\"9662\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547009087\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"582\";s:11:\"trend_index\";s:3:\"573\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:352;a:14:{s:2:\"id\";s:4:\"5157\";s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:4:\"5165\";s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"463\";s:11:\"trend_index\";s:3:\"457\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:4:\"5173\";s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";s:4:\"9690\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547011716\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"388\";s:11:\"trend_index\";s:3:\"507\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:356;a:14:{s:2:\"id\";s:4:\"5181\";s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"414\";s:11:\"trend_index\";s:3:\"411\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";s:4:\"9699\";s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";s:10:\"1547015827\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"434\";s:11:\"trend_index\";s:3:\"546\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:358;a:14:{s:2:\"id\";s:4:\"5189\";s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"400\";s:11:\"trend_index\";s:3:\"396\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";s:4:\"5198\";s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"470\";s:11:\"trend_index\";s:3:\"526\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:360;a:14:{s:2:\"id\";s:4:\"9571\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1547726151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"542\";s:11:\"trend_index\";s:3:\"568\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:361;a:14:{s:2:\"id\";s:4:\"5206\";s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"492\";s:11:\"trend_index\";s:3:\"505\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:362;a:14:{s:2:\"id\";s:4:\"5214\";s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";s:4:\"5222\";s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"383\";s:11:\"trend_index\";s:3:\"413\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:364;a:14:{s:2:\"id\";s:4:\"9740\";s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";s:10:\"1547822836\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"527\";s:11:\"trend_index\";s:3:\"640\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:365;a:14:{s:2:\"id\";s:4:\"5230\";s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"371\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";s:4:\"5238\";s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"510\";s:11:\"trend_index\";s:3:\"513\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:4:\"9762\";s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";s:10:\"1547824145\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"438\";s:11:\"trend_index\";s:3:\"515\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:368;a:14:{s:2:\"id\";s:4:\"5249\";s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"458\";s:11:\"trend_index\";s:3:\"496\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:4:\"9772\";s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";s:10:\"1547824279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"624\";s:11:\"trend_index\";s:3:\"625\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:370;a:14:{s:2:\"id\";s:4:\"5257\";s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"391\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:4:\"5266\";s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";s:4:\"9793\";s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";s:10:\"1547831151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"569\";s:11:\"trend_index\";s:3:\"613\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:373;a:14:{s:2:\"id\";s:4:\"5275\";s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";s:4:\"5283\";s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:375;a:14:{s:2:\"id\";s:4:\"5290\";s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"468\";s:11:\"trend_index\";s:3:\"620\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";s:4:\"5298\";s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"410\";s:11:\"trend_index\";s:3:\"487\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:377;a:14:{s:2:\"id\";s:4:\"9836\";s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";s:10:\"1547835635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"538\";s:11:\"trend_index\";s:3:\"623\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:378;a:14:{s:2:\"id\";s:4:\"5306\";s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"546\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:4:\"9847\";s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";s:10:\"1547836956\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"617\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:380;a:14:{s:2:\"id\";s:4:\"5315\";s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"437\";s:11:\"trend_index\";s:3:\"497\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:381;a:14:{s:2:\"id\";s:4:\"9858\";s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547837100\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"639\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:382;a:14:{s:2:\"id\";s:4:\"5324\";s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"460\";s:11:\"trend_index\";s:3:\"477\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:383;a:14:{s:2:\"id\";s:4:\"5333\";s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:384;a:14:{s:2:\"id\";s:4:\"5341\";s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"509\";s:11:\"trend_index\";s:3:\"606\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";s:4:\"5349\";s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:386;a:14:{s:2:\"id\";s:4:\"5357\";s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"412\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";s:4:\"5368\";s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:388;a:14:{s:2:\"id\";s:4:\"5381\";s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";s:4:\"5389\";s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"377\";s:11:\"trend_index\";s:3:\"441\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";s:4:\"9944\";s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547841939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"616\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:391;a:14:{s:2:\"id\";s:4:\"5397\";s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:4:\"9955\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";s:10:\"1547842065\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"506\";s:11:\"trend_index\";s:3:\"395\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:393;a:14:{s:2:\"id\";s:4:\"5405\";s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";s:4:\"9965\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";s:10:\"1547842174\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"497\";s:11:\"trend_index\";s:3:\"520\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:395;a:14:{s:2:\"id\";s:4:\"5413\";s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";s:4:\"5421\";s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";s:4:\"5429\";s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";s:4:\"9995\";s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547844802\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"637\";s:11:\"trend_index\";s:3:\"608\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:399;a:14:{s:2:\"id\";s:4:\"5438\";s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:400;a:14:{s:2:\"id\";s:4:\"5447\";s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";s:5:\"10016\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";s:10:\"1547845062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"649\";s:11:\"trend_index\";s:3:\"633\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:402;a:14:{s:2:\"id\";s:4:\"5455\";s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:403;a:14:{s:2:\"id\";s:5:\"10026\";s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";s:10:\"1547845205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"507\";s:11:\"trend_index\";s:3:\"585\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:404;a:14:{s:2:\"id\";s:4:\"5464\";s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";s:5:\"10036\";s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547845409\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"531\";s:11:\"trend_index\";s:3:\"535\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:406;a:14:{s:2:\"id\";s:4:\"5472\";s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";s:4:\"5480\";s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"412\";s:11:\"trend_index\";s:3:\"467\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:408;a:14:{s:2:\"id\";s:5:\"10057\";s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547847938\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"629\";s:11:\"trend_index\";s:3:\"646\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:409;a:14:{s:2:\"id\";s:4:\"5488\";s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"415\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";s:4:\"5496\";s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"454\";s:11:\"trend_index\";s:3:\"511\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";s:4:\"5504\";s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:412;a:14:{s:2:\"id\";s:5:\"10087\";s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547848301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"541\";s:11:\"trend_index\";s:3:\"473\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:413;a:14:{s:2:\"id\";s:4:\"5515\";s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"399\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";s:5:\"10097\";s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";s:10:\"1547848411\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"580\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:415;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:416;a:14:{s:2:\"id\";s:4:\"9816\";s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547991876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"588\";s:11:\"trend_index\";s:3:\"603\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:417;a:14:{s:2:\"id\";s:4:\"9602\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546964559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"525\";s:11:\"trend_index\";s:3:\"552\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:418;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage &#8211; Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";s:5:\"10277\";s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";s:10:\"1548055999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"602\";s:11:\"trend_index\";s:3:\"645\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:421;a:14:{s:2:\"id\";s:5:\"11241\";s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564643043\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"411\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:422;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";s:4:\"9903\";s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";s:10:\"1547838896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:3:\"625\";s:11:\"trend_index\";s:3:\"642\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:424;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";s:5:\"10549\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";s:10:\"1547967595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"606\";s:11:\"trend_index\";s:3:\"636\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:426;a:14:{s:2:\"id\";s:5:\"12948\";s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1582093442\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"555\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:427;a:14:{s:2:\"id\";s:5:\"12798\";s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";s:10:\"1582093446\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:3:\"623\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";s:5:\"12868\";s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";s:10:\"1582093450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"632\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";s:5:\"10529\";s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";s:10:\"1548046309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"456\";s:11:\"trend_index\";s:3:\"439\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:430;a:14:{s:2:\"id\";s:5:\"13056\";s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";s:10:\"1582093454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"630\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";s:5:\"12922\";s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";s:10:\"1582093457\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:3:\"645\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";s:5:\"12875\";s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";s:10:\"1582093461\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:3:\"656\";s:11:\"trend_index\";s:3:\"393\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:433;a:14:{s:2:\"id\";s:5:\"12962\";s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";s:10:\"1582093465\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:3:\"643\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";s:5:\"12833\";s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";s:10:\"1582093469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:3:\"648\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";s:5:\"12898\";s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";s:10:\"1582093473\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:3:\"655\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:436;a:14:{s:2:\"id\";s:5:\"12994\";s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";s:10:\"1582093477\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:3:\"647\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:437;a:14:{s:2:\"id\";s:5:\"12805\";s:5:\"title\";s:38:\"Photography &#8211; B&#038;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";s:10:\"1582093481\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:3:\"653\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:438;a:14:{s:2:\"id\";s:5:\"10413\";s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";s:10:\"1547961774\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"618\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:439;a:14:{s:2:\"id\";s:5:\"13031\";s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";s:10:\"1582093484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"651\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:440;a:14:{s:2:\"id\";s:5:\"12621\";s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1579060604\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"416\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";s:5:\"10223\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";s:10:\"1547887343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"449\";s:11:\"trend_index\";s:3:\"579\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:442;a:14:{s:2:\"id\";s:5:\"10559\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";s:10:\"1547967711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"577\";s:11:\"trend_index\";s:3:\"591\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:443;a:14:{s:2:\"id\";s:5:\"12352\";s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1575960464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";s:5:\"10403\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";s:10:\"1548056371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"528\";s:11:\"trend_index\";s:3:\"575\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:445;a:14:{s:2:\"id\";s:5:\"12400\";s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";s:10:\"1575960441\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"465\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:446;a:14:{s:2:\"id\";s:5:\"12479\";s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";s:10:\"1575960474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"503\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:447;a:14:{s:2:\"id\";s:4:\"9913\";s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";s:10:\"1547841430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"501\";s:11:\"trend_index\";s:3:\"525\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:448;a:14:{s:2:\"id\";s:5:\"12466\";s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";s:10:\"1575960469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:3:\"522\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:449;a:14:{s:2:\"id\";s:5:\"12443\";s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";s:10:\"1575960459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:3:\"512\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:450;a:14:{s:2:\"id\";s:5:\"12431\";s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";s:10:\"1575960453\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:3:\"543\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:451;a:14:{s:2:\"id\";s:5:\"12421\";s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";s:10:\"1575960445\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:3:\"544\";s:11:\"trend_index\";s:3:\"408\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:452;a:14:{s:2:\"id\";s:5:\"11763\";s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";s:10:\"1569428959\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:453;a:14:{s:2:\"id\";s:4:\"9592\";s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546963720\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"557\";s:11:\"trend_index\";s:3:\"604\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:454;a:14:{s:2:\"id\";s:5:\"10210\";s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547886103\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"644\";s:11:\"trend_index\";s:3:\"632\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:455;a:14:{s:2:\"id\";s:5:\"11781\";s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";s:10:\"1569428955\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"381\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";s:5:\"11793\";s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";s:10:\"1569428951\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:3:\"429\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";s:5:\"11800\";s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";s:10:\"1569428946\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:3:\"475\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";s:5:\"11163\";s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";s:10:\"1564641877\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:459;a:14:{s:2:\"id\";s:5:\"10047\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547847757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"474\";s:11:\"trend_index\";s:3:\"593\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:460;a:14:{s:2:\"id\";s:5:\"11129\";s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";s:10:\"1564641889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";s:4:\"9879\";s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";s:10:\"1547838416\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"563\";s:11:\"trend_index\";s:3:\"605\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:462;a:14:{s:2:\"id\";s:5:\"11074\";s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";s:10:\"1564641872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:463;a:14:{s:2:\"id\";s:5:\"11056\";s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";s:10:\"1564641867\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";s:5:\"11094\";s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";s:10:\"1564641885\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:3:\"424\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:465;a:14:{s:2:\"id\";s:5:\"10297\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056099\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"514\";s:11:\"trend_index\";s:3:\"555\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:466;a:14:{s:2:\"id\";s:5:\"11034\";s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";s:10:\"1564641881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage &#8211; Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";s:5:\"10393\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";s:10:\"1548056682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"573\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:469;a:14:{s:2:\"id\";s:4:\"9139\";s:5:\"title\";s:25:\"Homepage &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";s:10:\"1532949924\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:470;a:14:{s:2:\"id\";s:5:\"10579\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967887\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"599\";s:11:\"trend_index\";s:3:\"570\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:471;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:473;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:474;a:14:{s:2:\"id\";s:5:\"12155\";s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";s:10:\"1572847054\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:475;a:14:{s:2:\"id\";s:5:\"12143\";s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";s:10:\"1572847069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"466\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:476;a:14:{s:2:\"id\";s:5:\"10180\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";s:10:\"1548045309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"584\";s:11:\"trend_index\";s:3:\"637\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:477;a:14:{s:2:\"id\";s:5:\"12133\";s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";s:10:\"1572847078\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"566\";s:11:\"trend_index\";s:3:\"367\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:478;a:14:{s:2:\"id\";s:5:\"12124\";s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";s:10:\"1572847096\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:3:\"491\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";s:5:\"12116\";s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";s:10:\"1572847105\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:3:\"504\";s:11:\"trend_index\";s:3:\"402\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:480;a:14:{s:2:\"id\";s:4:\"9731\";s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";s:10:\"1547976166\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"537\";s:11:\"trend_index\";s:3:\"584\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:5:\"12091\";s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";s:10:\"1572847113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"450\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";s:5:\"12080\";s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";s:10:\"1572847120\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:3:\"560\";s:11:\"trend_index\";s:3:\"438\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:483;a:14:{s:2:\"id\";s:5:\"12044\";s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";s:10:\"1572847130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:3:\"488\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:484;a:14:{s:2:\"id\";s:5:\"11545\";s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392943\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:485;a:14:{s:2:\"id\";s:5:\"11478\";s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"457\";s:11:\"trend_index\";s:3:\"398\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:486;a:14:{s:2:\"id\";s:5:\"11572\";s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392934\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"536\";s:11:\"trend_index\";s:3:\"460\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:487;a:14:{s:2:\"id\";s:5:\"11506\";s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392930\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"523\";s:11:\"trend_index\";s:3:\"571\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:488;a:14:{s:2:\"id\";s:5:\"11536\";s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"554\";s:11:\"trend_index\";s:3:\"488\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";s:5:\"11563\";s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392923\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"526\";s:11:\"trend_index\";s:3:\"527\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:490;a:14:{s:2:\"id\";s:5:\"10005\";s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";s:10:\"1547844909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"619\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";s:5:\"10424\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";s:10:\"1547961866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"549\";s:11:\"trend_index\";s:3:\"610\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:5:\"11528\";s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"493\";s:11:\"trend_index\";s:3:\"432\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:493;a:14:{s:2:\"id\";s:4:\"9975\";s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";s:10:\"1547842284\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"640\";s:11:\"trend_index\";s:3:\"631\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:495;a:14:{s:2:\"id\";s:5:\"10067\";s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547848075\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"511\";s:11:\"trend_index\";s:3:\"577\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:497;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:498;a:14:{s:2:\"id\";s:5:\"10329\";s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";s:10:\"1547893478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"646\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";s:4:\"9373\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";s:10:\"1542811219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"404\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:500;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";s:4:\"9650\";s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";s:10:\"1547007598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"631\";s:11:\"trend_index\";s:3:\"630\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:5:\"11948\";s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";s:10:\"1572153978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:504;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:505;a:14:{s:2:\"id\";s:5:\"10200\";s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1548055635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"603\";s:11:\"trend_index\";s:3:\"592\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:3:\"374\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:507;a:14:{s:2:\"id\";s:5:\"10287\";s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547994301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"516\";s:11:\"trend_index\";s:3:\"452\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:509;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:510;a:14:{s:2:\"id\";s:4:\"9889\";s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";s:10:\"1547838722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:3:\"620\";s:11:\"trend_index\";s:3:\"614\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:511;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site &#8211; Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";s:5:\"10077\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";s:10:\"1547848197\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"469\";s:11:\"trend_index\";s:3:\"444\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:513;a:14:{s:2:\"id\";s:5:\"11966\";s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";s:10:\"1572154274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:3:\"547\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:514;a:14:{s:2:\"id\";s:5:\"10362\";s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";s:10:\"1548056253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"540\";s:11:\"trend_index\";s:3:\"557\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";s:5:\"10454\";s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";s:10:\"1548056896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"638\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:518;a:14:{s:2:\"id\";s:4:\"9425\";s:5:\"title\";s:38:\"Black Friday &#8211;  80&#8217;s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";s:10:\"1542901234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"465\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:519;a:14:{s:2:\"id\";s:5:\"11973\";s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";s:10:\"1572154523\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"520\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";s:4:\"9803\";s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547831298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"585\";s:11:\"trend_index\";s:3:\"644\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:521;a:14:{s:2:\"id\";s:5:\"10611\";s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";s:10:\"1547968868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"642\";s:11:\"trend_index\";s:3:\"628\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";s:5:\"10508\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"597\";s:11:\"trend_index\";s:3:\"635\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:523;a:14:{s:2:\"id\";s:4:\"9934\";s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547841787\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"570\";s:11:\"trend_index\";s:3:\"582\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:524;a:14:{s:2:\"id\";s:4:\"9709\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547023834\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"607\";s:11:\"trend_index\";s:3:\"619\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";s:4:\"9671\";s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"552\";s:11:\"trend_index\";s:3:\"583\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:526;a:14:{s:2:\"id\";s:5:\"10234\";s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548055049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"626\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:527;a:14:{s:2:\"id\";s:5:\"11981\";s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";s:10:\"1572155125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"513\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:528;a:14:{s:2:\"id\";s:4:\"9869\";s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";s:10:\"1547837269\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"627\";s:11:\"trend_index\";s:3:\"634\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:529;a:14:{s:2:\"id\";s:5:\"10539\";s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548056994\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"604\";s:11:\"trend_index\";s:3:\"617\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:530;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:531;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";s:5:\"10147\";s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";s:10:\"1548055522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"634\";s:11:\"trend_index\";s:3:\"626\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:533;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage &#8211; Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";s:4:\"9923\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";s:10:\"1547841537\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"574\";s:11:\"trend_index\";s:3:\"576\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:536;a:14:{s:2:\"id\";s:5:\"10117\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";s:10:\"1548066998\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"608\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:537;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:3:\"380\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"494\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";s:4:\"9826\";s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";s:10:\"1547835513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"613\";s:11:\"trend_index\";s:3:\"598\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:540;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:3:\"397\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";s:5:\"10478\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"505\";s:11:\"trend_index\";s:3:\"522\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:542;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:3:\"417\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";s:5:\"10685\";s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";s:10:\"1547974729\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"576\";s:11:\"trend_index\";s:3:\"639\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:545;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"385\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:547;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";s:4:\"9985\";s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";s:10:\"1547844661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"622\";s:11:\"trend_index\";s:3:\"627\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:549;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:3:\"423\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:3:\"553\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"397\";s:11:\"trend_index\";s:3:\"551\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:552;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:3:\"406\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About &#8211; Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"518\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:555;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"466\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";s:4:\"9559\";s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1546946547\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"496\";s:11:\"trend_index\";s:3:\"567\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:557;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About &#8211; Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:559;a:14:{s:2:\"id\";s:4:\"9752\";s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";s:10:\"1547823982\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"612\";s:11:\"trend_index\";s:3:\"563\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:560;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About &#8211; Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About &#8211; Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:563;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";s:5:\"10169\";s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";s:10:\"1547852334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"386\";s:11:\"trend_index\";s:3:\"578\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:565;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"512\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"425\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:567;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:3:\"484\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:568;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";s:4:\"9680\";s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"611\";s:11:\"trend_index\";s:3:\"588\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:570;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:3:\"490\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:572;a:14:{s:2:\"id\";s:4:\"9783\";s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547831059\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"472\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:573;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"380\";s:11:\"trend_index\";s:3:\"524\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:574;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:3:\"398\";s:11:\"trend_index\";s:3:\"519\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:3:\"415\";s:11:\"trend_index\";s:3:\"428\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:576;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"400\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"448\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:579;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"501\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:580;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"528\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:3:\"504\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:582;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"384\";s:11:\"trend_index\";s:3:\"409\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:583;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:3:\"463\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:586;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:3:\"469\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:588;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:3:\"407\";s:11:\"trend_index\";s:3:\"543\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"554\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:3:\"545\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:591;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:592;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:594;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"476\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:595;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"140\";s:16:\"popularity_index\";s:3:\"426\";s:11:\"trend_index\";s:3:\"486\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:3:\"141\";s:16:\"popularity_index\";s:3:\"392\";s:11:\"trend_index\";s:3:\"508\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"142\";s:16:\"popularity_index\";s:3:\"445\";s:11:\"trend_index\";s:3:\"622\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"143\";s:16:\"popularity_index\";s:3:\"483\";s:11:\"trend_index\";s:3:\"489\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:599;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"144\";s:16:\"popularity_index\";s:3:\"521\";s:11:\"trend_index\";s:3:\"611\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"145\";s:16:\"popularity_index\";s:3:\"494\";s:11:\"trend_index\";s:3:\"531\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:601;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"146\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:602;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"147\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"429\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"148\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"149\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"150\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact &#8211; Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"151\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:607;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"152\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"153\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"154\";s:16:\"popularity_index\";s:3:\"484\";s:11:\"trend_index\";s:3:\"601\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:610;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"155\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:611;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"156\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"157\";s:16:\"popularity_index\";s:3:\"413\";s:11:\"trend_index\";s:3:\"534\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"158\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"481\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:614;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"159\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"424\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"160\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"493\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"161\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:3:\"556\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:3:\"162\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:3:\"163\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:3:\"164\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"165\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"166\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"167\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"468\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"168\";s:16:\"popularity_index\";s:3:\"394\";s:11:\"trend_index\";s:3:\"445\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"169\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:625;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:3:\"170\";s:16:\"popularity_index\";s:3:\"402\";s:11:\"trend_index\";s:3:\"480\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:3:\"171\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"172\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:628;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"173\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:629;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"174\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"370\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:630;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"175\";s:16:\"popularity_index\";s:3:\"393\";s:11:\"trend_index\";s:3:\"416\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:631;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"176\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:632;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site &#8211; Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"177\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:633;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site &#8211; Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"178\";s:16:\"popularity_index\";s:3:\"375\";s:11:\"trend_index\";s:3:\"475\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:634;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"179\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:635;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site &#8211; Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"180\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"421\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:636;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"181\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:637;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"182\";s:16:\"popularity_index\";s:3:\"385\";s:11:\"trend_index\";s:3:\"447\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:638;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"183\";s:16:\"popularity_index\";s:3:\"476\";s:11:\"trend_index\";s:3:\"536\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:639;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect &#8211; About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"184\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"491\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:640;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"185\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"485\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:641;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"186\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"506\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:642;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"187\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:643;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"188\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"446\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:644;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"189\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"401\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:645;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"190\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"368\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:646;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"191\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"454\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:647;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"192\";s:16:\"popularity_index\";s:3:\"532\";s:11:\"trend_index\";s:3:\"641\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:648;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday &#8211; Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"193\";s:16:\"popularity_index\";s:3:\"464\";s:11:\"trend_index\";s:3:\"569\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:649;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"194\";s:16:\"popularity_index\";s:3:\"419\";s:11:\"trend_index\";s:3:\"643\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:650;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"195\";s:16:\"popularity_index\";s:3:\"422\";s:11:\"trend_index\";s:3:\"482\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:651;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"196\";s:16:\"popularity_index\";s:3:\"409\";s:11:\"trend_index\";s:3:\"450\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:652;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas &#8211; Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"197\";s:16:\"popularity_index\";s:3:\"452\";s:11:\"trend_index\";s:3:\"609\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:653;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas &#8211; Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"198\";s:16:\"popularity_index\";s:3:\"442\";s:11:\"trend_index\";s:3:\"537\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:654;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas &#8211; Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"199\";s:16:\"popularity_index\";s:3:\"427\";s:11:\"trend_index\";s:3:\"559\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:655;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas &#8211; Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"200\";s:16:\"popularity_index\";s:3:\"387\";s:11:\"trend_index\";s:3:\"492\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:656;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas &#8211; Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"201\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:3:\"503\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:657;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas &#8211; Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"202\";s:16:\"popularity_index\";s:3:\"395\";s:11:\"trend_index\";s:3:\"542\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:658;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"203\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(113,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1564236629;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(114,'smm_version','1.3.1','yes'),(115,'disable_smm','0','yes'),(116,'wpforms_shareasale_id','1587694','yes'),(117,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'boldgrid_settings','a:2:{s:7:\"library\";a:0:{}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:2:{s:5:\"1.8.0\";i:1564191002;s:6:\"1.10.4\";i:1564293003;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.1.0\";i:1564293003;}}}','yes'),(119,'boldgrid_backup_id','7c605d8e','no'),(1678,'mec_colors','a:8:{i:0;s:6:\"fdd700\";i:1;s:6:\"00a0d2\";i:2;s:6:\"e14d43\";i:3;s:6:\"dd823b\";i:4;s:6:\"a3b745\";i:5;s:6:\"3d7b5f\";i:6;s:6:\"d9b351\";i:7;s:6:\"70003f\";}','yes'),(11409,'category_children','a:0:{}','yes'),(11410,'elementor_library_category_children','a:0:{}','yes'),(2806,'elementor_pro_theme_builder_conditions','a:0:{}','yes'),(954,'_astra_sites_old_site_options','a:48:{s:30:\"woocommerce_product_attributes\";a:0:{}s:28:\"woocommerce_product_cat_list\";a:3:{i:20;a:4:{s:7:\"term_id\";i:20;s:4:\"name\";s:13:\"Uncategorized\";s:4:\"slug\";s:13:\"uncategorized\";s:11:\"description\";s:0:\"\";}i:22;a:4:{s:7:\"term_id\";i:22;s:4:\"name\";s:6:\"Cactus\";s:4:\"slug\";s:6:\"cactus\";s:11:\"description\";s:0:\"\";}i:23;a:4:{s:7:\"term_id\";i:23;s:4:\"name\";s:6:\"Plants\";s:4:\"slug\";s:6:\"plants\";s:11:\"description\";s:0:\"\";}}s:23:\"woocommerce_product_cat\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"uncategorized\";s:12:\"thumbnail_id\";s:0:\"\";s:13:\"thumbnail_src\";s:0:\"\";}i:1;a:3:{s:4:\"slug\";s:6:\"cactus\";s:12:\"thumbnail_id\";s:2:\"43\";s:13:\"thumbnail_src\";s:0:\"\";}i:2;a:3:{s:4:\"slug\";s:6:\"plants\";s:12:\"thumbnail_id\";s:0:\"\";s:13:\"thumbnail_src\";s:0:\"\";}}s:11:\"custom_logo\";s:97:\"https://websitedemos.net/plant-store-02/wp-content/uploads/sites/410/2019/01/logo1-free-img-1.png\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";s:9:\"main-menu\";}s:13:\"show_on_front\";s:4:\"page\";s:13:\"page_on_front\";s:4:\"Home\";s:14:\"page_for_posts\";s:0:\"\";s:25:\"_fl_builder_enabled_icons\";N;s:27:\"_fl_builder_enabled_modules\";N;s:22:\"_fl_builder_post_types\";N;s:25:\"_fl_builder_color_presets\";N;s:20:\"_fl_builder_services\";N;s:20:\"_fl_builder_settings\";N;s:23:\"_fl_builder_user_access\";N;s:29:\"_fl_builder_enabled_templates\";N;s:25:\"siteorigin_widgets_active\";N;s:25:\"elementor_container_width\";s:4:\"1200\";s:21:\"elementor_cpt_support\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:26:\"elementor_css_print_method\";s:8:\"external\";s:31:\"elementor_default_generic_fonts\";s:10:\"Sans-serif\";s:31:\"elementor_disable_color_schemes\";s:3:\"yes\";s:36:\"elementor_disable_typography_schemes\";s:3:\"yes\";s:28:\"elementor_editor_break_lines\";s:0:\"\";s:28:\"elementor_exclude_user_roles\";N;s:31:\"elementor_global_image_lightbox\";s:3:\"yes\";s:29:\"elementor_page_title_selector\";s:0:\"\";s:22:\"elementor_scheme_color\";a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}s:30:\"elementor_scheme_color-picker]\";a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#4e5768\";i:4;s:7:\"#75c32c\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}s:27:\"elementor_scheme_typography\";a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}s:31:\"elementor_space_between_widgets\";s:0:\"\";s:37:\"elementor_stretched_section_container\";s:0:\"\";s:27:\"woocommerce_shop_page_title\";s:0:\"\";s:27:\"woocommerce_cart_page_title\";s:4:\"Cart\";s:31:\"woocommerce_checkout_page_title\";s:8:\"Checkout\";s:32:\"woocommerce_myaccount_page_title\";s:10:\"My account\";s:35:\"woocommerce_edit_address_page_title\";s:0:\"\";s:33:\"woocommerce_view_order_page_title\";s:0:\"\";s:38:\"woocommerce_change_password_page_title\";s:0:\"\";s:29:\"woocommerce_logout_page_title\";s:0:\"\";s:33:\"woocommerce_enable_guest_checkout\";s:3:\"yes\";s:42:\"woocommerce_enable_checkout_login_reminder\";s:2:\"no\";s:49:\"woocommerce_enable_signup_and_login_from_checkout\";s:2:\"no\";s:41:\"woocommerce_enable_myaccount_registration\";s:2:\"no\";s:42:\"woocommerce_registration_generate_username\";s:3:\"yes\";s:16:\"wpforms_settings\";a:3:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;}s:29:\"learndash_settings_theme_ld30\";N;s:33:\"learndash_settings_courses_themes\";N;}','yes'),(128,'recovery_keys','a:0:{}','yes'),(132,'_amn_wpforms-lite_last_checked','1564185600','yes'),(137,'wpforms_review','a:2:{s:4:\"time\";i:1564190907;s:9:\"dismissed\";b:0;}','yes'),(2593,'elementor_pro_version','2.8.3','yes'),(2594,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2595,'_elementor_pro_installed_time','1564292879','yes'),(2281,'_elementor_general_settings','a:4:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";s:4:\"1190\";s:21:\"global_image_lightbox\";s:3:\"yes\";s:27:\"stretched_section_container\";s:4:\"body\";}','yes'),(2282,'_elementor_settings_update_time','1566577392','yes'),(2283,'elementor_allow_tracking','no','yes'),(2284,'elementor_viewport_lg','','yes'),(2286,'elementor_viewport_md','','yes'),(2287,'elementor_edit_buttons','','yes'),(2288,'elementor_allow_svg','','yes'),(2289,'elementor_load_fa4_shim','','yes'),(3265,'theme_mods_dreama','a:70:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:0;}s:22:\"osf_theme_custom_style\";s:57594:\"body, input, button, button[type=\"submit\"], select, textarea{font-family:\"Montserrat\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:400;color:#434544}html { font-size:16px;}.c-heading{color:#222222;}.c-primary{color:#d9b351;}.bg-primary{background-color:#d9b351;}.b-primary{border-color:#d9b351;}.button-primary:hover{background-color:#c99c2c;border-color:#c99c2c;}.c-secondary {color:#3d7b5f;}.bg-secondary {background-color:#3d7b5f;}.b-secondary{border-color:#3d7b5f;}.button-secondary:hover{background-color:#2c5945;}input[type=\"text\"]::placeholder,input[type=\"email\"]::placeholder,input[type=\"url\"]::placeholder,input[type=\"password\"]::placeholder,input[type=\"search\"]::placeholder,input[type=\"number\"]::placeholder,input[type=\"tel\"]::placeholder,input[type=\"range\"]::placeholder,input[type=\"date\"]::placeholder,input[type=\"month\"]::placeholder,input[type=\"week\"]::placeholder,input[type=\"time\"]::placeholder,input[type=\"datetime\"]::placeholder,input[type=\"datetime-local\"]::placeholder,input[type=\"color\"]::placeholder,input[type=\"text\"],input[type=\"email\"],input[type=\"url\"],input[type=\"password\"],input[type=\"search\"],input[type=\"number\"],input[type=\"tel\"],input[type=\"range\"],input[type=\"date\"],input[type=\"month\"],input[type=\"week\"],input[type=\"time\"],input[type=\"datetime\"],input[type=\"datetime-local\"],input[type=\"color\"],textarea::placeholder,textarea,a,.mainmenu-container li a span,.comment-metadata,.comment-metadata a,.widget.widget_archive a,.widget.widget_categories a,.widget.widget_nav_menu a,.widget.widget_meta a,.widget.widget_pages a,.c-body,.site-header-account .account-links-menu li a,.site-header-account .account-dashboard li a,.comment-form label,.comment-form a,.widget .tagcloud a,.widget.widget_tag_cloud a,.cart-collaterals .cart_totals th,#payment .payment_methods li.woocommerce-notice,#payment .payment_methods li.woocommerce-notice--info,#payment .payment_methods li.woocommerce-info,table.woocommerce-checkout-review-order-table th,.single-product .stock.out-of-stock,.opal-style-1.search-form-wapper .search-submit span,.opal-style-1.search-form-wapper .search-submit span:before,.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):after,.elementor-progress-percentage,.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,.opal-currency_switcher .list-currency button[type=\"submit\"],.select-items div {color:#434544; }.widget-area strong,h1,h2,h3,h4,h5,h6,.h1,.h2,h3.entry-title,.h3,.comments-title,.comment-respond .comment-reply-title,.h4,.h5,.h6,blockquote,blockquote a,th,.main-navigation:not(.navigation-dark) .top-menu > li > a,.mainmenu-container ul ul .menu-item > a:hover,.mainmenu-container ul ul .menu-item > a:active,.mainmenu-container ul ul .menu-item > a:focus,.entry-meta .entry-category a:not(:hover),.entry-content blockquote cite a,.entry-content strong,.entry-content dt,.entry-content th,.entry-content dt a,.entry-content th a,body.single-post .navigation .nav-link a,.comment-content strong,.comment-author,.comment-author a,.comment-metadata a.comment-edit-link,.comment-reply-link,.comment-content table th,.comment-content table td a,.comment-content dt,.elementor-element .elementor-widget-wp-widget-recent-posts .title-post a,.widget a,h2.widget-title,h2.widgettitle,.widget_rss .rss-date,.widget_rss li cite,.c-heading,.form-group .form-row label,fieldset legend,.author-wrapper .author-name,.page .entry-header .entry-title,.search .site-content .page-title,.site-header-account .login-form-title,table.shop_table_responsive tbody th,.site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount,.site-header-cart .shopping_cart_nav p.total .woocommerce-Price-amount,.filter-close,table.cart:not(.wishlist_table) th,.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount,.cart-collaterals .cart_totals .amount,.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,#payment .payment_methods > .wc_payment_method > label,table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,table.woocommerce-checkout-review-order-table .product-name,.woocommerce-billing-fields label,.woocommerce-billing-fields > h3,.cart th,.shop_table th,.woocommerce-account .woocommerce-MyAccount-content strong,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount,.osf-sorting .display-mode button.active,.osf-sorting .display-mode button:hover,.woocommerce-Tabs-panel table.shop_attributes th,#osf-accordion-container table.shop_attributes th,.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control],.elementor-widget-progress .elementor-title,.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title,.elementor-teams-wrapper .elementor-team-name,.wishlist_table .product-price {color:#222222; }.mainmenu-container li.current-menu-parent > a,.mainmenu-container .menu-item > a:hover,.menu-toggle,.site-header .header-group .search-submit:hover,.site-header .header-group .search-submit:focus,.pbr-social-share a:hover,body.single-post .navigation > div:hover .thumbnail-nav,body.single-post .navigation > div:hover a,body.single-post .navigation > div:hover b,body.single-post .navigation .next-nav:hover .thumbnail-nav,body.single-post .navigation .next-nav:hover a,.error404 .error-404 h1,.error404 .sub-h2-1,.breadcrumb a:hover,.breadcrumb a:hover span,.comment-author a:hover,.comment-metadata a:hover,.opal-comment-4 .comment-reply-link,.elementor-element .elementor-widget-wp-widget-recent-posts .title-post a:hover,.widget a:hover,.widget a:focus,.widget.widget_archive a:hover,.widget.widget_archive a:focus,.widget.widget_categories a:hover,.widget.widget_categories a:focus,.widget.widget_nav_menu a:hover,.widget.widget_nav_menu a:focus,.widget.widget_meta a:hover,.widget.widget_meta a:focus,.widget.widget_pages a:hover,.widget.widget_pages a:focus,.title-with-icon:before,.widget_recent_entries li a:hover,.widget_recent_entries li a:active,.widget_search button[type=\"submit\"],.widget .tagcloud a:hover,.widget .tagcloud a:focus,.widget.widget_tag_cloud a:hover,.widget.widget_tag_cloud a:focus,.button-outline-primary,.elementor-wpcf7-button-outline_primary input[type=\"button\"],.elementor-wpcf7-button-outline_primary input[type=\"submit\"],.elementor-wpcf7-button-outline_primary button[type=\"submit\"],.widget_shopping_cart .buttons .button:nth-child(odd),.elementor-element .elementor-button-outline_primary .elementor-button,.c-primary,.navigation-button .menu-toggle:hover,.navigation-button .menu-toggle:focus,.entry-title a:hover,.entry-content blockquote cite a:hover,.site-header-account .account-dropdown a.register-link,.site-header-account .account-dropdown a.lostpass-link,.site-header-account .account-links-menu li a:hover,.site-header-account .account-dashboard li a:hover,.comment-form a:hover,.wp_widget_tag_cloud a:hover,.wp_widget_tag_cloud a:focus,#secondary .elementor-widget-container h5:first-of-type,.elementor-nav-menu-popup .mfp-close,.site-header-cart .widget_shopping_cart .product_list_widget li a:hover,.site-header-cart .widget_shopping_cart .product_list_widget li a:focus,.site-header-cart .shopping_cart_nav .product_list_widget li a:hover,.site-header-cart .shopping_cart_nav .product_list_widget li a:focus,.site-header-cart .woocommerce-mini-cart__empty-message:before,.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a,.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover,.woocommerce-privacy-policy-link,.opal-currency_switcher .list-currency button[type=\"submit\"]:hover,.opal-currency_switcher .list-currency li.active button[type=\"submit\"],ul.products li.product.osf-product-list .price,ul.products li.product .posfed_in a:hover,.select-items div:hover,.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover,.button-wrapper #chart-button,.product_list_widget a:hover,.product_list_widget a:active,.product_list_widget a:focus,.woocommerce-product-list a:hover,.woocommerce-product-list a:active,.woocommerce-product-list a:focus,#secondary .elementor-widget-wp-widget-recent-posts a,.elementor-element .elementor-button-outline_primary .elementor-button .elementor-button-icon,.contactform-content .form-title,.elementor-widget-heading .icon_before,.elementor-widget-heading .icon_after,.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title.elementor-active,.single-portfolio-summary-meta .entry-category a,.single-portfolio-summary-meta .entry-category span,.single-portfolio-summary-meta .entry-category time,.single-portfolio-summary-meta .entry-date a,.single-portfolio-summary-meta .entry-date span,.single-portfolio-summary-meta .entry-date time,.single-portfolio-summary-meta .event-tags a,.single-portfolio-summary-meta .event-tags span,.single-portfolio-summary-meta .event-tags time,.opal-timeline:before,.header-button i,.header-button:hover,.header-button:focus,.opal-canvas-filter .widget.widget_product_categories ul li a:hover,.opal-canvas-filter .widget.widget_product_categories ul li.current-cat a,.woocommerce-MyAccount-navigation ul li.is-active a,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:hover:before,.single-product div.product .entry-summary .compare:hover:before,.single-product div.product .product_meta .sku_wrapper a:hover,.single-product div.product .product_meta .posted_in a:hover,.single-product div.product .product_meta .tagged_as a:hover,.single-product div.product .pbr-social-share a:hover,.widget_price_filter .price_slider_amount .price_label span,.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):hover,.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item.button-variable-item.selected:not(.radio-variable-item),.product-style-1 li.product h2 a:hover,.product-style-1 li.product h3 a:hover,.product-style-1 li.product .woocommerce-loop-product__title a:hover {color:#d9b351; }.f-primary,.button-decor svg {fill:#d9b351; }.mp-level::-webkit-scrollbar-thumb,.page-numbers:not(ul):not(.dots):hover,.page-numbers:not(ul):not(.dots):focus,.page-numbers.current:not(ul):not(.dots),.comments-link span,.page-links a:hover .page-number,.page-links a:focus .page-number,.page-links > .page-number,.error404 .return-homepage,.wp_widget_tag_cloud a:hover:before,.wp_widget_tag_cloud a:focus:before,.button-primary,input[type=\"reset\"],input.secondary[type=\"button\"],input.secondary[type=\"reset\"],input.secondary[type=\"submit\"],.page .edit-link a.post-edit-link,.scrollup,.comment-form .form-submit input[type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"submit\"],.elementor-wpcf7-button-primary button[type=\"submit\"],.wc-proceed-to-checkout .button,.woocommerce-cart .return-to-shop a,.wishlist_table .product-add-to-cart a.button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.widget_shopping_cart .buttons .button,.button-default:hover,.more-link:hover,.elementor-element .elementor-button-primary .elementor-button,.button-outline-primary:hover,.elementor-wpcf7-button-outline_primary input:hover[type=\"button\"],.elementor-wpcf7-button-outline_primary input:hover[type=\"submit\"],.elementor-wpcf7-button-outline_primary button:hover[type=\"submit\"],.widget_shopping_cart .buttons .button:hover:nth-child(odd),.button-outline-primary:active,.elementor-wpcf7-button-outline_primary input:active[type=\"button\"],.elementor-wpcf7-button-outline_primary input:active[type=\"submit\"],.elementor-wpcf7-button-outline_primary button:active[type=\"submit\"],.widget_shopping_cart .buttons .button:active:nth-child(odd),.button-outline-primary.active,.elementor-wpcf7-button-outline_primary input.active[type=\"button\"],.elementor-wpcf7-button-outline_primary input.active[type=\"submit\"],.elementor-wpcf7-button-outline_primary button.active[type=\"submit\"],.widget_shopping_cart .buttons .active.button:nth-child(odd),.show > .button-outline-primary.dropdown-toggle,.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type=\"button\"],.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-outline_primary .show > button.dropdown-toggle[type=\"submit\"],.widget_shopping_cart .buttons .show > .dropdown-toggle.button:nth-child(odd),.elementor-element .elementor-button-outline_primary .elementor-button:hover,.elementor-element .elementor-button-outline_primary .elementor-button:active,.elementor-element .elementor-button-outline_primary .elementor-button:focus,.bg-primary,.elementor-widget-divider .elementor-divider-separator:before,.elementor-flip-box__front,.elementor-widget-opal-image-hotspots .scrollbar-inner > .scroll-element .scroll-bar,.opal-image-hotspots-main-icons .opal-image-hotspots-icon,.elementor-widget-opal-image-gallery .gallery-item-overlay,.elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active,.timeline-item .timeline-icon,.notification-added-to-cart .ns-content,#payment .place-order .button:hover,form.register .button[type=\"submit\"]:hover,li.product .time,.shop-action a[class*=\"product_type_\"]:hover,.shop-action a.loading[class*=\"product_type_\"],.shop-action .yith-wcqv-button:hover,.shop-action .yith-wcwl-add-to-wishlist > div > a:hover,.shop-action .compare:hover,.shop-action .yith-wcwl-add-to-wishlist > div > a:hover + .opal-loading-wislist:before,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:hover,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:active,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:focus,.single-product .single_add_to_cart_button:hover,.single-product .single_add_to_cart_button.disabled[type=\"submit\"]:hover,.single-product .woocommerce-tabs .wc-tabs .active a,.woocommerce-tabs ul.tabs li a:hover,.widget_price_filter .ui-slider .ui-slider-range,.handheld-footer-bar .cart .footer-cart-contents .count {background-color:#d9b351; }.button-primary,input[type=\"reset\"],input.secondary[type=\"button\"],input.secondary[type=\"reset\"],input.secondary[type=\"submit\"],.page .edit-link a.post-edit-link,.error404 .return-homepage,.scrollup,.comment-form .form-submit input[type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"submit\"],.elementor-wpcf7-button-primary button[type=\"submit\"],.wc-proceed-to-checkout .button,.woocommerce-cart .return-to-shop a,.wishlist_table .product-add-to-cart a.button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.widget_shopping_cart .buttons .button,.button-secondary,input[type=\"button\"],input[type=\"submit\"],button[type=\"submit\"],.secondary-button .search-submit,.elementor-wpcf7-button-secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-secondary input[type=\"submit\"],.elementor-wpcf7-button-secondary button[type=\"submit\"],.form-control:focus,input[type=\"text\"]:focus,input[type=\"email\"]:focus,input[type=\"url\"]:focus,input[type=\"password\"]:focus,input[type=\"search\"]:focus,input[type=\"number\"]:focus,input[type=\"tel\"]:focus,input[type=\"range\"]:focus,input[type=\"date\"]:focus,input[type=\"month\"]:focus,input[type=\"week\"]:focus,input[type=\"time\"]:focus,input[type=\"datetime\"]:focus,input[type=\"datetime-local\"]:focus,input[type=\"color\"]:focus,textarea:focus,.opal-pagination-3 .page-numbers.current:not(ul):not(.dots),.opal-pagination-3 .page-numbers:not(ul):not(.dots):focus,.opal-pagination-3 .page-numbers:not(ul):not(.dots):hover,.opal-pagination-4 .page-numbers.current:not(ul):not(.dots),.opal-pagination-4 .page-numbers:not(ul):not(.dots):focus,.opal-pagination-4 .page-numbers:not(ul):not(.dots):hover,.widget .tagcloud a:hover,.widget .tagcloud a:focus,.widget.widget_tag_cloud a:hover,.widget.widget_tag_cloud a:focus,.wp_widget_tag_cloud a:hover:after,.wp_widget_tag_cloud a:focus:after,.wp_widget_tag_cloud a:hover,.wp_widget_tag_cloud a:focus,.button-default:hover,.more-link:hover,.elementor-element .elementor-button-primary .elementor-button,.button-outline-primary,.elementor-wpcf7-button-outline_primary input[type=\"button\"],.elementor-wpcf7-button-outline_primary input[type=\"submit\"],.elementor-wpcf7-button-outline_primary button[type=\"submit\"],.widget_shopping_cart .buttons .button:nth-child(odd),.elementor-element .elementor-button-outline_primary .elementor-button,.button-outline-primary:hover,.elementor-wpcf7-button-outline_primary input:hover[type=\"button\"],.elementor-wpcf7-button-outline_primary input:hover[type=\"submit\"],.elementor-wpcf7-button-outline_primary button:hover[type=\"submit\"],.widget_shopping_cart .buttons .button:hover:nth-child(odd),.button-outline-primary:active,.elementor-wpcf7-button-outline_primary input:active[type=\"button\"],.elementor-wpcf7-button-outline_primary input:active[type=\"submit\"],.elementor-wpcf7-button-outline_primary button:active[type=\"submit\"],.widget_shopping_cart .buttons .button:active:nth-child(odd),.button-outline-primary.active,.elementor-wpcf7-button-outline_primary input.active[type=\"button\"],.elementor-wpcf7-button-outline_primary input.active[type=\"submit\"],.elementor-wpcf7-button-outline_primary button.active[type=\"submit\"],.widget_shopping_cart .buttons .active.button:nth-child(odd),.show > .button-outline-primary.dropdown-toggle,.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type=\"button\"],.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-outline_primary .show > button.dropdown-toggle[type=\"submit\"],.widget_shopping_cart .buttons .show > .dropdown-toggle.button:nth-child(odd),.elementor-element .elementor-button-outline_primary .elementor-button:hover,.elementor-element .elementor-button-outline_primary .elementor-button:active,.elementor-element .elementor-button-outline_primary .elementor-button:focus,.b-primary,.elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active:before,.single-portfolio-navigation .nav-link:hover,.single-portfolio-navigation .nav-link:hover:before,#payment .place-order .button:hover,form.register .button[type=\"submit\"]:hover,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:hover,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:active,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:focus,.single-product .single_add_to_cart_button:hover,.single-product .single_add_to_cart_button.disabled[type=\"submit\"]:hover,.osf-product-deal .woocommerce-product-list .opal-countdown .day,.otf-product-recently-content li:hover .product-thumbnail img {border-color:#d9b351; }blockquote {border-left-color:#d9b351; }.btn-link:focus,.elementor-element .elementor-button-link .elementor-button:focus,.btn-link:hover,.elementor-element .elementor-button-link .elementor-button:hover,.button-link:focus,.button-link:hover,a:hover,a:active,.widget_search button[type=\"submit\"]:hover,.widget_search button[type=\"submit\"]:focus {color:#c99c2c; }.button-primary:hover,input:hover[type=\"reset\"],input.secondary:hover[type=\"button\"],input.secondary:hover[type=\"submit\"],.page .edit-link a.post-edit-link:hover,.error404 .return-homepage:hover,.scrollup:hover,.comment-form .form-submit input:hover[type=\"submit\"],.elementor-wpcf7-button-primary input:hover[type=\"submit\"],.elementor-wpcf7-button-primary button:hover[type=\"submit\"],.wc-proceed-to-checkout .button:hover,.woocommerce-cart .return-to-shop a:hover,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.widget_shopping_cart .buttons .button:hover,.button-primary:active,input:active[type=\"reset\"],input.secondary:active[type=\"button\"],input.secondary:active[type=\"submit\"],.page .edit-link a.post-edit-link:active,.error404 .return-homepage:active,.scrollup:active,.comment-form .form-submit input:active[type=\"submit\"],.elementor-wpcf7-button-primary input:active[type=\"submit\"],.elementor-wpcf7-button-primary button:active[type=\"submit\"],.wc-proceed-to-checkout .button:active,.woocommerce-cart .return-to-shop a:active,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.widget_shopping_cart .buttons .button:active,.button-primary.active,input.active[type=\"reset\"],input.active.secondary[type=\"button\"],input.active.secondary[type=\"submit\"],.page .edit-link a.active.post-edit-link,.error404 .active.return-homepage,.active.scrollup,.comment-form .form-submit input.active[type=\"submit\"],.elementor-wpcf7-button-primary input.active[type=\"submit\"],.elementor-wpcf7-button-primary button.active[type=\"submit\"],.wc-proceed-to-checkout .active.button,.woocommerce-cart .return-to-shop a.active,.wishlist_table .product-add-to-cart a.active.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.widget_shopping_cart .buttons .active.button,.show > .button-primary.dropdown-toggle,.show > input.dropdown-toggle[type=\"reset\"],.show > input.dropdown-toggle.secondary[type=\"button\"],.show > input.dropdown-toggle.secondary[type=\"submit\"],.page .edit-link .show > a.dropdown-toggle.post-edit-link,.error404 .show > .dropdown-toggle.return-homepage,.show > .dropdown-toggle.scrollup,.comment-form .form-submit .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > button.dropdown-toggle[type=\"submit\"],.wc-proceed-to-checkout .show > .dropdown-toggle.button,.woocommerce-cart .return-to-shop .show > a.dropdown-toggle,.wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,.widget_shopping_cart .buttons .show > .dropdown-toggle.button,.elementor-element .elementor-button-primary .elementor-button:hover,.elementor-element .elementor-button-primary .elementor-button:active,.elementor-element .elementor-button-primary .elementor-button:focus {background-color:#c99c2c; }.button-primary:active,input:active[type=\"reset\"],.page .edit-link a.post-edit-link:active,.error404 .return-homepage:active,.scrollup:active,.comment-form .form-submit input:active[type=\"submit\"],.elementor-wpcf7-button-primary input:active[type=\"submit\"],.elementor-wpcf7-button-primary button:active[type=\"submit\"],.wc-proceed-to-checkout .button:active,.woocommerce-cart .return-to-shop a:active,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.widget_shopping_cart .buttons .button:active,.button-primary.active,input.active[type=\"reset\"],.page .edit-link a.active.post-edit-link,.error404 .active.return-homepage,.active.scrollup,.comment-form .form-submit input.active[type=\"submit\"],.elementor-wpcf7-button-primary input.active[type=\"submit\"],.elementor-wpcf7-button-primary button.active[type=\"submit\"],.wc-proceed-to-checkout .active.button,.woocommerce-cart .return-to-shop a.active,.wishlist_table .product-add-to-cart a.active.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.widget_shopping_cart .buttons .active.button,.show > .button-primary.dropdown-toggle,.show > input.dropdown-toggle[type=\"reset\"],.page .edit-link .show > a.dropdown-toggle.post-edit-link,.error404 .show > .dropdown-toggle.return-homepage,.show > .dropdown-toggle.scrollup,.comment-form .form-submit .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > button.dropdown-toggle[type=\"submit\"],.wc-proceed-to-checkout .show > .dropdown-toggle.button,.woocommerce-cart .return-to-shop .show > a.dropdown-toggle,.wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,.widget_shopping_cart .buttons .show > .dropdown-toggle.button,.button-secondary:active,input:active[type=\"button\"],input:active[type=\"submit\"],button:active[type=\"submit\"],.secondary-button .search-submit:active,.elementor-wpcf7-button-secondary input:active[type=\"submit\"],.elementor-wpcf7-button-secondary button:active[type=\"submit\"],.button-secondary.active,input.active[type=\"button\"],input.active[type=\"submit\"],button.active[type=\"submit\"],.secondary-button .active.search-submit,.elementor-wpcf7-button-secondary input.active[type=\"submit\"],.elementor-wpcf7-button-secondary button.active[type=\"submit\"],.show > .button-secondary.dropdown-toggle,.show > input.dropdown-toggle[type=\"button\"],.show > input.dropdown-toggle[type=\"submit\"],.show > button.dropdown-toggle[type=\"submit\"],.secondary-button .show > .dropdown-toggle.search-submit,.elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type=\"submit\"],.button-primary:hover,input:hover[type=\"reset\"],input.secondary:hover[type=\"button\"],input.secondary:hover[type=\"submit\"],.page .edit-link a.post-edit-link:hover,.error404 .return-homepage:hover,.scrollup:hover,.comment-form .form-submit input:hover[type=\"submit\"],.elementor-wpcf7-button-primary input:hover[type=\"submit\"],.elementor-wpcf7-button-primary button:hover[type=\"submit\"],.wc-proceed-to-checkout .button:hover,.woocommerce-cart .return-to-shop a:hover,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.widget_shopping_cart .buttons .button:hover,.elementor-element .elementor-button-primary .elementor-button:hover,.elementor-element .elementor-button-primary .elementor-button:active,.elementor-element .elementor-button-primary .elementor-button:focus {border-color:#c99c2c; }.cat-tags-links .tags-links a,.error404 .sub-h2-2,.error404 .error-text,.button-outline-secondary,.elementor-wpcf7-button-outline_secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-outline_secondary input[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button[type=\"submit\"],.elementor-element .elementor-button-outline_secondary .elementor-button,.c-secondary,.author-wrapper .author-name h6,.elementor-element .elementor-button-outline_secondary .elementor-button .elementor-button-icon,.contactform-content button.mfp-close {color:#3d7b5f; }.site-header .header-content .navigation-wrapper,.button-secondary,input[type=\"button\"],input[type=\"submit\"],button[type=\"submit\"],.secondary-button .search-submit,.elementor-wpcf7-button-secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-secondary input[type=\"submit\"],.elementor-wpcf7-button-secondary button[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"],.elementor-button-secondary input[type=\"button\"],.elementor-button-secondary input[type=\"submit\"],.elementor-element .elementor-button-secondary .elementor-button,.button-outline-secondary:hover,.elementor-wpcf7-button-outline_secondary input:hover[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button:hover[type=\"submit\"],.button-outline-secondary:active,.elementor-wpcf7-button-outline_secondary input:active[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button:active[type=\"submit\"],.button-outline-secondary.active,.elementor-wpcf7-button-outline_secondary input.active[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button.active[type=\"submit\"],.show > .button-outline-secondary.dropdown-toggle,.elementor-wpcf7-button-outline_secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-outline_secondary .show > button.dropdown-toggle[type=\"submit\"],.elementor-element .elementor-button-outline_secondary .elementor-button:hover,.elementor-element .elementor-button-outline_secondary .elementor-button:active,.elementor-element .elementor-button-outline_secondary .elementor-button:focus,.bg-secondary,#secondary .elementor-widget-wp-widget-categories a:before,.elementor-flip-box__back,#secondary .elementor-nav-menu a:before,.e--pointer-dot a:before {background-color:#3d7b5f; }.button-secondary,input[type=\"button\"],input[type=\"submit\"],button[type=\"submit\"],.secondary-button .search-submit,.elementor-wpcf7-button-secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-secondary input[type=\"submit\"],.elementor-wpcf7-button-secondary button[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"],.elementor-button-secondary input[type=\"button\"],.elementor-button-secondary input[type=\"submit\"],.elementor-element .elementor-button-secondary .elementor-button,.button-outline-secondary,.elementor-wpcf7-button-outline_secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-outline_secondary input[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button[type=\"submit\"],.elementor-element .elementor-button-outline_secondary .elementor-button,.button-outline-secondary:hover,.elementor-wpcf7-button-outline_secondary input:hover[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button:hover[type=\"submit\"],.button-outline-secondary:active,.elementor-wpcf7-button-outline_secondary input:active[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button:active[type=\"submit\"],.button-outline-secondary.active,.elementor-wpcf7-button-outline_secondary input.active[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button.active[type=\"submit\"],.show > .button-outline-secondary.dropdown-toggle,.elementor-wpcf7-button-outline_secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-outline_secondary .show > button.dropdown-toggle[type=\"submit\"],.elementor-element .elementor-button-outline_secondary .elementor-button:hover,.elementor-element .elementor-button-outline_secondary .elementor-button:active,.elementor-element .elementor-button-outline_secondary .elementor-button:focus,.b-secondary {border-color:#3d7b5f; }.button-secondary:hover,input:hover[type=\"button\"],input:hover[type=\"submit\"],button:hover[type=\"submit\"],.secondary-button .search-submit:hover,.elementor-wpcf7-button-secondary input:hover[type=\"submit\"],.elementor-wpcf7-button-secondary button:hover[type=\"submit\"],.button-secondary:active,input:active[type=\"button\"],input:active[type=\"submit\"],button:active[type=\"submit\"],.secondary-button .search-submit:active,.elementor-wpcf7-button-secondary input:active[type=\"submit\"],.elementor-wpcf7-button-secondary button:active[type=\"submit\"],.button-secondary.active,input.active[type=\"button\"],input.active[type=\"submit\"],button.active[type=\"submit\"],.secondary-button .active.search-submit,.elementor-wpcf7-button-secondary input.active[type=\"submit\"],.elementor-wpcf7-button-secondary button.active[type=\"submit\"],.show > .button-secondary.dropdown-toggle,.show > input.dropdown-toggle[type=\"button\"],.show > input.dropdown-toggle[type=\"submit\"],.show > button.dropdown-toggle[type=\"submit\"],.secondary-button .show > .dropdown-toggle.search-submit,.elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"]:hover,.elementor-button-secondary button[type=\"submit\"]:active,.elementor-button-secondary button[type=\"submit\"]:focus,.elementor-button-secondary input[type=\"button\"]:hover,.elementor-button-secondary input[type=\"button\"]:active,.elementor-button-secondary input[type=\"button\"]:focus,.elementor-button-secondary input[type=\"submit\"]:hover,.elementor-button-secondary input[type=\"submit\"]:active,.elementor-button-secondary input[type=\"submit\"]:focus,.elementor-element .elementor-button-secondary .elementor-button:hover,.elementor-element .elementor-button-secondary .elementor-button:active,.elementor-element .elementor-button-secondary .elementor-button:focus {background-color:#2c5945; }.button-secondary:hover,input:hover[type=\"button\"],input:hover[type=\"submit\"],button:hover[type=\"submit\"],.secondary-button .search-submit:hover,.elementor-wpcf7-button-secondary input:hover[type=\"submit\"],.elementor-wpcf7-button-secondary button:hover[type=\"submit\"],.button-secondary:active,input:active[type=\"button\"],input:active[type=\"submit\"],button:active[type=\"submit\"],.secondary-button .search-submit:active,.elementor-wpcf7-button-secondary input:active[type=\"submit\"],.elementor-wpcf7-button-secondary button:active[type=\"submit\"],.button-secondary.active,input.active[type=\"button\"],input.active[type=\"submit\"],button.active[type=\"submit\"],.secondary-button .active.search-submit,.elementor-wpcf7-button-secondary input.active[type=\"submit\"],.elementor-wpcf7-button-secondary button.active[type=\"submit\"],.show > .button-secondary.dropdown-toggle,.show > input.dropdown-toggle[type=\"button\"],.show > input.dropdown-toggle[type=\"submit\"],.show > button.dropdown-toggle[type=\"submit\"],.secondary-button .show > .dropdown-toggle.search-submit,.elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"]:hover,.elementor-button-secondary button[type=\"submit\"]:active,.elementor-button-secondary button[type=\"submit\"]:focus,.elementor-button-secondary input[type=\"button\"]:hover,.elementor-button-secondary input[type=\"button\"]:active,.elementor-button-secondary input[type=\"button\"]:focus,.elementor-button-secondary input[type=\"submit\"]:hover,.elementor-button-secondary input[type=\"submit\"]:active,.elementor-button-secondary input[type=\"submit\"]:focus,.elementor-element .elementor-button-secondary .elementor-button:hover,.elementor-element .elementor-button-secondary .elementor-button:active,.elementor-element .elementor-button-secondary .elementor-button:focus {border-color:#2c5945; }.row,body.opal-default-content-layout-2cr #content .wrap,body.opal-content-layout-2cl #content .wrap,body.opal-content-layout-2cr #content .wrap,[data-opal-columns],.opal-archive-style-4.blog .site-main,.opal-archive-style-4.archive .site-main,.site-footer .widget-area,.opal-comment-form-2 .comment-form,.opal-comment-form-3 .comment-form,.opal-comment-form-4 .comment-form,.opal-comment-form-6 .comment-form,.widget .gallery,.elementor-element .gallery,.entry-gallery .gallery,.single .gallery,[data-elementor-columns],.opal-canvas-filter.top .opal-canvas-filter-wrap,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone,.woocommerce-cart .woocommerce,.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-MyAccount-content form[class^=\"woocommerce-\"],.woocommerce-columns--addresses,form.track_order,.woocommerce-account .woocommerce,.woocommerce-Addresses,.woocommerce-address-fields__field-wrapper,ul.products,.osf-sorting,.single-product div.product {margin-right:-15px;margin-left:-15px;}.col-1,.col-2,[data-elementor-columns-mobile=\"6\"] .column-item,.col-3,[data-elementor-columns-mobile=\"4\"] .column-item,.col-4,.opal-comment-form-2 .comment-form .comment-form-author,.opal-comment-form-3 .comment-form .comment-form-author,.opal-comment-form-2 .comment-form .comment-form-email,.opal-comment-form-3 .comment-form .comment-form-email,.opal-comment-form-2 .comment-form .comment-form-url,.opal-comment-form-3 .comment-form .comment-form-url,[data-elementor-columns-mobile=\"3\"] .column-item,.col-5,.col-6,.opal-comment-form-4 .comment-form .comment-form-author,.opal-comment-form-4 .comment-form .comment-form-email,.opal-comment-form-4 .comment-form .comment-form-url,.opal-comment-form-6 .comment-form .comment-form-author,.opal-comment-form-6 .comment-form .comment-form-email,[data-elementor-columns-mobile=\"2\"] .column-item,.single-product.opal-comment-form-2 .comment-form-author,.single-product.opal-comment-form-3 .comment-form-author,.single-product.opal-comment-form-2 .comment-form-email,.single-product.opal-comment-form-3 .comment-form-email,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.opal-archive-style-2.opal-content-layout-2cr .post-style-2,.related-posts .column-item,.opal-default-content-layout-2cr .related-posts .column-item,.opal-content-layout-2cr .related-posts .column-item,.opal-content-layout-2cl .related-posts .column-item,.site-footer .widget-area .widget-column,.opal-comment-form-2 .comment-form .logged-in-as,.opal-comment-form-3 .comment-form .logged-in-as,.opal-comment-form-2 .comment-form .comment-notes,.opal-comment-form-3 .comment-form .comment-notes,.opal-comment-form-2 .comment-form .comment-form-comment,.opal-comment-form-3 .comment-form .comment-form-comment,.opal-comment-form-2 .comment-form .form-submit,.opal-comment-form-3 .comment-form .form-submit,.opal-comment-form-4 .comment-form .logged-in-as,.opal-comment-form-4 .comment-form .comment-notes,.opal-comment-form-4 .comment-form .comment-form-comment,.opal-comment-form-4 .comment-form .form-submit,.opal-comment-form-6 .comment-form .logged-in-as,.opal-comment-form-6 .comment-form .comment-notes,.opal-comment-form-6 .comment-form .comment-form-comment,.opal-comment-form-6 .comment-form .comment-form-url,.opal-comment-form-6 .comment-form .form-submit,.widget .gallery-columns-1 .gallery-item,.elementor-element .gallery-columns-1 .gallery-item,.entry-gallery .gallery-columns-1 .gallery-item,.single .gallery-columns-1 .gallery-item,[data-elementor-columns-mobile=\"1\"] .column-item,.woocommerce-cart .cart-empty,.woocommerce-cart .return-to-shop,.woocommerce-billing-fields .form-row-wide,.woocommerce-MyAccount-content form[class^=\"woocommerce-\"] > *:not(fieldset),.woocommerce-MyAccount-content form[class^=\"woocommerce-\"] .form-row-wide,#customer_details [class*=\'col\'],.woocommerce-Addresses .woocommerce-Address,.columns-1 ul.products li.product,.columns-1 ul.products > li,#reviews .comment-form-rating,.woocommerce-tabs,.col,body #secondary,.opal-canvas-filter.top .opal-canvas-filter-wrap section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,form.track_order p.form-row-first,form.track_order p.form-row-last,.woocommerce-account .woocommerce > *,.columns-5 ul.products li.product,.columns-5 ul.products > li,.col-auto,.col-sm-1,[data-opal-columns=\"12\"] .column-item,.col-sm-2,[data-opal-columns=\"6\"] .column-item,.columns-6 ul.products li.product,.columns-6 ul.products > li,.col-sm-3,[data-opal-columns=\"4\"] .column-item,.col-sm-4,[data-opal-columns=\"3\"] .column-item,.widget .gallery-columns-6 .gallery-item,.elementor-element .gallery-columns-6 .gallery-item,.entry-gallery .gallery-columns-6 .gallery-item,.single .gallery-columns-6 .gallery-item,.col-sm-5,.timeline-item .timeline-thumbnail,.timeline-item .timeline-content,.col-sm-6,[data-opal-columns=\"2\"] .column-item,.opal-archive-style-3:not(.opal-content-layout-2cr) .post-style-3,.widget .gallery-columns-2 .gallery-item,.elementor-element .gallery-columns-2 .gallery-item,.entry-gallery .gallery-columns-2 .gallery-item,.single .gallery-columns-2 .gallery-item,.widget .gallery-columns-3 .gallery-item,.elementor-element .gallery-columns-3 .gallery-item,.entry-gallery .gallery-columns-3 .gallery-item,.single .gallery-columns-3 .gallery-item,.widget .gallery-columns-4 .gallery-item,.elementor-element .gallery-columns-4 .gallery-item,.entry-gallery .gallery-columns-4 .gallery-item,.single .gallery-columns-4 .gallery-item,.woocommerce-billing-fields .form-row-first,.woocommerce-billing-fields .form-row-last,.woocommerce-MyAccount-content form[class^=\"woocommerce-\"] .form-row-first,.woocommerce-MyAccount-content form[class^=\"woocommerce-\"] .form-row-last,ul.products li.product,.columns-2 ul.products li.product,.columns-2 ul.products > li,.columns-3 ul.products li.product,.columns-3 ul.products > li,.columns-4 ul.products li.product,.columns-4 ul.products > li,.opal-content-layout-2cl .columns-3 ul.products li.product,.opal-content-layout-2cl .columns-3 ul.products > li,.opal-content-layout-2cr .columns-3 ul.products li.product,.opal-content-layout-2cr .columns-3 ul.products > li,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,[data-opal-columns=\"1\"] .column-item,.opal-archive-style-2:not(.opal-content-layout-2cr) .post-style-2,.opal-archive-style-3.opal-content-layout-2cr .post-style-3,.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion,.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion + .opal-image-hotspots-container,.cart-collaterals .cross-sells,.woocommerce-columns--addresses .woocommerce-column,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-address-fields__field-wrapper .form-row,.woocommerce-product-carousel ul.products li.product,.osf-sorting .woocommerce-message,.osf-sorting .woocommerce-notice,.opal-content-layout-2cl .osf-sorting .osf-sorting-group,.opal-content-layout-2cr .osf-sorting .osf-sorting-group,.single-product div.product .entry-summary,.single-product div.product .images,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,[data-elementor-columns-tablet=\"6\"] .column-item,.col-md-3,[data-elementor-columns-tablet=\"4\"] .column-item,.col-md-4,[data-elementor-columns-tablet=\"3\"] .column-item,.col-md-5,.osf-sorting .osf-sorting-group,.col-md-6,[data-elementor-columns-tablet=\"2\"] .column-item,.col-md-7,.osf-sorting .osf-sorting-group + .osf-sorting-group,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,[data-elementor-columns-tablet=\"1\"] .column-item,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,[data-elementor-columns=\"6\"] .column-item,.col-lg-3,[data-elementor-columns=\"4\"] .column-item,.col-lg-4,[data-elementor-columns=\"3\"] .column-item,.col-lg-5,.col-lg-6,[data-elementor-columns=\"2\"] .column-item,.col-lg-7,.col-lg-8,.opal-content-layout-2cl .osf-sorting .osf-sorting-group + .osf-sorting-group,.opal-content-layout-2cr .osf-sorting .osf-sorting-group + .osf-sorting-group,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,[data-elementor-columns=\"1\"] .column-item,.woocommerce-cart .woocommerce-cart-form,.cart-collaterals,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {padding-right:15px;padding-left:15px;}.container,#content,.opal-canvas-filter.top,.single-product .related.products,.single-product .up-sells.products,.otf-product-recently-content .widget_recently_viewed_products {padding-right:15px;padding-left:15px;}@media (min-width:576px) {.container, #content, .opal-canvas-filter.top, .single-product .related.products,.single-product .up-sells.products, .otf-product-recently-content .widget_recently_viewed_products {max-width:540px; } }@media (min-width:768px) {.container, #content, .opal-canvas-filter.top, .single-product .related.products,.single-product .up-sells.products, .otf-product-recently-content .widget_recently_viewed_products {max-width:720px; } }@media (min-width:992px) {.container, #content, .opal-canvas-filter.top, .single-product .related.products,.single-product .up-sells.products, .otf-product-recently-content .widget_recently_viewed_products {max-width:960px; } }@media (min-width:1200px) {.container, #content, .opal-canvas-filter.top, .single-product .related.products,.single-product .up-sells.products, .otf-product-recently-content .widget_recently_viewed_products {max-width:1140px; } }.elementor-widget-heading .elementor-heading-title{font-family:\"Playfair Display\", -apple-system, BlinkMacSystemFont, Sans-serif;}.elementor-widget-heading .elementor-heading-title,.elementor-text-editor b{font-weight:400;}.elementor-widget-heading .elementor-heading-title{font-family:\"Playfair Display\", -apple-system, BlinkMacSystemFont, Sans-serif;}.elementor-widget-heading .elementor-heading-title,.elementor-text-editor b{font-weight:400;}.typo-heading,.entry-title,h3.entry-title,body.single-post .navigation .nav-link a,.related-posts .related-heading,.author-wrapper .author-name,.error404 .error-404 h1,.error404 .error-404-subtitle h2,.comments-title,.comment-respond .comment-reply-title,h2.widget-title,h2.widgettitle,#secondary .elementor-widget-container h5:first-of-type,.elementor-widget-progress .elementor-title,.contactform-content .form-title,.elementor-featured-box-wrapper .elementor-featured-box-title,.elementor-heading-title,.elementor-widget-icon-box .elementor-icon-box-title,.elementor-widget-image-box .elementor-image-box-title,.elementor-teams-wrapper .elementor-team-name,.elementor-widget-opal-testimonials .elementor-testimonial-name,.elementor-widget-opal-testimonials .elementor-testimonial-job,.related > h2:first-child,.upsells > h2:first-child,form.track_order label,.single-product div.product .pbr-social-share a,.osf-product-deal .woocommerce-product-list .opal-countdown,.product-style-1 li.product h2,.product-style-1 li.product h3,.product-style-1 li.product .woocommerce-loop-product__title {font-family:\"Playfair Display\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:400;}@media screen and (min-width:1200px){.container, #content ,.single-product .related.products, .single-product .up-sells.products{max-width:1220px;}}.page-title-bar {background-color:#f8f8f8;background-position:center center;;}.page-title{color:#222222; }.breadcrumb, .breadcrumb span, .breadcrumb * {color:#777777;;}.breadcrumb a:hover,.breadcrumb a:hover span{color:#d9b351;}.button-primary,input[type=\"reset\"],input.secondary[type=\"button\"],input.secondary[type=\"reset\"],input.secondary[type=\"submit\"],.page .edit-link a.post-edit-link,.error404 .return-homepage,.scrollup,.comment-form .form-submit input[type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"submit\"],.elementor-wpcf7-button-primary button[type=\"submit\"],.wc-proceed-to-checkout .button,.woocommerce-cart .return-to-shop a,.wishlist_table .product-add-to-cart a.button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.widget_shopping_cart .buttons .button,.button-default:hover,.more-link:hover,.elementor-element .elementor-button-primary .elementor-button {background-color:#d9b351;border-color:#d9b351;color:#fff;border-radius:0px;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.button-primary:hover,input:hover[type=\"reset\"],input.secondary:hover[type=\"button\"],input.secondary:hover[type=\"submit\"],.page .edit-link a.post-edit-link:hover,.error404 .return-homepage:hover,.scrollup:hover,.comment-form .form-submit input:hover[type=\"submit\"],.elementor-wpcf7-button-primary input:hover[type=\"submit\"],.elementor-wpcf7-button-primary button:hover[type=\"submit\"],.wc-proceed-to-checkout .button:hover,.woocommerce-cart .return-to-shop a:hover,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.widget_shopping_cart .buttons .button:hover,.button-primary:active,input:active[type=\"reset\"],input.secondary:active[type=\"button\"],input.secondary:active[type=\"submit\"],.page .edit-link a.post-edit-link:active,.error404 .return-homepage:active,.scrollup:active,.comment-form .form-submit input:active[type=\"submit\"],.elementor-wpcf7-button-primary input:active[type=\"submit\"],.elementor-wpcf7-button-primary button:active[type=\"submit\"],.wc-proceed-to-checkout .button:active,.woocommerce-cart .return-to-shop a:active,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.widget_shopping_cart .buttons .button:active,.button-primary.active,input.active[type=\"reset\"],input.active.secondary[type=\"button\"],input.active.secondary[type=\"submit\"],.page .edit-link a.active.post-edit-link,.error404 .active.return-homepage,.active.scrollup,.comment-form .form-submit input.active[type=\"submit\"],.elementor-wpcf7-button-primary input.active[type=\"submit\"],.elementor-wpcf7-button-primary button.active[type=\"submit\"],.wc-proceed-to-checkout .active.button,.woocommerce-cart .return-to-shop a.active,.wishlist_table .product-add-to-cart a.active.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.widget_shopping_cart .buttons .active.button,.show > .button-primary.dropdown-toggle,.show > input.dropdown-toggle[type=\"reset\"],.show > input.dropdown-toggle.secondary[type=\"button\"],.show > input.dropdown-toggle.secondary[type=\"submit\"],.page .edit-link .show > a.dropdown-toggle.post-edit-link,.error404 .show > .dropdown-toggle.return-homepage,.show > .dropdown-toggle.scrollup,.comment-form .form-submit .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > button.dropdown-toggle[type=\"submit\"],.wc-proceed-to-checkout .show > .dropdown-toggle.button,.woocommerce-cart .return-to-shop .show > a.dropdown-toggle,.wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,.widget_shopping_cart .buttons .show > .dropdown-toggle.button,.elementor-element .elementor-button-primary .elementor-button:hover,.elementor-element .elementor-button-primary .elementor-button:active,.elementor-element .elementor-button-primary .elementor-button:focus {background-color:#c99c2c;border-color:#c99c2c;color:#fff;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.button-primary,input[type=\"reset\"],input.secondary[type=\"button\"],input.secondary[type=\"reset\"],input.secondary[type=\"submit\"],.page .edit-link a.post-edit-link,.error404 .return-homepage,.scrollup,.comment-form .form-submit input[type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"submit\"],.elementor-wpcf7-button-primary button[type=\"submit\"],.wc-proceed-to-checkout .button,.woocommerce-cart .return-to-shop a,.wishlist_table .product-add-to-cart a.button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.widget_shopping_cart .buttons .button,.button-default:hover,.more-link:hover,.elementor-element .elementor-button-primary .elementor-button {background-color:#d9b351;border-color:#d9b351;color:#fff;border-radius:0px;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.button-primary:hover,input:hover[type=\"reset\"],input.secondary:hover[type=\"button\"],input.secondary:hover[type=\"submit\"],.page .edit-link a.post-edit-link:hover,.error404 .return-homepage:hover,.scrollup:hover,.comment-form .form-submit input:hover[type=\"submit\"],.elementor-wpcf7-button-primary input:hover[type=\"submit\"],.elementor-wpcf7-button-primary button:hover[type=\"submit\"],.wc-proceed-to-checkout .button:hover,.woocommerce-cart .return-to-shop a:hover,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.widget_shopping_cart .buttons .button:hover,.button-primary:active,input:active[type=\"reset\"],input.secondary:active[type=\"button\"],input.secondary:active[type=\"submit\"],.page .edit-link a.post-edit-link:active,.error404 .return-homepage:active,.scrollup:active,.comment-form .form-submit input:active[type=\"submit\"],.elementor-wpcf7-button-primary input:active[type=\"submit\"],.elementor-wpcf7-button-primary button:active[type=\"submit\"],.wc-proceed-to-checkout .button:active,.woocommerce-cart .return-to-shop a:active,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.widget_shopping_cart .buttons .button:active,.button-primary.active,input.active[type=\"reset\"],input.active.secondary[type=\"button\"],input.active.secondary[type=\"submit\"],.page .edit-link a.active.post-edit-link,.error404 .active.return-homepage,.active.scrollup,.comment-form .form-submit input.active[type=\"submit\"],.elementor-wpcf7-button-primary input.active[type=\"submit\"],.elementor-wpcf7-button-primary button.active[type=\"submit\"],.wc-proceed-to-checkout .active.button,.woocommerce-cart .return-to-shop a.active,.wishlist_table .product-add-to-cart a.active.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.widget_shopping_cart .buttons .active.button,.show > .button-primary.dropdown-toggle,.show > input.dropdown-toggle[type=\"reset\"],.show > input.dropdown-toggle.secondary[type=\"button\"],.show > input.dropdown-toggle.secondary[type=\"submit\"],.page .edit-link .show > a.dropdown-toggle.post-edit-link,.error404 .show > .dropdown-toggle.return-homepage,.show > .dropdown-toggle.scrollup,.comment-form .form-submit .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > button.dropdown-toggle[type=\"submit\"],.wc-proceed-to-checkout .show > .dropdown-toggle.button,.woocommerce-cart .return-to-shop .show > a.dropdown-toggle,.wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,.widget_shopping_cart .buttons .show > .dropdown-toggle.button,.elementor-element .elementor-button-primary .elementor-button:hover,.elementor-element .elementor-button-primary .elementor-button:active,.elementor-element .elementor-button-primary .elementor-button:focus {background-color:#c99c2c;border-color:#c99c2c;color:#fff;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.button-secondary,input[type=\"button\"],input[type=\"submit\"],button[type=\"submit\"],.secondary-button .search-submit,.elementor-wpcf7-button-secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-secondary input[type=\"submit\"],.elementor-wpcf7-button-secondary button[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"],.elementor-button-secondary input[type=\"button\"],.elementor-button-secondary input[type=\"submit\"],.elementor-element .elementor-button-secondary .elementor-button {background-color:#3d7b5f;border-color:#3d7b5f;color:#fff;border-radius:0px;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.button-secondary:hover,input:hover[type=\"button\"],input:hover[type=\"submit\"],button:hover[type=\"submit\"],.secondary-button .search-submit:hover,.elementor-wpcf7-button-secondary input:hover[type=\"submit\"],.elementor-wpcf7-button-secondary button:hover[type=\"submit\"],.button-secondary:active,input:active[type=\"button\"],input:active[type=\"submit\"],button:active[type=\"submit\"],.secondary-button .search-submit:active,.elementor-wpcf7-button-secondary input:active[type=\"submit\"],.elementor-wpcf7-button-secondary button:active[type=\"submit\"],.button-secondary.active,input.active[type=\"button\"],input.active[type=\"submit\"],button.active[type=\"submit\"],.secondary-button .active.search-submit,.elementor-wpcf7-button-secondary input.active[type=\"submit\"],.elementor-wpcf7-button-secondary button.active[type=\"submit\"],.show > .button-secondary.dropdown-toggle,.show > input.dropdown-toggle[type=\"button\"],.show > input.dropdown-toggle[type=\"submit\"],.show > button.dropdown-toggle[type=\"submit\"],.secondary-button .show > .dropdown-toggle.search-submit,.elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"]:hover,.elementor-button-secondary button[type=\"submit\"]:active,.elementor-button-secondary button[type=\"submit\"]:focus,.elementor-button-secondary input[type=\"button\"]:hover,.elementor-button-secondary input[type=\"button\"]:active,.elementor-button-secondary input[type=\"button\"]:focus,.elementor-button-secondary input[type=\"submit\"]:hover,.elementor-button-secondary input[type=\"submit\"]:active,.elementor-button-secondary input[type=\"submit\"]:focus,.elementor-element .elementor-button-secondary .elementor-button:hover,.elementor-element .elementor-button-secondary .elementor-button:active,.elementor-element .elementor-button-secondary .elementor-button:focus {background-color:#2c5945;border-color:#2c5945;color:#fff;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}button ,input[type=\"submit\"], input[type=\"reset\"], input[type=\"button\"], .button, .btn {font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.elementor-button[class*=\'elementor-size-\'] {border-radius:0px;}\";s:22:\"osf_theme_google_fonts\";s:187:\"https://fonts.googleapis.com/css?family=Montserrat%3A400%7CPlayfair+Display%3A400%7CPlayfair+Display%3A400%7CMontserrat%3A400&#038;subset=cyrillic-ext%2Ccyrillic%2Ccyrillic%2Ccyrillic-ext\";s:12:\"osf_dev_mode\";b:0;s:20:\"osf_starter_settings\";b:1;s:18:\"custom_css_post_id\";i:3816;s:43:\"osf_typography_sidebar_title_letter_spacing\";s:1:\"0\";s:40:\"osf_typography_sidebar_title_padding_top\";s:2:\"60\";s:43:\"osf_typography_sidebar_title_padding_bottom\";s:2:\"60\";s:39:\"osf_typography_sidebar_title_margin_top\";s:1:\"0\";s:42:\"osf_typography_sidebar_title_margin_bottom\";s:2:\"40\";s:33:\"osf_typography_sidebar_font_style\";a:4:{s:6:\"italic\";b:0;s:9:\"underline\";b:0;s:10:\"fontWeight\";b:0;s:9:\"uppercase\";b:1;}s:16:\"background_color\";s:6:\"ffffff\";s:30:\"osf_colors_sidebar_title_color\";s:7:\"#000000\";s:24:\"osf_colors_sidebar_color\";s:7:\"#555555\";s:11:\"custom_logo\";i:3727;s:22:\"osf_blog_archive_style\";s:1:\"2\";s:35:\"osf_typography_general_heading_font\";a:3:{s:6:\"family\";s:16:\"Playfair Display\";s:7:\"subsets\";s:8:\"cyrillic\";s:10:\"fontWeight\";s:3:\"400\";}s:32:\"osf_typography_general_body_font\";a:3:{s:6:\"family\";s:10:\"Montserrat\";s:7:\"subsets\";s:12:\"cyrillic-ext\";s:10:\"fontWeight\";s:3:\"400\";}s:37:\"osf_typography_general_body_font_size\";s:2:\"16\";s:41:\"osf_typography_general_heading_font_style\";a:4:{s:6:\"italic\";b:0;s:9:\"underline\";b:0;s:10:\"fontWeight\";b:0;s:9:\"uppercase\";b:0;}s:36:\"osf_typography_page_title_font_style\";a:4:{s:6:\"italic\";b:0;s:9:\"underline\";b:0;s:10:\"fontWeight\";b:0;s:9:\"uppercase\";b:1;}s:45:\"osf_typography_page_title_heading_line_height\";s:2:\"30\";s:56:\"osf_typography_page_title_breadcrumb_heading_line_height\";s:2:\"30\";s:31:\"osf_typography_button_font_size\";s:2:\"11\";s:26:\"osf_colors_general_primary\";s:7:\"#d9b351\";s:28:\"osf_colors_general_secondary\";s:7:\"#3d7b5f\";s:26:\"osf_colors_general_heading\";s:7:\"#222222\";s:23:\"osf_colors_general_body\";s:7:\"#434544\";s:35:\"osf_colors_page_title_heading_color\";s:7:\"#222222\";s:38:\"osf_colors_page_title_breadcrumb_color\";s:7:\"#777777\";s:35:\"osf_layout_general_content_width_px\";s:4:\"1220\";s:31:\"osf_layout_general_gutter_width\";s:2:\"30\";s:40:\"osf_layout_general_content_width_padding\";s:2:\"15\";s:30:\"osf_layout_general_layout_mode\";s:4:\"wide\";s:37:\"osf_layout_general_layout_boxed_width\";s:4:\"1170\";s:38:\"osf_layout_general_layout_boxed_offset\";s:2:\"30\";s:27:\"osf_layout_page_title_style\";s:10:\"right-left\";s:28:\"osf_layout_page_title_height\";s:3:\"210\";s:25:\"osf_header_enable_builder\";b:1;s:18:\"osf_header_builder\";s:8:\"header-2\";s:16:\"osf_fixed_footer\";b:0;s:17:\"osf_footer_layout\";s:9:\"footer-14\";s:22:\"osf_back_to_top_footer\";b:1;s:43:\"osf_typography_page_title_heading_font_size\";s:2:\"36\";s:33:\"osf_colors_page_title_bg_position\";s:13:\"center center\";s:33:\"osf_layout_page_title_padding_top\";s:2:\"20\";s:36:\"osf_layout_page_title_padding_bottom\";s:2:\"20\";s:44:\"osf_colors_page_title_breadcrumb_color_hover\";s:7:\"#d9b351\";s:24:\"osf_colors_page_title_bg\";s:7:\"#f8f8f8\";s:27:\"osf_layout_pagination_style\";s:1:\"6\";s:11:\"osf_socials\";b:1;s:42:\"osf_typography_general_body_letter_spacing\";s:1:\"0\";s:33:\"osf_typography_button_font_family\";a:3:{s:6:\"family\";s:10:\"Montserrat\";s:7:\"subsets\";s:12:\"cyrillic-ext\";s:10:\"fontWeight\";s:3:\"500\";}s:32:\"osf_typography_button_font_style\";a:4:{s:6:\"italic\";b:0;s:9:\"underline\";b:0;s:10:\"fontWeight\";b:0;s:9:\"uppercase\";b:0;}s:36:\"osf_typography_buttom_letter_spacing\";s:1:\"0\";s:29:\"osf_woocommerce_product_hover\";s:4:\"none\";s:10:\"osf_tumblr\";b:0;s:9:\"osf_email\";b:1;s:36:\"osf_typography_general_tertiary_font\";a:3:{s:6:\"family\";s:16:\"Playfair Display\";s:7:\"subsets\";s:8:\"cyrillic\";s:10:\"fontWeight\";s:3:\"400\";}s:38:\"osf_typography_general_quaternary_font\";a:3:{s:6:\"family\";s:10:\"Montserrat\";s:7:\"subsets\";s:12:\"cyrillic-ext\";s:10:\"fontWeight\";s:3:\"400\";}s:35:\"osf_mobile_handheld_footer_bar_hide\";b:1;s:52:\"otf_woocommerce_extra_enable_product_recently_viewed\";b:0;s:36:\"osf_woocommerce_single_product_width\";b:1;s:37:\"osf_woocommerce_archive_product_width\";b:1;s:11:\"osf_twitter\";b:0;s:12:\"osf_linkedin\";b:0;s:15:\"osf_google_plus\";b:0;s:13:\"osf_pinterest\";b:0;}','yes'),(3751,'bcn_options','a:164:{s:17:\"bmainsite_display\";b:1;s:18:\"Hmainsite_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:28:\"Hmainsite_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:13:\"bhome_display\";b:1;s:14:\"Hhome_template\";s:230:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">Home</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:24:\"Hhome_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:13:\"bblog_display\";b:1;s:10:\"hseparator\";s:50:\"<i style=\"font-size:4px\" class=\"fa fa-circle\"></i>\";s:12:\"blimit_title\";b:0;s:17:\"amax_title_length\";i:20;s:20:\"bcurrent_item_linked\";b:0;s:28:\"bpost_page_hierarchy_display\";b:1;s:33:\"bpost_page_hierarchy_parent_first\";b:1;s:25:\"Spost_page_hierarchy_type\";s:15:\"BCN_POST_PARENT\";s:19:\"Hpost_page_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:29:\"Hpost_page_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:15:\"apost_page_root\";s:2:\"13\";s:15:\"Hpaged_template\";s:41:\"<span class=\"%type%\">Page %htitle%</span>\";s:14:\"bpaged_display\";b:0;s:19:\"Hpost_post_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:29:\"Hpost_post_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:15:\"apost_post_root\";s:4:\"1937\";s:28:\"bpost_post_hierarchy_display\";b:1;s:33:\"bpost_post_hierarchy_parent_first\";b:0;s:27:\"bpost_post_taxonomy_referer\";b:0;s:25:\"Spost_post_hierarchy_type\";s:8:\"category\";s:34:\"bpost_attachment_hierarchy_display\";b:0;s:39:\"bpost_attachment_hierarchy_parent_first\";b:0;s:31:\"Spost_attachment_hierarchy_type\";s:15:\"BCN_POST_PARENT\";s:21:\"apost_attachment_root\";i:0;s:25:\"Hpost_attachment_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Hpost_attachment_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:13:\"H404_template\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:10:\"S404_title\";s:3:\"404\";s:16:\"Hsearch_template\";s:302:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">Search results for &#039;<a property=\"item\" typeof=\"WebPage\" title=\"Go to the first page of search results for %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>&#039;</span><meta property=\"position\" content=\"%position%\"></span>\";s:26:\"Hsearch_template_no_anchor\";s:67:\"<span class=\"%type%\">Search results for &#039;%htitle%&#039;</span>\";s:22:\"Htax_post_tag_template\";s:251:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% tag archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_post_tag_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:25:\"Htax_post_format_template\";s:247:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Htax_post_format_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:16:\"Hauthor_template\";s:241:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">Articles by: <a title=\"Go to the first page of posts by %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a></span><meta property=\"position\" content=\"%position%\"></span>\";s:26:\"Hauthor_template_no_anchor\";s:49:\"<span class=\"%type%\">Articles by: %htitle%</span>\";s:12:\"Sauthor_name\";s:12:\"display_name\";s:12:\"aauthor_root\";i:0;s:22:\"Htax_category_template\";s:256:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% category archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_category_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:14:\"Hdate_template\";s:247:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:24:\"Hdate_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:40:\"bpost_elementor_library_taxonomy_referer\";b:0;s:32:\"Hpost_elementor_library_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:42:\"Hpost_elementor_library_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:28:\"apost_elementor_library_root\";i:0;s:41:\"bpost_elementor_library_hierarchy_display\";b:0;s:39:\"bpost_elementor_library_archive_display\";b:1;s:38:\"Spost_elementor_library_hierarchy_type\";s:8:\"BCN_DATE\";s:46:\"bpost_elementor_library_hierarchy_parent_first\";b:0;s:29:\"bpost_header_taxonomy_referer\";b:0;s:21:\"Hpost_header_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:31:\"Hpost_header_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:17:\"apost_header_root\";i:0;s:30:\"bpost_header_hierarchy_display\";b:1;s:28:\"bpost_header_archive_display\";b:1;s:27:\"Spost_header_hierarchy_type\";s:10:\"BCN_PARENT\";s:35:\"bpost_header_hierarchy_parent_first\";b:0;s:29:\"bpost_footer_taxonomy_referer\";b:0;s:21:\"Hpost_footer_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:31:\"Hpost_footer_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:17:\"apost_footer_root\";i:0;s:30:\"bpost_footer_hierarchy_display\";b:1;s:28:\"bpost_footer_archive_display\";b:1;s:27:\"Spost_footer_hierarchy_type\";s:10:\"BCN_PARENT\";s:35:\"bpost_footer_hierarchy_parent_first\";b:0;s:32:\"bpost_portfolio_taxonomy_referer\";b:0;s:24:\"Hpost_portfolio_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:34:\"Hpost_portfolio_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:20:\"apost_portfolio_root\";i:0;s:33:\"bpost_portfolio_hierarchy_display\";b:1;s:31:\"bpost_portfolio_archive_display\";b:1;s:30:\"Spost_portfolio_hierarchy_type\";s:8:\"post_tag\";s:38:\"bpost_portfolio_hierarchy_parent_first\";b:0;s:39:\"bpost_scheduled-action_taxonomy_referer\";b:0;s:31:\"Hpost_scheduled-action_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:41:\"Hpost_scheduled-action_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:27:\"apost_scheduled-action_root\";i:0;s:40:\"bpost_scheduled-action_hierarchy_display\";b:0;s:38:\"bpost_scheduled-action_archive_display\";b:0;s:37:\"Spost_scheduled-action_hierarchy_type\";s:8:\"BCN_DATE\";s:45:\"bpost_scheduled-action_hierarchy_parent_first\";b:0;s:30:\"bpost_product_taxonomy_referer\";b:0;s:22:\"Hpost_product_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Hpost_product_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:18:\"apost_product_root\";i:0;s:31:\"bpost_product_hierarchy_display\";b:1;s:29:\"bpost_product_archive_display\";b:1;s:28:\"Spost_product_hierarchy_type\";s:11:\"product_cat\";s:36:\"bpost_product_hierarchy_parent_first\";b:0;s:40:\"bpost_product_variation_taxonomy_referer\";b:0;s:32:\"Hpost_product_variation_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:42:\"Hpost_product_variation_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:28:\"apost_product_variation_root\";i:0;s:41:\"bpost_product_variation_hierarchy_display\";b:0;s:39:\"bpost_product_variation_archive_display\";b:0;s:38:\"Spost_product_variation_hierarchy_type\";s:22:\"product_shipping_class\";s:46:\"bpost_product_variation_hierarchy_parent_first\";b:0;s:33:\"bpost_shop_order_taxonomy_referer\";b:0;s:25:\"Hpost_shop_order_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Hpost_shop_order_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:21:\"apost_shop_order_root\";i:0;s:34:\"bpost_shop_order_hierarchy_display\";b:0;s:32:\"bpost_shop_order_archive_display\";b:0;s:31:\"Spost_shop_order_hierarchy_type\";s:8:\"BCN_DATE\";s:39:\"bpost_shop_order_hierarchy_parent_first\";b:0;s:40:\"bpost_shop_order_refund_taxonomy_referer\";b:0;s:32:\"Hpost_shop_order_refund_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:42:\"Hpost_shop_order_refund_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:28:\"apost_shop_order_refund_root\";i:0;s:41:\"bpost_shop_order_refund_hierarchy_display\";b:0;s:39:\"bpost_shop_order_refund_archive_display\";b:0;s:38:\"Spost_shop_order_refund_hierarchy_type\";s:8:\"BCN_DATE\";s:46:\"bpost_shop_order_refund_hierarchy_parent_first\";b:0;s:34:\"bpost_shop_coupon_taxonomy_referer\";b:0;s:26:\"Hpost_shop_coupon_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"Hpost_shop_coupon_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:22:\"apost_shop_coupon_root\";i:0;s:35:\"bpost_shop_coupon_hierarchy_display\";b:0;s:33:\"bpost_shop_coupon_archive_display\";b:0;s:32:\"Spost_shop_coupon_hierarchy_type\";s:8:\"BCN_DATE\";s:40:\"bpost_shop_coupon_hierarchy_parent_first\";b:0;s:41:\"bpost_wpcf7_contact_form_taxonomy_referer\";b:0;s:33:\"Hpost_wpcf7_contact_form_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:43:\"Hpost_wpcf7_contact_form_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:29:\"apost_wpcf7_contact_form_root\";i:0;s:42:\"bpost_wpcf7_contact_form_hierarchy_display\";b:0;s:40:\"bpost_wpcf7_contact_form_archive_display\";b:0;s:39:\"Spost_wpcf7_contact_form_hierarchy_type\";s:8:\"BCN_DATE\";s:47:\"bpost_wpcf7_contact_form_hierarchy_parent_first\";b:0;s:33:\"bpost_mc4wp-form_taxonomy_referer\";b:0;s:25:\"Hpost_mc4wp-form_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Hpost_mc4wp-form_template_no_anchor\";s:36:\"<span class=\"%type%\">%htitle%</span>\";s:21:\"apost_mc4wp-form_root\";i:0;s:34:\"bpost_mc4wp-form_hierarchy_display\";b:0;s:32:\"bpost_mc4wp-form_archive_display\";b:0;s:31:\"Spost_mc4wp-form_hierarchy_type\";s:8:\"BCN_DATE\";s:39:\"bpost_mc4wp-form_hierarchy_parent_first\";b:0;s:36:\"Htax_elementor_library_type_template\";s:252:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Type archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:46:\"Htax_elementor_library_type_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:40:\"Htax_elementor_library_category_template\";s:256:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Category archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:50:\"Htax_elementor_library_category_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:27:\"Htax_portfolio_cat_template\";s:256:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Category archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:37:\"Htax_portfolio_cat_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:26:\"Htax_action-group_template\";s:260:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Action Group archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"Htax_action-group_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:26:\"Htax_product_type_template\";s:251:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Tag archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"Htax_product_type_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_product_visibility_template\";s:251:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Tag archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:42:\"Htax_product_visibility_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:25:\"Htax_product_cat_template\";s:256:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Category archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Htax_product_cat_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:25:\"Htax_product_tag_template\";s:251:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Tag archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Htax_product_tag_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"Htax_product_shipping_class_template\";s:262:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Shipping class archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:46:\"Htax_product_shipping_class_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:27:\"Htax_product_brand_template\";s:254:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Brands archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:37:\"Htax_product_brand_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";}','yes'),(3341,'widget_woocommerce_product_brands','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3342,'widget_otf_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(35935,'ZKO28498','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Roger Seward\";s:5:\"email\";s:22:\"rogerdseward@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Roger Seward\";s:5:\"email\";s:22:\"rogerdseward@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-11-09:2019-11-09\";s:8:\"event_id\";s:4:\"4447\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(51511,'wphb_styles_collection','a:80:{s:13:\"opal-boostrap\";a:8:{s:6:\"handle\";s:13:\"opal-boostrap\";s:3:\"src\";s:84:\"http://thehistoricvinewood.com/wp-content/themes/dreama/assets/css/opal-boostrap.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-frontend\";a:8:{s:6:\"handle\";s:18:\"elementor-frontend\";s:3:\"src\";s:87:\"http://thehistoricvinewood.com/wp-content/plugins/elementor/assets/css/frontend.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.9.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"dreama-style\";a:8:{s:6:\"handle\";s:12:\"dreama-style\";s:3:\"src\";s:65:\"http://thehistoricvinewood.com/wp-content/themes/dreama/style.css\";s:4:\"deps\";a:2:{i:0;s:13:\"opal-boostrap\";i:1;s:18:\"elementor-frontend\";}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:2:{s:3:\"rtl\";s:7:\"replace\";s:5:\"after\";a:2:{i:0;s:57594:\"body, input, button, button[type=\"submit\"], select, textarea{font-family:\"Montserrat\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:400;color:#434544}html { font-size:16px;}.c-heading{color:#222222;}.c-primary{color:#d9b351;}.bg-primary{background-color:#d9b351;}.b-primary{border-color:#d9b351;}.button-primary:hover{background-color:#c99c2c;border-color:#c99c2c;}.c-secondary {color:#3d7b5f;}.bg-secondary {background-color:#3d7b5f;}.b-secondary{border-color:#3d7b5f;}.button-secondary:hover{background-color:#2c5945;}input[type=\"text\"]::placeholder,input[type=\"email\"]::placeholder,input[type=\"url\"]::placeholder,input[type=\"password\"]::placeholder,input[type=\"search\"]::placeholder,input[type=\"number\"]::placeholder,input[type=\"tel\"]::placeholder,input[type=\"range\"]::placeholder,input[type=\"date\"]::placeholder,input[type=\"month\"]::placeholder,input[type=\"week\"]::placeholder,input[type=\"time\"]::placeholder,input[type=\"datetime\"]::placeholder,input[type=\"datetime-local\"]::placeholder,input[type=\"color\"]::placeholder,input[type=\"text\"],input[type=\"email\"],input[type=\"url\"],input[type=\"password\"],input[type=\"search\"],input[type=\"number\"],input[type=\"tel\"],input[type=\"range\"],input[type=\"date\"],input[type=\"month\"],input[type=\"week\"],input[type=\"time\"],input[type=\"datetime\"],input[type=\"datetime-local\"],input[type=\"color\"],textarea::placeholder,textarea,a,.mainmenu-container li a span,.comment-metadata,.comment-metadata a,.widget.widget_archive a,.widget.widget_categories a,.widget.widget_nav_menu a,.widget.widget_meta a,.widget.widget_pages a,.c-body,.site-header-account .account-links-menu li a,.site-header-account .account-dashboard li a,.comment-form label,.comment-form a,.widget .tagcloud a,.widget.widget_tag_cloud a,.cart-collaterals .cart_totals th,#payment .payment_methods li.woocommerce-notice,#payment .payment_methods li.woocommerce-notice--info,#payment .payment_methods li.woocommerce-info,table.woocommerce-checkout-review-order-table th,.single-product .stock.out-of-stock,.opal-style-1.search-form-wapper .search-submit span,.opal-style-1.search-form-wapper .search-submit span:before,.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):after,.elementor-progress-percentage,.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,.opal-currency_switcher .list-currency button[type=\"submit\"],.select-items div {color:#434544; }.widget-area strong,h1,h2,h3,h4,h5,h6,.h1,.h2,h3.entry-title,.h3,.comments-title,.comment-respond .comment-reply-title,.h4,.h5,.h6,blockquote,blockquote a,th,.main-navigation:not(.navigation-dark) .top-menu > li > a,.mainmenu-container ul ul .menu-item > a:hover,.mainmenu-container ul ul .menu-item > a:active,.mainmenu-container ul ul .menu-item > a:focus,.entry-meta .entry-category a:not(:hover),.entry-content blockquote cite a,.entry-content strong,.entry-content dt,.entry-content th,.entry-content dt a,.entry-content th a,body.single-post .navigation .nav-link a,.comment-content strong,.comment-author,.comment-author a,.comment-metadata a.comment-edit-link,.comment-reply-link,.comment-content table th,.comment-content table td a,.comment-content dt,.elementor-element .elementor-widget-wp-widget-recent-posts .title-post a,.widget a,h2.widget-title,h2.widgettitle,.widget_rss .rss-date,.widget_rss li cite,.c-heading,.form-group .form-row label,fieldset legend,.author-wrapper .author-name,.page .entry-header .entry-title,.search .site-content .page-title,.site-header-account .login-form-title,table.shop_table_responsive tbody th,.site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount,.site-header-cart .shopping_cart_nav p.total .woocommerce-Price-amount,.filter-close,table.cart:not(.wishlist_table) th,.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount,.cart-collaterals .cart_totals .amount,.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,#payment .payment_methods > .wc_payment_method > label,table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,table.woocommerce-checkout-review-order-table .product-name,.woocommerce-billing-fields label,.woocommerce-billing-fields > h3,.cart th,.shop_table th,.woocommerce-account .woocommerce-MyAccount-content strong,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount,.osf-sorting .display-mode button.active,.osf-sorting .display-mode button:hover,.woocommerce-Tabs-panel table.shop_attributes th,#osf-accordion-container table.shop_attributes th,.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control],.elementor-widget-progress .elementor-title,.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title,.elementor-teams-wrapper .elementor-team-name,.wishlist_table .product-price {color:#222222; }.mainmenu-container li.current-menu-parent > a,.mainmenu-container .menu-item > a:hover,.menu-toggle,.site-header .header-group .search-submit:hover,.site-header .header-group .search-submit:focus,.pbr-social-share a:hover,body.single-post .navigation > div:hover .thumbnail-nav,body.single-post .navigation > div:hover a,body.single-post .navigation > div:hover b,body.single-post .navigation .next-nav:hover .thumbnail-nav,body.single-post .navigation .next-nav:hover a,.error404 .error-404 h1,.error404 .sub-h2-1,.breadcrumb a:hover,.breadcrumb a:hover span,.comment-author a:hover,.comment-metadata a:hover,.opal-comment-4 .comment-reply-link,.elementor-element .elementor-widget-wp-widget-recent-posts .title-post a:hover,.widget a:hover,.widget a:focus,.widget.widget_archive a:hover,.widget.widget_archive a:focus,.widget.widget_categories a:hover,.widget.widget_categories a:focus,.widget.widget_nav_menu a:hover,.widget.widget_nav_menu a:focus,.widget.widget_meta a:hover,.widget.widget_meta a:focus,.widget.widget_pages a:hover,.widget.widget_pages a:focus,.title-with-icon:before,.widget_recent_entries li a:hover,.widget_recent_entries li a:active,.widget_search button[type=\"submit\"],.widget .tagcloud a:hover,.widget .tagcloud a:focus,.widget.widget_tag_cloud a:hover,.widget.widget_tag_cloud a:focus,.button-outline-primary,.elementor-wpcf7-button-outline_primary input[type=\"button\"],.elementor-wpcf7-button-outline_primary input[type=\"submit\"],.elementor-wpcf7-button-outline_primary button[type=\"submit\"],.widget_shopping_cart .buttons .button:nth-child(odd),.elementor-element .elementor-button-outline_primary .elementor-button,.c-primary,.navigation-button .menu-toggle:hover,.navigation-button .menu-toggle:focus,.entry-title a:hover,.entry-content blockquote cite a:hover,.site-header-account .account-dropdown a.register-link,.site-header-account .account-dropdown a.lostpass-link,.site-header-account .account-links-menu li a:hover,.site-header-account .account-dashboard li a:hover,.comment-form a:hover,.wp_widget_tag_cloud a:hover,.wp_widget_tag_cloud a:focus,#secondary .elementor-widget-container h5:first-of-type,.elementor-nav-menu-popup .mfp-close,.site-header-cart .widget_shopping_cart .product_list_widget li a:hover,.site-header-cart .widget_shopping_cart .product_list_widget li a:focus,.site-header-cart .shopping_cart_nav .product_list_widget li a:hover,.site-header-cart .shopping_cart_nav .product_list_widget li a:focus,.site-header-cart .woocommerce-mini-cart__empty-message:before,.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a,.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover,.woocommerce-privacy-policy-link,.opal-currency_switcher .list-currency button[type=\"submit\"]:hover,.opal-currency_switcher .list-currency li.active button[type=\"submit\"],ul.products li.product.osf-product-list .price,ul.products li.product .posfed_in a:hover,.select-items div:hover,.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover,.button-wrapper #chart-button,.product_list_widget a:hover,.product_list_widget a:active,.product_list_widget a:focus,.woocommerce-product-list a:hover,.woocommerce-product-list a:active,.woocommerce-product-list a:focus,#secondary .elementor-widget-wp-widget-recent-posts a,.elementor-element .elementor-button-outline_primary .elementor-button .elementor-button-icon,.contactform-content .form-title,.elementor-widget-heading .icon_before,.elementor-widget-heading .icon_after,.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title.elementor-active,.single-portfolio-summary-meta .entry-category a,.single-portfolio-summary-meta .entry-category span,.single-portfolio-summary-meta .entry-category time,.single-portfolio-summary-meta .entry-date a,.single-portfolio-summary-meta .entry-date span,.single-portfolio-summary-meta .entry-date time,.single-portfolio-summary-meta .event-tags a,.single-portfolio-summary-meta .event-tags span,.single-portfolio-summary-meta .event-tags time,.opal-timeline:before,.header-button i,.header-button:hover,.header-button:focus,.opal-canvas-filter .widget.widget_product_categories ul li a:hover,.opal-canvas-filter .widget.widget_product_categories ul li.current-cat a,.woocommerce-MyAccount-navigation ul li.is-active a,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:hover:before,.single-product div.product .entry-summary .compare:hover:before,.single-product div.product .product_meta .sku_wrapper a:hover,.single-product div.product .product_meta .posted_in a:hover,.single-product div.product .product_meta .tagged_as a:hover,.single-product div.product .pbr-social-share a:hover,.widget_price_filter .price_slider_amount .price_label span,.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):hover,.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item.button-variable-item.selected:not(.radio-variable-item),.product-style-1 li.product h2 a:hover,.product-style-1 li.product h3 a:hover,.product-style-1 li.product .woocommerce-loop-product__title a:hover {color:#d9b351; }.f-primary,.button-decor svg {fill:#d9b351; }.mp-level::-webkit-scrollbar-thumb,.page-numbers:not(ul):not(.dots):hover,.page-numbers:not(ul):not(.dots):focus,.page-numbers.current:not(ul):not(.dots),.comments-link span,.page-links a:hover .page-number,.page-links a:focus .page-number,.page-links > .page-number,.error404 .return-homepage,.wp_widget_tag_cloud a:hover:before,.wp_widget_tag_cloud a:focus:before,.button-primary,input[type=\"reset\"],input.secondary[type=\"button\"],input.secondary[type=\"reset\"],input.secondary[type=\"submit\"],.page .edit-link a.post-edit-link,.scrollup,.comment-form .form-submit input[type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"submit\"],.elementor-wpcf7-button-primary button[type=\"submit\"],.wc-proceed-to-checkout .button,.woocommerce-cart .return-to-shop a,.wishlist_table .product-add-to-cart a.button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.widget_shopping_cart .buttons .button,.button-default:hover,.more-link:hover,.elementor-element .elementor-button-primary .elementor-button,.button-outline-primary:hover,.elementor-wpcf7-button-outline_primary input:hover[type=\"button\"],.elementor-wpcf7-button-outline_primary input:hover[type=\"submit\"],.elementor-wpcf7-button-outline_primary button:hover[type=\"submit\"],.widget_shopping_cart .buttons .button:hover:nth-child(odd),.button-outline-primary:active,.elementor-wpcf7-button-outline_primary input:active[type=\"button\"],.elementor-wpcf7-button-outline_primary input:active[type=\"submit\"],.elementor-wpcf7-button-outline_primary button:active[type=\"submit\"],.widget_shopping_cart .buttons .button:active:nth-child(odd),.button-outline-primary.active,.elementor-wpcf7-button-outline_primary input.active[type=\"button\"],.elementor-wpcf7-button-outline_primary input.active[type=\"submit\"],.elementor-wpcf7-button-outline_primary button.active[type=\"submit\"],.widget_shopping_cart .buttons .active.button:nth-child(odd),.show > .button-outline-primary.dropdown-toggle,.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type=\"button\"],.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-outline_primary .show > button.dropdown-toggle[type=\"submit\"],.widget_shopping_cart .buttons .show > .dropdown-toggle.button:nth-child(odd),.elementor-element .elementor-button-outline_primary .elementor-button:hover,.elementor-element .elementor-button-outline_primary .elementor-button:active,.elementor-element .elementor-button-outline_primary .elementor-button:focus,.bg-primary,.elementor-widget-divider .elementor-divider-separator:before,.elementor-flip-box__front,.elementor-widget-opal-image-hotspots .scrollbar-inner > .scroll-element .scroll-bar,.opal-image-hotspots-main-icons .opal-image-hotspots-icon,.elementor-widget-opal-image-gallery .gallery-item-overlay,.elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active,.timeline-item .timeline-icon,.notification-added-to-cart .ns-content,#payment .place-order .button:hover,form.register .button[type=\"submit\"]:hover,li.product .time,.shop-action a[class*=\"product_type_\"]:hover,.shop-action a.loading[class*=\"product_type_\"],.shop-action .yith-wcqv-button:hover,.shop-action .yith-wcwl-add-to-wishlist > div > a:hover,.shop-action .compare:hover,.shop-action .yith-wcwl-add-to-wishlist > div > a:hover + .opal-loading-wislist:before,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:hover,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:active,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:focus,.single-product .single_add_to_cart_button:hover,.single-product .single_add_to_cart_button.disabled[type=\"submit\"]:hover,.single-product .woocommerce-tabs .wc-tabs .active a,.woocommerce-tabs ul.tabs li a:hover,.widget_price_filter .ui-slider .ui-slider-range,.handheld-footer-bar .cart .footer-cart-contents .count {background-color:#d9b351; }.button-primary,input[type=\"reset\"],input.secondary[type=\"button\"],input.secondary[type=\"reset\"],input.secondary[type=\"submit\"],.page .edit-link a.post-edit-link,.error404 .return-homepage,.scrollup,.comment-form .form-submit input[type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"submit\"],.elementor-wpcf7-button-primary button[type=\"submit\"],.wc-proceed-to-checkout .button,.woocommerce-cart .return-to-shop a,.wishlist_table .product-add-to-cart a.button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.widget_shopping_cart .buttons .button,.button-secondary,input[type=\"button\"],input[type=\"submit\"],button[type=\"submit\"],.secondary-button .search-submit,.elementor-wpcf7-button-secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-secondary input[type=\"submit\"],.elementor-wpcf7-button-secondary button[type=\"submit\"],.form-control:focus,input[type=\"text\"]:focus,input[type=\"email\"]:focus,input[type=\"url\"]:focus,input[type=\"password\"]:focus,input[type=\"search\"]:focus,input[type=\"number\"]:focus,input[type=\"tel\"]:focus,input[type=\"range\"]:focus,input[type=\"date\"]:focus,input[type=\"month\"]:focus,input[type=\"week\"]:focus,input[type=\"time\"]:focus,input[type=\"datetime\"]:focus,input[type=\"datetime-local\"]:focus,input[type=\"color\"]:focus,textarea:focus,.opal-pagination-3 .page-numbers.current:not(ul):not(.dots),.opal-pagination-3 .page-numbers:not(ul):not(.dots):focus,.opal-pagination-3 .page-numbers:not(ul):not(.dots):hover,.opal-pagination-4 .page-numbers.current:not(ul):not(.dots),.opal-pagination-4 .page-numbers:not(ul):not(.dots):focus,.opal-pagination-4 .page-numbers:not(ul):not(.dots):hover,.widget .tagcloud a:hover,.widget .tagcloud a:focus,.widget.widget_tag_cloud a:hover,.widget.widget_tag_cloud a:focus,.wp_widget_tag_cloud a:hover:after,.wp_widget_tag_cloud a:focus:after,.wp_widget_tag_cloud a:hover,.wp_widget_tag_cloud a:focus,.button-default:hover,.more-link:hover,.elementor-element .elementor-button-primary .elementor-button,.button-outline-primary,.elementor-wpcf7-button-outline_primary input[type=\"button\"],.elementor-wpcf7-button-outline_primary input[type=\"submit\"],.elementor-wpcf7-button-outline_primary button[type=\"submit\"],.widget_shopping_cart .buttons .button:nth-child(odd),.elementor-element .elementor-button-outline_primary .elementor-button,.button-outline-primary:hover,.elementor-wpcf7-button-outline_primary input:hover[type=\"button\"],.elementor-wpcf7-button-outline_primary input:hover[type=\"submit\"],.elementor-wpcf7-button-outline_primary button:hover[type=\"submit\"],.widget_shopping_cart .buttons .button:hover:nth-child(odd),.button-outline-primary:active,.elementor-wpcf7-button-outline_primary input:active[type=\"button\"],.elementor-wpcf7-button-outline_primary input:active[type=\"submit\"],.elementor-wpcf7-button-outline_primary button:active[type=\"submit\"],.widget_shopping_cart .buttons .button:active:nth-child(odd),.button-outline-primary.active,.elementor-wpcf7-button-outline_primary input.active[type=\"button\"],.elementor-wpcf7-button-outline_primary input.active[type=\"submit\"],.elementor-wpcf7-button-outline_primary button.active[type=\"submit\"],.widget_shopping_cart .buttons .active.button:nth-child(odd),.show > .button-outline-primary.dropdown-toggle,.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type=\"button\"],.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-outline_primary .show > button.dropdown-toggle[type=\"submit\"],.widget_shopping_cart .buttons .show > .dropdown-toggle.button:nth-child(odd),.elementor-element .elementor-button-outline_primary .elementor-button:hover,.elementor-element .elementor-button-outline_primary .elementor-button:active,.elementor-element .elementor-button-outline_primary .elementor-button:focus,.b-primary,.elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active:before,.single-portfolio-navigation .nav-link:hover,.single-portfolio-navigation .nav-link:hover:before,#payment .place-order .button:hover,form.register .button[type=\"submit\"]:hover,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:hover,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:active,.single-product[class*=\"opal-comment-form\"] .comment-form .form-submit .submit:focus,.single-product .single_add_to_cart_button:hover,.single-product .single_add_to_cart_button.disabled[type=\"submit\"]:hover,.osf-product-deal .woocommerce-product-list .opal-countdown .day,.otf-product-recently-content li:hover .product-thumbnail img {border-color:#d9b351; }blockquote {border-left-color:#d9b351; }.btn-link:focus,.elementor-element .elementor-button-link .elementor-button:focus,.btn-link:hover,.elementor-element .elementor-button-link .elementor-button:hover,.button-link:focus,.button-link:hover,a:hover,a:active,.widget_search button[type=\"submit\"]:hover,.widget_search button[type=\"submit\"]:focus {color:#c99c2c; }.button-primary:hover,input:hover[type=\"reset\"],input.secondary:hover[type=\"button\"],input.secondary:hover[type=\"submit\"],.page .edit-link a.post-edit-link:hover,.error404 .return-homepage:hover,.scrollup:hover,.comment-form .form-submit input:hover[type=\"submit\"],.elementor-wpcf7-button-primary input:hover[type=\"submit\"],.elementor-wpcf7-button-primary button:hover[type=\"submit\"],.wc-proceed-to-checkout .button:hover,.woocommerce-cart .return-to-shop a:hover,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.widget_shopping_cart .buttons .button:hover,.button-primary:active,input:active[type=\"reset\"],input.secondary:active[type=\"button\"],input.secondary:active[type=\"submit\"],.page .edit-link a.post-edit-link:active,.error404 .return-homepage:active,.scrollup:active,.comment-form .form-submit input:active[type=\"submit\"],.elementor-wpcf7-button-primary input:active[type=\"submit\"],.elementor-wpcf7-button-primary button:active[type=\"submit\"],.wc-proceed-to-checkout .button:active,.woocommerce-cart .return-to-shop a:active,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.widget_shopping_cart .buttons .button:active,.button-primary.active,input.active[type=\"reset\"],input.active.secondary[type=\"button\"],input.active.secondary[type=\"submit\"],.page .edit-link a.active.post-edit-link,.error404 .active.return-homepage,.active.scrollup,.comment-form .form-submit input.active[type=\"submit\"],.elementor-wpcf7-button-primary input.active[type=\"submit\"],.elementor-wpcf7-button-primary button.active[type=\"submit\"],.wc-proceed-to-checkout .active.button,.woocommerce-cart .return-to-shop a.active,.wishlist_table .product-add-to-cart a.active.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.widget_shopping_cart .buttons .active.button,.show > .button-primary.dropdown-toggle,.show > input.dropdown-toggle[type=\"reset\"],.show > input.dropdown-toggle.secondary[type=\"button\"],.show > input.dropdown-toggle.secondary[type=\"submit\"],.page .edit-link .show > a.dropdown-toggle.post-edit-link,.error404 .show > .dropdown-toggle.return-homepage,.show > .dropdown-toggle.scrollup,.comment-form .form-submit .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > button.dropdown-toggle[type=\"submit\"],.wc-proceed-to-checkout .show > .dropdown-toggle.button,.woocommerce-cart .return-to-shop .show > a.dropdown-toggle,.wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,.widget_shopping_cart .buttons .show > .dropdown-toggle.button,.elementor-element .elementor-button-primary .elementor-button:hover,.elementor-element .elementor-button-primary .elementor-button:active,.elementor-element .elementor-button-primary .elementor-button:focus {background-color:#c99c2c; }.button-primary:active,input:active[type=\"reset\"],.page .edit-link a.post-edit-link:active,.error404 .return-homepage:active,.scrollup:active,.comment-form .form-submit input:active[type=\"submit\"],.elementor-wpcf7-button-primary input:active[type=\"submit\"],.elementor-wpcf7-button-primary button:active[type=\"submit\"],.wc-proceed-to-checkout .button:active,.woocommerce-cart .return-to-shop a:active,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.widget_shopping_cart .buttons .button:active,.button-primary.active,input.active[type=\"reset\"],.page .edit-link a.active.post-edit-link,.error404 .active.return-homepage,.active.scrollup,.comment-form .form-submit input.active[type=\"submit\"],.elementor-wpcf7-button-primary input.active[type=\"submit\"],.elementor-wpcf7-button-primary button.active[type=\"submit\"],.wc-proceed-to-checkout .active.button,.woocommerce-cart .return-to-shop a.active,.wishlist_table .product-add-to-cart a.active.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.widget_shopping_cart .buttons .active.button,.show > .button-primary.dropdown-toggle,.show > input.dropdown-toggle[type=\"reset\"],.page .edit-link .show > a.dropdown-toggle.post-edit-link,.error404 .show > .dropdown-toggle.return-homepage,.show > .dropdown-toggle.scrollup,.comment-form .form-submit .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > button.dropdown-toggle[type=\"submit\"],.wc-proceed-to-checkout .show > .dropdown-toggle.button,.woocommerce-cart .return-to-shop .show > a.dropdown-toggle,.wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,.widget_shopping_cart .buttons .show > .dropdown-toggle.button,.button-secondary:active,input:active[type=\"button\"],input:active[type=\"submit\"],button:active[type=\"submit\"],.secondary-button .search-submit:active,.elementor-wpcf7-button-secondary input:active[type=\"submit\"],.elementor-wpcf7-button-secondary button:active[type=\"submit\"],.button-secondary.active,input.active[type=\"button\"],input.active[type=\"submit\"],button.active[type=\"submit\"],.secondary-button .active.search-submit,.elementor-wpcf7-button-secondary input.active[type=\"submit\"],.elementor-wpcf7-button-secondary button.active[type=\"submit\"],.show > .button-secondary.dropdown-toggle,.show > input.dropdown-toggle[type=\"button\"],.show > input.dropdown-toggle[type=\"submit\"],.show > button.dropdown-toggle[type=\"submit\"],.secondary-button .show > .dropdown-toggle.search-submit,.elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type=\"submit\"],.button-primary:hover,input:hover[type=\"reset\"],input.secondary:hover[type=\"button\"],input.secondary:hover[type=\"submit\"],.page .edit-link a.post-edit-link:hover,.error404 .return-homepage:hover,.scrollup:hover,.comment-form .form-submit input:hover[type=\"submit\"],.elementor-wpcf7-button-primary input:hover[type=\"submit\"],.elementor-wpcf7-button-primary button:hover[type=\"submit\"],.wc-proceed-to-checkout .button:hover,.woocommerce-cart .return-to-shop a:hover,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.widget_shopping_cart .buttons .button:hover,.elementor-element .elementor-button-primary .elementor-button:hover,.elementor-element .elementor-button-primary .elementor-button:active,.elementor-element .elementor-button-primary .elementor-button:focus {border-color:#c99c2c; }.cat-tags-links .tags-links a,.error404 .sub-h2-2,.error404 .error-text,.button-outline-secondary,.elementor-wpcf7-button-outline_secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-outline_secondary input[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button[type=\"submit\"],.elementor-element .elementor-button-outline_secondary .elementor-button,.c-secondary,.author-wrapper .author-name h6,.elementor-element .elementor-button-outline_secondary .elementor-button .elementor-button-icon,.contactform-content button.mfp-close {color:#3d7b5f; }.site-header .header-content .navigation-wrapper,.button-secondary,input[type=\"button\"],input[type=\"submit\"],button[type=\"submit\"],.secondary-button .search-submit,.elementor-wpcf7-button-secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-secondary input[type=\"submit\"],.elementor-wpcf7-button-secondary button[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"],.elementor-button-secondary input[type=\"button\"],.elementor-button-secondary input[type=\"submit\"],.elementor-element .elementor-button-secondary .elementor-button,.button-outline-secondary:hover,.elementor-wpcf7-button-outline_secondary input:hover[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button:hover[type=\"submit\"],.button-outline-secondary:active,.elementor-wpcf7-button-outline_secondary input:active[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button:active[type=\"submit\"],.button-outline-secondary.active,.elementor-wpcf7-button-outline_secondary input.active[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button.active[type=\"submit\"],.show > .button-outline-secondary.dropdown-toggle,.elementor-wpcf7-button-outline_secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-outline_secondary .show > button.dropdown-toggle[type=\"submit\"],.elementor-element .elementor-button-outline_secondary .elementor-button:hover,.elementor-element .elementor-button-outline_secondary .elementor-button:active,.elementor-element .elementor-button-outline_secondary .elementor-button:focus,.bg-secondary,#secondary .elementor-widget-wp-widget-categories a:before,.elementor-flip-box__back,#secondary .elementor-nav-menu a:before,.e--pointer-dot a:before {background-color:#3d7b5f; }.button-secondary,input[type=\"button\"],input[type=\"submit\"],button[type=\"submit\"],.secondary-button .search-submit,.elementor-wpcf7-button-secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-secondary input[type=\"submit\"],.elementor-wpcf7-button-secondary button[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"],.elementor-button-secondary input[type=\"button\"],.elementor-button-secondary input[type=\"submit\"],.elementor-element .elementor-button-secondary .elementor-button,.button-outline-secondary,.elementor-wpcf7-button-outline_secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-outline_secondary input[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button[type=\"submit\"],.elementor-element .elementor-button-outline_secondary .elementor-button,.button-outline-secondary:hover,.elementor-wpcf7-button-outline_secondary input:hover[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button:hover[type=\"submit\"],.button-outline-secondary:active,.elementor-wpcf7-button-outline_secondary input:active[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button:active[type=\"submit\"],.button-outline-secondary.active,.elementor-wpcf7-button-outline_secondary input.active[type=\"submit\"],.elementor-wpcf7-button-outline_secondary button.active[type=\"submit\"],.show > .button-outline-secondary.dropdown-toggle,.elementor-wpcf7-button-outline_secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-outline_secondary .show > button.dropdown-toggle[type=\"submit\"],.elementor-element .elementor-button-outline_secondary .elementor-button:hover,.elementor-element .elementor-button-outline_secondary .elementor-button:active,.elementor-element .elementor-button-outline_secondary .elementor-button:focus,.b-secondary {border-color:#3d7b5f; }.button-secondary:hover,input:hover[type=\"button\"],input:hover[type=\"submit\"],button:hover[type=\"submit\"],.secondary-button .search-submit:hover,.elementor-wpcf7-button-secondary input:hover[type=\"submit\"],.elementor-wpcf7-button-secondary button:hover[type=\"submit\"],.button-secondary:active,input:active[type=\"button\"],input:active[type=\"submit\"],button:active[type=\"submit\"],.secondary-button .search-submit:active,.elementor-wpcf7-button-secondary input:active[type=\"submit\"],.elementor-wpcf7-button-secondary button:active[type=\"submit\"],.button-secondary.active,input.active[type=\"button\"],input.active[type=\"submit\"],button.active[type=\"submit\"],.secondary-button .active.search-submit,.elementor-wpcf7-button-secondary input.active[type=\"submit\"],.elementor-wpcf7-button-secondary button.active[type=\"submit\"],.show > .button-secondary.dropdown-toggle,.show > input.dropdown-toggle[type=\"button\"],.show > input.dropdown-toggle[type=\"submit\"],.show > button.dropdown-toggle[type=\"submit\"],.secondary-button .show > .dropdown-toggle.search-submit,.elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"]:hover,.elementor-button-secondary button[type=\"submit\"]:active,.elementor-button-secondary button[type=\"submit\"]:focus,.elementor-button-secondary input[type=\"button\"]:hover,.elementor-button-secondary input[type=\"button\"]:active,.elementor-button-secondary input[type=\"button\"]:focus,.elementor-button-secondary input[type=\"submit\"]:hover,.elementor-button-secondary input[type=\"submit\"]:active,.elementor-button-secondary input[type=\"submit\"]:focus,.elementor-element .elementor-button-secondary .elementor-button:hover,.elementor-element .elementor-button-secondary .elementor-button:active,.elementor-element .elementor-button-secondary .elementor-button:focus {background-color:#2c5945; }.button-secondary:hover,input:hover[type=\"button\"],input:hover[type=\"submit\"],button:hover[type=\"submit\"],.secondary-button .search-submit:hover,.elementor-wpcf7-button-secondary input:hover[type=\"submit\"],.elementor-wpcf7-button-secondary button:hover[type=\"submit\"],.button-secondary:active,input:active[type=\"button\"],input:active[type=\"submit\"],button:active[type=\"submit\"],.secondary-button .search-submit:active,.elementor-wpcf7-button-secondary input:active[type=\"submit\"],.elementor-wpcf7-button-secondary button:active[type=\"submit\"],.button-secondary.active,input.active[type=\"button\"],input.active[type=\"submit\"],button.active[type=\"submit\"],.secondary-button .active.search-submit,.elementor-wpcf7-button-secondary input.active[type=\"submit\"],.elementor-wpcf7-button-secondary button.active[type=\"submit\"],.show > .button-secondary.dropdown-toggle,.show > input.dropdown-toggle[type=\"button\"],.show > input.dropdown-toggle[type=\"submit\"],.show > button.dropdown-toggle[type=\"submit\"],.secondary-button .show > .dropdown-toggle.search-submit,.elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"]:hover,.elementor-button-secondary button[type=\"submit\"]:active,.elementor-button-secondary button[type=\"submit\"]:focus,.elementor-button-secondary input[type=\"button\"]:hover,.elementor-button-secondary input[type=\"button\"]:active,.elementor-button-secondary input[type=\"button\"]:focus,.elementor-button-secondary input[type=\"submit\"]:hover,.elementor-button-secondary input[type=\"submit\"]:active,.elementor-button-secondary input[type=\"submit\"]:focus,.elementor-element .elementor-button-secondary .elementor-button:hover,.elementor-element .elementor-button-secondary .elementor-button:active,.elementor-element .elementor-button-secondary .elementor-button:focus {border-color:#2c5945; }.row,body.opal-default-content-layout-2cr #content .wrap,body.opal-content-layout-2cl #content .wrap,body.opal-content-layout-2cr #content .wrap,[data-opal-columns],.opal-archive-style-4.blog .site-main,.opal-archive-style-4.archive .site-main,.site-footer .widget-area,.opal-comment-form-2 .comment-form,.opal-comment-form-3 .comment-form,.opal-comment-form-4 .comment-form,.opal-comment-form-6 .comment-form,.widget .gallery,.elementor-element .gallery,.entry-gallery .gallery,.single .gallery,[data-elementor-columns],.opal-canvas-filter.top .opal-canvas-filter-wrap,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone,.woocommerce-cart .woocommerce,.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-MyAccount-content form[class^=\"woocommerce-\"],.woocommerce-columns--addresses,form.track_order,.woocommerce-account .woocommerce,.woocommerce-Addresses,.woocommerce-address-fields__field-wrapper,ul.products,.osf-sorting,.single-product div.product {margin-right:-15px;margin-left:-15px;}.col-1,.col-2,[data-elementor-columns-mobile=\"6\"] .column-item,.col-3,[data-elementor-columns-mobile=\"4\"] .column-item,.col-4,.opal-comment-form-2 .comment-form .comment-form-author,.opal-comment-form-3 .comment-form .comment-form-author,.opal-comment-form-2 .comment-form .comment-form-email,.opal-comment-form-3 .comment-form .comment-form-email,.opal-comment-form-2 .comment-form .comment-form-url,.opal-comment-form-3 .comment-form .comment-form-url,[data-elementor-columns-mobile=\"3\"] .column-item,.col-5,.col-6,.opal-comment-form-4 .comment-form .comment-form-author,.opal-comment-form-4 .comment-form .comment-form-email,.opal-comment-form-4 .comment-form .comment-form-url,.opal-comment-form-6 .comment-form .comment-form-author,.opal-comment-form-6 .comment-form .comment-form-email,[data-elementor-columns-mobile=\"2\"] .column-item,.single-product.opal-comment-form-2 .comment-form-author,.single-product.opal-comment-form-3 .comment-form-author,.single-product.opal-comment-form-2 .comment-form-email,.single-product.opal-comment-form-3 .comment-form-email,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.opal-archive-style-2.opal-content-layout-2cr .post-style-2,.related-posts .column-item,.opal-default-content-layout-2cr .related-posts .column-item,.opal-content-layout-2cr .related-posts .column-item,.opal-content-layout-2cl .related-posts .column-item,.site-footer .widget-area .widget-column,.opal-comment-form-2 .comment-form .logged-in-as,.opal-comment-form-3 .comment-form .logged-in-as,.opal-comment-form-2 .comment-form .comment-notes,.opal-comment-form-3 .comment-form .comment-notes,.opal-comment-form-2 .comment-form .comment-form-comment,.opal-comment-form-3 .comment-form .comment-form-comment,.opal-comment-form-2 .comment-form .form-submit,.opal-comment-form-3 .comment-form .form-submit,.opal-comment-form-4 .comment-form .logged-in-as,.opal-comment-form-4 .comment-form .comment-notes,.opal-comment-form-4 .comment-form .comment-form-comment,.opal-comment-form-4 .comment-form .form-submit,.opal-comment-form-6 .comment-form .logged-in-as,.opal-comment-form-6 .comment-form .comment-notes,.opal-comment-form-6 .comment-form .comment-form-comment,.opal-comment-form-6 .comment-form .comment-form-url,.opal-comment-form-6 .comment-form .form-submit,.widget .gallery-columns-1 .gallery-item,.elementor-element .gallery-columns-1 .gallery-item,.entry-gallery .gallery-columns-1 .gallery-item,.single .gallery-columns-1 .gallery-item,[data-elementor-columns-mobile=\"1\"] .column-item,.woocommerce-cart .cart-empty,.woocommerce-cart .return-to-shop,.woocommerce-billing-fields .form-row-wide,.woocommerce-MyAccount-content form[class^=\"woocommerce-\"] > *:not(fieldset),.woocommerce-MyAccount-content form[class^=\"woocommerce-\"] .form-row-wide,#customer_details [class*=\'col\'],.woocommerce-Addresses .woocommerce-Address,.columns-1 ul.products li.product,.columns-1 ul.products > li,#reviews .comment-form-rating,.woocommerce-tabs,.col,body #secondary,.opal-canvas-filter.top .opal-canvas-filter-wrap section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,form.track_order p.form-row-first,form.track_order p.form-row-last,.woocommerce-account .woocommerce > *,.columns-5 ul.products li.product,.columns-5 ul.products > li,.col-auto,.col-sm-1,[data-opal-columns=\"12\"] .column-item,.col-sm-2,[data-opal-columns=\"6\"] .column-item,.columns-6 ul.products li.product,.columns-6 ul.products > li,.col-sm-3,[data-opal-columns=\"4\"] .column-item,.col-sm-4,[data-opal-columns=\"3\"] .column-item,.widget .gallery-columns-6 .gallery-item,.elementor-element .gallery-columns-6 .gallery-item,.entry-gallery .gallery-columns-6 .gallery-item,.single .gallery-columns-6 .gallery-item,.col-sm-5,.timeline-item .timeline-thumbnail,.timeline-item .timeline-content,.col-sm-6,[data-opal-columns=\"2\"] .column-item,.opal-archive-style-3:not(.opal-content-layout-2cr) .post-style-3,.widget .gallery-columns-2 .gallery-item,.elementor-element .gallery-columns-2 .gallery-item,.entry-gallery .gallery-columns-2 .gallery-item,.single .gallery-columns-2 .gallery-item,.widget .gallery-columns-3 .gallery-item,.elementor-element .gallery-columns-3 .gallery-item,.entry-gallery .gallery-columns-3 .gallery-item,.single .gallery-columns-3 .gallery-item,.widget .gallery-columns-4 .gallery-item,.elementor-element .gallery-columns-4 .gallery-item,.entry-gallery .gallery-columns-4 .gallery-item,.single .gallery-columns-4 .gallery-item,.woocommerce-billing-fields .form-row-first,.woocommerce-billing-fields .form-row-last,.woocommerce-MyAccount-content form[class^=\"woocommerce-\"] .form-row-first,.woocommerce-MyAccount-content form[class^=\"woocommerce-\"] .form-row-last,ul.products li.product,.columns-2 ul.products li.product,.columns-2 ul.products > li,.columns-3 ul.products li.product,.columns-3 ul.products > li,.columns-4 ul.products li.product,.columns-4 ul.products > li,.opal-content-layout-2cl .columns-3 ul.products li.product,.opal-content-layout-2cl .columns-3 ul.products > li,.opal-content-layout-2cr .columns-3 ul.products li.product,.opal-content-layout-2cr .columns-3 ul.products > li,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,[data-opal-columns=\"1\"] .column-item,.opal-archive-style-2:not(.opal-content-layout-2cr) .post-style-2,.opal-archive-style-3.opal-content-layout-2cr .post-style-3,.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion,.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion + .opal-image-hotspots-container,.cart-collaterals .cross-sells,.woocommerce-columns--addresses .woocommerce-column,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-address-fields__field-wrapper .form-row,.woocommerce-product-carousel ul.products li.product,.osf-sorting .woocommerce-message,.osf-sorting .woocommerce-notice,.opal-content-layout-2cl .osf-sorting .osf-sorting-group,.opal-content-layout-2cr .osf-sorting .osf-sorting-group,.single-product div.product .entry-summary,.single-product div.product .images,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,[data-elementor-columns-tablet=\"6\"] .column-item,.col-md-3,[data-elementor-columns-tablet=\"4\"] .column-item,.col-md-4,[data-elementor-columns-tablet=\"3\"] .column-item,.col-md-5,.osf-sorting .osf-sorting-group,.col-md-6,[data-elementor-columns-tablet=\"2\"] .column-item,.col-md-7,.osf-sorting .osf-sorting-group + .osf-sorting-group,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,[data-elementor-columns-tablet=\"1\"] .column-item,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,[data-elementor-columns=\"6\"] .column-item,.col-lg-3,[data-elementor-columns=\"4\"] .column-item,.col-lg-4,[data-elementor-columns=\"3\"] .column-item,.col-lg-5,.col-lg-6,[data-elementor-columns=\"2\"] .column-item,.col-lg-7,.col-lg-8,.opal-content-layout-2cl .osf-sorting .osf-sorting-group + .osf-sorting-group,.opal-content-layout-2cr .osf-sorting .osf-sorting-group + .osf-sorting-group,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,[data-elementor-columns=\"1\"] .column-item,.woocommerce-cart .woocommerce-cart-form,.cart-collaterals,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {padding-right:15px;padding-left:15px;}.container,#content,.opal-canvas-filter.top,.single-product .related.products,.single-product .up-sells.products,.otf-product-recently-content .widget_recently_viewed_products {padding-right:15px;padding-left:15px;}@media (min-width:576px) {.container, #content, .opal-canvas-filter.top, .single-product .related.products,.single-product .up-sells.products, .otf-product-recently-content .widget_recently_viewed_products {max-width:540px; } }@media (min-width:768px) {.container, #content, .opal-canvas-filter.top, .single-product .related.products,.single-product .up-sells.products, .otf-product-recently-content .widget_recently_viewed_products {max-width:720px; } }@media (min-width:992px) {.container, #content, .opal-canvas-filter.top, .single-product .related.products,.single-product .up-sells.products, .otf-product-recently-content .widget_recently_viewed_products {max-width:960px; } }@media (min-width:1200px) {.container, #content, .opal-canvas-filter.top, .single-product .related.products,.single-product .up-sells.products, .otf-product-recently-content .widget_recently_viewed_products {max-width:1140px; } }.elementor-widget-heading .elementor-heading-title{font-family:\"Playfair Display\", -apple-system, BlinkMacSystemFont, Sans-serif;}.elementor-widget-heading .elementor-heading-title,.elementor-text-editor b{font-weight:400;}.elementor-widget-heading .elementor-heading-title{font-family:\"Playfair Display\", -apple-system, BlinkMacSystemFont, Sans-serif;}.elementor-widget-heading .elementor-heading-title,.elementor-text-editor b{font-weight:400;}.typo-heading,.entry-title,h3.entry-title,body.single-post .navigation .nav-link a,.related-posts .related-heading,.author-wrapper .author-name,.error404 .error-404 h1,.error404 .error-404-subtitle h2,.comments-title,.comment-respond .comment-reply-title,h2.widget-title,h2.widgettitle,#secondary .elementor-widget-container h5:first-of-type,.elementor-widget-progress .elementor-title,.contactform-content .form-title,.elementor-featured-box-wrapper .elementor-featured-box-title,.elementor-heading-title,.elementor-widget-icon-box .elementor-icon-box-title,.elementor-widget-image-box .elementor-image-box-title,.elementor-teams-wrapper .elementor-team-name,.elementor-widget-opal-testimonials .elementor-testimonial-name,.elementor-widget-opal-testimonials .elementor-testimonial-job,.related > h2:first-child,.upsells > h2:first-child,form.track_order label,.single-product div.product .pbr-social-share a,.osf-product-deal .woocommerce-product-list .opal-countdown,.product-style-1 li.product h2,.product-style-1 li.product h3,.product-style-1 li.product .woocommerce-loop-product__title {font-family:\"Playfair Display\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:400;}@media screen and (min-width:1200px){.container, #content ,.single-product .related.products, .single-product .up-sells.products{max-width:1220px;}}.page-title-bar {background-color:#f8f8f8;background-position:center center;;}.page-title{color:#222222; }.breadcrumb, .breadcrumb span, .breadcrumb * {color:#777777;;}.breadcrumb a:hover,.breadcrumb a:hover span{color:#d9b351;}.button-primary,input[type=\"reset\"],input.secondary[type=\"button\"],input.secondary[type=\"reset\"],input.secondary[type=\"submit\"],.page .edit-link a.post-edit-link,.error404 .return-homepage,.scrollup,.comment-form .form-submit input[type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"submit\"],.elementor-wpcf7-button-primary button[type=\"submit\"],.wc-proceed-to-checkout .button,.woocommerce-cart .return-to-shop a,.wishlist_table .product-add-to-cart a.button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.widget_shopping_cart .buttons .button,.button-default:hover,.more-link:hover,.elementor-element .elementor-button-primary .elementor-button {background-color:#d9b351;border-color:#d9b351;color:#fff;border-radius:0px;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.button-primary:hover,input:hover[type=\"reset\"],input.secondary:hover[type=\"button\"],input.secondary:hover[type=\"submit\"],.page .edit-link a.post-edit-link:hover,.error404 .return-homepage:hover,.scrollup:hover,.comment-form .form-submit input:hover[type=\"submit\"],.elementor-wpcf7-button-primary input:hover[type=\"submit\"],.elementor-wpcf7-button-primary button:hover[type=\"submit\"],.wc-proceed-to-checkout .button:hover,.woocommerce-cart .return-to-shop a:hover,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.widget_shopping_cart .buttons .button:hover,.button-primary:active,input:active[type=\"reset\"],input.secondary:active[type=\"button\"],input.secondary:active[type=\"submit\"],.page .edit-link a.post-edit-link:active,.error404 .return-homepage:active,.scrollup:active,.comment-form .form-submit input:active[type=\"submit\"],.elementor-wpcf7-button-primary input:active[type=\"submit\"],.elementor-wpcf7-button-primary button:active[type=\"submit\"],.wc-proceed-to-checkout .button:active,.woocommerce-cart .return-to-shop a:active,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.widget_shopping_cart .buttons .button:active,.button-primary.active,input.active[type=\"reset\"],input.active.secondary[type=\"button\"],input.active.secondary[type=\"submit\"],.page .edit-link a.active.post-edit-link,.error404 .active.return-homepage,.active.scrollup,.comment-form .form-submit input.active[type=\"submit\"],.elementor-wpcf7-button-primary input.active[type=\"submit\"],.elementor-wpcf7-button-primary button.active[type=\"submit\"],.wc-proceed-to-checkout .active.button,.woocommerce-cart .return-to-shop a.active,.wishlist_table .product-add-to-cart a.active.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.widget_shopping_cart .buttons .active.button,.show > .button-primary.dropdown-toggle,.show > input.dropdown-toggle[type=\"reset\"],.show > input.dropdown-toggle.secondary[type=\"button\"],.show > input.dropdown-toggle.secondary[type=\"submit\"],.page .edit-link .show > a.dropdown-toggle.post-edit-link,.error404 .show > .dropdown-toggle.return-homepage,.show > .dropdown-toggle.scrollup,.comment-form .form-submit .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > button.dropdown-toggle[type=\"submit\"],.wc-proceed-to-checkout .show > .dropdown-toggle.button,.woocommerce-cart .return-to-shop .show > a.dropdown-toggle,.wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,.widget_shopping_cart .buttons .show > .dropdown-toggle.button,.elementor-element .elementor-button-primary .elementor-button:hover,.elementor-element .elementor-button-primary .elementor-button:active,.elementor-element .elementor-button-primary .elementor-button:focus {background-color:#c99c2c;border-color:#c99c2c;color:#fff;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.button-primary,input[type=\"reset\"],input.secondary[type=\"button\"],input.secondary[type=\"reset\"],input.secondary[type=\"submit\"],.page .edit-link a.post-edit-link,.error404 .return-homepage,.scrollup,.comment-form .form-submit input[type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-primary input[type=\"submit\"],.elementor-wpcf7-button-primary button[type=\"submit\"],.wc-proceed-to-checkout .button,.woocommerce-cart .return-to-shop a,.wishlist_table .product-add-to-cart a.button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.widget_shopping_cart .buttons .button,.button-default:hover,.more-link:hover,.elementor-element .elementor-button-primary .elementor-button {background-color:#d9b351;border-color:#d9b351;color:#fff;border-radius:0px;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.button-primary:hover,input:hover[type=\"reset\"],input.secondary:hover[type=\"button\"],input.secondary:hover[type=\"submit\"],.page .edit-link a.post-edit-link:hover,.error404 .return-homepage:hover,.scrollup:hover,.comment-form .form-submit input:hover[type=\"submit\"],.elementor-wpcf7-button-primary input:hover[type=\"submit\"],.elementor-wpcf7-button-primary button:hover[type=\"submit\"],.wc-proceed-to-checkout .button:hover,.woocommerce-cart .return-to-shop a:hover,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.widget_shopping_cart .buttons .button:hover,.button-primary:active,input:active[type=\"reset\"],input.secondary:active[type=\"button\"],input.secondary:active[type=\"submit\"],.page .edit-link a.post-edit-link:active,.error404 .return-homepage:active,.scrollup:active,.comment-form .form-submit input:active[type=\"submit\"],.elementor-wpcf7-button-primary input:active[type=\"submit\"],.elementor-wpcf7-button-primary button:active[type=\"submit\"],.wc-proceed-to-checkout .button:active,.woocommerce-cart .return-to-shop a:active,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.widget_shopping_cart .buttons .button:active,.button-primary.active,input.active[type=\"reset\"],input.active.secondary[type=\"button\"],input.active.secondary[type=\"submit\"],.page .edit-link a.active.post-edit-link,.error404 .active.return-homepage,.active.scrollup,.comment-form .form-submit input.active[type=\"submit\"],.elementor-wpcf7-button-primary input.active[type=\"submit\"],.elementor-wpcf7-button-primary button.active[type=\"submit\"],.wc-proceed-to-checkout .active.button,.woocommerce-cart .return-to-shop a.active,.wishlist_table .product-add-to-cart a.active.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.widget_shopping_cart .buttons .active.button,.show > .button-primary.dropdown-toggle,.show > input.dropdown-toggle[type=\"reset\"],.show > input.dropdown-toggle.secondary[type=\"button\"],.show > input.dropdown-toggle.secondary[type=\"submit\"],.page .edit-link .show > a.dropdown-toggle.post-edit-link,.error404 .show > .dropdown-toggle.return-homepage,.show > .dropdown-toggle.scrollup,.comment-form .form-submit .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-primary .show > button.dropdown-toggle[type=\"submit\"],.wc-proceed-to-checkout .show > .dropdown-toggle.button,.woocommerce-cart .return-to-shop .show > a.dropdown-toggle,.wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,.widget_shopping_cart .buttons .show > .dropdown-toggle.button,.elementor-element .elementor-button-primary .elementor-button:hover,.elementor-element .elementor-button-primary .elementor-button:active,.elementor-element .elementor-button-primary .elementor-button:focus {background-color:#c99c2c;border-color:#c99c2c;color:#fff;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.button-secondary,input[type=\"button\"],input[type=\"submit\"],button[type=\"submit\"],.secondary-button .search-submit,.elementor-wpcf7-button-secondary input[type=\"button\"][type=\"submit\"],.elementor-wpcf7-button-secondary input[type=\"submit\"],.elementor-wpcf7-button-secondary button[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"],.elementor-button-secondary input[type=\"button\"],.elementor-button-secondary input[type=\"submit\"],.elementor-element .elementor-button-secondary .elementor-button {background-color:#3d7b5f;border-color:#3d7b5f;color:#fff;border-radius:0px;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.button-secondary:hover,input:hover[type=\"button\"],input:hover[type=\"submit\"],button:hover[type=\"submit\"],.secondary-button .search-submit:hover,.elementor-wpcf7-button-secondary input:hover[type=\"submit\"],.elementor-wpcf7-button-secondary button:hover[type=\"submit\"],.button-secondary:active,input:active[type=\"button\"],input:active[type=\"submit\"],button:active[type=\"submit\"],.secondary-button .search-submit:active,.elementor-wpcf7-button-secondary input:active[type=\"submit\"],.elementor-wpcf7-button-secondary button:active[type=\"submit\"],.button-secondary.active,input.active[type=\"button\"],input.active[type=\"submit\"],button.active[type=\"submit\"],.secondary-button .active.search-submit,.elementor-wpcf7-button-secondary input.active[type=\"submit\"],.elementor-wpcf7-button-secondary button.active[type=\"submit\"],.show > .button-secondary.dropdown-toggle,.show > input.dropdown-toggle[type=\"button\"],.show > input.dropdown-toggle[type=\"submit\"],.show > button.dropdown-toggle[type=\"submit\"],.secondary-button .show > .dropdown-toggle.search-submit,.elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type=\"submit\"],.elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type=\"submit\"],.elementor-button-secondary button[type=\"submit\"]:hover,.elementor-button-secondary button[type=\"submit\"]:active,.elementor-button-secondary button[type=\"submit\"]:focus,.elementor-button-secondary input[type=\"button\"]:hover,.elementor-button-secondary input[type=\"button\"]:active,.elementor-button-secondary input[type=\"button\"]:focus,.elementor-button-secondary input[type=\"submit\"]:hover,.elementor-button-secondary input[type=\"submit\"]:active,.elementor-button-secondary input[type=\"submit\"]:focus,.elementor-element .elementor-button-secondary .elementor-button:hover,.elementor-element .elementor-button-secondary .elementor-button:active,.elementor-element .elementor-button-secondary .elementor-button:focus {background-color:#2c5945;border-color:#2c5945;color:#fff;font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}button ,input[type=\"submit\"], input[type=\"reset\"], input[type=\"button\"], .button, .btn {font-family:\"Montserrat\",-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;font-weight:500;}.elementor-button[class*=\'elementor-size-\'] {border-radius:0px;}\";i:1;s:81:\"@media(max-width: 991px){.opal-header-absolute .site-header{background:#222222;}}\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"osf-elementor-addons\";a:8:{s:6:\"handle\";s:20:\"osf-elementor-addons\";s:3:\"src\";s:92:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/css/elementor/style.css\";s:4:\"deps\";a:1:{i:0;s:12:\"dreama-style\";}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4335\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4335\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-4335.css?ver=1582008689\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"magnific-popup\";a:8:{s:6:\"handle\";s:14:\"magnific-popup\";s:3:\"src\";s:91:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/css/magnific-popup.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-1868\";a:8:{s:6:\"handle\";s:19:\"elementor-post-1868\";s:3:\"src\";s:92:\"http://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-1868.css?ver=1582008611\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"dashicons\";a:8:{s:6:\"handle\";s:9:\"dashicons\";s:3:\"src\";s:34:\"/wp-includes/css/dashicons.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"admin-bar\";a:8:{s:6:\"handle\";s:9:\"admin-bar\";s:3:\"src\";s:34:\"/wp-includes/css/admin-bar.min.css\";s:4:\"deps\";a:1:{i:0;s:9:\"dashicons\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:2:{s:3:\"rtl\";s:7:\"replace\";s:6:\"suffix\";s:4:\".min\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"mec-font-icons\";a:8:{s:6:\"handle\";s:14:\"mec-font-icons\";s:3:\"src\";s:97:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/css/iconfonts.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"mec-frontend-style\";a:8:{s:6:\"handle\";s:18:\"mec-frontend-style\";s:3:\"src\";s:100:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/css/frontend.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"mec-tooltip-style\";a:8:{s:6:\"handle\";s:17:\"mec-tooltip-style\";s:3:\"src\";s:108:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/tooltip/tooltip.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"mec-tooltip-shadow-style\";a:8:{s:6:\"handle\";s:24:\"mec-tooltip-shadow-style\";s:3:\"src\";s:131:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/tooltip/tooltipster-sideTip-shadow.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"mec-google-fonts\";a:8:{s:6:\"handle\";s:16:\"mec-google-fonts\";s:3:\"src\";s:75:\"//fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,300,400,700\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"mec-dynamic-styles\";a:8:{s:6:\"handle\";s:18:\"mec-dynamic-styles\";s:3:\"src\";s:94:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/css/dyncss.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:5:\"after\";a:1:{i:0;s:6440:\".mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6,.entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3,.entry-content  .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6{ font-family: \'Playfair Display\', Helvetica, Arial, sans-serif;}.mec-event-content p, .mec-wrap p { font-family: \'Montserrat\',sans-serif; font-weight:300;}.mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-wrap.colorskin-custom .mec-color, .mec-wrap.colorskin-custom .mec-event-sharing-wrap .mec-event-sharing > li:hover a, .mec-wrap.colorskin-custom .mec-color-hover:hover, .mec-wrap.colorskin-custom .mec-color-before *:before ,.mec-wrap.colorskin-custom .mec-widget .mec-event-grid-classic.owl-carousel .owl-nav i,.mec-wrap.colorskin-custom .mec-event-list-classic a.magicmore:hover,.mec-wrap.colorskin-custom .mec-event-grid-simple:hover .mec-event-title,.mec-wrap.colorskin-custom .mec-single-event .mec-event-meta dd.mec-events-event-categories:before,.mec-wrap.colorskin-custom .mec-single-event-date:before,.mec-wrap.colorskin-custom .mec-single-event-time:before,.mec-wrap.colorskin-custom .mec-events-meta-group.mec-events-meta-group-venue:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-infowindow-wp h5 a:hover, .colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3,.mec-calendar .mec-calendar-side .mec-next-month i,.mec-wrap .mec-totalcal-box i,.mec-calendar .mec-event-article .mec-event-title a:hover,.mec-attendees-list-details .mec-attendee-profile-link a:hover,.mec-wrap.colorskin-custom .mec-next-event-details li i,.mec-next-event-details a,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected{color: #d9b351}.mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i,.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day,.mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row  dt.mec-has-event:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after, .mec-wrap.colorskin-custom .mec-bg-color, .mec-wrap.colorskin-custom .mec-bg-color-hover:hover, .colorskin-custom .mec-event-sharing-wrap:hover > li, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .flip-clock-wrapper ul li a div div.inn,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel,.mec-event-countdown-style3 .mec-event-date,#wrap .mec-wrap article.mec-event-countdown-style1,.mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button,.mec-wrap .mec-event-countdown-style2,.mec-map-get-direction-btn-cnt input[type=\"submit\"],.mec-booking button,span.mec-marker-wrap{background-color: #d9b351;}.mec-wrap.colorskin-custom .mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-standard .mec-month-divider span:before,.mec-wrap.colorskin-custom .mec-single-event .mec-social-single:before,.mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-events-side .mec-table-side-day, .mec-wrap.colorskin-custom .mec-border-color, .mec-wrap.colorskin-custom .mec-border-color-hover:hover, .colorskin-custom .mec-single-event .mec-frontbox-title:before, .colorskin-custom .mec-single-event .mec-events-meta-group-booking form > h4:before, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel:after,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected,.mec-wrap.colorskin-custom .mec-events-masonry-cats a:hover{border-color: #d9b351;}.mec-wrap.colorskin-custom .mec-event-countdown-style3 .mec-event-date:after,.mec-wrap.colorskin-custom .mec-month-divider span:before{border-bottom-color:#d9b351;}.mec-wrap.colorskin-custom  article.mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color: transparent transparent transparent #d9b351;}@media only screen and (min-width: 1281px) {.mec-container {width: 1240px;}}@media only screen and (min-width: 1600px) {.mec-container {width: 1600px;}}.mec-wrap h1 a, .mec-wrap h2 a, .mec-wrap h3 a, .mec-wrap h4 a, .mec-wrap h5 a, .mec-wrap h6 a,.entry-content .mec-wrap h1 a, .entry-content .mec-wrap h2 a, .entry-content .mec-wrap h3 a,.entry-content  .mec-wrap h4 a, .entry-content .mec-wrap h5 a, .entry-content .mec-wrap h6 a {color: #090019 !important;}.mec-wrap.colorskin-custom h1 a:hover, .mec-wrap.colorskin-custom h2 a:hover, .mec-wrap.colorskin-custom h3 a:hover, .mec-wrap.colorskin-custom h4 a:hover, .mec-wrap.colorskin-custom h5 a:hover, .mec-wrap.colorskin-custom h6 a:hover,.entry-content .mec-wrap.colorskin-custom h1 a:hover, .entry-content .mec-wrap.colorskin-custom h2 a:hover, .entry-content .mec-wrap.colorskin-custom h3 a:hover,.entry-content  .mec-wrap.colorskin-custom h4 a:hover, .entry-content .mec-wrap.colorskin-custom h5 a:hover, .entry-content .mec-wrap.colorskin-custom h6 a:hover {color: #3d7b5f !important;}.mec-wrap.colorskin-custom .mec-event-description {color: #434544;}\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"mec-custom-google-font\";a:8:{s:6:\"handle\";s:22:\"mec-custom-google-font\";s:3:\"src\";s:187:\"https://fonts.googleapis.com/css?family=Playfair+Display%3Aregular%2C+italic%2C+700%2C+700italic%2C+900%2C+900italic%2C+%7CMontserrat%3A900italic%2C+900italic%2C+&subset=latin%2Clatin-ext\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"mec-lity-style\";a:8:{s:6:\"handle\";s:14:\"mec-lity-style\";s:3:\"src\";s:106:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/lity/lity.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"elementor-icons\";a:8:{s:6:\"handle\";s:15:\"elementor-icons\";s:3:\"src\";s:105:\"http://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"5.6.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-common\";a:8:{s:6:\"handle\";s:16:\"elementor-common\";s:3:\"src\";s:86:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/css/common.min.css\";s:4:\"deps\";a:1:{i:0;s:15:\"elementor-icons\";}s:3:\"ver\";s:5:\"2.9.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wp-block-library\";a:8:{s:6:\"handle\";s:16:\"wp-block-library\";s:3:\"src\";s:49:\"/wp-includes/css/dist/block-library/style.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:2:{s:3:\"rtl\";s:7:\"replace\";s:6:\"suffix\";s:4:\".min\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"wc-block-style\";a:8:{s:6:\"handle\";s:14:\"wc-block-style\";s:3:\"src\";s:105:\"http://thehistoricvinewood.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.5.11\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"booked-icons\";a:8:{s:6:\"handle\";s:12:\"booked-icons\";s:3:\"src\";s:77:\"http://thehistoricvinewood.com/wp-content/plugins/booked/assets/css/icons.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.5\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"booked-tooltipster\";a:8:{s:6:\"handle\";s:18:\"booked-tooltipster\";s:3:\"src\";s:98:\"http://thehistoricvinewood.com/wp-content/plugins/booked/assets/js/tooltipster/css/tooltipster.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"booked-tooltipster-theme\";a:8:{s:6:\"handle\";s:24:\"booked-tooltipster-theme\";s:3:\"src\";s:111:\"http://thehistoricvinewood.com/wp-content/plugins/booked/assets/js/tooltipster/css/themes/tooltipster-light.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"booked-animations\";a:8:{s:6:\"handle\";s:17:\"booked-animations\";s:3:\"src\";s:82:\"http://thehistoricvinewood.com/wp-content/plugins/booked/assets/css/animations.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.5\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"booked-styles\";a:8:{s:6:\"handle\";s:13:\"booked-styles\";s:3:\"src\";s:78:\"http://thehistoricvinewood.com/wp-content/plugins/booked/assets/css/styles.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.5\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"booked-responsive\";a:8:{s:6:\"handle\";s:17:\"booked-responsive\";s:3:\"src\";s:82:\"http://thehistoricvinewood.com/wp-content/plugins/booked/assets/css/responsive.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.5\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"contact-form-7\";a:8:{s:6:\"handle\";s:14:\"contact-form-7\";s:3:\"src\";s:88:\"http://thehistoricvinewood.com/wp-content/plugins/contact-form-7/includes/css/styles.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"5.1.6\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"rs-plugin-settings\";a:8:{s:6:\"handle\";s:18:\"rs-plugin-settings\";s:3:\"src\";s:90:\"http://thehistoricvinewood.com/wp-content/plugins/revslider/public/assets/css/settings.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"5.4.8.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:5:\"after\";a:1:{i:0;s:14:\"#rs-demo-id {}\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"bodhi-svgs-attachment\";a:8:{s:6:\"handle\";s:21:\"bodhi-svgs-attachment\";s:3:\"src\";s:86:\"https://thehistoricvinewood.com/wp-content/plugins/svg-support/css/svgs-attachment.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"booked-fea-styles\";a:8:{s:6:\"handle\";s:17:\"booked-fea-styles\";s:3:\"src\";s:88:\"https://thehistoricvinewood.com/wp-content/plugins/booked-frontend-agents/css/styles.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.5\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"booked-wc-fe-styles\";a:8:{s:6:\"handle\";s:19:\"booked-wc-fe-styles\";s:3:\"src\";s:101:\"http://thehistoricvinewood.com/wp-content/plugins/booked-woocommerce-payments//css/frontend-style.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"elementor-animations\";a:8:{s:6:\"handle\";s:20:\"elementor-animations\";s:3:\"src\";s:100:\"http://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.9.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"elementor-pro\";a:8:{s:6:\"handle\";s:13:\"elementor-pro\";s:3:\"src\";s:91:\"http://thehistoricvinewood.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.8.3\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-global\";a:8:{s:6:\"handle\";s:16:\"elementor-global\";s:3:\"src\";s:89:\"http://thehistoricvinewood.com/wp-content/uploads/elementor/css/global.css?ver=1582008692\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4072\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4072\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-4072.css?ver=1582008693\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"dreama-opal-icon\";a:8:{s:6:\"handle\";s:16:\"dreama-opal-icon\";s:3:\"src\";s:81:\"http://thehistoricvinewood.com/wp-content/themes/dreama/assets/css/opal-icons.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"dreama-carousel\";a:8:{s:6:\"handle\";s:15:\"dreama-carousel\";s:3:\"src\";s:79:\"http://thehistoricvinewood.com/wp-content/themes/dreama/assets/css/carousel.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"dreama-woocommerce\";a:8:{s:6:\"handle\";s:18:\"dreama-woocommerce\";s:3:\"src\";s:82:\"http://thehistoricvinewood.com/wp-content/themes/dreama/assets/css/woocommerce.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:1:{s:3:\"rtl\";s:7:\"replace\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"otf-fonts\";a:8:{s:6:\"handle\";s:9:\"otf-fonts\";s:3:\"src\";s:187:\"https://fonts.googleapis.com/css?family=Montserrat%3A400%7CPlayfair+Display%3A400%7CPlayfair+Display%3A400%7CMontserrat%3A400&#038;subset=cyrillic-ext%2Ccyrillic%2Ccyrillic%2Ccyrillic-ext\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"google-fonts-1\";a:8:{s:6:\"handle\";s:14:\"google-fonts-1\";s:3:\"src\";s:466:\"https://fonts.googleapis.com/css?family=Cormorant+Infant:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CMontserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CPlayfair+Display:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"elementor-icons-shared-0\";a:8:{s:6:\"handle\";s:24:\"elementor-icons-shared-0\";s:3:\"src\";s:108:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"5.12.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"elementor-icons-fa-solid\";a:8:{s:6:\"handle\";s:24:\"elementor-icons-fa-solid\";s:3:\"src\";s:102:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css\";s:4:\"deps\";a:1:{i:0;s:24:\"elementor-icons-shared-0\";}s:3:\"ver\";s:6:\"5.12.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-2748\";a:8:{s:6:\"handle\";s:19:\"elementor-post-2748\";s:3:\"src\";s:92:\"http://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-2748.css?ver=1582008611\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-651\";a:8:{s:6:\"handle\";s:18:\"elementor-post-651\";s:3:\"src\";s:92:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-651.css?ver=1577158846\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-3820\";a:8:{s:6:\"handle\";s:19:\"elementor-post-3820\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-3820.css?ver=1577158850\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:25:\"elementor-icons-fa-brands\";a:8:{s:6:\"handle\";s:25:\"elementor-icons-fa-brands\";s:3:\"src\";s:103:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css\";s:4:\"deps\";a:1:{i:0;s:24:\"elementor-icons-shared-0\";}s:3:\"ver\";s:6:\"5.12.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4116\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4116\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-4116.css?ver=1577158857\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"select2\";a:8:{s:6:\"handle\";s:7:\"select2\";s:3:\"src\";s:85:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/css/select2.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"mec-owl-carousel-style\";a:8:{s:6:\"handle\";s:22:\"mec-owl-carousel-style\";s:3:\"src\";s:123:\"https://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/owl-carousel/owl.carousel.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"mec-owl-carousel-theme-style\";a:8:{s:6:\"handle\";s:28:\"mec-owl-carousel-theme-style\";s:3:\"src\";s:120:\"https://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/owl-carousel/owl.theme.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-1935\";a:8:{s:6:\"handle\";s:19:\"elementor-post-1935\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-1935.css?ver=1582053807\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"photoswipe\";a:8:{s:6:\"handle\";s:10:\"photoswipe\";s:3:\"src\";s:103:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"photoswipe-default-skin\";a:8:{s:6:\"handle\";s:23:\"photoswipe-default-skin\";s:3:\"src\";s:118:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css\";s:4:\"deps\";a:1:{i:0;s:10:\"photoswipe\";}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-553\";a:8:{s:6:\"handle\";s:18:\"elementor-post-553\";s:3:\"src\";s:92:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-553.css?ver=1582009763\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4126\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4126\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-4126.css?ver=1582009366\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-3717\";a:8:{s:6:\"handle\";s:19:\"elementor-post-3717\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-3717.css?ver=1582037032\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-2041\";a:8:{s:6:\"handle\";s:19:\"elementor-post-2041\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-2041.css?ver=1582040094\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-3991\";a:8:{s:6:\"handle\";s:19:\"elementor-post-3991\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-3991.css?ver=1582011615\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"fullpage\";a:8:{s:6:\"handle\";s:8:\"fullpage\";s:3:\"src\";s:86:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/css/fullpage.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4385\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4385\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-4385.css?ver=1577206949\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4233\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4233\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-4233.css?ver=1577206955\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4187\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4187\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-4187.css?ver=1577206962\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4113\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4113\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-4113.css?ver=1577206973\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"tooltipster-bundle\";a:8:{s:6:\"handle\";s:18:\"tooltipster-bundle\";s:3:\"src\";s:100:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/css/tooltipster.bundle.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"scrollbar\";a:8:{s:6:\"handle\";s:9:\"scrollbar\";s:3:\"src\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/css/jquery.scrollbar.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"elementor-gallery\";a:8:{s:6:\"handle\";s:17:\"elementor-gallery\";s:3:\"src\";s:103:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.0.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"elementor-select2\";a:8:{s:6:\"handle\";s:17:\"elementor-select2\";s:3:\"src\";s:103:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:10:\"4.0.6-rc.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"editor-preview\";a:8:{s:6:\"handle\";s:14:\"editor-preview\";s:3:\"src\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/css/editor-preview.min.css\";s:4:\"deps\";a:1:{i:0;s:17:\"elementor-select2\";}s:3:\"ver\";s:5:\"2.9.2\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"elements-elementor-modal\";a:8:{s:6:\"handle\";s:24:\"elements-elementor-modal\";s:3:\"src\";s:101:\"https://thehistoricvinewood.com/wp-content/plugins/envato-elements/assets/css/elementor-modal.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.1.8\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"envato-elements-admin\";a:8:{s:6:\"handle\";s:21:\"envato-elements-admin\";s:3:\"src\";s:89:\"https://thehistoricvinewood.com/wp-content/plugins/envato-elements/assets/react/admin.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";i:1582008605;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"elements-deep\";a:8:{s:6:\"handle\";s:13:\"elements-deep\";s:3:\"src\";s:99:\"https://thehistoricvinewood.com/wp-content/plugins/envato-elements/assets/css/elements-deep.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.1.8\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"flatpickr\";a:8:{s:6:\"handle\";s:9:\"flatpickr\";s:3:\"src\";s:99:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.1.4\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-3900\";a:8:{s:6:\"handle\";s:19:\"elementor-post-3900\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-3900.css?ver=1582040225\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-517\";a:8:{s:6:\"handle\";s:18:\"elementor-post-517\";s:3:\"src\";s:92:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-517.css?ver=1582018579\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-2623\";a:8:{s:6:\"handle\";s:19:\"elementor-post-2623\";s:3:\"src\";s:92:\"http://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-2623.css?ver=1582011587\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-post-4630\";a:8:{s:6:\"handle\";s:19:\"elementor-post-4630\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-4630.css?ver=1582011615\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-551\";a:8:{s:6:\"handle\";s:18:\"elementor-post-551\";s:3:\"src\";s:92:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-551.css?ver=1579931410\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-post-237\";a:8:{s:6:\"handle\";s:18:\"elementor-post-237\";s:3:\"src\";s:92:\"https://thehistoricvinewood.com/wp-content/uploads/elementor/css/post-237.css?ver=1579931429\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";N;s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:31:\"exactmetrics-vue-frontend-style\";a:8:{s:6:\"handle\";s:31:\"exactmetrics-vue-frontend-style\";s:3:\"src\";s:117:\"https://thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/lite/assets/vue/css/frontend.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"6.0.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}','yes'),(51512,'wphb_scripts_collection','a:109:{s:11:\"jquery-core\";a:8:{s:6:\"handle\";s:11:\"jquery-core\";s:3:\"src\";s:32:\"/wp-includes/js/jquery/jquery.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:9:\"1.12.4-wp\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"jquery-migrate\";a:8:{s:6:\"handle\";s:14:\"jquery-migrate\";s:3:\"src\";s:44:\"/wp-includes/js/jquery/jquery-migrate.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.4.1\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"tweenmax\";a:8:{s:6:\"handle\";s:8:\"tweenmax\";s:3:\"src\";s:92:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/TweenMax.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"smartmenus\";a:8:{s:6:\"handle\";s:10:\"smartmenus\";s:3:\"src\";s:101:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/jquery.smartmenus.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"magnific-popup\";a:8:{s:6:\"handle\";s:14:\"magnific-popup\";s:3:\"src\";s:105:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/jquery.magnific-popup.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"pushmenu\";a:8:{s:6:\"handle\";s:8:\"pushmenu\";s:3:\"src\";s:90:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/mlpushmenu.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"pushmenu-classie\";a:8:{s:6:\"handle\";s:16:\"pushmenu-classie\";s:3:\"src\";s:87:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/classie.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"modernizr\";a:8:{s:6:\"handle\";s:9:\"modernizr\";s:3:\"src\";s:96:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/modernizr.custom.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"parallaxmouse\";a:8:{s:6:\"handle\";s:13:\"parallaxmouse\";s:3:\"src\";s:95:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/jquery-parallax.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"hoverintent-js\";a:8:{s:6:\"handle\";s:14:\"hoverintent-js\";s:3:\"src\";s:37:\"/wp-includes/js/hoverintent-js.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.1\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"admin-bar\";a:8:{s:6:\"handle\";s:9:\"admin-bar\";s:3:\"src\";s:32:\"/wp-includes/js/admin-bar.min.js\";s:4:\"deps\";a:1:{i:0;s:14:\"hoverintent-js\";}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"jquery-ui-core\";a:8:{s:6:\"handle\";s:14:\"jquery-ui-core\";s:3:\"src\";s:37:\"/wp-includes/js/jquery/ui/core.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"jquery-ui-datepicker\";a:8:{s:6:\"handle\";s:20:\"jquery-ui-datepicker\";s:3:\"src\";s:43:\"/wp-includes/js/jquery/ui/datepicker.min.js\";s:4:\"deps\";a:1:{i:0;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"after\";a:2:{i:0;b:0;i:1;s:614:\"jQuery(document).ready(function(jQuery){jQuery.datepicker.setDefaults({\"closeText\":\"Close\",\"currentText\":\"Today\",\"monthNames\":[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],\"monthNamesShort\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],\"nextText\":\"Next\",\"prevText\":\"Previous\",\"dayNames\":[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],\"dayNamesShort\":[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],\"dayNamesMin\":[\"S\",\"M\",\"T\",\"W\",\"T\",\"F\",\"S\"],\"dateFormat\":\"MM d, yy\",\"firstDay\":1,\"isRTL\":false});});\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"mec-typekit-script\";a:8:{s:6:\"handle\";s:18:\"mec-typekit-script\";s:3:\"src\";s:102:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/js/jquery.typewatch.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"mec-frontend-script\";a:8:{s:6:\"handle\";s:19:\"mec-frontend-script\";s:3:\"src\";s:94:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/js/frontend.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:1:{s:4:\"data\";s:193:\"var mecdata = {\"day\":\"day\",\"days\":\"days\",\"hour\":\"hour\",\"hours\":\"hours\",\"minute\":\"minute\",\"minutes\":\"minutes\",\"second\":\"second\",\"seconds\":\"seconds\",\"elementor_edit_mode\":\"no\",\"recapcha_key\":\"\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"mec-tooltip-script\";a:8:{s:6:\"handle\";s:18:\"mec-tooltip-script\";s:3:\"src\";s:107:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/tooltip/tooltip.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"mec-events-script\";a:8:{s:6:\"handle\";s:17:\"mec-events-script\";s:3:\"src\";s:92:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/js/events.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"mec-lity-script\";a:8:{s:6:\"handle\";s:15:\"mec-lity-script\";s:3:\"src\";s:105:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/lity/lity.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"mec-colorbrightness-script\";a:8:{s:6:\"handle\";s:26:\"mec-colorbrightness-script\";s:3:\"src\";s:127:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/colorbrightness/colorbrightness.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"mec-owl-carousel-script\";a:8:{s:6:\"handle\";s:23:\"mec-owl-carousel-script\";s:3:\"src\";s:121:\"http://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/owl-carousel/owl.carousel.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"booked-spin-js\";a:8:{s:6:\"handle\";s:14:\"booked-spin-js\";s:3:\"src\";s:78:\"http://thehistoricvinewood.com/wp-content/plugins/booked/assets/js/spin.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"booked-spin-jquery\";a:8:{s:6:\"handle\";s:18:\"booked-spin-jquery\";s:3:\"src\";s:81:\"http://thehistoricvinewood.com/wp-content/plugins/booked/assets/js/spin.jquery.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"booked-tooltipster\";a:8:{s:6:\"handle\";s:18:\"booked-tooltipster\";s:3:\"src\";s:107:\"http://thehistoricvinewood.com/wp-content/plugins/booked/assets/js/tooltipster/js/jquery.tooltipster.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.3.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"booked-functions\";a:8:{s:6:\"handle\";s:16:\"booked-functions\";s:3:\"src\";s:79:\"http://thehistoricvinewood.com/wp-content/plugins/booked/assets/js/functions.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.5\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:883:\"var booked_js_vars = {\"ajax_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin-ajax.php\",\"profilePage\":\"https:\\/\\/thehistoricvinewood.com\\/thank-you\\/\",\"publicAppointments\":\"\",\"i18n_confirm_appt_delete\":\"Are you sure you want to cancel this appointment?\",\"i18n_please_wait\":\"Please wait ...\",\"i18n_wrong_username_pass\":\"Wrong username\\/password combination.\",\"i18n_fill_out_required_fields\":\"Please fill out all required fields.\",\"i18n_guest_appt_required_fields\":\"Please enter your name to book an appointment.\",\"i18n_appt_required_fields\":\"Please enter your name, your email address and choose a password to book an appointment.\",\"i18n_appt_required_fields_guest\":\"Please fill in all \\\"Information\\\" fields.\",\"i18n_password_reset\":\"Please check your email for instructions on resetting your password.\",\"i18n_password_reset_error\":\"That username or email is not recognized.\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"contact-form-7\";a:8:{s:6:\"handle\";s:14:\"contact-form-7\";s:3:\"src\";s:87:\"http://thehistoricvinewood.com/wp-content/plugins/contact-form-7/includes/js/scripts.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"5.1.6\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:148:\"var wpcf7 = {\"apiSettings\":{\"root\":\"https:\\/\\/thehistoricvinewood.com\\/wp-json\\/contact-form-7\\/v1\",\"namespace\":\"contact-form-7\\/v1\"},\"cached\":\"1\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"tp-tools\";a:8:{s:6:\"handle\";s:8:\"tp-tools\";s:3:\"src\";s:107:\"http://thehistoricvinewood.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:7:\"5.4.8.3\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:6:\"revmin\";a:8:{s:6:\"handle\";s:6:\"revmin\";s:3:\"src\";s:112:\"http://thehistoricvinewood.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"5.4.8.3\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"jquery-blockui\";a:8:{s:6:\"handle\";s:14:\"jquery-blockui\";s:3:\"src\";s:108:\"http://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:4:\"2.70\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"js-cookie\";a:8:{s:6:\"handle\";s:9:\"js-cookie\";s:3:\"src\";s:98:\"http://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.1.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"woocommerce\";a:8:{s:6:\"handle\";s:11:\"woocommerce\";s:3:\"src\";s:99:\"http://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js\";s:4:\"deps\";a:3:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-blockui\";i:2;s:9:\"js-cookie\";}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:107:\"var woocommerce_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wc-cart-fragments\";a:8:{s:6:\"handle\";s:17:\"wc-cart-fragments\";s:3:\"src\";s:102:\"http://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:9:\"js-cookie\";}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:266:\"var wc_cart_fragments_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"cart_hash_key\":\"wc_cart_hash_1760801d5fde5ce37ece14fc2bf56081\",\"fragment_name\":\"wc_fragments_1760801d5fde5ce37ece14fc2bf56081\",\"request_timeout\":\"5000\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"booked-fea-js\";a:8:{s:6:\"handle\";s:13:\"booked-fea-js\";s:3:\"src\";s:89:\"https://thehistoricvinewood.com/wp-content/plugins/booked-frontend-agents/js/functions.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.2.5\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:257:\"var booked_fea_vars = {\"ajax_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin-ajax.php\",\"i18n_confirm_appt_delete\":\"Are you sure you want to cancel this appointment?\",\"i18n_confirm_appt_approve\":\"Are you sure you want to approve this appointment?\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"underscore\";a:8:{s:6:\"handle\";s:10:\"underscore\";s:3:\"src\";s:33:\"/wp-includes/js/underscore.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.8.3\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"wphb-global\";a:8:{s:6:\"handle\";s:11:\"wphb-global\";s:3:\"src\";s:109:\"https://thehistoricvinewood.com/wp-content/plugins/hummingbird-performance/admin/assets/js/wphb-global.min.js\";s:4:\"deps\";a:2:{i:0;s:10:\"underscore\";i:1;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.4.0\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:91:\"var wphbGlobal = {\"ajaxurl\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin-ajax.php\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"smush-lazy-load\";a:8:{s:6:\"handle\";s:15:\"smush-lazy-load\";s:3:\"src\";s:97:\"http://thehistoricvinewood.com/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.4.2\";s:4:\"args\";N;s:5:\"extra\";a:3:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:241:\"window.lazySizesConfig = window.lazySizesConfig || {};\n\nwindow.lazySizesConfig.lazyClass    = \'lazyload\';\nwindow.lazySizesConfig.loadingClass = \'lazyloading\';\nwindow.lazySizesConfig.loadedClass  = \'lazyloaded\';\n\nlazySizesConfig.loadMode = 1;\";}s:5:\"after\";a:2:{i:0;b:0;i:1;s:17:\"lazySizes.init();\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"booked-wc-fe-functions\";a:8:{s:6:\"handle\";s:22:\"booked-wc-fe-functions\";s:3:\"src\";s:103:\"http://thehistoricvinewood.com/wp-content/plugins/booked-woocommerce-payments//js/frontend-functions.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:1:{s:4:\"data\";s:441:\"var booked_wc_variables = {\"prefix\":\"booked_wc_\",\"ajaxurl\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin-ajax.php\",\"i18n_confirm_appt_edit\":\"\",\"i18n_pay\":\"Are you sure you want to add the appointment to cart and go to checkout?\",\"i18n_mark_paid\":\"Are you sure you want to mark this appointment as \\\"Paid\\\"?\",\"i18n_paid\":\"Paid\",\"i18n_awaiting_payment\":\"Awaiting Payment\",\"checkout_page\":\"https:\\/\\/thehistoricvinewood.com\\/checkout\\/\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"jquery-ui-widget\";a:8:{s:6:\"handle\";s:16:\"jquery-ui-widget\";s:3:\"src\";s:39:\"/wp-includes/js/jquery/ui/widget.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"jquery-ui-mouse\";a:8:{s:6:\"handle\";s:15:\"jquery-ui-mouse\";s:3:\"src\";s:38:\"/wp-includes/js/jquery/ui/mouse.min.js\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"jquery-ui-draggable\";a:8:{s:6:\"handle\";s:19:\"jquery-ui-draggable\";s:3:\"src\";s:42:\"/wp-includes/js/jquery/ui/draggable.min.js\";s:4:\"deps\";a:1:{i:0;s:15:\"jquery-ui-mouse\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"backbone\";a:8:{s:6:\"handle\";s:8:\"backbone\";s:3:\"src\";s:31:\"/wp-includes/js/backbone.min.js\";s:4:\"deps\";a:2:{i:0;s:10:\"underscore\";i:1;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.4.0\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"backbone-marionette\";a:8:{s:6:\"handle\";s:19:\"backbone-marionette\";s:3:\"src\";s:107:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js\";s:4:\"deps\";a:1:{i:0;s:8:\"backbone\";}s:3:\"ver\";s:5:\"2.4.5\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:14:\"backbone-radio\";a:8:{s:6:\"handle\";s:14:\"backbone-radio\";s:3:\"src\";s:102:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js\";s:4:\"deps\";a:1:{i:0;s:8:\"backbone\";}s:3:\"ver\";s:5:\"1.0.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"elementor-common-modules\";a:8:{s:6:\"handle\";s:24:\"elementor-common-modules\";s:3:\"src\";s:92:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/common-modules.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.9.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"jquery-ui-position\";a:8:{s:6:\"handle\";s:18:\"jquery-ui-position\";s:3:\"src\";s:41:\"/wp-includes/js/jquery/ui/position.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-dialog\";a:8:{s:6:\"handle\";s:16:\"elementor-dialog\";s:3:\"src\";s:91:\"http://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js\";s:4:\"deps\";a:1:{i:0;s:18:\"jquery-ui-position\";}s:3:\"ver\";s:5:\"4.7.6\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-common\";a:8:{s:6:\"handle\";s:16:\"elementor-common\";s:3:\"src\";s:84:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/common.min.js\";s:4:\"deps\";a:6:{i:0;s:6:\"jquery\";i:1;s:19:\"jquery-ui-draggable\";i:2;s:19:\"backbone-marionette\";i:3;s:14:\"backbone-radio\";i:4;s:24:\"elementor-common-modules\";i:5;s:16:\"elementor-dialog\";}s:3:\"ver\";s:5:\"2.9.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:7552:\"var elementorCommonConfig = {\"version\":\"2.9.2\",\"isRTL\":false,\"isDebug\":false,\"activeModules\":[\"ajax\",\"finder\",\"connect\"],\"urls\":{\"assets\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/plugins\\/elementor\\/assets\\/\"},\"ajax\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"639eb51fff\"},\"finder\":{\"data\":{\"edit\":{\"title\":\"Edit\",\"dynamic\":true,\"name\":\"edit\"},\"general\":{\"title\":\"General\",\"dynamic\":false,\"items\":{\"saved-templates\":{\"title\":\"Saved Templates\",\"icon\":\"library-save\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?post_type=elementor_library&tabs_group=library\",\"keywords\":[\"template\",\"section\",\"page\",\"library\"]},\"system-info\":{\"title\":\"System Info\",\"icon\":\"info-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=elementor-system-info\",\"keywords\":[\"system\",\"info\",\"environment\",\"elementor\"]},\"role-manager\":{\"title\":\"Role Manager\",\"icon\":\"person\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=elementor-role-manager\",\"keywords\":[\"role\",\"manager\",\"user\",\"elementor\"]},\"knowledge-base\":{\"title\":\"Knowledge Base\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=go_knowledge_base_site\",\"keywords\":[\"help\",\"knowledge\",\"docs\",\"elementor\"]},\"popups\":{\"title\":\"Popups\",\"icon\":\"library-save\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"keywords\":[\"template\",\"popup\",\"library\"]},\"theme-builder\":{\"title\":\"Theme Builder\",\"icon\":\"library-save\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?post_type=elementor_library&tabs_group=theme\",\"keywords\":[\"template\",\"header\",\"footer\",\"single\",\"archive\",\"search\",\"404\",\"library\"]}},\"name\":\"general\"},\"create\":{\"title\":\"Create\",\"dynamic\":false,\"items\":{\"post\":{\"title\":\"Add New Post\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=post&_wpnonce=18eda58b84\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"page\":{\"title\":\"Add New Page\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=page&_wpnonce=18eda58b84\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"product\":{\"title\":\"Add New Product\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=product&_wpnonce=18eda58b84\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"header\":{\"title\":\"Add New Header\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=header&_wpnonce=18eda58b84\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"footer\":{\"title\":\"Add New Footer\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=footer&_wpnonce=18eda58b84\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"portfolio\":{\"title\":\"Add New Portfolio\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=portfolio&_wpnonce=18eda58b84\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"mec-events\":{\"title\":\"Add New Event\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=mec-events&_wpnonce=18eda58b84\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"elementor_library\":{\"title\":\"Add New Template\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?post_type=elementor_library#add_new\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"envato_kits\":{\"title\":\"Add New Imported Kit\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?action=elementor_new_post&post_type=envato_kits&_wpnonce=18eda58b84\",\"keywords\":[\"post\",\"page\",\"template\",\"new\",\"create\"]},\"popups\":{\"title\":\"Add New Popup\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup#add_new\",\"keywords\":[\"template\",\"theme\",\"popup\",\"new\",\"create\"]},\"theme-template\":{\"title\":\"Add New Theme Template\",\"icon\":\"plus-circle-o\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?post_type=elementor_library&tabs_group=theme#add_new\",\"keywords\":[\"template\",\"theme\",\"new\",\"create\"]}},\"name\":\"create\"},\"site\":{\"title\":\"Site\",\"dynamic\":false,\"items\":{\"homepage\":{\"title\":\"Homepage\",\"url\":\"https:\\/\\/thehistoricvinewood.com\",\"icon\":\"home-heart\",\"keywords\":[\"home\",\"page\"]},\"wordpress-dashboard\":{\"title\":\"Dashboard\",\"icon\":\"dashboard\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/\",\"keywords\":[\"dashboard\",\"wordpress\"]},\"wordpress-menus\":{\"title\":\"Menus\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/nav-menus.php\",\"keywords\":[\"menu\",\"wordpress\"]},\"wordpress-themes\":{\"title\":\"Themes\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/themes.php\",\"keywords\":[\"themes\",\"wordpress\"]},\"wordpress-customizer\":{\"title\":\"Customizer\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/customize.php\",\"keywords\":[\"customizer\",\"wordpress\"]},\"wordpress-plugins\":{\"title\":\"Plugins\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/plugins.php\",\"keywords\":[\"plugins\",\"wordpress\"]},\"wordpress-users\":{\"title\":\"Users\",\"icon\":\"wordpress\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/users.php\",\"keywords\":[\"users\",\"profile\",\"wordpress\"]}},\"name\":\"site\"},\"settings\":{\"title\":\"Settings\",\"dynamic\":false,\"items\":{\"general-settings\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=elementor\",\"keywords\":[\"general\",\"settings\",\"elementor\"]},\"style\":{\"title\":\"Style\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=elementor#tab-style\",\"keywords\":[\"style\",\"settings\",\"elementor\"]},\"advanced\":{\"title\":\"Advanced\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=elementor#tab-advanced\",\"keywords\":[\"advanced\",\"settings\",\"elementor\"]},\"custom-fonts\":{\"title\":\"Custom Fonts\",\"icon\":\"typography\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?post_type=elementor_font\",\"keywords\":[\"custom\",\"fonts\",\"elementor\"]},\"custom-icons\":{\"title\":\"Custom Icons\",\"icon\":\"favorite\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/edit.php?post_type=elementor_icons\",\"keywords\":[\"custom\",\"icons\",\"elementor\"]}},\"name\":\"settings\"},\"tools\":{\"title\":\"Tools\",\"dynamic\":false,\"items\":{\"tools\":{\"title\":\"Tools\",\"icon\":\"tools\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=elementor-tools\",\"keywords\":[\"tools\",\"regenerate css\",\"safe mode\",\"debug bar\",\"sync library\",\"elementor\"]},\"replace-url\":{\"title\":\"Replace URL\",\"icon\":\"tools\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=elementor-tools#tab-replace_url\",\"keywords\":[\"tools\",\"replace url\",\"domain\",\"elementor\"]},\"version-control\":{\"title\":\"Version Control\",\"icon\":\"time-line\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=elementor-tools#tab-versions\",\"keywords\":[\"tools\",\"version\",\"control\",\"rollback\",\"beta\",\"elementor\"]},\"maintenance-mode\":{\"title\":\"Maintenance Mode\",\"icon\":\"tools\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=elementor-tools#tab-maintenance_mode\",\"keywords\":[\"tools\",\"maintenance\",\"coming soon\",\"elementor\"]}},\"name\":\"tools\"}},\"i18n\":{\"finder\":\"Finder\"}},\"connect\":[]};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"flexslider\";a:8:{s:6:\"handle\";s:10:\"flexslider\";s:3:\"src\";s:107:\"http://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.7.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"wp-util\";a:8:{s:6:\"handle\";s:7:\"wp-util\";s:3:\"src\";s:30:\"/wp-includes/js/wp-util.min.js\";s:4:\"deps\";a:2:{i:0;s:10:\"underscore\";i:1;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:4:\"data\";s:68:\"var _wpUtilSettings = {\"ajax\":{\"url\":\"\\/wp-admin\\/admin-ajax.php\"}};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"osf-woocommerce-main\";a:8:{s:6:\"handle\";s:20:\"osf-woocommerce-main\";s:3:\"src\";s:91:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/woocommerce/main.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:7:\"wp-util\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"owl-carousel\";a:8:{s:6:\"handle\";s:12:\"owl-carousel\";s:3:\"src\";s:86:\"http://thehistoricvinewood.com/wp-content/themes/dreama/assets/js/libs/owl.carousel.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.2.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"dreama-theme-js\";a:8:{s:6:\"handle\";s:15:\"dreama-theme-js\";s:3:\"src\";s:74:\"http://thehistoricvinewood.com/wp-content/themes/dreama/assets/js/theme.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:169:\"var osfAjax = {\"ajaxurl\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin-ajax.php\"};\nvar poemeJS = {\"quote\":\"<i class=\\\"fa-quote-right\\\"><\\/i>\",\"smoothCallback\":\"\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:29:\"dreama-theme-sticky-layout-js\";a:8:{s:6:\"handle\";s:29:\"dreama-theme-sticky-layout-js\";s:3:\"src\";s:82:\"http://thehistoricvinewood.com/wp-content/themes/dreama/assets/js/sticky-layout.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:7:\"wp-util\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:5:\"html5\";a:8:{s:6:\"handle\";s:5:\"html5\";s:3:\"src\";s:79:\"http://thehistoricvinewood.com/wp-content/themes/dreama/assets/js/libs/html5.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.7.3\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:11:\"conditional\";s:7:\"lt IE 9\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"osf_mainjs\";a:8:{s:6:\"handle\";s:10:\"osf_mainjs\";s:3:\"src\";s:79:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/main.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"otf-carousel\";a:8:{s:6:\"handle\";s:12:\"otf-carousel\";s:3:\"src\";s:83:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/carousel.js\";s:4:\"deps\";a:1:{i:0;s:12:\"owl-carousel\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"smoothscroll\";a:8:{s:6:\"handle\";s:12:\"smoothscroll\";s:3:\"src\";s:91:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/SmoothScroll.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.4.8\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"wp-embed\";a:8:{s:6:\"handle\";s:8:\"wp-embed\";s:3:\"src\";s:31:\"/wp-includes/js/wp-embed.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"isotope\";a:8:{s:6:\"handle\";s:7:\"isotope\";s:3:\"src\";s:97:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/isotope.pkgd.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"imagesloaded\";a:8:{s:6:\"handle\";s:12:\"imagesloaded\";s:3:\"src\";s:35:\"/wp-includes/js/imagesloaded.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.2.0\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"hoverdir\";a:8:{s:6:\"handle\";s:8:\"hoverdir\";s:3:\"src\";s:96:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/jquery.hoverdir.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"elementor-frontend-modules\";a:8:{s:6:\"handle\";s:26:\"elementor-frontend-modules\";s:3:\"src\";s:93:\"http://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.9.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"elementor-sticky\";a:8:{s:6:\"handle\";s:16:\"elementor-sticky\";s:3:\"src\";s:102:\"http://thehistoricvinewood.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.8.3\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"elementor-pro-frontend\";a:8:{s:6:\"handle\";s:22:\"elementor-pro-frontend\";s:3:\"src\";s:89:\"http://thehistoricvinewood.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js\";s:4:\"deps\";a:2:{i:0;s:26:\"elementor-frontend-modules\";i:1;s:16:\"elementor-sticky\";}s:3:\"ver\";s:5:\"2.8.3\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:1083:\"var ElementorProFrontendConfig = {\"ajaxurl\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"2b2d7af1f2\",\"shareButtonsNetworks\":{\"facebook\":{\"title\":\"Facebook\",\"has_counter\":true},\"twitter\":{\"title\":\"Twitter\"},\"google\":{\"title\":\"Google+\",\"has_counter\":true},\"linkedin\":{\"title\":\"LinkedIn\",\"has_counter\":true},\"pinterest\":{\"title\":\"Pinterest\",\"has_counter\":true},\"reddit\":{\"title\":\"Reddit\",\"has_counter\":true},\"vk\":{\"title\":\"VK\",\"has_counter\":true},\"odnoklassniki\":{\"title\":\"OK\",\"has_counter\":true},\"tumblr\":{\"title\":\"Tumblr\"},\"delicious\":{\"title\":\"Delicious\"},\"digg\":{\"title\":\"Digg\"},\"skype\":{\"title\":\"Skype\"},\"stumbleupon\":{\"title\":\"StumbleUpon\",\"has_counter\":true},\"telegram\":{\"title\":\"Telegram\"},\"pocket\":{\"title\":\"Pocket\",\"has_counter\":true},\"xing\":{\"title\":\"XING\",\"has_counter\":true},\"whatsapp\":{\"title\":\"WhatsApp\"},\"email\":{\"title\":\"Email\"},\"print\":{\"title\":\"Print\"}},\"menu_cart\":{\"cart_page_url\":\"https:\\/\\/thehistoricvinewood.com\\/cart\\/\",\"checkout_page_url\":\"https:\\/\\/thehistoricvinewood.com\\/checkout\\/\"},\"facebook_sdk\":{\"lang\":\"en_US\",\"app_id\":\"\"}};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:19:\"elementor-waypoints\";a:8:{s:6:\"handle\";s:19:\"elementor-waypoints\";s:3:\"src\";s:97:\"http://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"4.0.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:6:\"swiper\";a:8:{s:6:\"handle\";s:6:\"swiper\";s:3:\"src\";s:91:\"http://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"5.3.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:18:\"elementor-frontend\";a:8:{s:6:\"handle\";s:18:\"elementor-frontend\";s:3:\"src\";s:85:\"http://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/frontend.min.js\";s:4:\"deps\";a:5:{i:0;s:26:\"elementor-frontend-modules\";i:1;s:16:\"elementor-dialog\";i:2;s:19:\"elementor-waypoints\";i:3;s:6:\"swiper\";i:4;s:10:\"share-link\";}s:3:\"ver\";s:5:\"2.9.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:6:\"before\";a:2:{i:0;b:0;i:1;s:885:\"var elementorFrontendConfig = {\"environmentMode\":{\"edit\":false,\"wpPreview\":false},\"i18n\":{\"shareOnFacebook\":\"Share on Facebook\",\"shareOnTwitter\":\"Share on Twitter\",\"pinIt\":\"Pin it\",\"downloadImage\":\"Download image\"},\"is_rtl\":false,\"breakpoints\":{\"xs\":0,\"sm\":480,\"md\":768,\"lg\":1025,\"xl\":1440,\"xxl\":1600},\"version\":\"2.9.2\",\"urls\":{\"assets\":\"http:\\/\\/thehistoricvinewood.com\\/wp-content\\/plugins\\/elementor\\/assets\\/\"},\"settings\":{\"general\":{\"elementor_stretched_section_container\":\"body\",\"elementor_global_image_lightbox\":\"yes\",\"elementor_lightbox_enable_counter\":\"yes\",\"elementor_lightbox_enable_fullscreen\":\"yes\",\"elementor_lightbox_enable_zoom\":\"yes\",\"elementor_lightbox_enable_share\":\"yes\",\"elementor_lightbox_title_src\":\"title\",\"elementor_lightbox_description_src\":\"description\"},\"editorPreferences\":[]},\"post\":{\"id\":0,\"title\":\"Page not found | The Historic Vinewood\",\"excerpt\":\"\"}};\";}}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"opal-elementor-frontend\";a:8:{s:6:\"handle\";s:23:\"opal-elementor-frontend\";s:3:\"src\";s:93:\"http://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/elementor/frontend.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"comment-reply\";a:8:{s:6:\"handle\";s:13:\"comment-reply\";s:3:\"src\";s:36:\"/wp-includes/js/comment-reply.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wc-country-select\";a:8:{s:6:\"handle\";s:17:\"wc-country-select\";s:3:\"src\";s:103:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:35014:\"var wc_country_select_params = {\"countries\":\"{\\\"US\\\":{\\\"AL\\\":\\\"Alabama\\\",\\\"AK\\\":\\\"Alaska\\\",\\\"AZ\\\":\\\"Arizona\\\",\\\"AR\\\":\\\"Arkansas\\\",\\\"CA\\\":\\\"California\\\",\\\"CO\\\":\\\"Colorado\\\",\\\"CT\\\":\\\"Connecticut\\\",\\\"DE\\\":\\\"Delaware\\\",\\\"DC\\\":\\\"District Of Columbia\\\",\\\"FL\\\":\\\"Florida\\\",\\\"GA\\\":\\\"Georgia\\\",\\\"HI\\\":\\\"Hawaii\\\",\\\"ID\\\":\\\"Idaho\\\",\\\"IL\\\":\\\"Illinois\\\",\\\"IN\\\":\\\"Indiana\\\",\\\"IA\\\":\\\"Iowa\\\",\\\"KS\\\":\\\"Kansas\\\",\\\"KY\\\":\\\"Kentucky\\\",\\\"LA\\\":\\\"Louisiana\\\",\\\"ME\\\":\\\"Maine\\\",\\\"MD\\\":\\\"Maryland\\\",\\\"MA\\\":\\\"Massachusetts\\\",\\\"MI\\\":\\\"Michigan\\\",\\\"MN\\\":\\\"Minnesota\\\",\\\"MS\\\":\\\"Mississippi\\\",\\\"MO\\\":\\\"Missouri\\\",\\\"MT\\\":\\\"Montana\\\",\\\"NE\\\":\\\"Nebraska\\\",\\\"NV\\\":\\\"Nevada\\\",\\\"NH\\\":\\\"New Hampshire\\\",\\\"NJ\\\":\\\"New Jersey\\\",\\\"NM\\\":\\\"New Mexico\\\",\\\"NY\\\":\\\"New York\\\",\\\"NC\\\":\\\"North Carolina\\\",\\\"ND\\\":\\\"North Dakota\\\",\\\"OH\\\":\\\"Ohio\\\",\\\"OK\\\":\\\"Oklahoma\\\",\\\"OR\\\":\\\"Oregon\\\",\\\"PA\\\":\\\"Pennsylvania\\\",\\\"RI\\\":\\\"Rhode Island\\\",\\\"SC\\\":\\\"South Carolina\\\",\\\"SD\\\":\\\"South Dakota\\\",\\\"TN\\\":\\\"Tennessee\\\",\\\"TX\\\":\\\"Texas\\\",\\\"UT\\\":\\\"Utah\\\",\\\"VT\\\":\\\"Vermont\\\",\\\"VA\\\":\\\"Virginia\\\",\\\"WA\\\":\\\"Washington\\\",\\\"WV\\\":\\\"West Virginia\\\",\\\"WI\\\":\\\"Wisconsin\\\",\\\"WY\\\":\\\"Wyoming\\\",\\\"AA\\\":\\\"Armed Forces (AA)\\\",\\\"AE\\\":\\\"Armed Forces (AE)\\\",\\\"AP\\\":\\\"Armed Forces (AP)\\\"},\\\"AF\\\":[],\\\"AO\\\":{\\\"BGO\\\":\\\"Bengo\\\",\\\"BLU\\\":\\\"Benguela\\\",\\\"BIE\\\":\\\"Bi\\\\u00e9\\\",\\\"CAB\\\":\\\"Cabinda\\\",\\\"CNN\\\":\\\"Cunene\\\",\\\"HUA\\\":\\\"Huambo\\\",\\\"HUI\\\":\\\"Hu\\\\u00edla\\\",\\\"CCU\\\":\\\"Kuando Kubango\\\",\\\"CNO\\\":\\\"Kwanza-Norte\\\",\\\"CUS\\\":\\\"Kwanza-Sul\\\",\\\"LUA\\\":\\\"Luanda\\\",\\\"LNO\\\":\\\"Lunda-Norte\\\",\\\"LSU\\\":\\\"Lunda-Sul\\\",\\\"MAL\\\":\\\"Malanje\\\",\\\"MOX\\\":\\\"Moxico\\\",\\\"NAM\\\":\\\"Namibe\\\",\\\"UIG\\\":\\\"U\\\\u00edge\\\",\\\"ZAI\\\":\\\"Zaire\\\"},\\\"AR\\\":{\\\"C\\\":\\\"Ciudad Aut\\u00f3noma de Buenos Aires\\\",\\\"B\\\":\\\"Buenos Aires\\\",\\\"K\\\":\\\"Catamarca\\\",\\\"H\\\":\\\"Chaco\\\",\\\"U\\\":\\\"Chubut\\\",\\\"X\\\":\\\"C\\u00f3rdoba\\\",\\\"W\\\":\\\"Corrientes\\\",\\\"E\\\":\\\"Entre R\\u00edos\\\",\\\"P\\\":\\\"Formosa\\\",\\\"Y\\\":\\\"Jujuy\\\",\\\"L\\\":\\\"La Pampa\\\",\\\"F\\\":\\\"La Rioja\\\",\\\"M\\\":\\\"Mendoza\\\",\\\"N\\\":\\\"Misiones\\\",\\\"Q\\\":\\\"Neuqu\\u00e9n\\\",\\\"R\\\":\\\"R\\u00edo Negro\\\",\\\"A\\\":\\\"Salta\\\",\\\"J\\\":\\\"San Juan\\\",\\\"D\\\":\\\"San Luis\\\",\\\"Z\\\":\\\"Santa Cruz\\\",\\\"S\\\":\\\"Santa Fe\\\",\\\"G\\\":\\\"Santiago del Estero\\\",\\\"V\\\":\\\"Tierra del Fuego\\\",\\\"T\\\":\\\"Tucum\\u00e1n\\\"},\\\"AT\\\":[],\\\"AU\\\":{\\\"ACT\\\":\\\"Australian Capital Territory\\\",\\\"NSW\\\":\\\"New South Wales\\\",\\\"NT\\\":\\\"Northern Territory\\\",\\\"QLD\\\":\\\"Queensland\\\",\\\"SA\\\":\\\"South Australia\\\",\\\"TAS\\\":\\\"Tasmania\\\",\\\"VIC\\\":\\\"Victoria\\\",\\\"WA\\\":\\\"Western Australia\\\"},\\\"AX\\\":[],\\\"BD\\\":{\\\"BD-05\\\":\\\"Bagerhat\\\",\\\"BD-01\\\":\\\"Bandarban\\\",\\\"BD-02\\\":\\\"Barguna\\\",\\\"BD-06\\\":\\\"Barishal\\\",\\\"BD-07\\\":\\\"Bhola\\\",\\\"BD-03\\\":\\\"Bogura\\\",\\\"BD-04\\\":\\\"Brahmanbaria\\\",\\\"BD-09\\\":\\\"Chandpur\\\",\\\"BD-10\\\":\\\"Chattogram\\\",\\\"BD-12\\\":\\\"Chuadanga\\\",\\\"BD-11\\\":\\\"Cox\'s Bazar\\\",\\\"BD-08\\\":\\\"Cumilla\\\",\\\"BD-13\\\":\\\"Dhaka\\\",\\\"BD-14\\\":\\\"Dinajpur\\\",\\\"BD-15\\\":\\\"Faridpur \\\",\\\"BD-16\\\":\\\"Feni\\\",\\\"BD-19\\\":\\\"Gaibandha\\\",\\\"BD-18\\\":\\\"Gazipur\\\",\\\"BD-17\\\":\\\"Gopalganj\\\",\\\"BD-20\\\":\\\"Habiganj\\\",\\\"BD-21\\\":\\\"Jamalpur\\\",\\\"BD-22\\\":\\\"Jashore\\\",\\\"BD-25\\\":\\\"Jhalokati\\\",\\\"BD-23\\\":\\\"Jhenaidah\\\",\\\"BD-24\\\":\\\"Joypurhat\\\",\\\"BD-29\\\":\\\"Khagrachhari\\\",\\\"BD-27\\\":\\\"Khulna\\\",\\\"BD-26\\\":\\\"Kishoreganj\\\",\\\"BD-28\\\":\\\"Kurigram\\\",\\\"BD-30\\\":\\\"Kushtia\\\",\\\"BD-31\\\":\\\"Lakshmipur\\\",\\\"BD-32\\\":\\\"Lalmonirhat\\\",\\\"BD-36\\\":\\\"Madaripur\\\",\\\"BD-37\\\":\\\"Magura\\\",\\\"BD-33\\\":\\\"Manikganj \\\",\\\"BD-39\\\":\\\"Meherpur\\\",\\\"BD-38\\\":\\\"Moulvibazar\\\",\\\"BD-35\\\":\\\"Munshiganj\\\",\\\"BD-34\\\":\\\"Mymensingh\\\",\\\"BD-48\\\":\\\"Naogaon\\\",\\\"BD-43\\\":\\\"Narail\\\",\\\"BD-40\\\":\\\"Narayanganj\\\",\\\"BD-42\\\":\\\"Narsingdi\\\",\\\"BD-44\\\":\\\"Natore\\\",\\\"BD-45\\\":\\\"Nawabganj\\\",\\\"BD-41\\\":\\\"Netrakona\\\",\\\"BD-46\\\":\\\"Nilphamari\\\",\\\"BD-47\\\":\\\"Noakhali\\\",\\\"BD-49\\\":\\\"Pabna\\\",\\\"BD-52\\\":\\\"Panchagarh\\\",\\\"BD-51\\\":\\\"Patuakhali\\\",\\\"BD-50\\\":\\\"Pirojpur\\\",\\\"BD-53\\\":\\\"Rajbari\\\",\\\"BD-54\\\":\\\"Rajshahi\\\",\\\"BD-56\\\":\\\"Rangamati\\\",\\\"BD-55\\\":\\\"Rangpur\\\",\\\"BD-58\\\":\\\"Satkhira\\\",\\\"BD-62\\\":\\\"Shariatpur\\\",\\\"BD-57\\\":\\\"Sherpur\\\",\\\"BD-59\\\":\\\"Sirajganj\\\",\\\"BD-61\\\":\\\"Sunamganj\\\",\\\"BD-60\\\":\\\"Sylhet\\\",\\\"BD-63\\\":\\\"Tangail\\\",\\\"BD-64\\\":\\\"Thakurgaon\\\"},\\\"BE\\\":[],\\\"BG\\\":{\\\"BG-01\\\":\\\"Blagoevgrad\\\",\\\"BG-02\\\":\\\"Burgas\\\",\\\"BG-08\\\":\\\"Dobrich\\\",\\\"BG-07\\\":\\\"Gabrovo\\\",\\\"BG-26\\\":\\\"Haskovo\\\",\\\"BG-09\\\":\\\"Kardzhali\\\",\\\"BG-10\\\":\\\"Kyustendil\\\",\\\"BG-11\\\":\\\"Lovech\\\",\\\"BG-12\\\":\\\"Montana\\\",\\\"BG-13\\\":\\\"Pazardzhik\\\",\\\"BG-14\\\":\\\"Pernik\\\",\\\"BG-15\\\":\\\"Pleven\\\",\\\"BG-16\\\":\\\"Plovdiv\\\",\\\"BG-17\\\":\\\"Razgrad\\\",\\\"BG-18\\\":\\\"Ruse\\\",\\\"BG-27\\\":\\\"Shumen\\\",\\\"BG-19\\\":\\\"Silistra\\\",\\\"BG-20\\\":\\\"Sliven\\\",\\\"BG-21\\\":\\\"Smolyan\\\",\\\"BG-23\\\":\\\"Sofia\\\",\\\"BG-22\\\":\\\"Sofia-Grad\\\",\\\"BG-24\\\":\\\"Stara Zagora\\\",\\\"BG-25\\\":\\\"Targovishte\\\",\\\"BG-03\\\":\\\"Varna\\\",\\\"BG-04\\\":\\\"Veliko Tarnovo\\\",\\\"BG-05\\\":\\\"Vidin\\\",\\\"BG-06\\\":\\\"Vratsa\\\",\\\"BG-28\\\":\\\"Yambol\\\"},\\\"BH\\\":[],\\\"BI\\\":[],\\\"BO\\\":{\\\"B\\\":\\\"Chuquisaca\\\",\\\"H\\\":\\\"Beni\\\",\\\"C\\\":\\\"Cochabamba\\\",\\\"L\\\":\\\"La Paz\\\",\\\"O\\\":\\\"Oruro\\\",\\\"N\\\":\\\"Pando\\\",\\\"P\\\":\\\"Potos\\\\u00ed\\\",\\\"S\\\":\\\"Santa Cruz\\\",\\\"T\\\":\\\"Tarija\\\"},\\\"BR\\\":{\\\"AC\\\":\\\"Acre\\\",\\\"AL\\\":\\\"Alagoas\\\",\\\"AP\\\":\\\"Amap\\u00e1\\\",\\\"AM\\\":\\\"Amazonas\\\",\\\"BA\\\":\\\"Bahia\\\",\\\"CE\\\":\\\"Cear\\u00e1\\\",\\\"DF\\\":\\\"Distrito Federal\\\",\\\"ES\\\":\\\"Esp\\u00edrito Santo\\\",\\\"GO\\\":\\\"Goi\\u00e1s\\\",\\\"MA\\\":\\\"Maranh\\u00e3o\\\",\\\"MT\\\":\\\"Mato Grosso\\\",\\\"MS\\\":\\\"Mato Grosso do Sul\\\",\\\"MG\\\":\\\"Minas Gerais\\\",\\\"PA\\\":\\\"Par\\u00e1\\\",\\\"PB\\\":\\\"Para\\u00edba\\\",\\\"PR\\\":\\\"Paran\\u00e1\\\",\\\"PE\\\":\\\"Pernambuco\\\",\\\"PI\\\":\\\"Piau\\u00ed\\\",\\\"RJ\\\":\\\"Rio de Janeiro\\\",\\\"RN\\\":\\\"Rio Grande do Norte\\\",\\\"RS\\\":\\\"Rio Grande do Sul\\\",\\\"RO\\\":\\\"Rond\\u00f4nia\\\",\\\"RR\\\":\\\"Roraima\\\",\\\"SC\\\":\\\"Santa Catarina\\\",\\\"SP\\\":\\\"S\\u00e3o Paulo\\\",\\\"SE\\\":\\\"Sergipe\\\",\\\"TO\\\":\\\"Tocantins\\\"},\\\"CA\\\":{\\\"AB\\\":\\\"Alberta\\\",\\\"BC\\\":\\\"British Columbia\\\",\\\"MB\\\":\\\"Manitoba\\\",\\\"NB\\\":\\\"New Brunswick\\\",\\\"NL\\\":\\\"Newfoundland and Labrador\\\",\\\"NT\\\":\\\"Northwest Territories\\\",\\\"NS\\\":\\\"Nova Scotia\\\",\\\"NU\\\":\\\"Nunavut\\\",\\\"ON\\\":\\\"Ontario\\\",\\\"PE\\\":\\\"Prince Edward Island\\\",\\\"QC\\\":\\\"Quebec\\\",\\\"SK\\\":\\\"Saskatchewan\\\",\\\"YT\\\":\\\"Yukon Territory\\\"},\\\"CH\\\":{\\\"AG\\\":\\\"Aargau\\\",\\\"AR\\\":\\\"Appenzell Ausserrhoden\\\",\\\"AI\\\":\\\"Appenzell Innerrhoden\\\",\\\"BL\\\":\\\"Basel-Landschaft\\\",\\\"BS\\\":\\\"Basel-Stadt\\\",\\\"BE\\\":\\\"Bern\\\",\\\"FR\\\":\\\"Fribourg\\\",\\\"GE\\\":\\\"Geneva\\\",\\\"GL\\\":\\\"Glarus\\\",\\\"GR\\\":\\\"Graub\\u00fcnden\\\",\\\"JU\\\":\\\"Jura\\\",\\\"LU\\\":\\\"Luzern\\\",\\\"NE\\\":\\\"Neuch\\u00e2tel\\\",\\\"NW\\\":\\\"Nidwalden\\\",\\\"OW\\\":\\\"Obwalden\\\",\\\"SH\\\":\\\"Schaffhausen\\\",\\\"SZ\\\":\\\"Schwyz\\\",\\\"SO\\\":\\\"Solothurn\\\",\\\"SG\\\":\\\"St. Gallen\\\",\\\"TG\\\":\\\"Thurgau\\\",\\\"TI\\\":\\\"Ticino\\\",\\\"UR\\\":\\\"Uri\\\",\\\"VS\\\":\\\"Valais\\\",\\\"VD\\\":\\\"Vaud\\\",\\\"ZG\\\":\\\"Zug\\\",\\\"ZH\\\":\\\"Z\\u00fcrich\\\"},\\\"CN\\\":{\\\"CN1\\\":\\\"Yunnan \\\\\\/ \\u4e91\\u5357\\\",\\\"CN2\\\":\\\"Beijing \\\\\\/ \\u5317\\u4eac\\\",\\\"CN3\\\":\\\"Tianjin \\\\\\/ \\u5929\\u6d25\\\",\\\"CN4\\\":\\\"Hebei \\\\\\/ \\u6cb3\\u5317\\\",\\\"CN5\\\":\\\"Shanxi \\\\\\/ \\u5c71\\u897f\\\",\\\"CN6\\\":\\\"Inner Mongolia \\\\\\/ \\u5167\\u8499\\u53e4\\\",\\\"CN7\\\":\\\"Liaoning \\\\\\/ \\u8fbd\\u5b81\\\",\\\"CN8\\\":\\\"Jilin \\\\\\/ \\u5409\\u6797\\\",\\\"CN9\\\":\\\"Heilongjiang \\\\\\/ \\u9ed1\\u9f99\\u6c5f\\\",\\\"CN10\\\":\\\"Shanghai \\\\\\/ \\u4e0a\\u6d77\\\",\\\"CN11\\\":\\\"Jiangsu \\\\\\/ \\u6c5f\\u82cf\\\",\\\"CN12\\\":\\\"Zhejiang \\\\\\/ \\u6d59\\u6c5f\\\",\\\"CN13\\\":\\\"Anhui \\\\\\/ \\u5b89\\u5fbd\\\",\\\"CN14\\\":\\\"Fujian \\\\\\/ \\u798f\\u5efa\\\",\\\"CN15\\\":\\\"Jiangxi \\\\\\/ \\u6c5f\\u897f\\\",\\\"CN16\\\":\\\"Shandong \\\\\\/ \\u5c71\\u4e1c\\\",\\\"CN17\\\":\\\"Henan \\\\\\/ \\u6cb3\\u5357\\\",\\\"CN18\\\":\\\"Hubei \\\\\\/ \\u6e56\\u5317\\\",\\\"CN19\\\":\\\"Hunan \\\\\\/ \\u6e56\\u5357\\\",\\\"CN20\\\":\\\"Guangdong \\\\\\/ \\u5e7f\\u4e1c\\\",\\\"CN21\\\":\\\"Guangxi Zhuang \\\\\\/ \\u5e7f\\u897f\\u58ee\\u65cf\\\",\\\"CN22\\\":\\\"Hainan \\\\\\/ \\u6d77\\u5357\\\",\\\"CN23\\\":\\\"Chongqing \\\\\\/ \\u91cd\\u5e86\\\",\\\"CN24\\\":\\\"Sichuan \\\\\\/ \\u56db\\u5ddd\\\",\\\"CN25\\\":\\\"Guizhou \\\\\\/ \\u8d35\\u5dde\\\",\\\"CN26\\\":\\\"Shaanxi \\\\\\/ \\u9655\\u897f\\\",\\\"CN27\\\":\\\"Gansu \\\\\\/ \\u7518\\u8083\\\",\\\"CN28\\\":\\\"Qinghai \\\\\\/ \\u9752\\u6d77\\\",\\\"CN29\\\":\\\"Ningxia Hui \\\\\\/ \\u5b81\\u590f\\\",\\\"CN30\\\":\\\"Macao \\\\\\/ \\u6fb3\\u95e8\\\",\\\"CN31\\\":\\\"Tibet \\\\\\/ \\u897f\\u85cf\\\",\\\"CN32\\\":\\\"Xinjiang \\\\\\/ \\u65b0\\u7586\\\"},\\\"CZ\\\":[],\\\"DE\\\":[],\\\"DK\\\":[],\\\"EE\\\":[],\\\"ES\\\":{\\\"C\\\":\\\"A Coru\\u00f1a\\\",\\\"VI\\\":\\\"Araba\\\\\\/\\u00c1lava\\\",\\\"AB\\\":\\\"Albacete\\\",\\\"A\\\":\\\"Alicante\\\",\\\"AL\\\":\\\"Almer\\u00eda\\\",\\\"O\\\":\\\"Asturias\\\",\\\"AV\\\":\\\"\\u00c1vila\\\",\\\"BA\\\":\\\"Badajoz\\\",\\\"PM\\\":\\\"Baleares\\\",\\\"B\\\":\\\"Barcelona\\\",\\\"BU\\\":\\\"Burgos\\\",\\\"CC\\\":\\\"C\\u00e1ceres\\\",\\\"CA\\\":\\\"C\\u00e1diz\\\",\\\"S\\\":\\\"Cantabria\\\",\\\"CS\\\":\\\"Castell\\u00f3n\\\",\\\"CE\\\":\\\"Ceuta\\\",\\\"CR\\\":\\\"Ciudad Real\\\",\\\"CO\\\":\\\"C\\u00f3rdoba\\\",\\\"CU\\\":\\\"Cuenca\\\",\\\"GI\\\":\\\"Girona\\\",\\\"GR\\\":\\\"Granada\\\",\\\"GU\\\":\\\"Guadalajara\\\",\\\"SS\\\":\\\"Gipuzkoa\\\",\\\"H\\\":\\\"Huelva\\\",\\\"HU\\\":\\\"Huesca\\\",\\\"J\\\":\\\"Ja\\u00e9n\\\",\\\"LO\\\":\\\"La Rioja\\\",\\\"GC\\\":\\\"Las Palmas\\\",\\\"LE\\\":\\\"Le\\u00f3n\\\",\\\"L\\\":\\\"Lleida\\\",\\\"LU\\\":\\\"Lugo\\\",\\\"M\\\":\\\"Madrid\\\",\\\"MA\\\":\\\"M\\u00e1laga\\\",\\\"ML\\\":\\\"Melilla\\\",\\\"MU\\\":\\\"Murcia\\\",\\\"NA\\\":\\\"Navarra\\\",\\\"OR\\\":\\\"Ourense\\\",\\\"P\\\":\\\"Palencia\\\",\\\"PO\\\":\\\"Pontevedra\\\",\\\"SA\\\":\\\"Salamanca\\\",\\\"TF\\\":\\\"Santa Cruz de Tenerife\\\",\\\"SG\\\":\\\"Segovia\\\",\\\"SE\\\":\\\"Sevilla\\\",\\\"SO\\\":\\\"Soria\\\",\\\"T\\\":\\\"Tarragona\\\",\\\"TE\\\":\\\"Teruel\\\",\\\"TO\\\":\\\"Toledo\\\",\\\"V\\\":\\\"Valencia\\\",\\\"VA\\\":\\\"Valladolid\\\",\\\"BI\\\":\\\"Bizkaia\\\",\\\"ZA\\\":\\\"Zamora\\\",\\\"Z\\\":\\\"Zaragoza\\\"},\\\"FI\\\":[],\\\"FR\\\":[],\\\"GP\\\":[],\\\"GR\\\":{\\\"I\\\":\\\"\\\\u0391\\\\u03c4\\\\u03c4\\\\u03b9\\\\u03ba\\\\u03ae\\\",\\\"A\\\":\\\"\\\\u0391\\\\u03bd\\\\u03b1\\\\u03c4\\\\u03bf\\\\u03bb\\\\u03b9\\\\u03ba\\\\u03ae \\\\u039c\\\\u03b1\\\\u03ba\\\\u03b5\\\\u03b4\\\\u03bf\\\\u03bd\\\\u03af\\\\u03b1 \\\\u03ba\\\\u03b1\\\\u03b9 \\\\u0398\\\\u03c1\\\\u03ac\\\\u03ba\\\\u03b7\\\",\\\"B\\\":\\\"\\\\u039a\\\\u03b5\\\\u03bd\\\\u03c4\\\\u03c1\\\\u03b9\\\\u03ba\\\\u03ae \\\\u039c\\\\u03b1\\\\u03ba\\\\u03b5\\\\u03b4\\\\u03bf\\\\u03bd\\\\u03af\\\\u03b1\\\",\\\"C\\\":\\\"\\\\u0394\\\\u03c5\\\\u03c4\\\\u03b9\\\\u03ba\\\\u03ae \\\\u039c\\\\u03b1\\\\u03ba\\\\u03b5\\\\u03b4\\\\u03bf\\\\u03bd\\\\u03af\\\\u03b1\\\",\\\"D\\\":\\\"\\\\u0389\\\\u03c0\\\\u03b5\\\\u03b9\\\\u03c1\\\\u03bf\\\\u03c2\\\",\\\"E\\\":\\\"\\\\u0398\\\\u03b5\\\\u03c3\\\\u03c3\\\\u03b1\\\\u03bb\\\\u03af\\\\u03b1\\\",\\\"F\\\":\\\"\\\\u0399\\\\u03cc\\\\u03bd\\\\u03b9\\\\u03bf\\\\u03b9 \\\\u039d\\\\u03ae\\\\u03c3\\\\u03bf\\\\u03b9\\\",\\\"G\\\":\\\"\\\\u0394\\\\u03c5\\\\u03c4\\\\u03b9\\\\u03ba\\\\u03ae \\\\u0395\\\\u03bb\\\\u03bb\\\\u03ac\\\\u03b4\\\\u03b1\\\",\\\"H\\\":\\\"\\\\u03a3\\\\u03c4\\\\u03b5\\\\u03c1\\\\u03b5\\\\u03ac \\\\u0395\\\\u03bb\\\\u03bb\\\\u03ac\\\\u03b4\\\\u03b1\\\",\\\"J\\\":\\\"\\\\u03a0\\\\u03b5\\\\u03bb\\\\u03bf\\\\u03c0\\\\u03cc\\\\u03bd\\\\u03bd\\\\u03b7\\\\u03c3\\\\u03bf\\\\u03c2\\\",\\\"K\\\":\\\"\\\\u0392\\\\u03cc\\\\u03c1\\\\u03b5\\\\u03b9\\\\u03bf \\\\u0391\\\\u03b9\\\\u03b3\\\\u03b1\\\\u03af\\\\u03bf\\\",\\\"L\\\":\\\"\\\\u039d\\\\u03cc\\\\u03c4\\\\u03b9\\\\u03bf \\\\u0391\\\\u03b9\\\\u03b3\\\\u03b1\\\\u03af\\\\u03bf\\\",\\\"M\\\":\\\"\\\\u039a\\\\u03c1\\\\u03ae\\\\u03c4\\\\u03b7\\\"},\\\"GF\\\":[],\\\"HK\\\":{\\\"HONG KONG\\\":\\\"Hong Kong Island\\\",\\\"KOWLOON\\\":\\\"Kowloon\\\",\\\"NEW TERRITORIES\\\":\\\"New Territories\\\"},\\\"HU\\\":{\\\"BK\\\":\\\"B\\\\u00e1cs-Kiskun\\\",\\\"BE\\\":\\\"B\\\\u00e9k\\\\u00e9s\\\",\\\"BA\\\":\\\"Baranya\\\",\\\"BZ\\\":\\\"Borsod-Aba\\\\u00faj-Zempl\\\\u00e9n\\\",\\\"BU\\\":\\\"Budapest\\\",\\\"CS\\\":\\\"Csongr\\\\u00e1d\\\",\\\"FE\\\":\\\"Fej\\\\u00e9r\\\",\\\"GS\\\":\\\"Gy\\\\u0151r-Moson-Sopron\\\",\\\"HB\\\":\\\"Hajd\\\\u00fa-Bihar\\\",\\\"HE\\\":\\\"Heves\\\",\\\"JN\\\":\\\"J\\\\u00e1sz-Nagykun-Szolnok\\\",\\\"KE\\\":\\\"Kom\\\\u00e1rom-Esztergom\\\",\\\"NO\\\":\\\"N\\\\u00f3gr\\\\u00e1d\\\",\\\"PE\\\":\\\"Pest\\\",\\\"SO\\\":\\\"Somogy\\\",\\\"SZ\\\":\\\"Szabolcs-Szatm\\\\u00e1r-Bereg\\\",\\\"TO\\\":\\\"Tolna\\\",\\\"VA\\\":\\\"Vas\\\",\\\"VE\\\":\\\"Veszpr\\\\u00e9m\\\",\\\"ZA\\\":\\\"Zala\\\"},\\\"ID\\\":{\\\"AC\\\":\\\"Daerah Istimewa Aceh\\\",\\\"SU\\\":\\\"Sumatera Utara\\\",\\\"SB\\\":\\\"Sumatera Barat\\\",\\\"RI\\\":\\\"Riau\\\",\\\"KR\\\":\\\"Kepulauan Riau\\\",\\\"JA\\\":\\\"Jambi\\\",\\\"SS\\\":\\\"Sumatera Selatan\\\",\\\"BB\\\":\\\"Bangka Belitung\\\",\\\"BE\\\":\\\"Bengkulu\\\",\\\"LA\\\":\\\"Lampung\\\",\\\"JK\\\":\\\"DKI Jakarta\\\",\\\"JB\\\":\\\"Jawa Barat\\\",\\\"BT\\\":\\\"Banten\\\",\\\"JT\\\":\\\"Jawa Tengah\\\",\\\"JI\\\":\\\"Jawa Timur\\\",\\\"YO\\\":\\\"Daerah Istimewa Yogyakarta\\\",\\\"BA\\\":\\\"Bali\\\",\\\"NB\\\":\\\"Nusa Tenggara Barat\\\",\\\"NT\\\":\\\"Nusa Tenggara Timur\\\",\\\"KB\\\":\\\"Kalimantan Barat\\\",\\\"KT\\\":\\\"Kalimantan Tengah\\\",\\\"KI\\\":\\\"Kalimantan Timur\\\",\\\"KS\\\":\\\"Kalimantan Selatan\\\",\\\"KU\\\":\\\"Kalimantan Utara\\\",\\\"SA\\\":\\\"Sulawesi Utara\\\",\\\"ST\\\":\\\"Sulawesi Tengah\\\",\\\"SG\\\":\\\"Sulawesi Tenggara\\\",\\\"SR\\\":\\\"Sulawesi Barat\\\",\\\"SN\\\":\\\"Sulawesi Selatan\\\",\\\"GO\\\":\\\"Gorontalo\\\",\\\"MA\\\":\\\"Maluku\\\",\\\"MU\\\":\\\"Maluku Utara\\\",\\\"PA\\\":\\\"Papua\\\",\\\"PB\\\":\\\"Papua Barat\\\"},\\\"IE\\\":{\\\"CW\\\":\\\"Carlow\\\",\\\"CN\\\":\\\"Cavan\\\",\\\"CE\\\":\\\"Clare\\\",\\\"CO\\\":\\\"Cork\\\",\\\"DL\\\":\\\"Donegal\\\",\\\"D\\\":\\\"Dublin\\\",\\\"G\\\":\\\"Galway\\\",\\\"KY\\\":\\\"Kerry\\\",\\\"KE\\\":\\\"Kildare\\\",\\\"KK\\\":\\\"Kilkenny\\\",\\\"LS\\\":\\\"Laois\\\",\\\"LM\\\":\\\"Leitrim\\\",\\\"LK\\\":\\\"Limerick\\\",\\\"LD\\\":\\\"Longford\\\",\\\"LH\\\":\\\"Louth\\\",\\\"MO\\\":\\\"Mayo\\\",\\\"MH\\\":\\\"Meath\\\",\\\"MN\\\":\\\"Monaghan\\\",\\\"OY\\\":\\\"Offaly\\\",\\\"RN\\\":\\\"Roscommon\\\",\\\"SO\\\":\\\"Sligo\\\",\\\"TA\\\":\\\"Tipperary\\\",\\\"WD\\\":\\\"Waterford\\\",\\\"WH\\\":\\\"Westmeath\\\",\\\"WX\\\":\\\"Wexford\\\",\\\"WW\\\":\\\"Wicklow\\\"},\\\"IN\\\":{\\\"AP\\\":\\\"Andhra Pradesh\\\",\\\"AR\\\":\\\"Arunachal Pradesh\\\",\\\"AS\\\":\\\"Assam\\\",\\\"BR\\\":\\\"Bihar\\\",\\\"CT\\\":\\\"Chhattisgarh\\\",\\\"GA\\\":\\\"Goa\\\",\\\"GJ\\\":\\\"Gujarat\\\",\\\"HR\\\":\\\"Haryana\\\",\\\"HP\\\":\\\"Himachal Pradesh\\\",\\\"JK\\\":\\\"Jammu and Kashmir\\\",\\\"JH\\\":\\\"Jharkhand\\\",\\\"KA\\\":\\\"Karnataka\\\",\\\"KL\\\":\\\"Kerala\\\",\\\"MP\\\":\\\"Madhya Pradesh\\\",\\\"MH\\\":\\\"Maharashtra\\\",\\\"MN\\\":\\\"Manipur\\\",\\\"ML\\\":\\\"Meghalaya\\\",\\\"MZ\\\":\\\"Mizoram\\\",\\\"NL\\\":\\\"Nagaland\\\",\\\"OR\\\":\\\"Orissa\\\",\\\"PB\\\":\\\"Punjab\\\",\\\"RJ\\\":\\\"Rajasthan\\\",\\\"SK\\\":\\\"Sikkim\\\",\\\"TN\\\":\\\"Tamil Nadu\\\",\\\"TS\\\":\\\"Telangana\\\",\\\"TR\\\":\\\"Tripura\\\",\\\"UK\\\":\\\"Uttarakhand\\\",\\\"UP\\\":\\\"Uttar Pradesh\\\",\\\"WB\\\":\\\"West Bengal\\\",\\\"AN\\\":\\\"Andaman and Nicobar Islands\\\",\\\"CH\\\":\\\"Chandigarh\\\",\\\"DN\\\":\\\"Dadra and Nagar Haveli\\\",\\\"DD\\\":\\\"Daman and Diu\\\",\\\"DL\\\":\\\"Delhi\\\",\\\"LD\\\":\\\"Lakshadeep\\\",\\\"PY\\\":\\\"Pondicherry (Puducherry)\\\"},\\\"IR\\\":{\\\"KHZ\\\":\\\"Khuzestan  (\\\\u062e\\\\u0648\\\\u0632\\\\u0633\\\\u062a\\\\u0627\\\\u0646)\\\",\\\"THR\\\":\\\"Tehran  (\\\\u062a\\\\u0647\\\\u0631\\\\u0627\\\\u0646)\\\",\\\"ILM\\\":\\\"Ilaam (\\\\u0627\\\\u06cc\\\\u0644\\\\u0627\\\\u0645)\\\",\\\"BHR\\\":\\\"Bushehr (\\\\u0628\\\\u0648\\\\u0634\\\\u0647\\\\u0631)\\\",\\\"ADL\\\":\\\"Ardabil (\\\\u0627\\\\u0631\\\\u062f\\\\u0628\\\\u06cc\\\\u0644)\\\",\\\"ESF\\\":\\\"Isfahan (\\\\u0627\\\\u0635\\\\u0641\\\\u0647\\\\u0627\\\\u0646)\\\",\\\"YZD\\\":\\\"Yazd (\\\\u06cc\\\\u0632\\\\u062f)\\\",\\\"KRH\\\":\\\"Kermanshah (\\\\u06a9\\\\u0631\\\\u0645\\\\u0627\\\\u0646\\\\u0634\\\\u0627\\\\u0647)\\\",\\\"KRN\\\":\\\"Kerman (\\\\u06a9\\\\u0631\\\\u0645\\\\u0627\\\\u0646)\\\",\\\"HDN\\\":\\\"Hamadan (\\\\u0647\\\\u0645\\\\u062f\\\\u0627\\\\u0646)\\\",\\\"GZN\\\":\\\"Ghazvin (\\\\u0642\\\\u0632\\\\u0648\\\\u06cc\\\\u0646)\\\",\\\"ZJN\\\":\\\"Zanjan (\\\\u0632\\\\u0646\\\\u062c\\\\u0627\\\\u0646)\\\",\\\"LRS\\\":\\\"Luristan (\\\\u0644\\\\u0631\\\\u0633\\\\u062a\\\\u0627\\\\u0646)\\\",\\\"ABZ\\\":\\\"Alborz (\\\\u0627\\\\u0644\\\\u0628\\\\u0631\\\\u0632)\\\",\\\"EAZ\\\":\\\"East Azarbaijan (\\\\u0622\\\\u0630\\\\u0631\\\\u0628\\\\u0627\\\\u06cc\\\\u062c\\\\u0627\\\\u0646 \\\\u0634\\\\u0631\\\\u0642\\\\u06cc)\\\",\\\"WAZ\\\":\\\"West Azarbaijan (\\\\u0622\\\\u0630\\\\u0631\\\\u0628\\\\u0627\\\\u06cc\\\\u062c\\\\u0627\\\\u0646 \\\\u063a\\\\u0631\\\\u0628\\\\u06cc)\\\",\\\"CHB\\\":\\\"Chaharmahal and Bakhtiari (\\\\u0686\\\\u0647\\\\u0627\\\\u0631\\\\u0645\\\\u062d\\\\u0627\\\\u0644 \\\\u0648 \\\\u0628\\\\u062e\\\\u062a\\\\u06cc\\\\u0627\\\\u0631\\\\u06cc)\\\",\\\"SKH\\\":\\\"South Khorasan (\\\\u062e\\\\u0631\\\\u0627\\\\u0633\\\\u0627\\\\u0646 \\\\u062c\\\\u0646\\\\u0648\\\\u0628\\\\u06cc)\\\",\\\"RKH\\\":\\\"Razavi Khorasan (\\\\u062e\\\\u0631\\\\u0627\\\\u0633\\\\u0627\\\\u0646 \\\\u0631\\\\u0636\\\\u0648\\\\u06cc)\\\",\\\"NKH\\\":\\\"North Khorasan (\\\\u062e\\\\u0631\\\\u0627\\\\u0633\\\\u0627\\\\u0646 \\\\u0634\\\\u0645\\\\u0627\\\\u0644\\\\u06cc)\\\",\\\"SMN\\\":\\\"Semnan (\\\\u0633\\\\u0645\\\\u0646\\\\u0627\\\\u0646)\\\",\\\"FRS\\\":\\\"Fars (\\\\u0641\\\\u0627\\\\u0631\\\\u0633)\\\",\\\"QHM\\\":\\\"Qom (\\\\u0642\\\\u0645)\\\",\\\"KRD\\\":\\\"Kurdistan \\\\\\/ \\\\u06a9\\\\u0631\\\\u062f\\\\u0633\\\\u062a\\\\u0627\\\\u0646)\\\",\\\"KBD\\\":\\\"Kohgiluyeh and BoyerAhmad (\\\\u06a9\\\\u0647\\\\u06af\\\\u06cc\\\\u0644\\\\u0648\\\\u06cc\\\\u06cc\\\\u0647 \\\\u0648 \\\\u0628\\\\u0648\\\\u06cc\\\\u0631\\\\u0627\\\\u062d\\\\u0645\\\\u062f)\\\",\\\"GLS\\\":\\\"Golestan (\\\\u06af\\\\u0644\\\\u0633\\\\u062a\\\\u0627\\\\u0646)\\\",\\\"GIL\\\":\\\"Gilan (\\\\u06af\\\\u06cc\\\\u0644\\\\u0627\\\\u0646)\\\",\\\"MZN\\\":\\\"Mazandaran (\\\\u0645\\\\u0627\\\\u0632\\\\u0646\\\\u062f\\\\u0631\\\\u0627\\\\u0646)\\\",\\\"MKZ\\\":\\\"Markazi (\\\\u0645\\\\u0631\\\\u06a9\\\\u0632\\\\u06cc)\\\",\\\"HRZ\\\":\\\"Hormozgan (\\\\u0647\\\\u0631\\\\u0645\\\\u0632\\\\u06af\\\\u0627\\\\u0646)\\\",\\\"SBN\\\":\\\"Sistan and Baluchestan (\\\\u0633\\\\u06cc\\\\u0633\\\\u062a\\\\u0627\\\\u0646 \\\\u0648 \\\\u0628\\\\u0644\\\\u0648\\\\u0686\\\\u0633\\\\u062a\\\\u0627\\\\u0646)\\\"},\\\"IS\\\":[],\\\"IT\\\":{\\\"AG\\\":\\\"Agrigento\\\",\\\"AL\\\":\\\"Alessandria\\\",\\\"AN\\\":\\\"Ancona\\\",\\\"AO\\\":\\\"Aosta\\\",\\\"AR\\\":\\\"Arezzo\\\",\\\"AP\\\":\\\"Ascoli Piceno\\\",\\\"AT\\\":\\\"Asti\\\",\\\"AV\\\":\\\"Avellino\\\",\\\"BA\\\":\\\"Bari\\\",\\\"BT\\\":\\\"Barletta-Andria-Trani\\\",\\\"BL\\\":\\\"Belluno\\\",\\\"BN\\\":\\\"Benevento\\\",\\\"BG\\\":\\\"Bergamo\\\",\\\"BI\\\":\\\"Biella\\\",\\\"BO\\\":\\\"Bologna\\\",\\\"BZ\\\":\\\"Bolzano\\\",\\\"BS\\\":\\\"Brescia\\\",\\\"BR\\\":\\\"Brindisi\\\",\\\"CA\\\":\\\"Cagliari\\\",\\\"CL\\\":\\\"Caltanissetta\\\",\\\"CB\\\":\\\"Campobasso\\\",\\\"CE\\\":\\\"Caserta\\\",\\\"CT\\\":\\\"Catania\\\",\\\"CZ\\\":\\\"Catanzaro\\\",\\\"CH\\\":\\\"Chieti\\\",\\\"CO\\\":\\\"Como\\\",\\\"CS\\\":\\\"Cosenza\\\",\\\"CR\\\":\\\"Cremona\\\",\\\"KR\\\":\\\"Crotone\\\",\\\"CN\\\":\\\"Cuneo\\\",\\\"EN\\\":\\\"Enna\\\",\\\"FM\\\":\\\"Fermo\\\",\\\"FE\\\":\\\"Ferrara\\\",\\\"FI\\\":\\\"Firenze\\\",\\\"FG\\\":\\\"Foggia\\\",\\\"FC\\\":\\\"Forl\\\\u00ec-Cesena\\\",\\\"FR\\\":\\\"Frosinone\\\",\\\"GE\\\":\\\"Genova\\\",\\\"GO\\\":\\\"Gorizia\\\",\\\"GR\\\":\\\"Grosseto\\\",\\\"IM\\\":\\\"Imperia\\\",\\\"IS\\\":\\\"Isernia\\\",\\\"SP\\\":\\\"La Spezia\\\",\\\"AQ\\\":\\\"L\'Aquila\\\",\\\"LT\\\":\\\"Latina\\\",\\\"LE\\\":\\\"Lecce\\\",\\\"LC\\\":\\\"Lecco\\\",\\\"LI\\\":\\\"Livorno\\\",\\\"LO\\\":\\\"Lodi\\\",\\\"LU\\\":\\\"Lucca\\\",\\\"MC\\\":\\\"Macerata\\\",\\\"MN\\\":\\\"Mantova\\\",\\\"MS\\\":\\\"Massa-Carrara\\\",\\\"MT\\\":\\\"Matera\\\",\\\"ME\\\":\\\"Messina\\\",\\\"MI\\\":\\\"Milano\\\",\\\"MO\\\":\\\"Modena\\\",\\\"MB\\\":\\\"Monza e della Brianza\\\",\\\"NA\\\":\\\"Napoli\\\",\\\"NO\\\":\\\"Novara\\\",\\\"NU\\\":\\\"Nuoro\\\",\\\"OR\\\":\\\"Oristano\\\",\\\"PD\\\":\\\"Padova\\\",\\\"PA\\\":\\\"Palermo\\\",\\\"PR\\\":\\\"Parma\\\",\\\"PV\\\":\\\"Pavia\\\",\\\"PG\\\":\\\"Perugia\\\",\\\"PU\\\":\\\"Pesaro e Urbino\\\",\\\"PE\\\":\\\"Pescara\\\",\\\"PC\\\":\\\"Piacenza\\\",\\\"PI\\\":\\\"Pisa\\\",\\\"PT\\\":\\\"Pistoia\\\",\\\"PN\\\":\\\"Pordenone\\\",\\\"PZ\\\":\\\"Potenza\\\",\\\"PO\\\":\\\"Prato\\\",\\\"RG\\\":\\\"Ragusa\\\",\\\"RA\\\":\\\"Ravenna\\\",\\\"RC\\\":\\\"Reggio Calabria\\\",\\\"RE\\\":\\\"Reggio Emilia\\\",\\\"RI\\\":\\\"Rieti\\\",\\\"RN\\\":\\\"Rimini\\\",\\\"RM\\\":\\\"Roma\\\",\\\"RO\\\":\\\"Rovigo\\\",\\\"SA\\\":\\\"Salerno\\\",\\\"SS\\\":\\\"Sassari\\\",\\\"SV\\\":\\\"Savona\\\",\\\"SI\\\":\\\"Siena\\\",\\\"SR\\\":\\\"Siracusa\\\",\\\"SO\\\":\\\"Sondrio\\\",\\\"SU\\\":\\\"Sud Sardegna\\\",\\\"TA\\\":\\\"Taranto\\\",\\\"TE\\\":\\\"Teramo\\\",\\\"TR\\\":\\\"Terni\\\",\\\"TO\\\":\\\"Torino\\\",\\\"TP\\\":\\\"Trapani\\\",\\\"TN\\\":\\\"Trento\\\",\\\"TV\\\":\\\"Treviso\\\",\\\"TS\\\":\\\"Trieste\\\",\\\"UD\\\":\\\"Udine\\\",\\\"VA\\\":\\\"Varese\\\",\\\"VE\\\":\\\"Venezia\\\",\\\"VB\\\":\\\"Verbano-Cusio-Ossola\\\",\\\"VC\\\":\\\"Vercelli\\\",\\\"VR\\\":\\\"Verona\\\",\\\"VV\\\":\\\"Vibo Valentia\\\",\\\"VI\\\":\\\"Vicenza\\\",\\\"VT\\\":\\\"Viterbo\\\"},\\\"IL\\\":[],\\\"IM\\\":[],\\\"JP\\\":{\\\"JP01\\\":\\\"Hokkaido\\\",\\\"JP02\\\":\\\"Aomori\\\",\\\"JP03\\\":\\\"Iwate\\\",\\\"JP04\\\":\\\"Miyagi\\\",\\\"JP05\\\":\\\"Akita\\\",\\\"JP06\\\":\\\"Yamagata\\\",\\\"JP07\\\":\\\"Fukushima\\\",\\\"JP08\\\":\\\"Ibaraki\\\",\\\"JP09\\\":\\\"Tochigi\\\",\\\"JP10\\\":\\\"Gunma\\\",\\\"JP11\\\":\\\"Saitama\\\",\\\"JP12\\\":\\\"Chiba\\\",\\\"JP13\\\":\\\"Tokyo\\\",\\\"JP14\\\":\\\"Kanagawa\\\",\\\"JP15\\\":\\\"Niigata\\\",\\\"JP16\\\":\\\"Toyama\\\",\\\"JP17\\\":\\\"Ishikawa\\\",\\\"JP18\\\":\\\"Fukui\\\",\\\"JP19\\\":\\\"Yamanashi\\\",\\\"JP20\\\":\\\"Nagano\\\",\\\"JP21\\\":\\\"Gifu\\\",\\\"JP22\\\":\\\"Shizuoka\\\",\\\"JP23\\\":\\\"Aichi\\\",\\\"JP24\\\":\\\"Mie\\\",\\\"JP25\\\":\\\"Shiga\\\",\\\"JP26\\\":\\\"Kyoto\\\",\\\"JP27\\\":\\\"Osaka\\\",\\\"JP28\\\":\\\"Hyogo\\\",\\\"JP29\\\":\\\"Nara\\\",\\\"JP30\\\":\\\"Wakayama\\\",\\\"JP31\\\":\\\"Tottori\\\",\\\"JP32\\\":\\\"Shimane\\\",\\\"JP33\\\":\\\"Okayama\\\",\\\"JP34\\\":\\\"Hiroshima\\\",\\\"JP35\\\":\\\"Yamaguchi\\\",\\\"JP36\\\":\\\"Tokushima\\\",\\\"JP37\\\":\\\"Kagawa\\\",\\\"JP38\\\":\\\"Ehime\\\",\\\"JP39\\\":\\\"Kochi\\\",\\\"JP40\\\":\\\"Fukuoka\\\",\\\"JP41\\\":\\\"Saga\\\",\\\"JP42\\\":\\\"Nagasaki\\\",\\\"JP43\\\":\\\"Kumamoto\\\",\\\"JP44\\\":\\\"Oita\\\",\\\"JP45\\\":\\\"Miyazaki\\\",\\\"JP46\\\":\\\"Kagoshima\\\",\\\"JP47\\\":\\\"Okinawa\\\"},\\\"KR\\\":[],\\\"KW\\\":[],\\\"LA\\\":{\\\"AT\\\":\\\"Attapeu\\\",\\\"BK\\\":\\\"Bokeo\\\",\\\"BL\\\":\\\"Bolikhamsai\\\",\\\"CH\\\":\\\"Champasak\\\",\\\"HO\\\":\\\"Houaphanh\\\",\\\"KH\\\":\\\"Khammouane\\\",\\\"LM\\\":\\\"Luang Namtha\\\",\\\"LP\\\":\\\"Luang Prabang\\\",\\\"OU\\\":\\\"Oudomxay\\\",\\\"PH\\\":\\\"Phongsaly\\\",\\\"SL\\\":\\\"Salavan\\\",\\\"SV\\\":\\\"Savannakhet\\\",\\\"VI\\\":\\\"Vientiane Province\\\",\\\"VT\\\":\\\"Vientiane\\\",\\\"XA\\\":\\\"Sainyabuli\\\",\\\"XE\\\":\\\"Sekong\\\",\\\"XI\\\":\\\"Xiangkhouang\\\",\\\"XS\\\":\\\"Xaisomboun\\\"},\\\"LB\\\":[],\\\"LR\\\":{\\\"BM\\\":\\\"Bomi\\\",\\\"BN\\\":\\\"Bong\\\",\\\"GA\\\":\\\"Gbarpolu\\\",\\\"GB\\\":\\\"Grand Bassa\\\",\\\"GC\\\":\\\"Grand Cape Mount\\\",\\\"GG\\\":\\\"Grand Gedeh\\\",\\\"GK\\\":\\\"Grand Kru\\\",\\\"LO\\\":\\\"Lofa\\\",\\\"MA\\\":\\\"Margibi\\\",\\\"MY\\\":\\\"Maryland\\\",\\\"MO\\\":\\\"Montserrado\\\",\\\"NM\\\":\\\"Nimba\\\",\\\"RV\\\":\\\"Rivercess\\\",\\\"RG\\\":\\\"River Gee\\\",\\\"SN\\\":\\\"Sinoe\\\"},\\\"LU\\\":[],\\\"MD\\\":{\\\"C\\\":\\\"Chi\\u0219in\\u0103u\\\",\\\"BL\\\":\\\"B\\u0103l\\u021bi\\\",\\\"AN\\\":\\\"Anenii Noi\\\",\\\"BS\\\":\\\"Basarabeasca\\\",\\\"BR\\\":\\\"Briceni\\\",\\\"CH\\\":\\\"Cahul\\\",\\\"CT\\\":\\\"Cantemir\\\",\\\"CL\\\":\\\"C\\u0103l\\u0103ra\\u0219i\\\",\\\"CS\\\":\\\"C\\u0103u\\u0219eni\\\",\\\"CM\\\":\\\"Cimi\\u0219lia\\\",\\\"CR\\\":\\\"Criuleni\\\",\\\"DN\\\":\\\"Dondu\\u0219eni\\\",\\\"DR\\\":\\\"Drochia\\\",\\\"DB\\\":\\\"Dub\\u0103sari\\\",\\\"ED\\\":\\\"Edine\\u021b\\\",\\\"FL\\\":\\\"F\\u0103le\\u0219ti\\\",\\\"FR\\\":\\\"Flore\\u0219ti\\\",\\\"GE\\\":\\\"UTA G\\u0103g\\u0103uzia\\\",\\\"GL\\\":\\\"Glodeni\\\",\\\"HN\\\":\\\"H\\u00eence\\u0219ti\\\",\\\"IL\\\":\\\"Ialoveni\\\",\\\"LV\\\":\\\"Leova\\\",\\\"NS\\\":\\\"Nisporeni\\\",\\\"OC\\\":\\\"Ocni\\u021ba\\\",\\\"OR\\\":\\\"Orhei\\\",\\\"RZ\\\":\\\"Rezina\\\",\\\"RS\\\":\\\"R\\u00ee\\u0219cani\\\",\\\"SG\\\":\\\"S\\u00eengerei\\\",\\\"SR\\\":\\\"Soroca\\\",\\\"ST\\\":\\\"Str\\u0103\\u0219eni\\\",\\\"SD\\\":\\\"\\u0218old\\u0103ne\\u0219ti\\\",\\\"SV\\\":\\\"\\u0218tefan Vod\\u0103\\\",\\\"TR\\\":\\\"Taraclia\\\",\\\"TL\\\":\\\"Telene\\u0219ti\\\",\\\"UN\\\":\\\"Ungheni\\\"},\\\"MQ\\\":[],\\\"MT\\\":[],\\\"MX\\\":{\\\"DF\\\":\\\"Ciudad de M\\u00e9xico\\\",\\\"JA\\\":\\\"Jalisco\\\",\\\"NL\\\":\\\"Nuevo Le\\u00f3n\\\",\\\"AG\\\":\\\"Aguascalientes\\\",\\\"BC\\\":\\\"Baja California\\\",\\\"BS\\\":\\\"Baja California Sur\\\",\\\"CM\\\":\\\"Campeche\\\",\\\"CS\\\":\\\"Chiapas\\\",\\\"CH\\\":\\\"Chihuahua\\\",\\\"CO\\\":\\\"Coahuila\\\",\\\"CL\\\":\\\"Colima\\\",\\\"DG\\\":\\\"Durango\\\",\\\"GT\\\":\\\"Guanajuato\\\",\\\"GR\\\":\\\"Guerrero\\\",\\\"HG\\\":\\\"Hidalgo\\\",\\\"MX\\\":\\\"Estado de M\\u00e9xico\\\",\\\"MI\\\":\\\"Michoac\\u00e1n\\\",\\\"MO\\\":\\\"Morelos\\\",\\\"NA\\\":\\\"Nayarit\\\",\\\"OA\\\":\\\"Oaxaca\\\",\\\"PU\\\":\\\"Puebla\\\",\\\"QT\\\":\\\"Quer\\u00e9taro\\\",\\\"QR\\\":\\\"Quintana Roo\\\",\\\"SL\\\":\\\"San Luis Potos\\u00ed\\\",\\\"SI\\\":\\\"Sinaloa\\\",\\\"SO\\\":\\\"Sonora\\\",\\\"TB\\\":\\\"Tabasco\\\",\\\"TM\\\":\\\"Tamaulipas\\\",\\\"TL\\\":\\\"Tlaxcala\\\",\\\"VE\\\":\\\"Veracruz\\\",\\\"YU\\\":\\\"Yucat\\u00e1n\\\",\\\"ZA\\\":\\\"Zacatecas\\\"},\\\"MY\\\":{\\\"JHR\\\":\\\"Johor\\\",\\\"KDH\\\":\\\"Kedah\\\",\\\"KTN\\\":\\\"Kelantan\\\",\\\"LBN\\\":\\\"Labuan\\\",\\\"MLK\\\":\\\"Malacca (Melaka)\\\",\\\"NSN\\\":\\\"Negeri Sembilan\\\",\\\"PHG\\\":\\\"Pahang\\\",\\\"PNG\\\":\\\"Penang (Pulau Pinang)\\\",\\\"PRK\\\":\\\"Perak\\\",\\\"PLS\\\":\\\"Perlis\\\",\\\"SBH\\\":\\\"Sabah\\\",\\\"SWK\\\":\\\"Sarawak\\\",\\\"SGR\\\":\\\"Selangor\\\",\\\"TRG\\\":\\\"Terengganu\\\",\\\"PJY\\\":\\\"Putrajaya\\\",\\\"KUL\\\":\\\"Kuala Lumpur\\\"},\\\"NG\\\":{\\\"AB\\\":\\\"Abia\\\",\\\"FC\\\":\\\"Abuja\\\",\\\"AD\\\":\\\"Adamawa\\\",\\\"AK\\\":\\\"Akwa Ibom\\\",\\\"AN\\\":\\\"Anambra\\\",\\\"BA\\\":\\\"Bauchi\\\",\\\"BY\\\":\\\"Bayelsa\\\",\\\"BE\\\":\\\"Benue\\\",\\\"BO\\\":\\\"Borno\\\",\\\"CR\\\":\\\"Cross River\\\",\\\"DE\\\":\\\"Delta\\\",\\\"EB\\\":\\\"Ebonyi\\\",\\\"ED\\\":\\\"Edo\\\",\\\"EK\\\":\\\"Ekiti\\\",\\\"EN\\\":\\\"Enugu\\\",\\\"GO\\\":\\\"Gombe\\\",\\\"IM\\\":\\\"Imo\\\",\\\"JI\\\":\\\"Jigawa\\\",\\\"KD\\\":\\\"Kaduna\\\",\\\"KN\\\":\\\"Kano\\\",\\\"KT\\\":\\\"Katsina\\\",\\\"KE\\\":\\\"Kebbi\\\",\\\"KO\\\":\\\"Kogi\\\",\\\"KW\\\":\\\"Kwara\\\",\\\"LA\\\":\\\"Lagos\\\",\\\"NA\\\":\\\"Nasarawa\\\",\\\"NI\\\":\\\"Niger\\\",\\\"OG\\\":\\\"Ogun\\\",\\\"ON\\\":\\\"Ondo\\\",\\\"OS\\\":\\\"Osun\\\",\\\"OY\\\":\\\"Oyo\\\",\\\"PL\\\":\\\"Plateau\\\",\\\"RI\\\":\\\"Rivers\\\",\\\"SO\\\":\\\"Sokoto\\\",\\\"TA\\\":\\\"Taraba\\\",\\\"YO\\\":\\\"Yobe\\\",\\\"ZA\\\":\\\"Zamfara\\\"},\\\"NL\\\":[],\\\"NO\\\":[],\\\"NP\\\":{\\\"BAG\\\":\\\"Bagmati\\\",\\\"BHE\\\":\\\"Bheri\\\",\\\"DHA\\\":\\\"Dhaulagiri\\\",\\\"GAN\\\":\\\"Gandaki\\\",\\\"JAN\\\":\\\"Janakpur\\\",\\\"KAR\\\":\\\"Karnali\\\",\\\"KOS\\\":\\\"Koshi\\\",\\\"LUM\\\":\\\"Lumbini\\\",\\\"MAH\\\":\\\"Mahakali\\\",\\\"MEC\\\":\\\"Mechi\\\",\\\"NAR\\\":\\\"Narayani\\\",\\\"RAP\\\":\\\"Rapti\\\",\\\"SAG\\\":\\\"Sagarmatha\\\",\\\"SET\\\":\\\"Seti\\\"},\\\"NZ\\\":{\\\"NL\\\":\\\"Northland\\\",\\\"AK\\\":\\\"Auckland\\\",\\\"WA\\\":\\\"Waikato\\\",\\\"BP\\\":\\\"Bay of Plenty\\\",\\\"TK\\\":\\\"Taranaki\\\",\\\"GI\\\":\\\"Gisborne\\\",\\\"HB\\\":\\\"Hawke\\u2019s Bay\\\",\\\"MW\\\":\\\"Manawatu-Wanganui\\\",\\\"WE\\\":\\\"Wellington\\\",\\\"NS\\\":\\\"Nelson\\\",\\\"MB\\\":\\\"Marlborough\\\",\\\"TM\\\":\\\"Tasman\\\",\\\"WC\\\":\\\"West Coast\\\",\\\"CT\\\":\\\"Canterbury\\\",\\\"OT\\\":\\\"Otago\\\",\\\"SL\\\":\\\"Southland\\\"},\\\"PE\\\":{\\\"CAL\\\":\\\"El Callao\\\",\\\"LMA\\\":\\\"Municipalidad Metropolitana de Lima\\\",\\\"AMA\\\":\\\"Amazonas\\\",\\\"ANC\\\":\\\"Ancash\\\",\\\"APU\\\":\\\"Apur\\u00edmac\\\",\\\"ARE\\\":\\\"Arequipa\\\",\\\"AYA\\\":\\\"Ayacucho\\\",\\\"CAJ\\\":\\\"Cajamarca\\\",\\\"CUS\\\":\\\"Cusco\\\",\\\"HUV\\\":\\\"Huancavelica\\\",\\\"HUC\\\":\\\"Hu\\u00e1nuco\\\",\\\"ICA\\\":\\\"Ica\\\",\\\"JUN\\\":\\\"Jun\\u00edn\\\",\\\"LAL\\\":\\\"La Libertad\\\",\\\"LAM\\\":\\\"Lambayeque\\\",\\\"LIM\\\":\\\"Lima\\\",\\\"LOR\\\":\\\"Loreto\\\",\\\"MDD\\\":\\\"Madre de Dios\\\",\\\"MOQ\\\":\\\"Moquegua\\\",\\\"PAS\\\":\\\"Pasco\\\",\\\"PIU\\\":\\\"Piura\\\",\\\"PUN\\\":\\\"Puno\\\",\\\"SAM\\\":\\\"San Mart\\u00edn\\\",\\\"TAC\\\":\\\"Tacna\\\",\\\"TUM\\\":\\\"Tumbes\\\",\\\"UCA\\\":\\\"Ucayali\\\"},\\\"PH\\\":{\\\"ABR\\\":\\\"Abra\\\",\\\"AGN\\\":\\\"Agusan del Norte\\\",\\\"AGS\\\":\\\"Agusan del Sur\\\",\\\"AKL\\\":\\\"Aklan\\\",\\\"ALB\\\":\\\"Albay\\\",\\\"ANT\\\":\\\"Antique\\\",\\\"APA\\\":\\\"Apayao\\\",\\\"AUR\\\":\\\"Aurora\\\",\\\"BAS\\\":\\\"Basilan\\\",\\\"BAN\\\":\\\"Bataan\\\",\\\"BTN\\\":\\\"Batanes\\\",\\\"BTG\\\":\\\"Batangas\\\",\\\"BEN\\\":\\\"Benguet\\\",\\\"BIL\\\":\\\"Biliran\\\",\\\"BOH\\\":\\\"Bohol\\\",\\\"BUK\\\":\\\"Bukidnon\\\",\\\"BUL\\\":\\\"Bulacan\\\",\\\"CAG\\\":\\\"Cagayan\\\",\\\"CAN\\\":\\\"Camarines Norte\\\",\\\"CAS\\\":\\\"Camarines Sur\\\",\\\"CAM\\\":\\\"Camiguin\\\",\\\"CAP\\\":\\\"Capiz\\\",\\\"CAT\\\":\\\"Catanduanes\\\",\\\"CAV\\\":\\\"Cavite\\\",\\\"CEB\\\":\\\"Cebu\\\",\\\"COM\\\":\\\"Compostela Valley\\\",\\\"NCO\\\":\\\"Cotabato\\\",\\\"DAV\\\":\\\"Davao del Norte\\\",\\\"DAS\\\":\\\"Davao del Sur\\\",\\\"DAC\\\":\\\"Davao Occidental\\\",\\\"DAO\\\":\\\"Davao Oriental\\\",\\\"DIN\\\":\\\"Dinagat Islands\\\",\\\"EAS\\\":\\\"Eastern Samar\\\",\\\"GUI\\\":\\\"Guimaras\\\",\\\"IFU\\\":\\\"Ifugao\\\",\\\"ILN\\\":\\\"Ilocos Norte\\\",\\\"ILS\\\":\\\"Ilocos Sur\\\",\\\"ILI\\\":\\\"Iloilo\\\",\\\"ISA\\\":\\\"Isabela\\\",\\\"KAL\\\":\\\"Kalinga\\\",\\\"LUN\\\":\\\"La Union\\\",\\\"LAG\\\":\\\"Laguna\\\",\\\"LAN\\\":\\\"Lanao del Norte\\\",\\\"LAS\\\":\\\"Lanao del Sur\\\",\\\"LEY\\\":\\\"Leyte\\\",\\\"MAG\\\":\\\"Maguindanao\\\",\\\"MAD\\\":\\\"Marinduque\\\",\\\"MAS\\\":\\\"Masbate\\\",\\\"MSC\\\":\\\"Misamis Occidental\\\",\\\"MSR\\\":\\\"Misamis Oriental\\\",\\\"MOU\\\":\\\"Mountain Province\\\",\\\"NEC\\\":\\\"Negros Occidental\\\",\\\"NER\\\":\\\"Negros Oriental\\\",\\\"NSA\\\":\\\"Northern Samar\\\",\\\"NUE\\\":\\\"Nueva Ecija\\\",\\\"NUV\\\":\\\"Nueva Vizcaya\\\",\\\"MDC\\\":\\\"Occidental Mindoro\\\",\\\"MDR\\\":\\\"Oriental Mindoro\\\",\\\"PLW\\\":\\\"Palawan\\\",\\\"PAM\\\":\\\"Pampanga\\\",\\\"PAN\\\":\\\"Pangasinan\\\",\\\"QUE\\\":\\\"Quezon\\\",\\\"QUI\\\":\\\"Quirino\\\",\\\"RIZ\\\":\\\"Rizal\\\",\\\"ROM\\\":\\\"Romblon\\\",\\\"WSA\\\":\\\"Samar\\\",\\\"SAR\\\":\\\"Sarangani\\\",\\\"SIQ\\\":\\\"Siquijor\\\",\\\"SOR\\\":\\\"Sorsogon\\\",\\\"SCO\\\":\\\"South Cotabato\\\",\\\"SLE\\\":\\\"Southern Leyte\\\",\\\"SUK\\\":\\\"Sultan Kudarat\\\",\\\"SLU\\\":\\\"Sulu\\\",\\\"SUN\\\":\\\"Surigao del Norte\\\",\\\"SUR\\\":\\\"Surigao del Sur\\\",\\\"TAR\\\":\\\"Tarlac\\\",\\\"TAW\\\":\\\"Tawi-Tawi\\\",\\\"ZMB\\\":\\\"Zambales\\\",\\\"ZAN\\\":\\\"Zamboanga del Norte\\\",\\\"ZAS\\\":\\\"Zamboanga del Sur\\\",\\\"ZSI\\\":\\\"Zamboanga Sibugay\\\",\\\"00\\\":\\\"Metro Manila\\\"},\\\"PK\\\":{\\\"JK\\\":\\\"Azad Kashmir\\\",\\\"BA\\\":\\\"Balochistan\\\",\\\"TA\\\":\\\"FATA\\\",\\\"GB\\\":\\\"Gilgit Baltistan\\\",\\\"IS\\\":\\\"Islamabad Capital Territory\\\",\\\"KP\\\":\\\"Khyber Pakhtunkhwa\\\",\\\"PB\\\":\\\"Punjab\\\",\\\"SD\\\":\\\"Sindh\\\"},\\\"PL\\\":[],\\\"PT\\\":[],\\\"PY\\\":{\\\"PY-ASU\\\":\\\"Asunci\\u00f3n\\\",\\\"PY-1\\\":\\\"Concepci\\u00f3n\\\",\\\"PY-2\\\":\\\"San Pedro\\\",\\\"PY-3\\\":\\\"Cordillera\\\",\\\"PY-4\\\":\\\"Guair\\u00e1\\\",\\\"PY-5\\\":\\\"Caaguaz\\u00fa\\\",\\\"PY-6\\\":\\\"Caazap\\u00e1\\\",\\\"PY-7\\\":\\\"Itap\\u00faa\\\",\\\"PY-8\\\":\\\"Misiones\\\",\\\"PY-9\\\":\\\"Paraguar\\u00ed\\\",\\\"PY-10\\\":\\\"Alto Paran\\u00e1\\\",\\\"PY-11\\\":\\\"Central\\\",\\\"PY-12\\\":\\\"\\u00d1eembuc\\u00fa\\\",\\\"PY-13\\\":\\\"Amambay\\\",\\\"PY-14\\\":\\\"Canindey\\u00fa\\\",\\\"PY-15\\\":\\\"Presidente Hayes\\\",\\\"PY-16\\\":\\\"Alto Paraguay\\\",\\\"PY-17\\\":\\\"Boquer\\u00f3n\\\"},\\\"RE\\\":[],\\\"RO\\\":{\\\"AB\\\":\\\"Alba\\\",\\\"AR\\\":\\\"Arad\\\",\\\"AG\\\":\\\"Arge\\u0219\\\",\\\"BC\\\":\\\"Bac\\u0103u\\\",\\\"BH\\\":\\\"Bihor\\\",\\\"BN\\\":\\\"Bistri\\u021ba-N\\u0103s\\u0103ud\\\",\\\"BT\\\":\\\"Boto\\u0219ani\\\",\\\"BR\\\":\\\"Br\\u0103ila\\\",\\\"BV\\\":\\\"Bra\\u0219ov\\\",\\\"B\\\":\\\"Bucure\\u0219ti\\\",\\\"BZ\\\":\\\"Buz\\u0103u\\\",\\\"CL\\\":\\\"C\\u0103l\\u0103ra\\u0219i\\\",\\\"CS\\\":\\\"Cara\\u0219-Severin\\\",\\\"CJ\\\":\\\"Cluj\\\",\\\"CT\\\":\\\"Constan\\u021ba\\\",\\\"CV\\\":\\\"Covasna\\\",\\\"DB\\\":\\\"D\\u00e2mbovi\\u021ba\\\",\\\"DJ\\\":\\\"Dolj\\\",\\\"GL\\\":\\\"Gala\\u021bi\\\",\\\"GR\\\":\\\"Giurgiu\\\",\\\"GJ\\\":\\\"Gorj\\\",\\\"HR\\\":\\\"Harghita\\\",\\\"HD\\\":\\\"Hunedoara\\\",\\\"IL\\\":\\\"Ialomi\\u021ba\\\",\\\"IS\\\":\\\"Ia\\u0219i\\\",\\\"IF\\\":\\\"Ilfov\\\",\\\"MM\\\":\\\"Maramure\\u0219\\\",\\\"MH\\\":\\\"Mehedin\\u021bi\\\",\\\"MS\\\":\\\"Mure\\u0219\\\",\\\"NT\\\":\\\"Neam\\u021b\\\",\\\"OT\\\":\\\"Olt\\\",\\\"PH\\\":\\\"Prahova\\\",\\\"SJ\\\":\\\"S\\u0103laj\\\",\\\"SM\\\":\\\"Satu Mare\\\",\\\"SB\\\":\\\"Sibiu\\\",\\\"SV\\\":\\\"Suceava\\\",\\\"TR\\\":\\\"Teleorman\\\",\\\"TM\\\":\\\"Timi\\u0219\\\",\\\"TL\\\":\\\"Tulcea\\\",\\\"VL\\\":\\\"V\\u00e2lcea\\\",\\\"VS\\\":\\\"Vaslui\\\",\\\"VN\\\":\\\"Vrancea\\\"},\\\"RS\\\":[],\\\"SG\\\":[],\\\"SK\\\":[],\\\"SI\\\":[],\\\"TH\\\":{\\\"TH-37\\\":\\\"Amnat Charoen\\\",\\\"TH-15\\\":\\\"Ang Thong\\\",\\\"TH-14\\\":\\\"Ayutthaya\\\",\\\"TH-10\\\":\\\"Bangkok\\\",\\\"TH-38\\\":\\\"Bueng Kan\\\",\\\"TH-31\\\":\\\"Buri Ram\\\",\\\"TH-24\\\":\\\"Chachoengsao\\\",\\\"TH-18\\\":\\\"Chai Nat\\\",\\\"TH-36\\\":\\\"Chaiyaphum\\\",\\\"TH-22\\\":\\\"Chanthaburi\\\",\\\"TH-50\\\":\\\"Chiang Mai\\\",\\\"TH-57\\\":\\\"Chiang Rai\\\",\\\"TH-20\\\":\\\"Chonburi\\\",\\\"TH-86\\\":\\\"Chumphon\\\",\\\"TH-46\\\":\\\"Kalasin\\\",\\\"TH-62\\\":\\\"Kamphaeng Phet\\\",\\\"TH-71\\\":\\\"Kanchanaburi\\\",\\\"TH-40\\\":\\\"Khon Kaen\\\",\\\"TH-81\\\":\\\"Krabi\\\",\\\"TH-52\\\":\\\"Lampang\\\",\\\"TH-51\\\":\\\"Lamphun\\\",\\\"TH-42\\\":\\\"Loei\\\",\\\"TH-16\\\":\\\"Lopburi\\\",\\\"TH-58\\\":\\\"Mae Hong Son\\\",\\\"TH-44\\\":\\\"Maha Sarakham\\\",\\\"TH-49\\\":\\\"Mukdahan\\\",\\\"TH-26\\\":\\\"Nakhon Nayok\\\",\\\"TH-73\\\":\\\"Nakhon Pathom\\\",\\\"TH-48\\\":\\\"Nakhon Phanom\\\",\\\"TH-30\\\":\\\"Nakhon Ratchasima\\\",\\\"TH-60\\\":\\\"Nakhon Sawan\\\",\\\"TH-80\\\":\\\"Nakhon Si Thammarat\\\",\\\"TH-55\\\":\\\"Nan\\\",\\\"TH-96\\\":\\\"Narathiwat\\\",\\\"TH-39\\\":\\\"Nong Bua Lam Phu\\\",\\\"TH-43\\\":\\\"Nong Khai\\\",\\\"TH-12\\\":\\\"Nonthaburi\\\",\\\"TH-13\\\":\\\"Pathum Thani\\\",\\\"TH-94\\\":\\\"Pattani\\\",\\\"TH-82\\\":\\\"Phang Nga\\\",\\\"TH-93\\\":\\\"Phatthalung\\\",\\\"TH-56\\\":\\\"Phayao\\\",\\\"TH-67\\\":\\\"Phetchabun\\\",\\\"TH-76\\\":\\\"Phetchaburi\\\",\\\"TH-66\\\":\\\"Phichit\\\",\\\"TH-65\\\":\\\"Phitsanulok\\\",\\\"TH-54\\\":\\\"Phrae\\\",\\\"TH-83\\\":\\\"Phuket\\\",\\\"TH-25\\\":\\\"Prachin Buri\\\",\\\"TH-77\\\":\\\"Prachuap Khiri Khan\\\",\\\"TH-85\\\":\\\"Ranong\\\",\\\"TH-70\\\":\\\"Ratchaburi\\\",\\\"TH-21\\\":\\\"Rayong\\\",\\\"TH-45\\\":\\\"Roi Et\\\",\\\"TH-27\\\":\\\"Sa Kaeo\\\",\\\"TH-47\\\":\\\"Sakon Nakhon\\\",\\\"TH-11\\\":\\\"Samut Prakan\\\",\\\"TH-74\\\":\\\"Samut Sakhon\\\",\\\"TH-75\\\":\\\"Samut Songkhram\\\",\\\"TH-19\\\":\\\"Saraburi\\\",\\\"TH-91\\\":\\\"Satun\\\",\\\"TH-17\\\":\\\"Sing Buri\\\",\\\"TH-33\\\":\\\"Sisaket\\\",\\\"TH-90\\\":\\\"Songkhla\\\",\\\"TH-64\\\":\\\"Sukhothai\\\",\\\"TH-72\\\":\\\"Suphan Buri\\\",\\\"TH-84\\\":\\\"Surat Thani\\\",\\\"TH-32\\\":\\\"Surin\\\",\\\"TH-63\\\":\\\"Tak\\\",\\\"TH-92\\\":\\\"Trang\\\",\\\"TH-23\\\":\\\"Trat\\\",\\\"TH-34\\\":\\\"Ubon Ratchathani\\\",\\\"TH-41\\\":\\\"Udon Thani\\\",\\\"TH-61\\\":\\\"Uthai Thani\\\",\\\"TH-53\\\":\\\"Uttaradit\\\",\\\"TH-95\\\":\\\"Yala\\\",\\\"TH-35\\\":\\\"Yasothon\\\"},\\\"TR\\\":{\\\"TR01\\\":\\\"Adana\\\",\\\"TR02\\\":\\\"Ad\\u0131yaman\\\",\\\"TR03\\\":\\\"Afyon\\\",\\\"TR04\\\":\\\"A\\u011fr\\u0131\\\",\\\"TR05\\\":\\\"Amasya\\\",\\\"TR06\\\":\\\"Ankara\\\",\\\"TR07\\\":\\\"Antalya\\\",\\\"TR08\\\":\\\"Artvin\\\",\\\"TR09\\\":\\\"Ayd\\u0131n\\\",\\\"TR10\\\":\\\"Bal\\u0131kesir\\\",\\\"TR11\\\":\\\"Bilecik\\\",\\\"TR12\\\":\\\"Bing\\u00f6l\\\",\\\"TR13\\\":\\\"Bitlis\\\",\\\"TR14\\\":\\\"Bolu\\\",\\\"TR15\\\":\\\"Burdur\\\",\\\"TR16\\\":\\\"Bursa\\\",\\\"TR17\\\":\\\"\\u00c7anakkale\\\",\\\"TR18\\\":\\\"\\u00c7ank\\u0131r\\u0131\\\",\\\"TR19\\\":\\\"\\u00c7orum\\\",\\\"TR20\\\":\\\"Denizli\\\",\\\"TR21\\\":\\\"Diyarbak\\u0131r\\\",\\\"TR22\\\":\\\"Edirne\\\",\\\"TR23\\\":\\\"Elaz\\u0131\\u011f\\\",\\\"TR24\\\":\\\"Erzincan\\\",\\\"TR25\\\":\\\"Erzurum\\\",\\\"TR26\\\":\\\"Eski\\u015fehir\\\",\\\"TR27\\\":\\\"Gaziantep\\\",\\\"TR28\\\":\\\"Giresun\\\",\\\"TR29\\\":\\\"G\\u00fcm\\u00fc\\u015fhane\\\",\\\"TR30\\\":\\\"Hakkari\\\",\\\"TR31\\\":\\\"Hatay\\\",\\\"TR32\\\":\\\"Isparta\\\",\\\"TR33\\\":\\\"\\u0130\\u00e7el\\\",\\\"TR34\\\":\\\"\\u0130stanbul\\\",\\\"TR35\\\":\\\"\\u0130zmir\\\",\\\"TR36\\\":\\\"Kars\\\",\\\"TR37\\\":\\\"Kastamonu\\\",\\\"TR38\\\":\\\"Kayseri\\\",\\\"TR39\\\":\\\"K\\u0131rklareli\\\",\\\"TR40\\\":\\\"K\\u0131r\\u015fehir\\\",\\\"TR41\\\":\\\"Kocaeli\\\",\\\"TR42\\\":\\\"Konya\\\",\\\"TR43\\\":\\\"K\\u00fctahya\\\",\\\"TR44\\\":\\\"Malatya\\\",\\\"TR45\\\":\\\"Manisa\\\",\\\"TR46\\\":\\\"Kahramanmara\\u015f\\\",\\\"TR47\\\":\\\"Mardin\\\",\\\"TR48\\\":\\\"Mu\\u011fla\\\",\\\"TR49\\\":\\\"Mu\\u015f\\\",\\\"TR50\\\":\\\"Nev\\u015fehir\\\",\\\"TR51\\\":\\\"Ni\\u011fde\\\",\\\"TR52\\\":\\\"Ordu\\\",\\\"TR53\\\":\\\"Rize\\\",\\\"TR54\\\":\\\"Sakarya\\\",\\\"TR55\\\":\\\"Samsun\\\",\\\"TR56\\\":\\\"Siirt\\\",\\\"TR57\\\":\\\"Sinop\\\",\\\"TR58\\\":\\\"Sivas\\\",\\\"TR59\\\":\\\"Tekirda\\u011f\\\",\\\"TR60\\\":\\\"Tokat\\\",\\\"TR61\\\":\\\"Trabzon\\\",\\\"TR62\\\":\\\"Tunceli\\\",\\\"TR63\\\":\\\"\\u015eanl\\u0131urfa\\\",\\\"TR64\\\":\\\"U\\u015fak\\\",\\\"TR65\\\":\\\"Van\\\",\\\"TR66\\\":\\\"Yozgat\\\",\\\"TR67\\\":\\\"Zonguldak\\\",\\\"TR68\\\":\\\"Aksaray\\\",\\\"TR69\\\":\\\"Bayburt\\\",\\\"TR70\\\":\\\"Karaman\\\",\\\"TR71\\\":\\\"K\\u0131r\\u0131kkale\\\",\\\"TR72\\\":\\\"Batman\\\",\\\"TR73\\\":\\\"\\u015e\\u0131rnak\\\",\\\"TR74\\\":\\\"Bart\\u0131n\\\",\\\"TR75\\\":\\\"Ardahan\\\",\\\"TR76\\\":\\\"I\\u011fd\\u0131r\\\",\\\"TR77\\\":\\\"Yalova\\\",\\\"TR78\\\":\\\"Karab\\u00fck\\\",\\\"TR79\\\":\\\"Kilis\\\",\\\"TR80\\\":\\\"Osmaniye\\\",\\\"TR81\\\":\\\"D\\u00fczce\\\"},\\\"TZ\\\":{\\\"TZ01\\\":\\\"Arusha\\\",\\\"TZ02\\\":\\\"Dar es Salaam\\\",\\\"TZ03\\\":\\\"Dodoma\\\",\\\"TZ04\\\":\\\"Iringa\\\",\\\"TZ05\\\":\\\"Kagera\\\",\\\"TZ06\\\":\\\"Pemba North\\\",\\\"TZ07\\\":\\\"Zanzibar North\\\",\\\"TZ08\\\":\\\"Kigoma\\\",\\\"TZ09\\\":\\\"Kilimanjaro\\\",\\\"TZ10\\\":\\\"Pemba South\\\",\\\"TZ11\\\":\\\"Zanzibar South\\\",\\\"TZ12\\\":\\\"Lindi\\\",\\\"TZ13\\\":\\\"Mara\\\",\\\"TZ14\\\":\\\"Mbeya\\\",\\\"TZ15\\\":\\\"Zanzibar West\\\",\\\"TZ16\\\":\\\"Morogoro\\\",\\\"TZ17\\\":\\\"Mtwara\\\",\\\"TZ18\\\":\\\"Mwanza\\\",\\\"TZ19\\\":\\\"Coast\\\",\\\"TZ20\\\":\\\"Rukwa\\\",\\\"TZ21\\\":\\\"Ruvuma\\\",\\\"TZ22\\\":\\\"Shinyanga\\\",\\\"TZ23\\\":\\\"Singida\\\",\\\"TZ24\\\":\\\"Tabora\\\",\\\"TZ25\\\":\\\"Tanga\\\",\\\"TZ26\\\":\\\"Manyara\\\",\\\"TZ27\\\":\\\"Geita\\\",\\\"TZ28\\\":\\\"Katavi\\\",\\\"TZ29\\\":\\\"Njombe\\\",\\\"TZ30\\\":\\\"Simiyu\\\"},\\\"LK\\\":[],\\\"SE\\\":[],\\\"UG\\\":{\\\"UG314\\\":\\\"Abim\\\",\\\"UG301\\\":\\\"Adjumani\\\",\\\"UG322\\\":\\\"Agago\\\",\\\"UG323\\\":\\\"Alebtong\\\",\\\"UG315\\\":\\\"Amolatar\\\",\\\"UG324\\\":\\\"Amudat\\\",\\\"UG216\\\":\\\"Amuria\\\",\\\"UG316\\\":\\\"Amuru\\\",\\\"UG302\\\":\\\"Apac\\\",\\\"UG303\\\":\\\"Arua\\\",\\\"UG217\\\":\\\"Budaka\\\",\\\"UG218\\\":\\\"Bududa\\\",\\\"UG201\\\":\\\"Bugiri\\\",\\\"UG235\\\":\\\"Bugweri\\\",\\\"UG420\\\":\\\"Buhweju\\\",\\\"UG117\\\":\\\"Buikwe\\\",\\\"UG219\\\":\\\"Bukedea\\\",\\\"UG118\\\":\\\"Bukomansimbi\\\",\\\"UG220\\\":\\\"Bukwa\\\",\\\"UG225\\\":\\\"Bulambuli\\\",\\\"UG416\\\":\\\"Buliisa\\\",\\\"UG401\\\":\\\"Bundibugyo\\\",\\\"UG430\\\":\\\"Bunyangabu\\\",\\\"UG402\\\":\\\"Bushenyi\\\",\\\"UG202\\\":\\\"Busia\\\",\\\"UG221\\\":\\\"Butaleja\\\",\\\"UG119\\\":\\\"Butambala\\\",\\\"UG233\\\":\\\"Butebo\\\",\\\"UG120\\\":\\\"Buvuma\\\",\\\"UG226\\\":\\\"Buyende\\\",\\\"UG317\\\":\\\"Dokolo\\\",\\\"UG121\\\":\\\"Gomba\\\",\\\"UG304\\\":\\\"Gulu\\\",\\\"UG403\\\":\\\"Hoima\\\",\\\"UG417\\\":\\\"Ibanda\\\",\\\"UG203\\\":\\\"Iganga\\\",\\\"UG418\\\":\\\"Isingiro\\\",\\\"UG204\\\":\\\"Jinja\\\",\\\"UG318\\\":\\\"Kaabong\\\",\\\"UG404\\\":\\\"Kabale\\\",\\\"UG405\\\":\\\"Kabarole\\\",\\\"UG213\\\":\\\"Kaberamaido\\\",\\\"UG427\\\":\\\"Kagadi\\\",\\\"UG428\\\":\\\"Kakumiro\\\",\\\"UG101\\\":\\\"Kalangala\\\",\\\"UG222\\\":\\\"Kaliro\\\",\\\"UG122\\\":\\\"Kalungu\\\",\\\"UG102\\\":\\\"Kampala\\\",\\\"UG205\\\":\\\"Kamuli\\\",\\\"UG413\\\":\\\"Kamwenge\\\",\\\"UG414\\\":\\\"Kanungu\\\",\\\"UG206\\\":\\\"Kapchorwa\\\",\\\"UG236\\\":\\\"Kapelebyong\\\",\\\"UG126\\\":\\\"Kasanda\\\",\\\"UG406\\\":\\\"Kasese\\\",\\\"UG207\\\":\\\"Katakwi\\\",\\\"UG112\\\":\\\"Kayunga\\\",\\\"UG407\\\":\\\"Kibaale\\\",\\\"UG103\\\":\\\"Kiboga\\\",\\\"UG227\\\":\\\"Kibuku\\\",\\\"UG432\\\":\\\"Kikuube\\\",\\\"UG419\\\":\\\"Kiruhura\\\",\\\"UG421\\\":\\\"Kiryandongo\\\",\\\"UG408\\\":\\\"Kisoro\\\",\\\"UG305\\\":\\\"Kitgum\\\",\\\"UG319\\\":\\\"Koboko\\\",\\\"UG325\\\":\\\"Kole\\\",\\\"UG306\\\":\\\"Kotido\\\",\\\"UG208\\\":\\\"Kumi\\\",\\\"UG333\\\":\\\"Kwania\\\",\\\"UG228\\\":\\\"Kween\\\",\\\"UG123\\\":\\\"Kyankwanzi\\\",\\\"UG422\\\":\\\"Kyegegwa\\\",\\\"UG415\\\":\\\"Kyenjojo\\\",\\\"UG125\\\":\\\"Kyotera\\\",\\\"UG326\\\":\\\"Lamwo\\\",\\\"UG307\\\":\\\"Lira\\\",\\\"UG229\\\":\\\"Luuka\\\",\\\"UG104\\\":\\\"Luwero\\\",\\\"UG124\\\":\\\"Lwengo\\\",\\\"UG114\\\":\\\"Lyantonde\\\",\\\"UG223\\\":\\\"Manafwa\\\",\\\"UG320\\\":\\\"Maracha\\\",\\\"UG105\\\":\\\"Masaka\\\",\\\"UG409\\\":\\\"Masindi\\\",\\\"UG214\\\":\\\"Mayuge\\\",\\\"UG209\\\":\\\"Mbale\\\",\\\"UG410\\\":\\\"Mbarara\\\",\\\"UG423\\\":\\\"Mitooma\\\",\\\"UG115\\\":\\\"Mityana\\\",\\\"UG308\\\":\\\"Moroto\\\",\\\"UG309\\\":\\\"Moyo\\\",\\\"UG106\\\":\\\"Mpigi\\\",\\\"UG107\\\":\\\"Mubende\\\",\\\"UG108\\\":\\\"Mukono\\\",\\\"UG334\\\":\\\"Nabilatuk\\\",\\\"UG311\\\":\\\"Nakapiripirit\\\",\\\"UG116\\\":\\\"Nakaseke\\\",\\\"UG109\\\":\\\"Nakasongola\\\",\\\"UG230\\\":\\\"Namayingo\\\",\\\"UG234\\\":\\\"Namisindwa\\\",\\\"UG224\\\":\\\"Namutumba\\\",\\\"UG327\\\":\\\"Napak\\\",\\\"UG310\\\":\\\"Nebbi\\\",\\\"UG231\\\":\\\"Ngora\\\",\\\"UG424\\\":\\\"Ntoroko\\\",\\\"UG411\\\":\\\"Ntungamo\\\",\\\"UG328\\\":\\\"Nwoya\\\",\\\"UG331\\\":\\\"Omoro\\\",\\\"UG329\\\":\\\"Otuke\\\",\\\"UG321\\\":\\\"Oyam\\\",\\\"UG312\\\":\\\"Pader\\\",\\\"UG332\\\":\\\"Pakwach\\\",\\\"UG210\\\":\\\"Pallisa\\\",\\\"UG110\\\":\\\"Rakai\\\",\\\"UG429\\\":\\\"Rubanda\\\",\\\"UG425\\\":\\\"Rubirizi\\\",\\\"UG431\\\":\\\"Rukiga\\\",\\\"UG412\\\":\\\"Rukungiri\\\",\\\"UG111\\\":\\\"Sembabule\\\",\\\"UG232\\\":\\\"Serere\\\",\\\"UG426\\\":\\\"Sheema\\\",\\\"UG215\\\":\\\"Sironko\\\",\\\"UG211\\\":\\\"Soroti\\\",\\\"UG212\\\":\\\"Tororo\\\",\\\"UG113\\\":\\\"Wakiso\\\",\\\"UG313\\\":\\\"Yumbe\\\",\\\"UG330\\\":\\\"Zombo\\\"},\\\"UM\\\":{\\\"81\\\":\\\"Baker Island\\\",\\\"84\\\":\\\"Howland Island\\\",\\\"86\\\":\\\"Jarvis Island\\\",\\\"67\\\":\\\"Johnston Atoll\\\",\\\"89\\\":\\\"Kingman Reef\\\",\\\"71\\\":\\\"Midway Atoll\\\",\\\"76\\\":\\\"Navassa Island\\\",\\\"95\\\":\\\"Palmyra Atoll\\\",\\\"79\\\":\\\"Wake Island\\\"},\\\"VN\\\":[],\\\"YT\\\":[],\\\"ZA\\\":{\\\"EC\\\":\\\"Eastern Cape\\\",\\\"FS\\\":\\\"Free State\\\",\\\"GP\\\":\\\"Gauteng\\\",\\\"KZN\\\":\\\"KwaZulu-Natal\\\",\\\"LP\\\":\\\"Limpopo\\\",\\\"MP\\\":\\\"Mpumalanga\\\",\\\"NC\\\":\\\"Northern Cape\\\",\\\"NW\\\":\\\"North West\\\",\\\"WC\\\":\\\"Western Cape\\\"},\\\"ZM\\\":{\\\"ZM-01\\\":\\\"Western\\\",\\\"ZM-02\\\":\\\"Central\\\",\\\"ZM-03\\\":\\\"Eastern\\\",\\\"ZM-04\\\":\\\"Luapula\\\",\\\"ZM-05\\\":\\\"Northern\\\",\\\"ZM-06\\\":\\\"North-Western\\\",\\\"ZM-07\\\":\\\"Southern\\\",\\\"ZM-08\\\":\\\"Copperbelt\\\",\\\"ZM-09\\\":\\\"Lusaka\\\",\\\"ZM-10\\\":\\\"Muchinga\\\"}}\",\"i18n_select_state_text\":\"Select an option\\u2026\",\"i18n_no_matches\":\"No matches found\",\"i18n_ajax_error\":\"Loading failed\",\"i18n_input_too_short_1\":\"Please enter 1 or more characters\",\"i18n_input_too_short_n\":\"Please enter %qty% or more characters\",\"i18n_input_too_long_1\":\"Please delete 1 character\",\"i18n_input_too_long_n\":\"Please delete %qty% characters\",\"i18n_selection_too_long_1\":\"You can only select 1 item\",\"i18n_selection_too_long_n\":\"You can only select %qty% items\",\"i18n_load_more\":\"Loading more results\\u2026\",\"i18n_searching\":\"Searching\\u2026\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"wc-address-i18n\";a:8:{s:6:\"handle\";s:15:\"wc-address-i18n\";s:3:\"src\";s:101:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:17:\"wc-country-select\";}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:2192:\"var wc_address_i18n_params = {\"locale\":\"{\\\"US\\\":{\\\"postcode\\\":{\\\"label\\\":\\\"ZIP\\\"},\\\"state\\\":{\\\"label\\\":\\\"State\\\"}},\\\"default\\\":{\\\"first_name\\\":{\\\"label\\\":\\\"First name\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-first\\\"],\\\"autocomplete\\\":\\\"given-name\\\",\\\"priority\\\":10},\\\"last_name\\\":{\\\"label\\\":\\\"Last name\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-last\\\"],\\\"autocomplete\\\":\\\"family-name\\\",\\\"priority\\\":20},\\\"company\\\":{\\\"label\\\":\\\"Company name\\\",\\\"class\\\":[\\\"form-row-wide\\\"],\\\"autocomplete\\\":\\\"organization\\\",\\\"priority\\\":30,\\\"required\\\":false},\\\"country\\\":{\\\"type\\\":\\\"country\\\",\\\"label\\\":\\\"Country\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\",\\\"update_totals_on_change\\\"],\\\"autocomplete\\\":\\\"country\\\",\\\"priority\\\":40},\\\"address_1\\\":{\\\"label\\\":\\\"Street address\\\",\\\"placeholder\\\":\\\"House number and street name\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\"],\\\"autocomplete\\\":\\\"address-line1\\\",\\\"priority\\\":50},\\\"address_2\\\":{\\\"placeholder\\\":\\\"Apartment, suite, unit etc. (optional)\\\",\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\"],\\\"autocomplete\\\":\\\"address-line2\\\",\\\"priority\\\":60,\\\"required\\\":false},\\\"city\\\":{\\\"label\\\":\\\"Town \\\\\\/ City\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\"],\\\"autocomplete\\\":\\\"address-level2\\\",\\\"priority\\\":70},\\\"state\\\":{\\\"type\\\":\\\"state\\\",\\\"label\\\":\\\"State \\\\\\/ County\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\"],\\\"validate\\\":[\\\"state\\\"],\\\"autocomplete\\\":\\\"address-level1\\\",\\\"priority\\\":80},\\\"postcode\\\":{\\\"label\\\":\\\"Postcode \\\\\\/ ZIP\\\",\\\"required\\\":true,\\\"class\\\":[\\\"form-row-wide\\\",\\\"address-field\\\"],\\\"validate\\\":[\\\"postcode\\\"],\\\"autocomplete\\\":\\\"postal-code\\\",\\\"priority\\\":90}}}\",\"locale_fields\":\"{\\\"address_1\\\":\\\"#billing_address_1_field, #shipping_address_1_field\\\",\\\"address_2\\\":\\\"#billing_address_2_field, #shipping_address_2_field\\\",\\\"state\\\":\\\"#billing_state_field, #shipping_state_field, #calc_shipping_state_field\\\",\\\"postcode\\\":\\\"#billing_postcode_field, #shipping_postcode_field, #calc_shipping_postcode_field\\\",\\\"city\\\":\\\"#billing_city_field, #shipping_city_field, #calc_shipping_city_field\\\"}\",\"i18n_required_text\":\"required\",\"i18n_optional_text\":\"optional\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:7:\"wc-cart\";a:8:{s:6:\"handle\";s:7:\"wc-cart\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js\";s:4:\"deps\";a:4:{i:0;s:6:\"jquery\";i:1;s:11:\"woocommerce\";i:2;s:17:\"wc-country-select\";i:3;s:15:\"wc-address-i18n\";}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:216:\"var wc_cart_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"update_shipping_method_nonce\":\"64972ba28d\",\"apply_coupon_nonce\":\"2acc197b2f\",\"remove_coupon_nonce\":\"f6b1228d80\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"selectWoo\";a:8:{s:6:\"handle\";s:9:\"selectWoo\";s:3:\"src\";s:104:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.0.6\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:15:\"mc4wp-forms-api\";a:8:{s:6:\"handle\";s:15:\"mc4wp-forms-api\";s:3:\"src\";s:89:\"http://thehistoricvinewood.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.7.5\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"mc4wp-forms-placeholders\";a:8:{s:6:\"handle\";s:24:\"mc4wp-forms-placeholders\";s:3:\"src\";s:109:\"https://thehistoricvinewood.com/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.7.4\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:11:\"conditional\";s:8:\"lte IE 9\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:4:\"zoom\";a:8:{s:6:\"handle\";s:4:\"zoom\";s:3:\"src\";s:96:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"1.7.21\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"photoswipe\";a:8:{s:6:\"handle\";s:10:\"photoswipe\";s:3:\"src\";s:101:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"4.1.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"photoswipe-ui-default\";a:8:{s:6:\"handle\";s:21:\"photoswipe-ui-default\";s:3:\"src\";s:112:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js\";s:4:\"deps\";a:1:{i:0;s:10:\"photoswipe\";}s:3:\"ver\";s:5:\"4.1.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"wc-single-product\";a:8:{s:6:\"handle\";s:17:\"wc-single-product\";s:3:\"src\";s:103:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:530:\"var wc_single_product_params = {\"i18n_required_rating_text\":\"Please select a rating\",\"review_rating_required\":\"yes\",\"flexslider\":{\"rtl\":false,\"animation\":\"slide\",\"smoothHeight\":true,\"directionNav\":false,\"controlNav\":\"thumbnails\",\"slideshow\":false,\"animationSpeed\":500,\"animationLoop\":false,\"allowOneSlide\":false},\"zoom_enabled\":\"1\",\"zoom_options\":[],\"photoswipe_enabled\":\"1\",\"photoswipe_options\":{\"shareEl\":false,\"closeOnScroll\":false,\"history\":false,\"hideAnimationDuration\":0,\"showAnimationDuration\":0},\"flexslider_enabled\":\"1\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:22:\"osf-woocommerce-single\";a:8:{s:6:\"handle\";s:22:\"osf-woocommerce-single\";s:3:\"src\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/woocommerce/single.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"googlemap\";a:8:{s:6:\"handle\";s:9:\"googlemap\";s:3:\"src\";s:50:\"//maps.googleapis.com/maps/api/js?libraries=places\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"mec-richmarker-script\";a:8:{s:6:\"handle\";s:21:\"mec-richmarker-script\";s:3:\"src\";s:118:\"https://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/richmarker/richmarker.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"mec-clustering-script\";a:8:{s:6:\"handle\";s:21:\"mec-clustering-script\";s:3:\"src\";s:122:\"https://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/packages/clusterer/markerclusterer.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:20:\"mec-flipcount-script\";a:8:{s:6:\"handle\";s:20:\"mec-flipcount-script\";s:3:\"src\";s:96:\"https://thehistoricvinewood.com/wp-content/plugins/modern-events-calendar/assets/js/flipcount.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:11:\"wc-checkout\";a:8:{s:6:\"handle\";s:11:\"wc-checkout\";s:3:\"src\";s:97:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js\";s:4:\"deps\";a:4:{i:0;s:6:\"jquery\";i:1;s:11:\"woocommerce\";i:2;s:17:\"wc-country-select\";i:3;s:15:\"wc-address-i18n\";}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:387:\"var wc_checkout_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"update_order_review_nonce\":\"f2ee90f29a\",\"apply_coupon_nonce\":\"c4f9e6ac9f\",\"remove_coupon_nonce\":\"fdc16c0e87\",\"option_guest_checkout\":\"yes\",\"checkout_url\":\"\\/?wc-ajax=checkout\",\"is_checkout\":\"0\",\"debug_mode\":\"\",\"i18n_checkout_error\":\"Error processing checkout. Please try again.\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:8:\"fullpage\";a:8:{s:6:\"handle\";s:8:\"fullpage\";s:3:\"src\";s:93:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/fullpage.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"elements-elementor-modal\";a:8:{s:6:\"handle\";s:24:\"elements-elementor-modal\";s:3:\"src\";s:99:\"https://thehistoricvinewood.com/wp-content/plugins/envato-elements/assets/js/elementor-modal.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.1.8\";s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"envato-elements-react\";a:8:{s:6:\"handle\";s:21:\"envato-elements-react\";s:3:\"src\";s:88:\"https://thehistoricvinewood.com/wp-content/plugins/envato-elements/assets/react/admin.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";i:1582008605;s:4:\"args\";N;s:5:\"extra\";a:1:{s:4:\"data\";s:6946:\"var envato_elements_react = {\"api_nonce\":\"4d010a49c4\",\"api_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin-ajax.php?action=envato_elements&endpoint=\",\"license_activated\":\"1\",\"elements_status\":\"inactive\",\"elements_project\":\"The Historic Vinewood\",\"maintenance_mode\":\"\",\"admin_base\":\"\\/wp-admin\\/\",\"admin_slug\":\"page=envato-elements\",\"collections_base\":\"\\/wp-admin\\/admin.php?page=envato-elements\",\"categories\":{\"elementor\":{\"slug\":\"elementor\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=envato-elements&category=elementor\",\"nav_title\":\"Elementor\",\"edit_button\":\"Edit Template with Elementor\",\"page_title\":\"Elementor Template Kits\",\"main_nav\":true,\"type\":\"templates\",\"subtypes\":{\"elementor\":\"Template Kits\",\"elementor-blocks\":\"Blocks\"}},\"elementor-blocks\":{\"slug\":\"elementor-blocks\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=envato-elements&category=elementor-blocks\",\"nav_title\":\"Blocks\",\"edit_button\":\"Edit Template with Elementor\",\"page_title\":\"Elementor Blocks\",\"main_nav\":false,\"type\":\"blocks\"},\"photos\":{\"slug\":\"photos\",\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=envato-elements&category=photos\",\"nav_title\":\"Photos\",\"main_nav\":true,\"new_flag\":false,\"edit_button\":\"Import Photo\",\"page_title\":\"Envato Elements Photos\",\"type\":\"photos\",\"subtypes\":[]}},\"navigation\":[{\"slug\":\"elementor\",\"nav_title\":\"Elementor\",\"sub_nav\":[{\"slug\":\"elementor\",\"name\":\"Template Kits\"},{\"slug\":\"elementor-blocks\",\"name\":\"Blocks\"}],\"new_flag\":false},{\"slug\":\"photos\",\"nav_title\":\"Photos\",\"sub_nav\":[],\"new_flag\":false}],\"license_deactivate\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?action=envato_elements_deactivate&_wpnonce=54046132c3\",\"elements_token_url\":\"https:\\/\\/api.extensions.envato.com\\/extensions\\/begin_activation?extension_id=f4756b8d-7656-405f-af9f-8f8ae9330a71&extension_type=envato-wordpress&extension_description=The+Historic+Vinewood+%28https%3A%2F%2Fthehistoricvinewood.com%29\",\"unseen_notifications\":[5890,5550,5332,5178,4888,3934,3713,3447,3275,3101,2722,2399,2197,1672,1600],\"current_notifications\":[{\"id\":5890,\"title\":\"More Template Kits in January!\",\"date\":\"22nd January 2020\",\"categories\":\"New Content\",\"content\":\"<p>We\'ve added 4 more Premium Template Kits and and 4 more FREE Template Kits in January. The Premium Template Kits are currently <strong>exclusive to paid, Envato Elements Subscribers.<\\/strong><\\/p>\\n\"},{\"id\":5550,\"title\":\"More Template Kits again this month!\",\"date\":\"9th December 2019\",\"categories\":\"New Content\",\"content\":\"<p>We\'ve added 4 more Premium Template Kits and and 4 more FREE Template Kits. The Premium Template Kits are currently <strong>exclusive to paid, Envato Elements Subscribers.<\\/strong><\\/p>\\n\"},{\"id\":5332,\"title\":\"More Template Kits!\",\"date\":\"11th November 2019\",\"categories\":\"New Content\",\"content\":\"<p>Again this month, we\'ve added 4 more Premium Template Kits and and 4 more FREE Template Kits. The Premium Template Kits are currently <strong>exclusive to paid, Envato Elements Subscribers.<\\/strong><\\/p>\\n\"},{\"id\":5178,\"title\":\"New Template Kits!\",\"date\":\"27th October 2019\",\"categories\":\"New Content\",\"content\":\"<p>We\'ve added 4 more Premium Template Kits and and 4 more FREE Template Kits. The Premium Template Kits are currently <strong>exclusive to paid, Envato Elements Subscribers.<\\/strong><\\/p>\\n\"},{\"id\":4888,\"title\":\"New Template Kits!\",\"date\":\"23rd September 2019\",\"categories\":\"New Content\",\"content\":\"<p>We\'ve added 4 more Premium Template Kits and and 4 more FREE Template Kits. The Premium Template Kits are currently <strong>exclusive to paid, Envato Elements Subscribers.<\\/strong><\\/p>\\n\"},{\"id\":3934,\"title\":\"New: Premium Template Kits\",\"date\":\"1st July 2019\",\"categories\":\"New Content, New Features\",\"content\":\"<p>In addition to our 100 Free Template Kits, we now have 12 Premium Template Kits that are currently <strong>exclusive to paid, Envato Elements Subscribers!\\u00a0<\\/strong>Update to version 1.1 to try it out!<\\/p>\\n<div><\\/div>\\n\"},{\"id\":3713,\"title\":\"5 more Elementor Template Kits\",\"date\":\"10th June 2019\",\"categories\":\"New Content\",\"content\":\"<p>We released 5 new Template Kits for Elementor today, it brings us to a total of 95 Template Kits for Elementor!<\\/p>\\n\"},{\"id\":3447,\"title\":\"5 more Elementor Template Kits\",\"date\":\"8th May 2019\",\"categories\":\"New Content\",\"content\":\"<p>We released 5 new Template Kits for Elementor today, it brings us to a total of 90 Template Kits for Elementor!<\\/p>\\n\"},{\"id\":3275,\"title\":\"5 new Elementor Template Kits\",\"date\":\"17th April 2019\",\"categories\":\"New Content\",\"content\":\"<p>We released 5 new Template Kits for Elementor today, it brings us to a total of 85 Template Kits for Elementor!<\\/p>\\n\"},{\"id\":3101,\"title\":\"New: Access 680,000+ Premium Stock Photos\",\"date\":\"8th April 2019\",\"categories\":\"New Features\",\"content\":\"<p><span style=\\\"font-weight: 400;\\\">If you have an Envato Elements subscription can now access 680,000+ premium, royalty-free photos without leaving WordPress! Get started by updating our plugin, browse to Photos and follow the steps to sign up or connect your subscription. Hooray for premium photos within WordPress!<\\/span><\\/p>\\n\"},{\"id\":2722,\"title\":\"5 new Elementor Template Kits\",\"date\":\"25th March 2019\",\"categories\":\"New Content\",\"content\":\"<p>We released 5 new Template Kits for Elementor today, it brings us to a total of 80 Template Kits for Elementor!<\\/p>\\n\"},{\"id\":2399,\"title\":\"5 new Elementor Template Kits\",\"date\":\"21st February 2019\",\"categories\":\"New Content\",\"content\":\"<p>We released 5 new Template Kits for Elementor today, it brings us to a total of 75 Template Kits for Elementor!<\\/p>\\n\"},{\"id\":2197,\"title\":\"New: 100+ Popup Templates for Elementor!\",\"date\":\"21st January 2019\",\"categories\":\"New Content\",\"content\":\"<p>To complement the new Popup Feature in Elementor Pro, we\'ve just released over 100 free popup templates.\\u00a0We\\u2019ve included one popup template in each of our template kits, and we\\u2019ve created a range of general purpose popup templates. To view the Popup templates, update to version 0.1.6, then click on Elements, then Blocks, then filter for \'Popups\'.<\\/p>\\n\"},{\"id\":1672,\"title\":\"5 New Elementor Template Kits\",\"date\":\"24th December 2018\",\"categories\":\"New Content\",\"content\":\"<p>We released 5 new Template Kits for Elementor today, it brings us to a total of 65 Template Kits for Elementor!<\\/p>\\n\"},{\"id\":1600,\"title\":\"New Feature: Envato Button for Elementor!\",\"date\":\"13th December 2018\",\"categories\":\"New Features\",\"content\":\"<p>If you\'re running version 0.1.4 of our plugin, when you\'re in the Elementor Builder, you\'ll see the Envato Button, it\'ll open a modal so you can easily import any of our templates directly into the page you\'re working on!<\\/p>\\n\"}],\"show_premium_notice\":\"dismissed\",\"imported_templates\":[],\"installed_plugins\":{\"envato-elements\":\"1.1.8\",\"elementor-pro\":\"2.8.3\",\"elementor\":\"2.9.2\",\"beaver-builder\":false}};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:13:\"elements-deep\";a:8:{s:6:\"handle\";s:13:\"elements-deep\";s:3:\"src\";s:97:\"https://thehistoricvinewood.com/wp-content/plugins/envato-elements/assets/js/elements-deep.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.1.8\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"jquery-numerator\";a:8:{s:6:\"handle\";s:16:\"jquery-numerator\";s:3:\"src\";s:112:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"0.2.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:5:\"chart\";a:8:{s:6:\"handle\";s:5:\"chart\";s:3:\"src\";s:90:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/chart.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"google-map\";a:8:{s:6:\"handle\";s:10:\"google-map\";s:3:\"src\";s:77:\"//maps.googleapis.com/maps/api/js?key=AIzaSyDRKqMOV24XuzaRMpLKiLnGwDEfauduJ1A\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"args\";N;s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"tooltipster-bundle-js\";a:8:{s:6:\"handle\";s:21:\"tooltipster-bundle-js\";s:3:\"src\";s:103:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/tooltipster.bundle.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"scrollbar\";a:8:{s:6:\"handle\";s:9:\"scrollbar\";s:3:\"src\";s:101:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/jquery.scrollbar.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:4:\"tilt\";a:8:{s:6:\"handle\";s:4:\"tilt\";s:3:\"src\";s:99:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/universal-tilt.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"waypoints\";a:8:{s:6:\"handle\";s:9:\"waypoints\";s:3:\"src\";s:97:\"https://thehistoricvinewood.com/wp-content/plugins/dreama-core/assets/js/libs/jquery.waypoints.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"2.10.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:17:\"elementor-gallery\";a:8:{s:6:\"handle\";s:17:\"elementor-gallery\";s:3:\"src\";s:101:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"1.1.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"social-share\";a:8:{s:6:\"handle\";s:12:\"social-share\";s:3:\"src\";s:108:\"https://thehistoricvinewood.com/wp-content/plugins/elementor-pro/assets/lib/social-share/social-share.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"0.2.17\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"elementor-inline-editor\";a:8:{s:6:\"handle\";s:23:\"elementor-inline-editor\";s:3:\"src\";s:109:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.9.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:9:\"flatpickr\";a:8:{s:6:\"handle\";s:9:\"flatpickr\";s:3:\"src\";s:98:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"4.1.4\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:12:\"zxcvbn-async\";a:8:{s:6:\"handle\";s:12:\"zxcvbn-async\";s:3:\"src\";s:35:\"/wp-includes/js/zxcvbn-async.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:3:\"1.0\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:4:\"data\";s:98:\"var _zxcvbnSettings = {\"src\":\"https:\\/\\/thehistoricvinewood.com\\/wp-includes\\/js\\/zxcvbn.min.js\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"password-strength-meter\";a:8:{s:6:\"handle\";s:23:\"password-strength-meter\";s:3:\"src\";s:43:\"/wp-admin/js/password-strength-meter.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:12:\"zxcvbn-async\";}s:3:\"ver\";b:0;s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:4:\"data\";s:143:\"var pwsL10n = {\"unknown\":\"Password strength unknown\",\"short\":\"Very weak\",\"bad\":\"Weak\",\"good\":\"Medium\",\"strong\":\"Strong\",\"mismatch\":\"Mismatch\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:26:\"wc-password-strength-meter\";a:8:{s:6:\"handle\";s:26:\"wc-password-strength-meter\";s:3:\"src\";s:112:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:23:\"password-strength-meter\";}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:331:\"var wc_password_strength_meter_params = {\"min_password_strength\":\"3\",\"stop_checkout\":\"\",\"i18n_password_error\":\"Please enter a stronger password.\",\"i18n_password_hint\":\"Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! \\\" ? $ % ^ & ).\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:16:\"wc-lost-password\";a:8:{s:6:\"handle\";s:16:\"wc-lost-password\";s:3:\"src\";s:102:\"https://thehistoricvinewood.com/wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:11:\"woocommerce\";}s:3:\"ver\";s:5:\"3.9.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:10:\"share-link\";a:8:{s:6:\"handle\";s:10:\"share-link\";s:3:\"src\";s:99:\"http://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.9.2\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:21:\"mc4wp-forms-submitted\";a:8:{s:6:\"handle\";s:21:\"mc4wp-forms-submitted\";s:3:\"src\";s:100:\"https://thehistoricvinewood.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms-submitted.min.js\";s:4:\"deps\";a:1:{i:0;s:15:\"mc4wp-forms-api\";}s:3:\"ver\";s:5:\"4.7.5\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:171:\"var mc4wp_submitted_form = {\"id\":\"1979\",\"event\":\"\",\"data\":{\"EMAIL\":\"jeannehanks@yahoo.com\"},\"element_id\":\"mc4wp-form-1\",\"auto_scroll\":\"1\",\"errors\":[\"already_subscribed\"]};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:28:\"exactmetrics-frontend-script\";a:8:{s:6:\"handle\";s:28:\"exactmetrics-frontend-script\";s:3:\"src\";s:109:\"http://thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"6.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:4:\"data\";s:316:\"var exactmetrics_frontend = {\"js_events_tracking\":\"true\",\"download_extensions\":\"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar\",\"inbound_paths\":\"[{\\\"path\\\":\\\"\\\\\\/go\\\\\\/\\\",\\\"label\\\":\\\"affiliate\\\"},{\\\"path\\\":\\\"\\\\\\/recommend\\\\\\/\\\",\\\"label\\\":\\\"affiliate\\\"}]\",\"home_url\":\"https:\\/\\/thehistoricvinewood.com\",\"hash_tracking\":\"false\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:24:\"exactmetrics-vue-vendors\";a:8:{s:6:\"handle\";s:24:\"exactmetrics-vue-vendors\";s:3:\"src\";s:129:\"https://thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/lite/assets/vue/js/chunk-frontend-vendors.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"6.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:23:\"exactmetrics-vue-common\";a:8:{s:6:\"handle\";s:23:\"exactmetrics-vue-common\";s:3:\"src\";s:119:\"https://thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/lite/assets/vue/js/chunk-common.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"6.0.1\";s:4:\"args\";N;s:5:\"extra\";a:1:{s:5:\"group\";i:1;}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}s:25:\"exactmetrics-vue-frontend\";a:8:{s:6:\"handle\";s:25:\"exactmetrics-vue-frontend\";s:3:\"src\";s:115:\"https://thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/lite/assets/vue/js/frontend.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"6.0.1\";s:4:\"args\";N;s:5:\"extra\";a:2:{s:5:\"group\";i:1;s:4:\"data\";s:982:\"var exactmetrics = {\"ajax\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"ff21ac537b\",\"network\":\"\",\"translations\":{\"\":{\"domain\":\"google-analytics-dashboard-for-wp\",\"lang\":\"en_US\"}},\"assets\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/plugins\\/google-analytics-dashboard-for-wp\\/lite\\/assets\\/vue\",\"addons_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=exactmetrics_settings#\\/addons\",\"page_id\":\"4699\",\"page_title\":\"Mother\\u2019s Day Brunch + Music\",\"plugin_version\":\"6.0.1\",\"shareasale_id\":\"0\",\"shareasale_url\":\"https:\\/\\/www.shareasale.com\\/r.cfm?B=1494714&U=0&M=94980&urllink=\",\"is_admin\":\"\",\"reports_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=exactmetrics_reports\",\"authed\":\"1\",\"getting_started_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/admin.php?page=exactmetrics_settings#\\/about\\/getting-started\",\"wizard_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-admin\\/index.php?page=exactmetrics-onboarding\"};\";}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}','yes'),(2777,'wds-model-service-checkup-progress','1564293618','yes'),(2782,'wds_engine_notification','a:0:{}','yes'),(2783,'wds_sitemap_dashboard','a:2:{s:5:\"items\";i:127;s:4:\"time\";i:1583081669;}','yes'),(3315,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1577158796;s:7:\"version\";s:5:\"5.1.6\";s:11:\"count_valid\";i:5;s:13:\"count_invalid\";i:0;}}','yes'),(3317,'widget_mc4wp_form_widget','a:2:{i:2;a:1:{s:5:\"title\";s:8:\"THE VINE\";}s:12:\"_multiwidget\";i:1;}','yes'),(3318,'mc4wp_version','4.7.5','yes'),(3319,'mc4wp_flash_messages','a:0:{}','no'),(3320,'revslider-library-check','1582668842','yes'),(3321,'rs-library','a:2:{s:7:\"objects\";a:179:{i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(3296,'widget_opal-wp_template','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3298,'external_updates-dreama-core','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1583263707;s:14:\"checkedVersion\";s:6:\"2.10.0\";s:6:\"update\";O:8:\"stdClass\":9:{s:4:\"slug\";s:11:\"dreama-core\";s:7:\"version\";s:6:\"2.10.0\";s:12:\"download_url\";s:58:\"http://source.wpopal.com/dreama/dummy_data/dreama-core.zip\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:18:\"http://wpopal.com/\";s:6:\"tested\";s:5:\"4.9.1\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:21:\"dreama-core/index.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p1_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}','no'),(3299,'granular_general_settings','a:2:{s:22:\"granular_accordion_off\";s:3:\"yes\";s:29:\"granular_dashboard_widget_off\";s:2:\"no\";}','yes'),(3300,'granular_editor_settings','','yes'),(3301,'granular_advanced_settings','','yes'),(13098,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";s:1:\"0\";s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(1705,'wpforms_activated','a:1:{s:4:\"lite\";i:1564284141;}','yes'),(195,'_amn_wpforms-lite_to_check','1565036478','yes'),(51497,'db_upgraded','','yes'),(178,'recently_activated','a:0:{}','yes'),(7077,'installed_appointment-hour-booking','1565255997','yes'),(2686,'wphb-gzip-data','a:3:{s:4:\"HTML\";b:1;s:10:\"JavaScript\";b:1;s:3:\"CSS\";b:1;}','no'),(2689,'wphb-caching-data','a:4:{s:10:\"javascript\";i:691200;s:3:\"css\";i:691200;s:5:\"media\";i:691200;s:6:\"images\";i:691200;}','no'),(2688,'smush_global_stats','a:9:{s:11:\"size_before\";i:132361240;s:10:\"size_after\";i:119875517;s:7:\"percent\";d:9.4;s:5:\"human\";s:7:\"11.9 MB\";s:5:\"bytes\";i:12485723;s:12:\"total_images\";i:3414;s:12:\"resize_count\";i:63;s:14:\"resize_savings\";i:4432709;s:18:\"conversion_savings\";i:0;}','no'),(2667,'wphb_version','2.4.0','no'),(2668,'wphb-notice-uptime-info-show','yes','no'),(362,'envato_elements_version','1.1.9','yes'),(363,'envato_elements_install_time','1564205749','yes'),(373,'widget_mec_mec_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(374,'widget_mec_single_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(337,'elementor_version','2.9.2','yes'),(344,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:59:\"Elementor’s CEO Talks Fundraising: Why, And What’s Next\";s:7:\"excerpt\";s:182:\"Learn more about Elementor’s $15M institutional funding round led by Lightspeed Venture Partners, and what it means for the website building industry and Elementor’s community.\r\n\";s:7:\"created\";s:10:\"1582734340\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:117:\"https://elementor.com/blog/elementor-funding/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The Community Has Spoken — Announcing the Winning Feature\";s:7:\"excerpt\";s:132:\"As part of our 4 million active installs celebration, we invited you to vote for the next Elementor feature. Here are the results.\r\n\";s:7:\"created\";s:10:\"1581508800\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:125:\"https://elementor.com/blog/4-million-winning-feature/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:70:\"Introducing Theme Style: Customize Your WordPress Theme With Elementor\";s:7:\"excerpt\";s:155:\"Get ready, The first stage of global styling is here! Elementor Version 2.9 brings a new way to set global headings, backgrounds, images, buttons and more.\";s:7:\"created\";s:10:\"1581433898\";s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:123:\"https://elementor.com/blog/introducing-theme-style/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:67:\"Celebrating 4 Million Active Installs — Vote for the Next Feature\";s:7:\"excerpt\";s:158:\"We are thrilled to announce today 4 million active installs! To celebrate this milestone, we invite you to vote for the next Elementor feature to be released!\";s:7:\"created\";s:10:\"1580318942\";s:5:\"badge\";s:9:\"Milestone\";s:3:\"url\";s:125:\"https://elementor.com/blog/4-million-active-installs/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:64:\"Monday Masterclass: How to Design Navigation Menus for WordPress\";s:7:\"excerpt\";s:276:\"This week we’re looking at how at navigation menus and what makes them so critical to user experience and SEO ranking. We also review the 5 primary styles of menu design on WordPress websites, and examine the important do’s & don’ts to consider when designing nav-menus.\";s:7:\"created\";s:10:\"1579522814\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:107:\"https://elementor.com/blog/?p=35653&utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(347,'_elementor_installed_time','1564205686','yes'),(2611,'elementor_pro_tracker_notice','1','yes'),(2612,'elementor_tracker_notice','1','yes'),(376,'mec_gfont','https://fonts.googleapis.com/css?family=Playfair+Display%3Aregular%2C+italic%2C+700%2C+700italic%2C+900%2C+900italic%2C+%7CMontserrat%3A900italic%2C+900italic%2C+&subset=latin%2Clatin-ext','yes'),(377,'mec_dyncss','.mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6,.entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3,.entry-content  .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6{ font-family: \'Playfair Display\', Helvetica, Arial, sans-serif;}.mec-event-content p, .mec-wrap p { font-family: \'Montserrat\',sans-serif; font-weight:300;}.mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-wrap.colorskin-custom .mec-color, .mec-wrap.colorskin-custom .mec-event-sharing-wrap .mec-event-sharing > li:hover a, .mec-wrap.colorskin-custom .mec-color-hover:hover, .mec-wrap.colorskin-custom .mec-color-before *:before ,.mec-wrap.colorskin-custom .mec-widget .mec-event-grid-classic.owl-carousel .owl-nav i,.mec-wrap.colorskin-custom .mec-event-list-classic a.magicmore:hover,.mec-wrap.colorskin-custom .mec-event-grid-simple:hover .mec-event-title,.mec-wrap.colorskin-custom .mec-single-event .mec-event-meta dd.mec-events-event-categories:before,.mec-wrap.colorskin-custom .mec-single-event-date:before,.mec-wrap.colorskin-custom .mec-single-event-time:before,.mec-wrap.colorskin-custom .mec-events-meta-group.mec-events-meta-group-venue:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-infowindow-wp h5 a:hover, .colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3,.mec-calendar .mec-calendar-side .mec-next-month i,.mec-wrap .mec-totalcal-box i,.mec-calendar .mec-event-article .mec-event-title a:hover,.mec-attendees-list-details .mec-attendee-profile-link a:hover,.mec-wrap.colorskin-custom .mec-next-event-details li i,.mec-next-event-details a,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected{color: #d9b351}.mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i,.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day,.mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row  dt.mec-has-event:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after, .mec-wrap.colorskin-custom .mec-bg-color, .mec-wrap.colorskin-custom .mec-bg-color-hover:hover, .colorskin-custom .mec-event-sharing-wrap:hover > li, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .flip-clock-wrapper ul li a div div.inn,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel,.mec-event-countdown-style3 .mec-event-date,#wrap .mec-wrap article.mec-event-countdown-style1,.mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button,.mec-wrap .mec-event-countdown-style2,.mec-map-get-direction-btn-cnt input[type=\"submit\"],.mec-booking button,span.mec-marker-wrap{background-color: #d9b351;}.mec-wrap.colorskin-custom .mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-standard .mec-month-divider span:before,.mec-wrap.colorskin-custom .mec-single-event .mec-social-single:before,.mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-events-side .mec-table-side-day, .mec-wrap.colorskin-custom .mec-border-color, .mec-wrap.colorskin-custom .mec-border-color-hover:hover, .colorskin-custom .mec-single-event .mec-frontbox-title:before, .colorskin-custom .mec-single-event .mec-events-meta-group-booking form > h4:before, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel:after,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected,.mec-wrap.colorskin-custom .mec-events-masonry-cats a:hover{border-color: #d9b351;}.mec-wrap.colorskin-custom .mec-event-countdown-style3 .mec-event-date:after,.mec-wrap.colorskin-custom .mec-month-divider span:before{border-bottom-color:#d9b351;}.mec-wrap.colorskin-custom  article.mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color: transparent transparent transparent #d9b351;}@media only screen and (min-width: 1281px) {.mec-container {width: 1240px;}}@media only screen and (min-width: 1600px) {.mec-container {width: 1600px;}}.mec-wrap h1 a, .mec-wrap h2 a, .mec-wrap h3 a, .mec-wrap h4 a, .mec-wrap h5 a, .mec-wrap h6 a,.entry-content .mec-wrap h1 a, .entry-content .mec-wrap h2 a, .entry-content .mec-wrap h3 a,.entry-content  .mec-wrap h4 a, .entry-content .mec-wrap h5 a, .entry-content .mec-wrap h6 a {color: #090019 !important;}.mec-wrap.colorskin-custom h1 a:hover, .mec-wrap.colorskin-custom h2 a:hover, .mec-wrap.colorskin-custom h3 a:hover, .mec-wrap.colorskin-custom h4 a:hover, .mec-wrap.colorskin-custom h5 a:hover, .mec-wrap.colorskin-custom h6 a:hover,.entry-content .mec-wrap.colorskin-custom h1 a:hover, .entry-content .mec-wrap.colorskin-custom h2 a:hover, .entry-content .mec-wrap.colorskin-custom h3 a:hover,.entry-content  .mec-wrap.colorskin-custom h4 a:hover, .entry-content .mec-wrap.colorskin-custom h5 a:hover, .entry-content .mec-wrap.colorskin-custom h6 a:hover {color: #3d7b5f !important;}.mec-wrap.colorskin-custom .mec-event-description {color: #434544;}','yes'),(368,'mec_options','a:7:{s:8:\"settings\";a:129:{s:24:\"multiple_day_show_method\";s:18:\"first_day_listgrid\";s:18:\"google_maps_status\";s:1:\"1\";s:20:\"export_module_status\";s:1:\"0\";s:2:\"sn\";a:7:{s:9:\"googlecal\";s:1:\"1\";s:4:\"ical\";s:1:\"1\";s:8:\"facebook\";s:1:\"1\";s:7:\"twitter\";s:1:\"0\";s:8:\"linkedin\";s:1:\"0\";s:2:\"vk\";s:1:\"0\";s:5:\"email\";s:1:\"1\";}s:16:\"countdown_status\";s:1:\"0\";s:21:\"social_network_status\";s:1:\"1\";s:16:\"hide_time_method\";s:3:\"end\";s:24:\"remove_data_on_uninstall\";s:1:\"0\";s:11:\"date_suffix\";s:1:\"0\";s:8:\"weekdays\";a:5:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";}s:8:\"weekends\";a:2:{i:0;s:1:\"6\";i:1;s:1:\"7\";}s:13:\"archive_title\";s:6:\"Events\";s:20:\"default_skin_archive\";s:13:\"full_calendar\";s:14:\"custom_archive\";s:0:\"\";s:25:\"monthly_view_archive_skin\";s:7:\"classic\";s:22:\"timetable_archive_skin\";s:6:\"modern\";s:17:\"list_archive_skin\";s:7:\"classic\";s:17:\"grid_archive_skin\";s:7:\"classic\";s:21:\"default_skin_category\";s:4:\"list\";s:26:\"monthly_view_category_skin\";s:7:\"classic\";s:23:\"timetable_category_skin\";s:6:\"modern\";s:18:\"list_category_skin\";s:7:\"classic\";s:18:\"grid_category_skin\";s:7:\"classic\";s:22:\"category_events_method\";s:1:\"1\";s:14:\"archive_status\";s:1:\"1\";s:4:\"slug\";s:6:\"events\";s:13:\"category_slug\";s:14:\"event-category\";s:8:\"currency\";s:1:\"$\";s:16:\"currency_symptom\";s:1:\"$\";s:13:\"currency_sign\";s:6:\"before\";s:18:\"thousand_separator\";s:1:\",\";s:17:\"decimal_separator\";s:1:\".\";s:24:\"decimal_separator_status\";s:1:\"1\";s:23:\"google_recaptcha_status\";s:1:\"0\";s:24:\"google_recaptcha_booking\";s:1:\"0\";s:20:\"google_recaptcha_fes\";s:1:\"0\";s:24:\"google_recaptcha_sitekey\";s:0:\"\";s:26:\"google_recaptcha_secretkey\";s:0:\"\";s:11:\"time_format\";s:2:\"12\";s:13:\"fes_list_page\";s:4:\"4463\";s:13:\"fes_form_page\";s:4:\"4463\";s:16:\"fes_guest_status\";s:1:\"1\";s:20:\"fes_guest_name_email\";s:1:\"1\";s:23:\"fes_section_event_links\";s:1:\"1\";s:16:\"fes_section_cost\";s:1:\"1\";s:26:\"fes_section_featured_image\";s:1:\"1\";s:22:\"fes_section_categories\";s:1:\"1\";s:18:\"fes_section_labels\";s:1:\"1\";s:23:\"fes_section_event_color\";s:1:\"1\";s:16:\"fes_section_tags\";s:1:\"1\";s:20:\"fes_section_location\";s:1:\"0\";s:21:\"fes_section_organizer\";s:1:\"1\";s:19:\"fes_section_speaker\";s:1:\"0\";s:27:\"fes_section_hourly_schedule\";s:1:\"0\";s:19:\"fes_section_booking\";s:1:\"1\";s:16:\"fes_section_fees\";s:1:\"1\";s:29:\"fes_section_ticket_variations\";s:1:\"1\";s:8:\"fes_note\";s:1:\"0\";s:19:\"fes_note_visibility\";s:6:\"always\";s:19:\"search_bar_category\";s:1:\"0\";s:19:\"search_bar_location\";s:1:\"0\";s:20:\"search_bar_organizer\";s:1:\"0\";s:18:\"search_bar_speaker\";s:1:\"0\";s:14:\"search_bar_tag\";s:1:\"0\";s:16:\"search_bar_label\";s:1:\"0\";s:21:\"search_bar_text_field\";s:1:\"0\";s:23:\"upload_field_mime_types\";s:0:\"\";s:28:\"upload_field_max_upload_size\";s:0:\"\";s:15:\"speakers_status\";s:1:\"0\";s:24:\"local_time_module_status\";s:1:\"0\";s:24:\"next_event_module_status\";s:1:\"0\";s:24:\"next_event_module_method\";s:5:\"event\";s:30:\"next_event_module_date_format1\";s:5:\"M d Y\";s:19:\"single_date_format1\";s:5:\"M d Y\";s:18:\"single_date_method\";s:8:\"referred\";s:19:\"single_single_style\";s:6:\"modern\";s:9:\"gutenberg\";s:1:\"0\";s:11:\"breadcrumbs\";s:1:\"1\";s:14:\"countdown_list\";s:7:\"default\";s:16:\"exceptional_days\";s:1:\"0\";s:21:\"additional_organizers\";s:1:\"1\";s:20:\"additional_locations\";s:1:\"0\";s:6:\"schema\";s:1:\"1\";s:20:\"search_bar_ajax_mode\";s:1:\"0\";s:22:\"search_bar_modern_type\";s:1:\"0\";s:13:\"mchimp_status\";s:1:\"1\";s:14:\"mchimp_api_key\";s:36:\"10beaffca581184d710ffb091614a575-us3\";s:14:\"mchimp_list_id\";s:10:\"118b2aacd1\";s:26:\"mchimp_subscription_status\";s:10:\"subscribed\";s:14:\"booking_status\";s:1:\"1\";s:20:\"booking_date_format1\";s:5:\"m-d-Y\";s:13:\"booking_limit\";s:2:\"10\";s:21:\"booking_maximum_dates\";s:1:\"6\";s:26:\"show_booking_form_interval\";s:1:\"0\";s:21:\"booking_thankyou_page\";s:4:\"3911\";s:21:\"booking_first_for_all\";s:1:\"1\";s:15:\"booking_invoice\";s:1:\"1\";s:15:\"booking_ongoing\";s:1:\"0\";s:24:\"booking_auto_verify_free\";s:1:\"0\";s:24:\"booking_auto_verify_paid\";s:1:\"1\";s:25:\"booking_auto_confirm_free\";s:1:\"0\";s:25:\"booking_auto_confirm_paid\";s:1:\"1\";s:14:\"coupons_status\";s:1:\"1\";s:17:\"taxes_fees_status\";s:1:\"1\";s:4:\"fees\";a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}s:24:\"ticket_variations_status\";s:1:\"0\";s:17:\"ticket_variations\";a:1:{s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:5:\"price\";s:0:\"\";s:3:\"max\";s:1:\"1\";}}s:19:\"google_maps_api_key\";s:0:\"\";s:21:\"google_maps_zoomlevel\";s:1:\"5\";s:17:\"google_maps_style\";s:0:\"\";s:32:\"google_maps_get_direction_status\";s:1:\"0\";s:24:\"google_maps_date_format1\";s:5:\"M d Y\";s:25:\"google_maps_dont_load_api\";s:1:\"0\";s:20:\"qrcode_module_status\";s:1:\"0\";s:21:\"weather_module_status\";s:1:\"0\";s:22:\"weather_module_api_key\";s:0:\"\";s:29:\"weather_module_imperial_units\";s:1:\"0\";s:34:\"weather_module_change_units_button\";s:1:\"0\";s:9:\"bp_status\";s:1:\"0\";s:19:\"bp_attendees_module\";s:1:\"0\";s:25:\"bp_attendees_module_limit\";s:2:\"20\";s:15:\"bp_add_activity\";s:1:\"0\";s:20:\"single_booking_style\";s:7:\"default\";s:14:\"related_events\";s:1:\"0\";s:31:\"related_events_basedon_category\";s:1:\"0\";s:32:\"related_events_basedon_organizer\";s:1:\"0\";s:31:\"related_events_basedon_location\";s:1:\"0\";s:28:\"related_events_basedon_label\";s:1:\"0\";s:26:\"related_events_basedon_tag\";s:1:\"0\";}s:6:\"styles\";a:1:{s:3:\"CSS\";s:0:\"\";}s:8:\"gateways\";a:8:{i:1;a:3:{s:6:\"status\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:7:\"comment\";s:0:\"\";}i:2;a:5:{s:6:\"status\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:7:\"comment\";s:0:\"\";s:7:\"account\";s:26:\"dw@thehistoricvinewood.com\";s:4:\"mode\";s:4:\"live\";}i:3;a:7:{s:6:\"status\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:7:\"comment\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:4:\"mode\";s:4:\"live\";}i:5;a:5:{s:6:\"status\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:7:\"comment\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:15:\"publishable_key\";s:0:\"\";}i:6;a:4:{s:6:\"status\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:7:\"comment\";s:0:\"\";s:19:\"auto_order_complete\";s:1:\"1\";}i:7;a:11:{s:6:\"status\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:7:\"comment\";s:0:\"\";s:17:\"organizer_comment\";s:0:\"\";s:9:\"client_id\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:15:\"publishable_key\";s:0:\"\";s:3:\"fee\";s:2:\"10\";s:8:\"fee_type\";s:6:\"amount\";s:7:\"fee_per\";s:7:\"booking\";s:16:\"redirection_page\";s:0:\"\";}i:1995;a:3:{s:6:\"status\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:7:\"comment\";s:0:\"\";}s:9:\"op_status\";s:1:\"0\";}s:13:\"notifications\";a:8:{s:20:\"booking_notification\";a:5:{s:6:\"status\";s:1:\"1\";s:7:\"subject\";s:20:\"You\\\'ve got tickets!\";s:10:\"recipients\";s:0:\"\";s:17:\"send_to_organizer\";s:1:\"1\";s:7:\"content\";s:850:\"Hello %%name%%,\r\n\r\nWe look forward to seeing you at %%event_title%% at The Vinewood. You will not received physical tickets and do not need to print this email; we will have your name at the door when you arrive. If you need to adjust your reservations, please call The Vinewood at 260.6772. We will be happy to exchange your tickets for another event, if you notify us within 48 hours of the start of the event.\r\n\r\nThings to note:\r\n\r\nDoors open one hour prior to show start time\r\nThe Vinewood shows are all ages.\r\nCash bar is available serving a variety a alcoholic and non-alcoholic beverages. We accept cash and credit card.\r\nLight concessions are also for sale. No outside food or drink will be allowed into the venue. No exceptions.\r\n\r\nWe look forward to dancing with you at The Vinewood.\r\n\r\nSincerely,\r\n\r\nDW Entertainment, owner of The Vinewood\";}s:18:\"email_verification\";a:3:{s:7:\"subject\";s:27:\"Please verify your booking.\";s:10:\"recipients\";s:0:\"\";s:7:\"content\";s:125:\"Hi %%name%%,\r\n\r\nPlease verify your booking by clicking on following link:\r\n\r\n%%verification_link%%\r\n\r\nRegards,\r\n%%blog_name%%\";}s:20:\"booking_confirmation\";a:3:{s:7:\"subject\";s:26:\"Your booking is confirmed.\";s:10:\"recipients\";s:0:\"\";s:7:\"content\";s:215:\"Hi %%name%%,\r\n\r\nYour booking is confirmed. You should be available at %%book_date%% in %%event_location_address%%.\r\n\r\nYou can contact to event organizer by calling %%event_organizer_tel%%.\r\n\r\nRegards,\r\n%%blog_name%%\";}s:25:\"cancellation_notification\";a:5:{s:6:\"status\";s:1:\"0\";s:7:\"subject\";s:25:\"Your booking is canceled.\";s:10:\"recipients\";s:0:\"\";s:13:\"send_to_admin\";s:1:\"1\";s:7:\"content\";s:127:\"Hi %%name%%,\r\n\r\nFor your information, your booking for %%event_title%% at %%book_date%% is canceled.\r\n\r\nRegards,\r\n%%blog_name%%\";}s:18:\"admin_notification\";a:5:{s:6:\"status\";s:1:\"1\";s:7:\"subject\";s:26:\"Someone purchased tickets!\";s:10:\"recipients\";s:29:\"thehistoricvinewood@gmail.com\";s:17:\"send_to_organizer\";s:1:\"1\";s:7:\"content\";s:162:\"Dear Admin,\r\n\r\nA new booking is received. Please check and confirm it as soon as possible.\r\n\r\n%%admin_link%%\r\n\r\n%%attendees_full_info%%\r\n\r\nRegards,\r\n%%blog_name%%\";}s:9:\"new_event\";a:4:{s:6:\"status\";s:1:\"1\";s:7:\"subject\";s:21:\"A new event is added.\";s:10:\"recipients\";s:0:\"\";s:7:\"content\";s:242:\"Hello,\r\n\r\nA new event just added. The event title is %%event_title%% and its status is %%event_status%%.\r\nThe new event may need to be published. Please use this link for managing your website events: %%admin_link%%\r\n\r\nRegards,\r\n%%blog_name%%\";}s:21:\"user_event_publishing\";a:4:{s:6:\"status\";s:1:\"0\";s:7:\"subject\";s:26:\"Your event gets published!\";s:10:\"recipients\";s:0:\"\";s:7:\"content\";s:146:\"Hello %%name%%,\r\n\r\nYour event gets published. You can check it below:\r\n\r\n<a href=\\\"%%event_link%%\\\">%%event_title%%</a>\r\n\r\nRegards,\r\n%%blog_name%%\";}s:16:\"booking_reminder\";a:5:{s:6:\"status\";s:1:\"1\";s:7:\"subject\";s:13:\"Upcoming Show\";s:10:\"recipients\";s:0:\"\";s:4:\"days\";s:1:\"3\";s:7:\"content\";s:180:\"We look forward to seeing you at The Vinewood for %%event_title%%.\r\n\r\nYour name will be at the door. Doors open one hour prior to the start of the event.\r\n\r\nThanks!\r\n\r\nThe Vinewood\";}}s:7:\"styling\";a:9:{s:5:\"color\";s:7:\"#d9b351\";s:11:\"title_color\";s:7:\"#090019\";s:17:\"title_color_hover\";s:7:\"#3d7b5f\";s:13:\"content_color\";s:7:\"#434544\";s:16:\"mec_h_fontfamily\";s:61:\"[Playfair Display,regular,italic,700,700italic,900,900italic]\";s:16:\"mec_p_fontfamily\";s:24:\"[Montserrat,regular,700]\";s:14:\"disable_gfonts\";s:1:\"0\";s:22:\"container_normal_width\";s:6:\"1240px\";s:21:\"container_large_width\";s:6:\"1600px\";}s:8:\"messages\";a:29:{s:19:\"taxonomy_categories\";s:0:\"\";s:17:\"taxonomy_category\";s:0:\"\";s:15:\"taxonomy_labels\";s:0:\"\";s:14:\"taxonomy_label\";s:0:\"\";s:18:\"taxonomy_locations\";s:0:\"\";s:17:\"taxonomy_location\";s:0:\"\";s:19:\"taxonomy_organizers\";s:0:\"\";s:18:\"taxonomy_organizer\";s:0:\"\";s:17:\"taxonomy_speakers\";s:0:\"\";s:16:\"taxonomy_speaker\";s:0:\"\";s:11:\"weekdays_su\";s:1:\"S\";s:11:\"weekdays_mo\";s:1:\"M\";s:11:\"weekdays_tu\";s:1:\"T\";s:11:\"weekdays_we\";s:1:\"W\";s:11:\"weekdays_th\";s:1:\"T\";s:11:\"weekdays_fr\";s:1:\"F\";s:11:\"weekdays_sa\";s:1:\"S\";s:20:\"book_success_message\";s:92:\"Woohoo! You now have tickets to a great Vinewood event. We look forward to dancing with you.\";s:15:\"register_button\";s:8:\"PURCHASE\";s:11:\"view_detail\";s:7:\"DETAILS\";s:12:\"event_detail\";s:6:\"DETAIL\";s:14:\"read_more_link\";s:4:\"LINK\";s:14:\"more_info_link\";s:9:\"MORE INFO\";s:10:\"event_cost\";s:5:\"COVER\";s:4:\"cost\";s:5:\"COVER\";s:6:\"ticket\";s:6:\"TICKET\";s:7:\"tickets\";s:7:\"TICKETS\";s:16:\"other_organizers\";s:12:\"PRESENTED BY\";s:15:\"other_locations\";s:0:\"\";}s:10:\"reg_fields\";a:6:{i:1;a:3:{s:9:\"mandatory\";s:1:\"1\";s:4:\"type\";s:4:\"name\";s:5:\"label\";s:4:\"Name\";}i:0;a:3:{s:9:\"mandatory\";s:1:\"1\";s:4:\"type\";s:9:\"mec_email\";s:5:\"label\";s:5:\"Email\";}i:2;a:3:{s:9:\"mandatory\";s:1:\"0\";s:4:\"type\";s:3:\"tel\";s:5:\"label\";s:7:\"Phone #\";}i:4;a:4:{s:9:\"mandatory\";s:1:\"1\";s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:34:\"How did you hear about this event?\";s:7:\"options\";a:5:{i:1;a:1:{s:5:\"label\";s:21:\"Friend or follow band\";}i:2;a:1:{s:5:\"label\";s:12:\"Social Media\";}i:3;a:1:{s:5:\"label\";s:21:\"TV / Radio / Magazine\";}i:4;a:1:{s:5:\"label\";s:60:\"The Vinewood (website, email, learned about it at the venue)\";}i:5;a:1:{s:5:\"label\";s:5:\"Other\";}}}s:3:\":i:\";a:6:{s:9:\"mandatory\";s:1:\"1\";s:4:\"type\";s:1:\"p\";s:5:\"label\";s:15:\"I agree with %s\";s:4:\"page\";s:4:\"1937\";s:6:\"status\";s:7:\"checked\";s:7:\"content\";s:0:\"\";}s:4:\":fi:\";a:1:{s:7:\"options\";a:1:{s:3:\":i:\";a:1:{s:5:\"label\";s:0:\"\";}}}}}','yes'),(369,'mec_installed','1','yes'),(370,'mec_version','4.6.5','yes'),(905,'wcf_ca_coupon_code_status','off','yes'),(906,'wcf_ca_zapier_tracking_status','off','yes'),(907,'wcf_ca_cut_off_time','15','yes'),(908,'wcf_ca_from_name','Admin','yes'),(909,'wcf_ca_from_email','TheHistoricVinewood@gmail.com','yes'),(910,'wcf_ca_reply_email','TheHistoricVinewood@gmail.com','yes'),(911,'wcf_ca_discount_type','percent','yes'),(912,'wcf_ca_coupon_amount','10','yes'),(913,'wcf_ca_zapier_cart_abandoned_webhook','','yes'),(914,'wcf_ca_gdpr_message','Your email & cart are saved so we can send email reminders about this order.','yes'),(915,'wcf_ca_coupon_expiry','0','yes'),(916,'wcf_ca_coupon_expiry_unit','hours','yes'),(917,'wcf_ca_version','1.1.6','yes'),(955,'elementor_container_width','1190','yes'),(934,'astra_sites_wpforms_ids_mapping','a:1:{i:490;i:22;}','yes'),(939,'_astra_sites_old_customizer_data','a:2:{s:14:\"astra-settings\";a:72:{s:24:\"astra-addon-auto-version\";s:5:\"1.8.7\";s:18:\"theme-auto-version\";s:5:\"1.8.7\";s:19:\"site-sidebar-layout\";s:13:\"right-sidebar\";s:26:\"woocommerce-content-layout\";s:7:\"default\";s:22:\"header-main-rt-section\";s:11:\"woocommerce\";s:16:\"body-font-family\";s:23:\"\'Quicksand\', sans-serif\";s:17:\"body-font-variant\";s:0:\"\";s:16:\"body-font-weight\";s:3:\"400\";s:20:\"headings-font-family\";s:23:\"\'Quicksand\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"500\";s:24:\"header-main-layout-width\";s:7:\"content\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:11:\"theme-color\";s:7:\"#75c32c\";s:10:\"link-color\";s:7:\"#75c32c\";s:10:\"text-color\";s:7:\"#4e5768\";s:12:\"link-h-color\";s:7:\"#75c32c\";s:10:\"shop-grids\";a:3:{s:7:\"desktop\";s:1:\"3\";s:6:\"tablet\";s:1:\"3\";s:6:\"mobile\";s:1:\"2\";}s:16:\"shop-hover-style\";s:0:\"\";s:22:\"shop-product-structure\";a:4:{i:0;s:8:\"category\";i:1;s:5:\"title\";i:2;s:7:\"ratings\";i:3;s:5:\"price\";}s:13:\"footer-bg-obj\";a:6:{s:16:\"background-color\";s:7:\"#f7f7f8\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:24:\"footer-sml-divider-color\";s:7:\"#eaeaea\";s:12:\"footer-color\";s:7:\"#4e5768\";s:17:\"footer-link-color\";s:21:\"rgba(117,195,44,0.65)\";s:27:\"footer-sml-section-1-credit\";s:66:\"Copyright © [current_year] [site_title] | <a href=\"#\">Credits</a>\";s:20:\"footer-sml-section-2\";s:6:\"custom\";s:27:\"footer-sml-section-2-credit\";s:39:\"Powered by <a href=\"#\">[site_title]</a>\";s:19:\"footer-link-h-color\";s:7:\"#75c32c\";s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-2\";s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:7:\"#4e5768\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#75c32c\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"hide-custom-menu-mobile\";b:0;s:27:\"header-display-outside-menu\";b:1;s:30:\"mobile-header-toggle-btn-style\";s:4:\"fill\";s:36:\"mobile-header-toggle-btn-style-color\";s:7:\"#75c32c\";s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:1:\"3\";s:6:\"tablet\";s:3:\"2.5\";s:6:\"mobile\";s:1:\"2\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:1:\"4\";s:6:\"tablet\";s:1:\"3\";s:6:\"mobile\";s:1:\"2\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#4e5768\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#75c32c\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"different-retina-logo\";b:1;s:22:\"ast-header-retina-logo\";s:100:\"https://websitedemos.net/plant-store-02/wp-content/uploads/sites/410/2019/01/logo1@2x-free-img-1.png\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:2:\"58\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"42\";}s:18:\"display-site-title\";b:1;s:26:\"different-transparent-logo\";b:1;s:23:\"transparent-header-logo\";s:96:\"https://websitedemos.net/plant-store-02/wp-content/uploads/sites/410/2019/01/logo-free-img-1.png\";s:33:\"different-transparent-retina-logo\";b:1;s:30:\"transparent-header-retina-logo\";s:99:\"https://websitedemos.net/plant-store-02/wp-content/uploads/sites/410/2019/01/logo@2x-free-img-1.png\";s:12:\"button-color\";s:7:\"#ffffff\";s:14:\"button-h-color\";s:7:\"#ffffff\";s:15:\"button-bg-color\";s:7:\"#75c32c\";s:17:\"button-bg-h-color\";s:7:\"#4e5768\";s:13:\"button-radius\";i:50;s:16:\"button-h-padding\";i:25;s:16:\"button-v-padding\";i:10;s:19:\"site-content-layout\";s:15:\"boxed-container\";s:20:\"display-site-tagline\";b:0;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";s:2:\"58\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"50\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#4e5768\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:19:\"rgba(78,87,104,0.9)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#75c32c\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"transparent-header-on-devices\";s:7:\"desktop\";s:25:\"transparent-header-enable\";b:0;s:32:\"transparent-header-disable-index\";b:1;s:31:\"transparent-header-disable-page\";b:0;s:32:\"transparent-header-disable-posts\";b:1;s:39:\"transparent-header-disable-woo-products\";b:1;s:29:\"single-product-sidebar-layout\";s:10:\"no-sidebar\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:15:\"rgba(0,0,0,0.2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"primary-submenu-item-border\";b:1;s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"22\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}}s:10:\"custom-css\";s:0:\"\";}','yes'),(919,'astra_sites_import_data','a:11:{s:2:\"id\";i:20859;s:23:\"astra-site-widgets-data\";O:8:\"stdClass\":1:{s:9:\"sidebar-1\";O:8:\"stdClass\":6:{s:8:\"search-2\";O:8:\"stdClass\":1:{s:5:\"title\";s:0:\"\";}s:14:\"recent-posts-2\";O:8:\"stdClass\":2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:17:\"recent-comments-2\";O:8:\"stdClass\":2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:10:\"archives-2\";O:8:\"stdClass\":3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"categories-2\";O:8:\"stdClass\":4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:6:\"meta-2\";O:8:\"stdClass\":1:{s:5:\"title\";s:0:\"\";}}}s:26:\"astra-site-customizer-data\";a:2:{s:14:\"astra-settings\";a:72:{s:24:\"astra-addon-auto-version\";s:5:\"1.8.7\";s:18:\"theme-auto-version\";s:5:\"1.8.7\";s:19:\"site-sidebar-layout\";s:13:\"right-sidebar\";s:26:\"woocommerce-content-layout\";s:7:\"default\";s:22:\"header-main-rt-section\";s:11:\"woocommerce\";s:16:\"body-font-family\";s:23:\"\'Quicksand\', sans-serif\";s:17:\"body-font-variant\";s:0:\"\";s:16:\"body-font-weight\";s:3:\"400\";s:20:\"headings-font-family\";s:23:\"\'Quicksand\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"500\";s:24:\"header-main-layout-width\";s:7:\"content\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:11:\"theme-color\";s:7:\"#75c32c\";s:10:\"link-color\";s:7:\"#75c32c\";s:10:\"text-color\";s:7:\"#4e5768\";s:12:\"link-h-color\";s:7:\"#75c32c\";s:10:\"shop-grids\";a:3:{s:7:\"desktop\";s:1:\"3\";s:6:\"tablet\";s:1:\"3\";s:6:\"mobile\";s:1:\"2\";}s:16:\"shop-hover-style\";s:0:\"\";s:22:\"shop-product-structure\";a:4:{i:0;s:8:\"category\";i:1;s:5:\"title\";i:2;s:7:\"ratings\";i:3;s:5:\"price\";}s:13:\"footer-bg-obj\";a:6:{s:16:\"background-color\";s:7:\"#f7f7f8\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:24:\"footer-sml-divider-color\";s:7:\"#eaeaea\";s:12:\"footer-color\";s:7:\"#4e5768\";s:17:\"footer-link-color\";s:21:\"rgba(117,195,44,0.65)\";s:27:\"footer-sml-section-1-credit\";s:66:\"Copyright © [current_year] [site_title] | <a href=\"#\">Credits</a>\";s:20:\"footer-sml-section-2\";s:6:\"custom\";s:27:\"footer-sml-section-2-credit\";s:39:\"Powered by <a href=\"#\">[site_title]</a>\";s:19:\"footer-link-h-color\";s:7:\"#75c32c\";s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-2\";s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:7:\"#4e5768\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#75c32c\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"hide-custom-menu-mobile\";b:0;s:27:\"header-display-outside-menu\";b:1;s:30:\"mobile-header-toggle-btn-style\";s:4:\"fill\";s:36:\"mobile-header-toggle-btn-style-color\";s:7:\"#75c32c\";s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:1:\"3\";s:6:\"tablet\";s:3:\"2.5\";s:6:\"mobile\";s:1:\"2\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:1:\"4\";s:6:\"tablet\";s:1:\"3\";s:6:\"mobile\";s:1:\"2\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#4e5768\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#75c32c\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"different-retina-logo\";b:1;s:22:\"ast-header-retina-logo\";s:100:\"https://websitedemos.net/plant-store-02/wp-content/uploads/sites/410/2019/01/logo1@2x-free-img-1.png\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:2:\"58\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"42\";}s:18:\"display-site-title\";b:1;s:26:\"different-transparent-logo\";b:1;s:23:\"transparent-header-logo\";s:96:\"https://websitedemos.net/plant-store-02/wp-content/uploads/sites/410/2019/01/logo-free-img-1.png\";s:33:\"different-transparent-retina-logo\";b:1;s:30:\"transparent-header-retina-logo\";s:99:\"https://websitedemos.net/plant-store-02/wp-content/uploads/sites/410/2019/01/logo@2x-free-img-1.png\";s:12:\"button-color\";s:7:\"#ffffff\";s:14:\"button-h-color\";s:7:\"#ffffff\";s:15:\"button-bg-color\";s:7:\"#75c32c\";s:17:\"button-bg-h-color\";s:7:\"#4e5768\";s:13:\"button-radius\";i:50;s:16:\"button-h-padding\";i:25;s:16:\"button-v-padding\";i:10;s:19:\"site-content-layout\";s:15:\"boxed-container\";s:20:\"display-site-tagline\";b:0;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";s:2:\"58\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"50\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#4e5768\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:19:\"rgba(78,87,104,0.9)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#75c32c\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"transparent-header-on-devices\";s:7:\"desktop\";s:25:\"transparent-header-enable\";b:0;s:32:\"transparent-header-disable-index\";b:1;s:31:\"transparent-header-disable-page\";b:0;s:32:\"transparent-header-disable-posts\";b:1;s:39:\"transparent-header-disable-woo-products\";b:1;s:29:\"single-product-sidebar-layout\";s:10:\"no-sidebar\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:15:\"rgba(0,0,0,0.2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"primary-submenu-item-border\";b:1;s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"22\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}}s:10:\"custom-css\";s:0:\"\";}s:23:\"astra-site-options-data\";a:48:{s:30:\"woocommerce_product_attributes\";a:0:{}s:28:\"woocommerce_product_cat_list\";a:3:{i:20;a:4:{s:7:\"term_id\";i:20;s:4:\"name\";s:13:\"Uncategorized\";s:4:\"slug\";s:13:\"uncategorized\";s:11:\"description\";s:0:\"\";}i:22;a:4:{s:7:\"term_id\";i:22;s:4:\"name\";s:6:\"Cactus\";s:4:\"slug\";s:6:\"cactus\";s:11:\"description\";s:0:\"\";}i:23;a:4:{s:7:\"term_id\";i:23;s:4:\"name\";s:6:\"Plants\";s:4:\"slug\";s:6:\"plants\";s:11:\"description\";s:0:\"\";}}s:23:\"woocommerce_product_cat\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"uncategorized\";s:12:\"thumbnail_id\";s:0:\"\";s:13:\"thumbnail_src\";s:0:\"\";}i:1;a:3:{s:4:\"slug\";s:6:\"cactus\";s:12:\"thumbnail_id\";s:2:\"43\";s:13:\"thumbnail_src\";s:0:\"\";}i:2;a:3:{s:4:\"slug\";s:6:\"plants\";s:12:\"thumbnail_id\";s:0:\"\";s:13:\"thumbnail_src\";s:0:\"\";}}s:11:\"custom_logo\";s:97:\"https://websitedemos.net/plant-store-02/wp-content/uploads/sites/410/2019/01/logo1-free-img-1.png\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";s:9:\"main-menu\";}s:13:\"show_on_front\";s:4:\"page\";s:13:\"page_on_front\";s:4:\"Home\";s:14:\"page_for_posts\";s:0:\"\";s:25:\"_fl_builder_enabled_icons\";N;s:27:\"_fl_builder_enabled_modules\";N;s:22:\"_fl_builder_post_types\";N;s:25:\"_fl_builder_color_presets\";N;s:20:\"_fl_builder_services\";N;s:20:\"_fl_builder_settings\";N;s:23:\"_fl_builder_user_access\";N;s:29:\"_fl_builder_enabled_templates\";N;s:25:\"siteorigin_widgets_active\";N;s:25:\"elementor_container_width\";s:4:\"1200\";s:21:\"elementor_cpt_support\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:26:\"elementor_css_print_method\";s:8:\"external\";s:31:\"elementor_default_generic_fonts\";s:10:\"Sans-serif\";s:31:\"elementor_disable_color_schemes\";s:3:\"yes\";s:36:\"elementor_disable_typography_schemes\";s:3:\"yes\";s:28:\"elementor_editor_break_lines\";s:0:\"\";s:28:\"elementor_exclude_user_roles\";N;s:31:\"elementor_global_image_lightbox\";s:3:\"yes\";s:29:\"elementor_page_title_selector\";s:0:\"\";s:22:\"elementor_scheme_color\";a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}s:30:\"elementor_scheme_color-picker]\";a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#4e5768\";i:4;s:7:\"#75c32c\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}s:27:\"elementor_scheme_typography\";a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}s:31:\"elementor_space_between_widgets\";s:0:\"\";s:37:\"elementor_stretched_section_container\";s:0:\"\";s:27:\"woocommerce_shop_page_title\";s:0:\"\";s:27:\"woocommerce_cart_page_title\";s:4:\"Cart\";s:31:\"woocommerce_checkout_page_title\";s:8:\"Checkout\";s:32:\"woocommerce_myaccount_page_title\";s:10:\"My account\";s:35:\"woocommerce_edit_address_page_title\";s:0:\"\";s:33:\"woocommerce_view_order_page_title\";s:0:\"\";s:38:\"woocommerce_change_password_page_title\";s:0:\"\";s:29:\"woocommerce_logout_page_title\";s:0:\"\";s:33:\"woocommerce_enable_guest_checkout\";s:3:\"yes\";s:42:\"woocommerce_enable_checkout_login_reminder\";s:2:\"no\";s:49:\"woocommerce_enable_signup_and_login_from_checkout\";s:2:\"no\";s:41:\"woocommerce_enable_myaccount_registration\";s:2:\"no\";s:42:\"woocommerce_registration_generate_username\";s:3:\"yes\";s:16:\"wpforms_settings\";a:3:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;}s:29:\"learndash_settings_theme_ld30\";N;s:33:\"learndash_settings_courses_themes\";N;}s:23:\"astra-post-data-mapping\";a:2:{s:19:\"astra-advanced-hook\";a:0:{}s:16:\"astra_adv_header\";a:0:{}}s:19:\"astra-site-wxr-path\";s:67:\"https://websitedemos.net/wp-content/uploads/astra-sites/410/wxr.xml\";s:23:\"astra-site-wpforms-path\";s:72:\"https://websitedemos.net/wp-content/uploads/astra-sites/410/wpforms.json\";s:24:\"astra-enabled-extensions\";a:19:{s:14:\"advanced-hooks\";b:0;s:8:\"blog-pro\";b:0;s:21:\"colors-and-background\";b:0;s:15:\"advanced-footer\";b:0;s:13:\"mobile-header\";b:0;s:15:\"header-sections\";b:0;s:9:\"lifterlms\";b:0;s:9:\"learndash\";b:0;s:16:\"advanced-headers\";b:0;s:12:\"site-layouts\";b:0;s:7:\"spacing\";b:0;s:13:\"sticky-header\";b:0;s:13:\"scroll-to-top\";b:0;s:18:\"transparent-header\";b:0;s:10:\"typography\";b:0;s:11:\"woocommerce\";b:0;s:3:\"edd\";b:0;s:8:\"nav-menu\";b:0;s:3:\"all\";s:3:\"all\";}s:16:\"astra-custom-404\";s:0:\"\";s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:37:\"Header, Footer & Blocks for Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:27:\"astra-site-taxonomy-mapping\";s:0:\"\";}','yes'),(920,'_astra_ext_enabled_extensions','a:19:{s:14:\"advanced-hooks\";b:0;s:8:\"blog-pro\";b:0;s:21:\"colors-and-background\";b:0;s:15:\"advanced-footer\";b:0;s:13:\"mobile-header\";b:0;s:15:\"header-sections\";b:0;s:9:\"lifterlms\";b:0;s:9:\"learndash\";b:0;s:16:\"advanced-headers\";b:0;s:12:\"site-layouts\";b:0;s:7:\"spacing\";b:0;s:13:\"sticky-header\";b:0;s:13:\"scroll-to-top\";b:0;s:18:\"transparent-header\";b:0;s:10:\"typography\";b:0;s:11:\"woocommerce\";b:0;s:3:\"edd\";b:0;s:8:\"nav-menu\";b:0;s:3:\"all\";s:3:\"all\";}','yes'),(956,'elementor_cpt_support','a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:6:\"header\";i:3;s:6:\"footer\";i:4;s:9:\"portfolio\";i:5;s:7:\"product\";i:6;s:10:\"mec-events\";}','yes'),(957,'elementor_css_print_method','external','yes'),(958,'elementor_default_generic_fonts','Sans-serif','yes'),(959,'elementor_disable_color_schemes','','yes'),(960,'elementor_disable_typography_schemes','yes','yes'),(961,'elementor_editor_break_lines','','yes'),(962,'elementor_global_image_lightbox','yes','yes'),(963,'elementor_page_title_selector','','yes'),(964,'elementor_scheme_color','a:4:{i:1;s:7:\"#d9b351\";i:2;s:7:\"#3d7b5f\";i:3;s:7:\"#434544\";i:4;s:7:\"#777777\";}','yes'),(965,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:16:\"Cormorant Infant\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:4:\"Muli\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:4:\"Muli\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:4:\"Muli\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(966,'elementor_space_between_widgets','','yes'),(967,'elementor_stretched_section_container','body','yes'),(968,'wpforms_settings','a:3:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;}','yes'),(971,'_astra_sites_old_widgets_data','a:1:{s:9:\"sidebar-1\";O:8:\"stdClass\":6:{s:8:\"search-2\";O:8:\"stdClass\":1:{s:5:\"title\";s:0:\"\";}s:14:\"recent-posts-2\";O:8:\"stdClass\":2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:17:\"recent-comments-2\";O:8:\"stdClass\":2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:10:\"archives-2\";O:8:\"stdClass\":3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"categories-2\";O:8:\"stdClass\":4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:6:\"meta-2\";O:8:\"stdClass\":1:{s:5:\"title\";s:0:\"\";}}}','yes'),(1084,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(520,'envato_elements_options','a:1:{i:1;a:2:{s:12:\"license_code\";s:36:\"f4756b8d-7656-405f-af9f-8f8ae9330a71\";s:19:\"show_premium_notice\";s:9:\"dismissed\";}}','yes'),(4239,'mc4wp','a:6:{s:19:\"grecaptcha_site_key\";s:0:\"\";s:21:\"grecaptcha_secret_key\";s:0:\"\";s:7:\"api_key\";s:36:\"10beaffca581184d710ffb091614a575-us3\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1564707356;}','yes'),(5483,'elementor_pro_recaptcha_secret_key','','yes'),(3287,'widget_bcn_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3288,'bodhi_svgs_plugin_version','2.3.17','yes'),(3289,'revslider_servers','a:7:{i:0;s:16:\"themepunch.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:22:\"themepunch-ext-b.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}','yes'),(18851,'gadwp_cache_qr2_2967415818','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:156:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20190917\";i:1;s:7:\"Tuesday\";i:2;s:2:\"22\";}i:1;a:3:{i:0;s:8:\"20190918\";i:1;s:9:\"Wednesday\";i:2;s:2:\"16\";}i:2;a:3:{i:0;s:8:\"20190919\";i:1;s:8:\"Thursday\";i:2;s:2:\"16\";}i:3;a:3:{i:0;s:8:\"20190920\";i:1;s:6:\"Friday\";i:2;s:2:\"15\";}i:4;a:3:{i:0;s:8:\"20190921\";i:1;s:8:\"Saturday\";i:2;s:2:\"18\";}i:5;a:3:{i:0;s:8:\"20190922\";i:1;s:6:\"Sunday\";i:2;s:2:\"13\";}i:6;a:3:{i:0;s:8:\"20190923\";i:1;s:6:\"Monday\";i:2;s:2:\"12\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:156:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"112\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1569387600;}','no'),(7755,'EWD_UASP_DB_version','1.1.0a','yes'),(7756,'EWD_UASP_Full_Version','No','yes'),(7757,'EWD_UASP_Time_Between_Appointments','15','yes'),(7758,'EWD_UASP_Required_Information','a:3:{i:0;s:4:\"Name\";i:1;s:5:\"Phone\";i:2;s:5:\"Email\";}','yes'),(7759,'EWD_UASP_Timezone','America/Chicago','yes'),(7760,'EWD_UASP_Hours_Format','12','yes'),(3290,'revslider_server_refresh','1582537670','yes'),(3291,'revslider-update-check-short','1583270328','yes'),(3292,'revslider-templates-check','1583275855','yes'),(3750,'otf-oneclick-first-import','no','yes'),(2685,'wphb_settings','a:10:{s:6:\"minify\";a:13:{s:7:\"enabled\";b:1;s:7:\"use_cdn\";b:0;s:3:\"log\";b:0;s:9:\"file_path\";s:0:\"\";s:11:\"minify_blog\";b:1;s:4:\"view\";s:5:\"basic\";s:5:\"block\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:6:\"minify\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:7:\"combine\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:8:\"position\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"defer\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:6:\"inline\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"nocdn\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}}s:6:\"uptime\";a:3:{s:7:\"enabled\";b:0;s:13:\"notifications\";a:1:{s:7:\"enabled\";b:0;}s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}}s:8:\"gravatar\";a:1:{s:7:\"enabled\";b:1;}s:10:\"page_cache\";a:8:{s:7:\"enabled\";b:1;s:10:\"cache_blog\";b:1;s:7:\"control\";b:0;s:9:\"detection\";s:6:\"manual\";s:12:\"pages_cached\";i:159;s:12:\"integrations\";a:2:{s:7:\"varnish\";b:0;s:7:\"opcache\";b:0;}s:7:\"preload\";b:0;s:12:\"preload_type\";a:2:{s:9:\"home_page\";b:1;s:8:\"on_clear\";b:1;}}s:7:\"caching\";a:4:{s:10:\"expiry_css\";s:10:\"8d/A691200\";s:17:\"expiry_javascript\";s:10:\"8d/A691200\";s:12:\"expiry_media\";s:10:\"8d/A691200\";s:13:\"expiry_images\";s:10:\"8d/A691200\";}s:10:\"cloudflare\";a:10:{s:7:\"enabled\";b:0;s:9:\"connected\";b:0;s:10:\"last_check\";i:1577159354;s:5:\"email\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:4:\"zone\";s:0:\"\";s:9:\"zone_name\";s:0:\"\";s:4:\"plan\";b:0;s:10:\"page_rules\";a:0:{}s:12:\"cache_expiry\";i:691200;}s:11:\"performance\";a:5:{s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}s:13:\"subsite_tests\";b:1;s:9:\"dismissed\";b:0;s:6:\"widget\";a:4:{s:7:\"desktop\";b:1;s:12:\"show_metrics\";b:1;s:11:\"show_audits\";b:1;s:13:\"show_historic\";b:1;}s:3:\"hub\";a:3:{s:12:\"show_metrics\";b:1;s:11:\"show_audits\";b:1;s:13:\"show_historic\";b:1;}}s:8:\"advanced\";a:5:{s:12:\"query_string\";b:0;s:5:\"emoji\";b:0;s:8:\"prefetch\";a:0:{}s:11:\"db_cleanups\";b:0;s:14:\"cart_fragments\";b:0;}s:3:\"rss\";a:2:{s:7:\"enabled\";b:1;s:8:\"duration\";i:3600;}s:8:\"settings\";a:3:{s:17:\"accessible_colors\";b:0;s:15:\"remove_settings\";b:0;s:11:\"remove_data\";b:0;}}','yes'),(2652,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1564293000;}s:5:\"queue\";a:1:{s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:4:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1566093193;s:6:\"sticky\";b:1;}}s:4:\"done\";a:1:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1564293000;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1566006808;}}}','no'),(2653,'wp-smush-install-type','existing','no'),(2654,'wp-smush-version','3.4.2','no'),(2676,'elementor_log','a:43:{s:32:\"9b28164ee3446d2bcd190ff64ffbeb84\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-08 04:26:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.6.7\";s:2:\"to\";s:5:\"2.6.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-08 04:26:28\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.6.7\";s:2:\"to\";s:5:\"2.6.8\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"44ccd7e04d8d5489b6ce0a052a570817\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-08 09:01:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.6.1\";s:2:\"to\";s:5:\"2.6.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-08 09:01:40\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.6.1\";s:2:\"to\";s:5:\"2.6.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"33f09d60f3a3d3ce0ccd0a8c014cbaa0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-08 09:01:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.6.1\";s:2:\"to\";s:5:\"2.6.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-08 09:01:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.6.1\";s:2:\"to\";s:5:\"2.6.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b852581c7d41dceed001b06a9793e81d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"39947\";s:7:\"\0*\0file\";s:102:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=2.6.8\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2019-08-17 08:41:54\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:22:\"t[o.name] is undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-17 08:41:54\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1566031314\";s:7:\"message\";s:22:\"t[o.name] is undefined\";s:3:\"url\";s:102:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=2.6.8\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"39947\";}}s:32:\"ac976744446be5d59836a83d2a686183\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:90:\"/home/frontd7/thehistoricvinewood.com/wp-content/plugins/elementor/core/files/css/base.php\";s:7:\"\0*\0line\";i:721;s:7:\"\0*\0date\";s:19:\"2019-08-17 08:47:44\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:20:\"Undefined index: _id\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-17 08:47:44\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:20:\"Undefined index: _id\";s:4:\"file\";s:90:\"/home/frontd7/thehistoricvinewood.com/wp-content/plugins/elementor/core/files/css/base.php\";s:4:\"line\";i:721;s:5:\"trace\";b:1;}}s:32:\"aab1aea1c4a896c3f5228daa0aecd2bb\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"44031\";s:7:\"\0*\0file\";s:104:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=2.6.8\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2019-08-17 09:53:31\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:14:\"r is undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2019-08-17 09:53:31\";i:1;s:19:\"2019-08-25 20:20:41\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1566035611\";s:7:\"message\";s:14:\"r is undefined\";s:3:\"url\";s:104:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=2.6.8\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"44031\";}}s:32:\"63272d93c575095e3f07201bf91ee489\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"122504\";s:7:\"\0*\0file\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.8\";s:7:\"\0*\0line\";s:2:\"32\";s:7:\"\0*\0date\";s:19:\"2019-08-23 21:12:25\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:58:\"elementorFrontend.elements.window.jQuery is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2019-08-23 21:12:25\";i:1;s:19:\"2019-08-23 21:12:25\";i:2;s:19:\"2019-08-23 21:12:25\";i:3;s:19:\"2019-08-23 21:12:26\";i:4;s:19:\"2020-01-03 04:22:04\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1566594745\";s:7:\"message\";s:58:\"elementorFrontend.elements.window.jQuery is not a function\";s:3:\"url\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.8\";s:4:\"line\";s:2:\"32\";s:6:\"column\";s:6:\"122504\";}}s:32:\"59db3975e01426d7d9001d40f7ed805b\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:1:\"0\";s:7:\"\0*\0file\";s:96:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=2.6.8\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2019-08-23 21:12:25\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:0:\"\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2019-08-23 21:12:25\";i:1;s:19:\"2019-08-23 21:12:25\";i:2;s:19:\"2019-08-23 21:12:25\";i:3;s:19:\"2019-08-23 21:12:26\";i:4;s:19:\"2020-01-03 04:22:04\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1566594745\";s:7:\"message\";s:0:\"\";s:3:\"url\";s:96:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=2.6.8\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:1:\"0\";}}s:32:\"275c688092d86e0eb7adb0733f93e062\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"59839\";s:7:\"\0*\0file\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.8\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2019-08-23 21:12:25\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:64:\"elementorFrontend.elements.window.document.activeElement is null\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2019-08-23 21:12:25\";i:1;s:19:\"2019-08-23 21:12:25\";i:2;s:19:\"2019-08-23 21:12:25\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1566594745\";s:7:\"message\";s:64:\"elementorFrontend.elements.window.document.activeElement is null\";s:3:\"url\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.8\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"59839\";}}s:32:\"2a5aa0adea1e3fed7b58f02e178fcc9a\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"115052\";s:7:\"\0*\0file\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.8\";s:7:\"\0*\0line\";s:2:\"32\";s:7:\"\0*\0date\";s:19:\"2019-08-25 08:55:23\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:23:\"n.ui.input is undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-25 08:55:23\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1566723323\";s:7:\"message\";s:23:\"n.ui.input is undefined\";s:3:\"url\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.8\";s:4:\"line\";s:2:\"32\";s:6:\"column\";s:6:\"115052\";}}s:32:\"a4defe5e5385ad4d3ebe0157e6041fe3\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:4:\"4610\";s:7:\"\0*\0file\";s:111:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js?ver=13.0.0\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2019-08-26 00:24:43\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:61:\"noUiSlider (13.0.0): \\&#039;start\\&#039; option is incorrect.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2019-08-26 00:24:43\";i:1;s:19:\"2019-08-26 01:54:38\";i:2;s:19:\"2019-08-26 01:54:42\";i:3;s:19:\"2019-08-26 01:54:45\";i:4;s:19:\"2019-08-26 01:55:11\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1566779083\";s:7:\"message\";s:51:\"noUiSlider (13.0.0): \\\'start\\\' option is incorrect.\";s:3:\"url\";s:111:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js?ver=13.0.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"4610\";}}s:32:\"3afc851684e4ba5986220fa4b3f32ee4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.6.8\";s:2:\"to\";s:5:\"2.7.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.6.8\";s:2:\"to\";s:5:\"2.7.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"da58627538072d725d9716954a7c3d1e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"ac8aba209d68554c5906480589465113\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:64:\"Elementor/Upgrades - _v_2_7_0_rename_document_types_to_wp Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:64:\"Elementor/Upgrades - _v_2_7_0_rename_document_types_to_wp Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"bdcf38358682dd8dfea0ee3764f041ae\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:92:\"Elementor/Upgrades - _v_2_7_0_rename_document_types_to_wp callback needs to run more 0 times\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:92:\"Elementor/Upgrades - _v_2_7_0_rename_document_types_to_wp callback needs to run more 0 times\";s:4:\"type\";s:4:\"info\";}}s:32:\"21b5098030c750f64354b1c935418471\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:58:\"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:58:\"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"bbe45d9deab22c677d6631a452e6c5b3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:60:\"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:60:\"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"51e703318944084e45f4c3030926ab4a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:54:\"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:54:\"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"9ff0807fe4a48052c92624b4fdccaae4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:56:\"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:56:\"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f87dd4b16f0dc2725bd5efac51820d9d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:78:\"Elementor/Upgrades - _v_2_7_0_rename_document_types_to_wp Start (2 of 1, 200%)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:78:\"Elementor/Upgrades - _v_2_7_0_rename_document_types_to_wp Start (2 of 1, 200%)\";s:4:\"type\";s:4:\"info\";}}s:32:\"f0387422fe978832d2c9fcf6f4823f67\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:66:\"Elementor/Upgrades - _v_2_7_0_rename_document_types_to_wp Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:66:\"Elementor/Upgrades - _v_2_7_0_rename_document_types_to_wp Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"d4992201752f1fcdd7fc580a14e7f422\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:29:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.6.8\";s:2:\"to\";s:5:\"2.7.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:29:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.6.8\";s:2:\"to\";s:5:\"2.7.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f3aab7d908ca8854657eaf41453e6169\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-15 11:30:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.6.2\";s:2:\"to\";s:5:\"2.6.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 11:30:18\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.6.2\";s:2:\"to\";s:5:\"2.6.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"df842f9750e36b061cb2cf3ef01f2071\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:97:\"/home/frontd7/thehistoricvinewood.com/wp-content/plugins/elementor/includes/base/element-base.php\";s:7:\"\0*\0line\";i:151;s:7:\"\0*\0date\";s:19:\"2019-09-15 11:33:38\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:37:\"Illegal offset type in isset or empty\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:16759;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2019-12-17 18:25:52\";i:1;s:19:\"2019-12-17 18:28:02\";i:2;s:19:\"2019-12-17 18:28:28\";i:3;s:19:\"2019-12-17 18:28:30\";i:4;s:19:\"2019-12-17 18:28:55\";i:5;s:19:\"2019-12-17 18:28:57\";i:6;s:19:\"2019-12-17 18:30:25\";i:7;s:19:\"2019-12-17 18:31:09\";i:8;s:19:\"2019-12-17 18:32:36\";i:9;s:19:\"2019-12-17 18:32:39\";i:10;s:19:\"2019-12-17 18:34:27\";i:11;s:19:\"2019-12-17 18:34:29\";i:12;s:19:\"2019-12-17 18:34:48\";i:13;s:19:\"2019-12-17 18:34:50\";i:14;s:19:\"2019-12-17 18:35:07\";i:15;s:19:\"2019-12-17 18:35:09\";i:16;s:19:\"2019-12-17 18:35:57\";i:17;s:19:\"2019-12-17 18:37:25\";i:18;s:19:\"2019-12-17 18:42:08\";i:19;s:19:\"2019-12-17 18:42:36\";i:20;s:19:\"2019-12-17 18:42:38\";i:21;s:19:\"2019-12-17 18:42:45\";i:22;s:19:\"2019-12-17 18:49:39\";i:23;s:19:\"2019-12-17 18:49:47\";i:24;s:19:\"2019-12-17 18:49:54\";i:25;s:19:\"2019-12-17 19:04:02\";i:26;s:19:\"2019-12-17 19:04:04\";i:27;s:19:\"2019-12-17 19:23:20\";i:28;s:19:\"2019-12-17 19:25:28\";i:29;s:19:\"2019-12-17 19:37:55\";i:30;s:19:\"2019-12-17 19:38:52\";i:31;s:19:\"2019-12-17 19:39:35\";i:32;s:19:\"2019-12-17 19:45:16\";i:33;s:19:\"2019-12-17 19:57:51\";i:34;s:19:\"2019-12-17 19:57:56\";i:35;s:19:\"2019-12-17 19:57:56\";i:36;s:19:\"2019-12-17 20:08:45\";i:37;s:19:\"2019-12-17 20:10:23\";i:38;s:19:\"2019-12-17 20:10:25\";i:39;s:19:\"2019-12-17 20:18:15\";i:40;s:19:\"2019-12-17 20:25:01\";i:41;s:19:\"2019-12-17 20:25:11\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:37:\"Illegal offset type in isset or empty\";s:4:\"file\";s:97:\"/home/frontd7/thehistoricvinewood.com/wp-content/plugins/elementor/includes/base/element-base.php\";s:4:\"line\";i:151;s:5:\"trace\";b:1;}}s:32:\"e515f81ffd42093300198188ff5340c4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-22 07:30:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.1\";s:2:\"to\";s:5:\"2.7.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-22 07:30:24\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.1\";s:2:\"to\";s:5:\"2.7.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f8d091506d8fc3d2981033d0c083f19f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-24 14:42:53\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.2\";s:2:\"to\";s:5:\"2.7.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-24 14:42:53\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.2\";s:2:\"to\";s:5:\"2.7.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"734725ce3f76a6a240c36f70efd25b3c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-26 19:44:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.6.5\";s:2:\"to\";s:5:\"2.7.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-26 19:44:45\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.6.5\";s:2:\"to\";s:5:\"2.7.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"308a8bdcc30473c713399801b2c4cfcf\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-10-08 16:05:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:5:\"2.7.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-10-08 16:05:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:5:\"2.7.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"328c8d4bcea568fd3b00a07113fe25f8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-10-31 03:24:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.4\";s:2:\"to\";s:5:\"2.7.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-10-31 03:24:35\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.4\";s:2:\"to\";s:5:\"2.7.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4b3d5aa1659938d49f40f9f91fa5f092\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-10-31 03:48:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.7.1\";s:2:\"to\";s:5:\"2.7.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-10-31 03:48:49\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.7.1\";s:2:\"to\";s:5:\"2.7.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6527e2d932928db4ee8a39673d06c57b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-12-09 15:11:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.5\";s:2:\"to\";s:5:\"2.7.6\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-12-09 15:11:14\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.5\";s:2:\"to\";s:5:\"2.7.6\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"de8249afba68f7e85d221e86dc26156b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-12-17 20:28:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.6\";s:2:\"to\";s:5:\"2.8.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-12-17 20:28:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.6\";s:2:\"to\";s:5:\"2.8.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"02c7ca72e97fb82a515fb4a975bda1da\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"36402\";s:7:\"\0*\0file\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.8.2\";s:7:\"\0*\0line\";s:2:\"31\";s:7:\"\0*\0date\";s:19:\"2019-12-28 10:43:39\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:14:\"n is undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-12-28 10:43:39\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1577529819\";s:7:\"message\";s:14:\"n is undefined\";s:3:\"url\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.8.2\";s:4:\"line\";s:2:\"31\";s:6:\"column\";s:5:\"36402\";}}s:32:\"5405e0a3da83f1e2bc093cc300ff6412\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"20342\";s:7:\"\0*\0file\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.8.2\";s:7:\"\0*\0line\";s:1:\"7\";s:7:\"\0*\0date\";s:19:\"2019-12-28 10:45:40\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:32:\"this.ui.columnInner is undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2019-12-28 10:45:40\";i:1;s:19:\"2019-12-28 10:45:41\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1577529940\";s:7:\"message\";s:32:\"this.ui.columnInner is undefined\";s:3:\"url\";s:94:\"https://thehistoricvinewood.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.8.2\";s:4:\"line\";s:1:\"7\";s:6:\"column\";s:5:\"20342\";}}s:32:\"52492e8c7a896f2188fbb394adfe7c5c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-01-03 02:19:09\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.8.2\";s:2:\"to\";s:5:\"2.8.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-01-03 02:19:09\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.8.2\";s:2:\"to\";s:5:\"2.8.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a56052e0901da6af4d1f470cfa97902c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-01-03 02:19:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-01-03 02:19:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"745d412173ef46cd5aaad2abb0e73bb9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-01-03 02:19:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:54:\"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-01-03 02:19:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:54:\"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c5ec5d58efe2e12246c1f50aa937a7e8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-01-03 02:19:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:56:\"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-01-03 02:19:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:56:\"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a47f516c9034f1270d4385217b159238\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-01-03 02:19:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.8.2\";s:2:\"to\";s:5:\"2.8.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-01-03 02:19:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.8.2\";s:2:\"to\";s:5:\"2.8.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e1e7a902c237c6e7f5ec5de4bd1e6672\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-01-25 05:46:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.8.3\";s:2:\"to\";s:5:\"2.8.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-01-25 05:46:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.8.3\";s:2:\"to\";s:5:\"2.8.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d5899558a0edbd49a31bf8152153432f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-01-25 05:47:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:5:\"2.8.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-01-25 05:47:05\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:5:\"2.8.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b72938f392a2b2e042347cfc90d78660\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-02-04 18:20:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.8.4\";s:2:\"to\";s:5:\"2.8.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-02-04 18:20:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.8.4\";s:2:\"to\";s:5:\"2.8.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"212563b71791e3931ba16bf300075697\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-02-18 06:50:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.8.5\";s:2:\"to\";s:5:\"2.9.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-02-18 06:50:02\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.8.5\";s:2:\"to\";s:5:\"2.9.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}','no'),(2666,'wphb-free-install-date','1564293004','no'),(2710,'wphb-notice-minification-optimized-show','yes','yes'),(2776,'wds-onboarding-done','1','yes'),(2678,'wphb-quick-setup','a:1:{s:8:\"finished\";b:1;}','yes'),(2656,'wds_checkup_options','a:5:{s:19:\"checkup-cron-enable\";b:0;s:17:\"checkup-frequency\";s:6:\"weekly\";s:11:\"checkup-dow\";i:2;s:11:\"checkup-tod\";i:9;s:24:\"checkup-email-recipients\";a:1:{i:0;a:2:{s:4:\"name\";s:5:\"admin\";s:5:\"email\";s:29:\"TheHistoricVinewood@gmail.com\";}}}','yes'),(2657,'wds_onpage_options','a:183:{s:10:\"title-home\";s:12:\"%%sitename%%\";s:13:\"metadesc-home\";s:12:\"%%sitedesc%%\";s:14:\"og-active-home\";b:1;s:14:\"og-images-home\";a:0:{}s:19:\"twitter-active-home\";b:1;s:19:\"twitter-images-home\";a:0:{}s:12:\"title-search\";s:37:\"%%searchphrase%% %%sep%% %%sitename%%\";s:15:\"metadesc-search\";s:0:\"\";s:16:\"og-active-search\";b:1;s:16:\"og-images-search\";a:0:{}s:21:\"twitter-active-search\";b:1;s:21:\"twitter-images-search\";a:0:{}s:9:\"title-404\";s:35:\"Page not found %%sep%% %%sitename%%\";s:12:\"metadesc-404\";s:0:\"\";s:13:\"og-active-404\";b:1;s:13:\"og-images-404\";a:0:{}s:18:\"twitter-active-404\";b:1;s:18:\"twitter-images-404\";a:0:{}s:15:\"title-bp_groups\";s:38:\"%%bp_group_name%% %%sep%% %%sitename%%\";s:18:\"metadesc-bp_groups\";s:24:\"%%bp_group_description%%\";s:19:\"og-active-bp_groups\";b:1;s:19:\"og-images-bp_groups\";a:0:{}s:24:\"twitter-active-bp_groups\";b:1;s:24:\"twitter-images-bp_groups\";a:0:{}s:16:\"title-bp_profile\";s:41:\"%%bp_user_username%% %%sep%% %%sitename%%\";s:19:\"metadesc-bp_profile\";s:21:\"%%bp_user_full_name%%\";s:20:\"og-active-bp_profile\";b:1;s:20:\"og-images-bp_profile\";a:0:{}s:25:\"twitter-active-bp_profile\";b:1;s:25:\"twitter-images-bp_profile\";a:0:{}s:10:\"title-post\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:11:\"%%excerpt%%\";s:14:\"og-active-post\";b:1;s:14:\"og-images-post\";a:0:{}s:19:\"twitter-active-post\";b:1;s:19:\"twitter-images-post\";a:0:{}s:10:\"title-page\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:11:\"%%excerpt%%\";s:14:\"og-active-page\";b:1;s:14:\"og-images-page\";a:0:{}s:19:\"twitter-active-page\";b:1;s:19:\"twitter-images-page\";a:0:{}s:16:\"title-attachment\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:11:\"%%excerpt%%\";s:20:\"og-active-attachment\";b:1;s:20:\"og-images-attachment\";a:0:{}s:25:\"twitter-active-attachment\";b:1;s:25:\"twitter-images-attachment\";a:0:{}s:23:\"title-elementor_library\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:11:\"%%excerpt%%\";s:27:\"og-active-elementor_library\";b:1;s:27:\"og-images-elementor_library\";a:0:{}s:32:\"twitter-active-elementor_library\";b:1;s:32:\"twitter-images-elementor_library\";a:0:{}s:16:\"title-mec-events\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:19:\"metadesc-mec-events\";s:11:\"%%excerpt%%\";s:20:\"og-active-mec-events\";b:1;s:20:\"og-images-mec-events\";a:0:{}s:25:\"twitter-active-mec-events\";b:1;s:25:\"twitter-images-mec-events\";a:0:{}s:18:\"title-elementor-hf\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:21:\"metadesc-elementor-hf\";s:11:\"%%excerpt%%\";s:22:\"og-active-elementor-hf\";b:1;s:22:\"og-images-elementor-hf\";a:0:{}s:27:\"twitter-active-elementor-hf\";b:1;s:27:\"twitter-images-elementor-hf\";a:0:{}s:28:\"title-elementor_library_type\";s:0:\"\";s:31:\"metadesc-elementor_library_type\";s:0:\"\";s:32:\"og-active-elementor_library_type\";b:1;s:32:\"og-images-elementor_library_type\";a:0:{}s:37:\"twitter-active-elementor_library_type\";b:1;s:37:\"twitter-images-elementor_library_type\";a:0:{}s:32:\"title-elementor_library_category\";s:0:\"\";s:35:\"metadesc-elementor_library_category\";s:0:\"\";s:36:\"og-active-elementor_library_category\";b:1;s:36:\"og-images-elementor_library_category\";a:0:{}s:41:\"twitter-active-elementor_library_category\";b:1;s:41:\"twitter-images-elementor_library_category\";a:0:{}s:22:\"title-wpforms_log_type\";s:0:\"\";s:25:\"metadesc-wpforms_log_type\";s:0:\"\";s:26:\"og-active-wpforms_log_type\";b:1;s:26:\"og-images-wpforms_log_type\";a:0:{}s:31:\"twitter-active-wpforms_log_type\";b:1;s:31:\"twitter-images-wpforms_log_type\";a:0:{}s:18:\"title-mec_category\";s:0:\"\";s:21:\"metadesc-mec_category\";s:0:\"\";s:22:\"og-active-mec_category\";b:1;s:22:\"og-images-mec_category\";a:0:{}s:27:\"twitter-active-mec_category\";b:1;s:27:\"twitter-images-mec_category\";a:0:{}s:25:\"title-elementor_font_type\";s:0:\"\";s:28:\"metadesc-elementor_font_type\";s:0:\"\";s:29:\"og-active-elementor_font_type\";b:1;s:29:\"og-images-elementor_font_type\";a:0:{}s:34:\"twitter-active-elementor_font_type\";b:1;s:34:\"twitter-images-elementor_font_type\";a:0:{}s:15:\"title-mec_label\";s:0:\"\";s:18:\"metadesc-mec_label\";s:0:\"\";s:19:\"og-active-mec_label\";b:1;s:19:\"og-images-mec_label\";a:0:{}s:24:\"twitter-active-mec_label\";b:1;s:24:\"twitter-images-mec_label\";a:0:{}s:18:\"title-mec_location\";s:0:\"\";s:21:\"metadesc-mec_location\";s:0:\"\";s:22:\"og-active-mec_location\";b:1;s:22:\"og-images-mec_location\";a:0:{}s:27:\"twitter-active-mec_location\";b:1;s:27:\"twitter-images-mec_location\";a:0:{}s:19:\"title-mec_organizer\";s:0:\"\";s:22:\"metadesc-mec_organizer\";s:0:\"\";s:23:\"og-active-mec_organizer\";b:1;s:23:\"og-images-mec_organizer\";a:0:{}s:28:\"twitter-active-mec_organizer\";b:1;s:28:\"twitter-images-mec_organizer\";a:0:{}s:14:\"title-category\";s:33:\"%%category%% %%sep%% %%sitename%%\";s:17:\"metadesc-category\";s:24:\"%%category_description%%\";s:18:\"og-active-category\";b:1;s:18:\"og-images-category\";a:0:{}s:23:\"twitter-active-category\";b:1;s:23:\"twitter-images-category\";a:0:{}s:14:\"title-post_tag\";s:28:\"%%tag%% %%sep%% %%sitename%%\";s:17:\"metadesc-post_tag\";s:19:\"%%tag_description%%\";s:18:\"og-active-post_tag\";b:1;s:18:\"og-images-post_tag\";a:0:{}s:23:\"twitter-active-post_tag\";b:1;s:23:\"twitter-images-post_tag\";a:0:{}s:12:\"title-author\";s:29:\"%%name%% %%sep%% %%sitename%%\";s:15:\"metadesc-author\";s:0:\"\";s:16:\"og-active-author\";b:1;s:16:\"og-images-author\";a:0:{}s:21:\"twitter-active-author\";b:1;s:21:\"twitter-images-author\";a:0:{}s:10:\"title-date\";s:36:\"%%currentdate%% %%sep%% %%sitename%%\";s:13:\"metadesc-date\";s:0:\"\";s:14:\"og-active-date\";b:1;s:14:\"og-images-date\";a:0:{}s:19:\"twitter-active-date\";b:1;s:19:\"twitter-images-date\";a:0:{}s:27:\"title-pt-archive-mec-events\";s:34:\"%%pt_plural%% %%sep%% %%sitename%%\";s:31:\"og-active-pt-archive-mec-events\";b:1;s:31:\"og-images-pt-archive-mec-events\";a:0:{}s:36:\"twitter-active-pt-archive-mec-events\";b:1;s:36:\"twitter-images-pt-archive-mec-events\";a:0:{}s:13:\"keywords-home\";s:0:\"\";s:21:\"enable-author-archive\";b:1;s:19:\"enable-date-archive\";b:1;s:16:\"preset-separator\";s:4:\"pipe\";s:9:\"separator\";s:0:\"\";s:17:\"onpage-stylesheet\";i:0;s:23:\"onpage-dashboard-widget\";i:1;s:37:\"onpage-disable-automatic-regeneration\";i:0;s:12:\"title-header\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:15:\"metadesc-header\";s:11:\"%%excerpt%%\";s:12:\"title-footer\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:15:\"metadesc-footer\";s:11:\"%%excerpt%%\";s:15:\"title-portfolio\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:11:\"%%excerpt%%\";s:23:\"title-pt-archive-header\";s:34:\"%%pt_plural%% %%sep%% %%sitename%%\";s:23:\"title-pt-archive-footer\";s:34:\"%%pt_plural%% %%sep%% %%sitename%%\";s:26:\"title-pt-archive-portfolio\";s:34:\"%%pt_plural%% %%sep%% %%sitename%%\";s:19:\"title-portfolio_cat\";s:0:\"\";s:22:\"metadesc-portfolio_cat\";s:0:\"\";s:13:\"title-product\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:11:\"%%excerpt%%\";s:24:\"title-pt-archive-product\";s:34:\"%%pt_plural%% %%sep%% %%sitename%%\";s:18:\"title-action-group\";s:0:\"\";s:21:\"metadesc-action-group\";s:0:\"\";s:18:\"title-product_type\";s:0:\"\";s:21:\"metadesc-product_type\";s:0:\"\";s:24:\"title-product_visibility\";s:0:\"\";s:27:\"metadesc-product_visibility\";s:0:\"\";s:17:\"title-product_cat\";s:0:\"\";s:20:\"metadesc-product_cat\";s:0:\"\";s:17:\"title-product_tag\";s:0:\"\";s:20:\"metadesc-product_tag\";s:0:\"\";s:28:\"title-product_shipping_class\";s:0:\"\";s:31:\"metadesc-product_shipping_class\";s:0:\"\";s:19:\"title-product_brand\";s:0:\"\";s:22:\"metadesc-product_brand\";s:0:\"\";s:29:\"title-booked_custom_calendars\";s:0:\"\";s:32:\"metadesc-booked_custom_calendars\";s:0:\"\";s:16:\"title-mec_coupon\";s:0:\"\";s:19:\"metadesc-mec_coupon\";s:0:\"\";}','yes'),(2658,'wds_social_options','a:18:{s:14:\"disable-schema\";b:0;s:8:\"sitename\";s:21:\"The Historic Vinewood\";s:9:\"og-enable\";b:1;s:19:\"twitter-card-enable\";b:1;s:29:\"pinterest-verification-status\";b:0;s:11:\"schema_type\";s:0:\"\";s:13:\"override_name\";s:0:\"\";s:17:\"organization_name\";s:0:\"\";s:17:\"organization_logo\";s:0:\"\";s:16:\"twitter_username\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:17:\"twitter-card-type\";s:0:\"\";s:16:\"pinterest-verify\";s:0:\"\";s:9:\"fb-app-id\";s:0:\"\";}','yes'),(2659,'wds_sitemap_options','a:18:{s:18:\"sitemap-stylesheet\";i:1;s:11:\"sitemappath\";s:68:\"/home/frontd7/thehistoricvinewood.com/wp-content/uploads/sitemap.xml\";s:10:\"sitemapurl\";s:43:\"https://thehistoricvinewood.com/sitemap.xml\";s:14:\"sitemap-images\";i:0;s:24:\"sitemap-dashboard-widget\";i:0;s:38:\"sitemap-disable-automatic-regeneration\";i:0;s:18:\"verification-pages\";s:0:\"\";s:25:\"sitemap-buddypress-groups\";i:0;s:27:\"sitemap-buddypress-profiles\";i:0;s:24:\"verification-google-meta\";s:0:\"\";s:22:\"verification-bing-meta\";s:0:\"\";s:15:\"additiona-metas\";a:0:{}s:19:\"crawler-cron-enable\";b:0;s:17:\"crawler-frequency\";s:6:\"weekly\";s:11:\"crawler-dow\";i:0;s:11:\"crawler-tod\";i:20;s:13:\"split-sitemap\";b:0;s:17:\"items-per-sitemap\";i:1000;}','yes'),(2660,'wds_autolinks_options','a:7:{s:10:\"ignorepost\";s:0:\"\";s:6:\"ignore\";s:0:\"\";s:9:\"customkey\";s:0:\"\";s:14:\"cpt_char_limit\";s:0:\"\";s:14:\"tax_char_limit\";s:0:\"\";s:10:\"link_limit\";s:0:\"\";s:17:\"single_link_limit\";s:0:\"\";}','yes'),(2661,'wds_settings_options','a:17:{s:9:\"autolinks\";b:0;s:6:\"seomoz\";i:0;s:7:\"sitemap\";b:1;s:6:\"onpage\";b:1;s:7:\"checkup\";b:1;s:6:\"social\";b:1;s:28:\"seo_metabox_permission_level\";a:1:{i:0;s:10:\"list_users\";}s:35:\"urlmetrics_metabox_permission_level\";a:1:{i:0;s:10:\"list_users\";}s:32:\"seo_metabox_301_permission_level\";a:1:{i:0;s:10:\"list_users\";}s:9:\"access-id\";s:0:\"\";s:10:\"secret-key\";s:0:\"\";s:12:\"analysis-seo\";b:1;s:20:\"analysis-readability\";b:1;s:16:\"extras-admin_bar\";b:1;s:23:\"metabox-lax_enforcement\";b:0;s:26:\"general-suppress-generator\";b:0;s:36:\"general-suppress-redundant_canonical\";b:0;}','yes'),(2662,'wds-free-install-date','1564293002','no'),(9979,'gadwp_options','{\"client_id\":\"\",\"client_secret\":\"\",\"access_front\":[\"administrator\"],\"access_back\":[\"administrator\"],\"tableid_jail\":\"200770114\",\"theme_color\":\"#1e73be\",\"switch_profile\":0,\"tracking_type\":\"universal\",\"ga_anonymize_ip\":0,\"user_api\":0,\"ga_event_tracking\":0,\"ga_event_downloads\":\"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*\",\"track_exclude\":[],\"ga_target_geomap\":\"\",\"ga_realtime_pages\":10,\"token\":\"{\\\"access_token\\\":\\\"ya29.ImG_B81fIxxeM0YzXgf5XGLLeyPpWOSZJgz4S8xQn_rZrU8zu1mjAyAwOlx1jwjl1W0Yul8QLthtvthoC9C5rvtLQtbyLDkUgAbiwRBmzD_IdzfRDr7WFeds1TehsyJCCCpV\\\",\\\"expires_in\\\":3599,\\\"refresh_token\\\":\\\"1\\\\\\/UpdI5KtskJAC0PHir5zm7o-XAedn6aGlMLV1BpT7ltw\\\",\\\"scope\\\":\\\"https:\\\\\\/\\\\\\/www.googleapis.com\\\\\\/auth\\\\\\/analytics.readonly\\\",\\\"token_type\\\":\\\"Bearer\\\",\\\"created\\\":1582603592}\",\"ga_profiles_list\":[[\"All Web Site Data\",\"200770114\",\"UA-146345904-1\",\"https:\\/\\/thehistoricvinewood.com\\/\",-18000,\"America\\/Chicago\",null]],\"ga_enhanced_links\":0,\"ga_remarketing\":0,\"network_mode\":0,\"ga_speed_samplerate\":1,\"ga_user_samplerate\":100,\"ga_event_bouncerate\":0,\"ga_crossdomain_tracking\":0,\"ga_crossdomain_list\":\"\",\"ga_author_dimindex\":0,\"ga_category_dimindex\":0,\"ga_tag_dimindex\":0,\"ga_user_dimindex\":0,\"ga_pubyear_dimindex\":0,\"ga_pubyearmonth_dimindex\":0,\"ga_aff_tracking\":0,\"ga_event_affiliates\":\"\\/out\\/\",\"automatic_updates_minorversion\":\"1\",\"backend_item_reports\":1,\"backend_realtime_report\":0,\"frontend_item_reports\":0,\"dashboard_widget\":1,\"api_backoff\":0,\"ga_cookiedomain\":\"\",\"ga_cookiename\":\"\",\"ga_cookieexpires\":\"\",\"pagetitle_404\":\"Page Not Found\",\"maps_api_key\":\"\",\"tm_author_var\":0,\"tm_category_var\":0,\"tm_tag_var\":0,\"tm_user_var\":0,\"tm_pubyear_var\":0,\"tm_pubyearmonth_var\":0,\"web_containerid\":\"\",\"amp_containerid\":\"\",\"amp_tracking_tagmanager\":0,\"amp_tracking_analytics\":0,\"amp_tracking_clientidapi\":0,\"trackingcode_infooter\":0,\"trackingevents_infooter\":0,\"ecommerce_mode\":\"disabled\",\"ga_formsubmit_tracking\":0,\"optimize_tracking\":0,\"optimize_containerid\":\"\",\"optimize_pagehiding\":0,\"superadmin_tracking\":0,\"ga_pagescrolldepth_tracking\":0,\"tm_pagescrolldepth_tracking\":0,\"ga_event_precision\":0,\"ga_force_ssl\":0,\"with_endpoint\":1,\"ga_optout\":0,\"ga_dnt_optout\":0,\"tm_optout\":0,\"tm_dnt_optout\":0,\"ga_with_gtag\":0,\"usage_tracking\":0,\"hide_am_notices\":0,\"network_hide_am_notices\":0,\"ga_enhanced_excludesa\":0,\"ga_hash_tracking\":0,\"gadwp_hidden\":\"Y\"}','yes'),(9981,'_amn_exact-metrics_to_check','1582862754','yes'),(9985,'gadwp_redeemed_code','4/qQELHpuYtws7LcMEcUiKp6C5S3uLNQ5C-rM7N2zI8amxVdHYQTtVWZA','yes'),(3536,'widget_recent-property','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(11414,'product_brand_children','a:0:{}','yes'),(11659,'portfolio_cat_children','a:0:{}','yes'),(11655,'wds_taxonomy_meta','a:2:{s:13:\"portfolio_cat\";a:1:{i:53;a:6:{s:9:\"wds_title\";s:0:\"\";s:8:\"wds_desc\";s:0:\"\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;}}s:10:\"mec_coupon\";a:2:{i:91;a:6:{s:9:\"wds_title\";s:0:\"\";s:8:\"wds_desc\";s:0:\"\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;}i:94;a:6:{s:9:\"wds_title\";s:0:\"\";s:8:\"wds_desc\";s:0:\"\";s:11:\"wds_bctitle\";s:0:\"\";s:13:\"wds_canonical\";s:0:\"\";s:11:\"wds_noindex\";b:0;s:12:\"wds_nofollow\";b:0;}}}','yes'),(3648,'rs_cache_overlay','5.4.8.3','yes'),(3649,'revslider-connection','1','yes'),(3650,'revslider-latest-version','6.1.8','yes'),(3651,'revslider-stable-version','4.2','yes'),(3652,'revslider-notices','a:0:{}','yes'),(3653,'revslider-dashboard','a:0:{}','yes'),(3654,'revslider-addons','O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:71:\"//updates.themepunch-ext-a.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch-ext-a.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch-ext-a.tools/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch-ext-a.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}','yes'),(3655,'revslider-update-check','','yes'),(3900,'revslider-notices-dc','a:1:{i:0;s:10:\"TPRS600-01\";}','yes'),(4254,'mc4wp_form_stylesheets','a:0:{}','yes'),(3322,'revslider_checktables','1','yes'),(3323,'rs_tables_created','1','yes'),(3324,'revslider_table_version','1.0.6','yes'),(3325,'revslider-global-settings','a:0:{}','yes'),(3326,'revslider_update_version','5.2.5.5','yes'),(3327,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3331,'revslider-valid-notice','false','yes'),(667,'current_theme','Dreama','yes'),(668,'theme_mods_astra','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:20;}s:18:\"custom_css_post_id\";i:28;s:11:\"custom_logo\";i:743;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1564383929;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"mec-single-sidebar\";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:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}','yes'),(669,'theme_switched','','yes'),(672,'astra-settings','a:77:{s:24:\"astra-addon-auto-version\";s:5:\"1.8.7\";s:18:\"theme-auto-version\";s:5:\"1.8.7\";s:19:\"site-sidebar-layout\";s:13:\"right-sidebar\";s:26:\"woocommerce-content-layout\";s:7:\"default\";s:22:\"header-main-rt-section\";s:11:\"woocommerce\";s:16:\"body-font-family\";s:24:\"\'Montserrat\', sans-serif\";s:17:\"body-font-variant\";s:19:\"100,200,400,500,700\";s:16:\"body-font-weight\";s:3:\"400\";s:20:\"headings-font-family\";s:25:\"\'Playfair Display\', serif\";s:20:\"headings-font-weight\";s:3:\"400\";s:24:\"header-main-layout-width\";s:7:\"content\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:11:\"theme-color\";s:7:\"#d9b351\";s:10:\"link-color\";s:7:\"#124a42\";s:10:\"text-color\";s:7:\"#413a3c\";s:12:\"link-h-color\";s:7:\"#091d19\";s:10:\"shop-grids\";a:3:{s:7:\"desktop\";s:1:\"3\";s:6:\"tablet\";s:1:\"3\";s:6:\"mobile\";s:1:\"2\";}s:16:\"shop-hover-style\";s:0:\"\";s:22:\"shop-product-structure\";a:4:{i:0;s:8:\"category\";i:1;s:5:\"title\";i:2;s:7:\"ratings\";i:3;s:5:\"price\";}s:13:\"footer-bg-obj\";a:6:{s:16:\"background-color\";s:7:\"#f7f7f8\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:24:\"footer-sml-divider-color\";s:7:\"#eaeaea\";s:12:\"footer-color\";s:7:\"#413a3c\";s:17:\"footer-link-color\";s:19:\"rgba(18,74,66,0.77)\";s:27:\"footer-sml-section-1-credit\";s:66:\"Copyright © [current_year] [site_title] | <a href=\"#\">Credits</a>\";s:20:\"footer-sml-section-2\";s:6:\"custom\";s:27:\"footer-sml-section-2-credit\";s:39:\"Powered by <a href=\"#\">[site_title]</a>\";s:19:\"footer-link-h-color\";s:7:\"#124a42\";s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-2\";s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#efe8db\";s:6:\"tablet\";s:7:\"#4e5768\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#d9b351\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"hide-custom-menu-mobile\";b:0;s:27:\"header-display-outside-menu\";b:1;s:30:\"mobile-header-toggle-btn-style\";s:4:\"fill\";s:36:\"mobile-header-toggle-btn-style-color\";s:7:\"#000000\";s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:1:\"3\";s:6:\"tablet\";s:3:\"2.5\";s:6:\"mobile\";s:1:\"2\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"3\";s:6:\"mobile\";s:1:\"2\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#413a3c\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#d9b351\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"different-retina-logo\";b:0;s:22:\"ast-header-retina-logo\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:3:\"103\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"42\";}s:18:\"display-site-title\";b:1;s:26:\"different-transparent-logo\";b:0;s:23:\"transparent-header-logo\";s:82:\"https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoTitleOnly-White.png\";s:33:\"different-transparent-retina-logo\";b:0;s:30:\"transparent-header-retina-logo\";s:0:\"\";s:12:\"button-color\";s:7:\"#efe8db\";s:14:\"button-h-color\";s:7:\"#efe8db\";s:15:\"button-bg-color\";s:7:\"#124a42\";s:17:\"button-bg-h-color\";s:7:\"#d9b351\";s:13:\"button-radius\";i:0;s:16:\"button-h-padding\";i:25;s:16:\"button-v-padding\";i:25;s:19:\"site-content-layout\";s:15:\"boxed-container\";s:20:\"display-site-tagline\";b:0;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";s:2:\"80\";s:6:\"tablet\";s:2:\"60\";s:6:\"mobile\";s:2:\"50\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:7:\"#efe8db\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#413a3c\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:19:\"rgba(65,58,60,0.82)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#d9b351\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"transparent-header-on-devices\";s:7:\"desktop\";s:25:\"transparent-header-enable\";b:0;s:32:\"transparent-header-disable-index\";b:1;s:31:\"transparent-header-disable-page\";b:0;s:32:\"transparent-header-disable-posts\";b:1;s:39:\"transparent-header-disable-woo-products\";b:1;s:29:\"single-product-sidebar-layout\";s:10:\"no-sidebar\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"primary-submenu-item-border\";b:1;s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"23\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"site-layout-outside-bg-obj\";a:6:{s:16:\"background-color\";s:22:\"rgba(239,232,219,0.51)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:21:\"headings-font-variant\";s:7:\"700,900\";s:23:\"headings-text-transform\";s:9:\"uppercase\";s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:17:\"logo-title-inline\";b:1;}','yes'),(675,'astra-theme-old-setup','1','yes'),(986,'astra_sites_recent_import_log_file','/home/frontd7/thehistoricvinewood.com/wp-content/uploads/astra-sites/import-27-Jul-2019-02-22-02.txt','yes'),(687,'astra_sites_settings','a:1:{s:12:\"page_builder\";s:9:\"elementor\";}','yes'),(2684,'wphb-stop-report','1','no'),(2680,'elementor_custom_icon_sets_config','a:0:{}','yes'),(2681,'elementor_fonts_manager_font_types','a:0:{}','yes'),(2682,'elementor_fonts_manager_fonts','a:0:{}','yes'),(2599,'elementor_connect_site_key','a33bbe7582735a3e1bf0ae6b3c67ab8e','yes'),(2602,'elementor_pro_license_key','ee6428e193cd816bc3ed2cf6569d71b4','yes'),(2650,'wp-smush-settings','a:21:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:1;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:1;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:1;s:17:\"background_images\";b:1;s:4:\"bulk\";b:0;}','yes'),(1477,'elementor_scheme_color-picker','a:12:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#777777\";i:3;s:7:\"#222222\";i:4;s:7:\"#e8b275\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#666b7e\";i:7;s:7:\"#000000\";i:8;s:4:\"#fff\";i:9;s:7:\"#000000\";i:10;s:7:\"#000000\";i:11;s:7:\"#3D7B5F\";i:12;s:7:\"#611239\";}','yes'),(770,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(771,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(772,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(773,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(774,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(775,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(776,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(777,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(778,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(779,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(780,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(781,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(782,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:8:\"/product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(784,'current_theme_supports_woocommerce','yes','yes'),(785,'woocommerce_queue_flush_rewrite_rules','no','yes'),(788,'woocommerce_store_address','2848 SE 29th St','yes'),(789,'woocommerce_store_address_2','','yes'),(790,'woocommerce_store_city','Topeka','yes'),(791,'woocommerce_default_country','US:KS','yes'),(792,'woocommerce_store_postcode','66605','yes'),(793,'woocommerce_allowed_countries','specific','yes'),(794,'woocommerce_all_except_countries','a:0:{}','yes'),(795,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"US\";}','yes'),(796,'woocommerce_ship_to_countries','disabled','yes'),(797,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(798,'woocommerce_default_customer_address','','yes'),(799,'woocommerce_calc_taxes','yes','yes'),(800,'woocommerce_enable_coupons','yes','yes'),(801,'woocommerce_calc_discounts_sequentially','no','no'),(802,'woocommerce_currency','USD','yes'),(803,'woocommerce_currency_pos','left','yes'),(804,'woocommerce_price_thousand_sep',',','yes'),(805,'woocommerce_price_decimal_sep','.','yes'),(806,'woocommerce_price_num_decimals','2','yes'),(807,'woocommerce_shop_page_id','1398','yes'),(808,'woocommerce_cart_redirect_after_add','yes','yes'),(809,'woocommerce_enable_ajax_add_to_cart','no','yes'),(810,'woocommerce_placeholder_image','3929','yes'),(811,'woocommerce_weight_unit','lbs','yes'),(812,'woocommerce_dimension_unit','in','yes'),(813,'woocommerce_enable_reviews','no','yes'),(814,'woocommerce_review_rating_verification_label','yes','no'),(815,'woocommerce_review_rating_verification_required','no','no'),(816,'woocommerce_enable_review_rating','yes','yes'),(817,'woocommerce_review_rating_required','yes','no'),(818,'woocommerce_manage_stock','yes','yes'),(819,'woocommerce_hold_stock_minutes','60','no'),(820,'woocommerce_notify_low_stock','yes','no'),(821,'woocommerce_notify_no_stock','yes','no'),(822,'woocommerce_stock_email_recipient','TheHistoricVinewood@gmail.com','no'),(823,'woocommerce_notify_low_stock_amount','20','no'),(824,'woocommerce_notify_no_stock_amount','0','yes'),(825,'woocommerce_hide_out_of_stock_items','no','yes'),(826,'woocommerce_stock_format','','yes'),(827,'woocommerce_file_download_method','force','no'),(828,'woocommerce_downloads_require_login','no','no'),(829,'woocommerce_downloads_grant_access_after_payment','yes','no'),(830,'woocommerce_prices_include_tax','no','yes'),(831,'woocommerce_tax_based_on','shipping','yes'),(832,'woocommerce_shipping_tax_class','inherit','yes'),(833,'woocommerce_tax_round_at_subtotal','no','yes'),(835,'woocommerce_tax_display_shop','excl','yes'),(836,'woocommerce_tax_display_cart','incl','yes'),(837,'woocommerce_price_display_suffix','','yes'),(838,'woocommerce_tax_total_display','single','no'),(839,'woocommerce_enable_shipping_calc','yes','no'),(840,'woocommerce_shipping_cost_requires_address','no','yes'),(841,'woocommerce_ship_to_destination','billing','no'),(842,'woocommerce_shipping_debug_mode','no','yes'),(843,'woocommerce_enable_guest_checkout','yes','no'),(844,'woocommerce_enable_checkout_login_reminder','no','no'),(845,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(846,'woocommerce_enable_myaccount_registration','no','no'),(847,'woocommerce_registration_generate_username','yes','no'),(848,'woocommerce_registration_generate_password','yes','no'),(849,'woocommerce_erasure_request_removes_order_data','no','no'),(850,'woocommerce_erasure_request_removes_download_data','no','no'),(851,'woocommerce_allow_bulk_remove_personal_data','no','no'),(852,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(853,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(854,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(855,'woocommerce_trash_pending_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(856,'woocommerce_trash_failed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(857,'woocommerce_trash_cancelled_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(858,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(859,'woocommerce_email_from_name','The Historic Vinewood','no'),(860,'woocommerce_email_from_address','TheHistoricVinewood@gmail.com','no'),(861,'woocommerce_email_header_image','','no'),(862,'woocommerce_email_footer_text','{site_title}<br />Built with <a href=\"https://woocommerce.com/\">WooCommerce</a>','no'),(863,'woocommerce_email_base_color','#3d7b5f','no'),(864,'woocommerce_email_background_color','#f7f7f7','no'),(865,'woocommerce_email_body_background_color','#ffffff','no'),(866,'woocommerce_email_text_color','#3c3c3c','no'),(867,'woocommerce_cart_page_id','1399','no'),(868,'woocommerce_checkout_page_id','1400','no'),(869,'woocommerce_myaccount_page_id','549','yes'),(870,'woocommerce_terms_page_id','3911','no'),(871,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(872,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(873,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(874,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(875,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(876,'woocommerce_myaccount_orders_endpoint','orders','yes'),(877,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(878,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(879,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(880,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(881,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(882,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(883,'woocommerce_logout_endpoint','customer-logout','yes'),(884,'woocommerce_api_enabled','yes','yes'),(885,'woocommerce_allow_tracking','no','no'),(886,'woocommerce_show_marketplace_suggestions','yes','no'),(887,'woocommerce_single_image_width','600','yes'),(888,'woocommerce_thumbnail_image_width','300','yes'),(889,'woocommerce_checkout_highlight_required_fields','yes','yes'),(890,'woocommerce_demo_store','no','no'),(891,'woocommerce_meta_box_errors','a:0:{}','yes'),(892,'woocommerce_admin_notices','a:1:{i:0;s:6:\"update\";}','yes'),(11412,'product_cat_children','a:0:{}','yes'),(894,'default_product_cat','15','yes'),(903,'wcf_ca_status','on','yes'),(904,'wcf_ca_gdpr_status','off','yes'),(78982,'woocommerce_version','3.9.2','yes'),(73827,'woocommerce_db_version','3.8.1','yes'),(7774,'EWD_UASP_Login_Options','a:0:{}','yes'),(2889,'booking_activation_process','Off','yes'),(2890,'booking_admin_cal_count','2','yes'),(2891,'booking_skin','/css/skins/standard.css','yes'),(2892,'booking_num_per_page','10','yes'),(2893,'booking_sort_order','','yes'),(2894,'booking_default_toolbar_tab','filter','yes'),(2895,'booking_listing_default_view_mode','vm_calendar','yes'),(2896,'booking_view_days_num','90','yes'),(2897,'booking_max_monthes_in_calendar','1y','yes'),(2898,'booking_client_cal_count','1','yes'),(2899,'booking_start_day_weeek','1','yes'),(2900,'booking_title_after_reservation','Thank you for your interest in The Vinewood. We look forward to meeting you and showing you our amazing venue. If you have questions prior to your tour, please send us an email at TheHistoricVinewood@gmail.com. \r\nThanks! \r\nNicole and Mike','yes'),(2901,'booking_title_after_reservation_time','7000','yes'),(2902,'booking_type_of_thank_you_message','message','yes'),(2903,'booking_thank_you_page_URL','/thank-you','yes'),(2904,'booking_is_use_autofill_4_logged_user','On','yes'),(2905,'booking_date_format','F j, Y','yes'),(2906,'booking_date_view_type','short','yes'),(2907,'booking_is_delete_if_deactive','Off','yes'),(2908,'booking_dif_colors_approval_pending','On','yes'),(2909,'booking_is_use_hints_at_admin_panel','On','yes'),(2910,'booking_is_not_load_bs_script_in_client','Off','yes'),(2911,'booking_is_not_load_bs_script_in_admin','Off','yes'),(2912,'booking_is_load_js_css_on_specific_pages','Off','yes'),(2913,'booking_is_show_system_debug_log','Off','yes'),(2914,'booking_pages_for_load_js_css','','yes'),(2915,'booking_type_of_day_selections','single','yes'),(2916,'booking_timeslot_day_bg_as_available','On','yes'),(2917,'booking_form_is_using_bs_css','On','yes'),(2918,'booking_form_format_type','vertical','yes'),(2919,'booking_form_field_active1','On','yes'),(2920,'booking_form_field_required1','On','yes'),(2921,'booking_form_field_label1','First Name','yes'),(2922,'booking_form_field_active2','On','yes'),(2923,'booking_form_field_required2','On','yes'),(2924,'booking_form_field_label2','Last Name','yes'),(2925,'booking_form_field_active3','On','yes'),(2926,'booking_form_field_required3','On','yes'),(2927,'booking_form_field_label3','Email','yes'),(2928,'booking_form_field_active4','On','yes'),(2929,'booking_form_field_required4','Off','yes'),(2930,'booking_form_field_label4','Phone','yes'),(2931,'booking_form_field_active5','On','yes'),(2932,'booking_form_field_required5','Off','yes'),(2933,'booking_form_field_label5','Details','yes'),(2934,'booking_form_field_active6','Off','yes'),(2935,'booking_form_field_required6','Off','yes'),(2936,'booking_form_field_label6','Visitors','yes'),(2937,'booking_form_field_values6','1\n2\n3\n4','yes'),(2938,'booking_is_days_always_available','Off','yes'),(2939,'booking_is_show_pending_days_as_available','Off','yes'),(2940,'booking_check_on_server_if_dates_free','Off','yes'),(2941,'booking_unavailable_days_num_from_today','2','yes'),(2942,'booking_unavailable_day0','On','yes'),(2943,'booking_unavailable_day1','On','yes'),(2944,'booking_unavailable_day2','Off','yes'),(2945,'booking_unavailable_day3','Off','yes'),(2946,'booking_unavailable_day4','On','yes'),(2947,'booking_unavailable_day5','On','yes'),(2948,'booking_unavailable_day6','On','yes'),(2949,'booking_menu_position','top','yes'),(2950,'booking_user_role_booking','editor','yes'),(2951,'booking_user_role_addbooking','editor','yes'),(2952,'booking_user_role_resources','editor','yes'),(2953,'booking_user_role_settings','administrator','yes'),(2954,'booking_is_email_reservation_adress','On','yes'),(2955,'booking_email_reservation_adress','&quot;Booking system&quot; &lt;TheHistoricVinewood@gmail.com&gt;','yes'),(2956,'booking_email_reservation_from_adress','[visitoremail]','yes'),(2957,'booking_email_reservation_subject','New booking','yes'),(2958,'booking_email_reservation_content','You need to approve a new booking [bookingtype] for: [dates]&lt;br/&gt;&lt;br/&gt; Person detail information:&lt;br/&gt; [content]&lt;br/&gt;&lt;br/&gt; Currently a new booking is waiting for approval. Please visit the moderation panel [moderatelink]&lt;br/&gt;&lt;br/&gt;Thank you, The Historic Vinewood&lt;br/&gt;[siteurl]','yes'),(2959,'booking_is_email_newbookingbyperson_adress','Off','yes'),(2960,'booking_email_newbookingbyperson_adress','&quot;Booking system&quot; &lt;TheHistoricVinewood@gmail.com&gt;','yes'),(2961,'booking_email_newbookingbyperson_subject','New booking','yes'),(2962,'booking_email_newbookingbyperson_content','Your reservation [bookingtype] for: [dates] is processing now! We will send confirmation by email. &lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt; Thank you, The Historic Vinewood&lt;br/&gt;[siteurl]','yes'),(2963,'booking_is_email_approval_adress','On','yes'),(2964,'booking_is_email_approval_send_copy_to_admin','Off','yes'),(2965,'booking_email_approval_adress','&quot;Booking system&quot; &lt;TheHistoricVinewood@gmail.com&gt;','yes'),(2966,'booking_email_approval_subject','Your booking has been approved','yes'),(2967,'booking_email_approval_content','Your booking [bookingtype] for: [dates] has been approved.&lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt;Thank you, The Historic Vinewood&lt;br/&gt;[siteurl]','yes'),(2968,'booking_is_email_deny_adress','On','yes');
INSERT INTO `wp_options` VALUES (2969,'booking_is_email_deny_send_copy_to_admin','Off','yes'),(2970,'booking_email_deny_adress','&quot;Booking system&quot; &lt;TheHistoricVinewood@gmail.com&gt;','yes'),(2971,'booking_email_deny_subject','Your booking has been declined','yes'),(2972,'booking_email_deny_content','Your booking [bookingtype] for: [dates] has been  canceled. &lt;br/&gt;[denyreason]&lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt;Thank you, The Historic Vinewood&lt;br/&gt;[siteurl]','yes'),(2973,'booking_widget_title','Booking form','yes'),(2974,'booking_widget_show','booking_form','yes'),(2975,'booking_widget_type','1','yes'),(2976,'booking_widget_calendar_count','1','yes'),(2977,'booking_widget_last_field','','yes'),(2978,'booking_wpdev_copyright_adminpanel','On','yes'),(2979,'booking_is_show_powered_by_notice','On','yes'),(2980,'booking_is_use_captcha','On','yes'),(2981,'booking_is_show_legend','On','yes'),(2982,'booking_legend_is_show_item_available','On','yes'),(2983,'booking_legend_text_for_item_available','Available','yes'),(2984,'booking_legend_is_show_item_pending','Off','yes'),(2985,'booking_legend_text_for_item_pending','Pending','yes'),(2986,'booking_legend_is_show_item_approved','On','yes'),(2987,'booking_legend_text_for_item_approved','Booked','yes'),(2988,'booking_legend_is_show_numbers','Off','yes'),(2989,'booking_email_new_admin','a:15:{s:7:\"enabled\";s:2:\"On\";s:2:\"to\";s:29:\"TheHistoricVinewood@gmail.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:29:\"TheHistoricVinewood@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:11:\"New booking\";s:7:\"content\";s:288:\"<p>You need to approve a new booking [bookingtype] for: [dates]<br /><br />Person detail information:<br />[content]<br /><br />Currently a new booking is waiting for approval. Please visit the moderation panel [moderatelink]<br /><br />Thank you, The Historic Vinewood<br />[siteurl]</p>\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2990,'booking_email_new_visitor','a:13:{s:7:\"enabled\";s:2:\"On\";s:4:\"from\";s:29:\"TheHistoricVinewood@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:11:\"New booking\";s:7:\"content\";s:175:\"Your reservation [bookingtype] for: [dates] is processing now! We will send confirmation by email. <br/><br/>[content]<br/><br/> Thank you, The Historic Vinewood<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2991,'booking_email_approved','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:29:\"TheHistoricVinewood@gmail.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:29:\"TheHistoricVinewood@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been approved\";s:7:\"content\";s:133:\"Your booking [bookingtype] for: [dates] has been approved.<br/><br/>[content]<br/><br/>Thank you, The Historic Vinewood<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2992,'booking_email_deleted','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:29:\"TheHistoricVinewood@gmail.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:29:\"TheHistoricVinewood@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:152:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, The Historic Vinewood<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2993,'booking_email_deny','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:29:\"TheHistoricVinewood@gmail.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:29:\"TheHistoricVinewood@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:152:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, The Historic Vinewood<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2994,'booking_email_trash','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:29:\"TheHistoricVinewood@gmail.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:29:\"TheHistoricVinewood@gmail.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:152:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, The Historic Vinewood<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2995,'booking_form_structure_type','form_right','yes'),(2996,'booking_menu_go_pro','show','yes'),(2997,'booking_ics_force_import','Off','yes'),(2998,'booking_ics_force_trash_before_import','Off','yes'),(2999,'booking_form','<div class=\"wpbc_booking_form_structure wpbc_form_right\">\n  <div class=\"wpbc_structure_calendar\">\n    [calendar]\n  </div>\n  <div class=\"wpbc_structure_form\">\n     <p>First Name*:<br />[text* name]</p>\n     <p>Last Name*:<br />[text* secondname]</p>\n     <p>Email*:<br />[email* email]</p>\n     <p>Phone:<br />[text phone]</p>\n     <p>Desired Event Date:<br />[text desiredeventdate]</p>\n     <p>Details:<br />[textarea details]</p>\n     <p>[captcha]</p>\n     <p>[submit class:btn \"Send\"]</p>\n  </div>\n</div>\n<div class=\"wpbc_booking_form_footer\"></div>','yes'),(3000,'booking_form_show','<div style=\"text-align:left;word-wrap: break-word;\">\n  <strong>First Name</strong>: <span class=\"fieldvalue\">[name]</span><br/>\n  <strong>Last Name</strong>: <span class=\"fieldvalue\">[secondname]</span><br/>\n  <strong>Email</strong>: <span class=\"fieldvalue\">[email]</span><br/>\n  <strong>Phone</strong>: <span class=\"fieldvalue\">[phone]</span><br/>\n  <strong>Desired Event Date</strong>: <span class=\"fieldvalue\">[desiredeventdate]</span><br/>\n  <strong>Details</strong>: <span class=\"fieldvalue\">[details]</span><br/>\n</div>','yes'),(3001,'booking_form_visual','a:10:{i:0;a:2:{s:4:\"type\";s:8:\"calendar\";s:10:\"obligatory\";s:2:\"On\";}i:1;a:8:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"name\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:10:\"First Name\";s:5:\"value\";s:0:\"\";}i:2;a:8:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"secondname\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:9:\"Last Name\";s:5:\"value\";s:0:\"\";}i:3;a:8:{s:4:\"type\";s:5:\"email\";s:4:\"name\";s:5:\"email\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:0:\"\";}i:4;a:8:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:8:\"visitors\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:3:\"Off\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:8:\"Visitors\";s:5:\"value\";s:10:\"1\r\n2\r\n3\r\n4\";}i:5;a:8:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"phone\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:5:\"Phone\";s:5:\"value\";s:0:\"\";}i:6;a:8:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:16:\"desiredeventdate\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:18:\"Desired Event Date\";s:5:\"value\";s:9:\"undefined\";}i:7;a:8:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:7:\"details\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:7:\"Details\";s:5:\"value\";s:0:\"\";}i:8;a:6:{s:4:\"type\";s:7:\"captcha\";s:4:\"name\";s:7:\"captcha\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:0:\"\";}i:9;a:6:{s:4:\"type\";s:6:\"submit\";s:4:\"name\";s:6:\"submit\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:4:\"Send\";}}','yes'),(3002,'booking_gcal_feed','','yes'),(3003,'booking_gcal_events_from','month-start','yes'),(3004,'booking_gcal_events_from_offset','','yes'),(3005,'booking_gcal_events_from_offset_type','','yes'),(3006,'booking_gcal_events_until','any','yes'),(3007,'booking_gcal_events_until_offset','','yes'),(3008,'booking_gcal_events_until_offset_type','','yes'),(3009,'booking_gcal_events_max','25','yes'),(3010,'booking_gcal_api_key','','yes'),(3011,'booking_gcal_timezone','','yes'),(3012,'booking_gcal_is_send_email','Off','yes'),(3013,'booking_gcal_auto_import_is_active','Off','yes'),(3014,'booking_gcal_auto_import_time','24','yes'),(3015,'booking_gcal_events_form_fields','s:101:\"a:3:{s:5:\"title\";s:9:\"text^name\";s:11:\"description\";s:16:\"textarea^details\";s:5:\"where\";s:5:\"text^\";}\";','yes'),(3016,'booking_version_num','8.5.1.2','yes'),(3020,'booking_activation_redirect_for_version','8.5.1.2','yes'),(3019,'widget_bookingwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3046,'cbsb_booking_page','769','yes'),(3037,'widget_startbooking_hours_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3038,'widget_startbooking_address_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3041,'cbsb_rest_token_history','a:6:{i:1565111830;s:10:\"apCyGiRTFo\";i:1565174866;s:10:\"959qH3b4Dp\";i:1565194831;s:10:\"KxKEnXm6OD\";i:1565211930;s:10:\"NBNV1ocTjN\";i:1565238197;s:10:\"7xVbn6D3bQ\";i:1565254297;s:10:\"HKvdYlOZnr\";}','yes'),(3042,'cbsb_connect_step','complete','yes'),(3043,'cbsb_onboard','eyJpdiI6IjhxaURmMmFcL29mQTFXWkNuQVZGTjFnPT0iLCJ2YWx1ZSI6IldQTlk0T0t6d0NqbDB5QWpWeXMxbkE9PSIsIm1hYyI6IjdhOTYyZTQ4NGJjNjhmNmQ2ZjYwNjgxYmRiNmQzMjk3NzkwODIwYjk4Mjk1MTg3NmRlOWViZDFlMmJjMzY0MmEifQ==','yes'),(3044,'cbsb_plan','free','yes'),(3045,'cbsb_connection','a:2:{s:5:\"token\";s:1079:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjVhMjRjZDJmYTQ3ZWM5OWQ0OGQyZTVmZjE4M2RlMTE4ZTA1M2UwZDU2N2YwZjkwOWUyZDM2MTcwM2E1ZmI3ODY1ZjM3NGZiOWY0OWJlNGFmIn0.eyJhdWQiOiIxIiwianRpIjoiNWEyNGNkMmZhNDdlYzk5ZDQ4ZDJlNWZmMTgzZGUxMThlMDUzZTBkNTY3ZjBmOTA5ZTJkMzYxNzAzYTVmYjc4NjVmMzc0ZmI5ZjQ5YmU0YWYiLCJpYXQiOjE1NjQzMzY3NTAsIm5iZiI6MTU2NDMzNjc1MCwiZXhwIjoxNTk1OTU5MTUwLCJzdWIiOiI0MDg1Iiwic2NvcGVzIjpbIioiXX0.liqohCPSKHuoE3MfDw9hVnKQFKnBRBmrZF1TBn8NzpAi23k21kj-RxoXNcX_RGwX3RobWkzptsCg4TbLNBTLib9kKUZMe4kUygnRtWZd69Am37in1qnXWj3leIDS-L2TQ5duVdKA4h-ns0bBoGnmv2UDB7sYiML7w7b-smxYSg9aCiMC3w95OgY8vEowUAZqIzltVh-cIeWhHUw4DRlteKiqmGSBuAPK2-fRCCXmRUF1ZBg6FDHpEQfvysLx_Gmi8VZDpOk5BT-40KFXoTjM2lCO6tAEf4wGSpIDXZ0jO47REI4kd3zQkwfdLiod685m5DZT0FErLyI4oI_Pq1KA0hN9PCObnJ5CLqj1FINIYkdA9RZQV2yYL1GBYyYLOo4QZwL_0XT72FYqwem_T3LECHX9ULWSyujdv8a3yGxMAb3xCykoUxluWVHl_MEr90Ggh1woLBnzHo4bWfwSE70Bt01RJqnboOTHzaSAgaKL7QBURigIesWtdNxPVnpYor-jdNEQT3wKHGbwHOPOJr-HyRl0F9WBdzJ079kS38GUnV_LxqvZKmSFOQhF-kNB4C32ADvWcTZ-UGxjuSA-Mvtui14UYJ2iywsAKZBo9_aiHTJ9GBiQKgqWODop4h7b7W447UUooIygbRel7t5fbAdphCsZcFOHsqclrLvqF4E7P8U\";s:7:\"account\";s:9:\"E6qgOM5LJ\";}','yes'),(3049,'cbsb_service_map','a:1:{s:9:\"2JP929D94\";O:8:\"stdClass\":13:{s:4:\"name\";s:17:\"THE VINEWOOD TOUR\";s:11:\"description\";s:130:\"The perfect place for your special moments. Reserve a time for your private tour of The Vinewood and see all that it has to offer.\";s:6:\"status\";s:6:\"active\";s:8:\"duration\";i:60;s:13:\"recovery_time\";i:15;s:5:\"price\";s:4:\"0.00\";s:15:\"schedule_online\";i:1;s:10:\"created_at\";s:19:\"2019-07-28 17:59:10\";s:10:\"updated_at\";s:19:\"2019-08-08 08:53:30\";s:10:\"deleted_at\";N;s:14:\"readable_price\";s:10:\"&#36; 0.00\";s:5:\"types\";a:2:{i:0;O:8:\"stdClass\":4:{s:10:\"url_string\";s:9:\"o61oKEyMJ\";s:4:\"type\";s:3:\"All\";s:11:\"description\";N;s:3:\"uid\";s:9:\"o61oKEyMJ\";}i:1;O:8:\"stdClass\":4:{s:10:\"url_string\";s:9:\"x6p8eKA36\";s:4:\"type\";s:17:\"Events / Weddings\";s:11:\"description\";s:203:\"The Historic Vinewood is perfect for a variety of events including weddings, corporate parties and more. We have outside and inside accommodations for up to 350 seated and 500 standing / mixed use space.\";s:3:\"uid\";s:9:\"x6p8eKA36\";}}s:3:\"uid\";s:9:\"2JP929D94\";}}','yes'),(3050,'cbsb_service_type_map','a:2:{s:9:\"o61oKEyMJ\";O:8:\"stdClass\":4:{s:10:\"url_string\";s:9:\"o61oKEyMJ\";s:4:\"type\";s:3:\"All\";s:11:\"description\";N;s:3:\"uid\";s:9:\"o61oKEyMJ\";}s:9:\"x6p8eKA36\";O:8:\"stdClass\":4:{s:10:\"url_string\";s:9:\"x6p8eKA36\";s:4:\"type\";s:17:\"Events / Weddings\";s:11:\"description\";s:203:\"The Historic Vinewood is perfect for a variety of events including weddings, corporate parties and more. We have outside and inside accommodations for up to 350 seated and 500 standing / mixed use space.\";s:3:\"uid\";s:9:\"x6p8eKA36\";}}','yes'),(3106,'start_booking_settings','a:28:{s:12:\"btn_bg_color\";s:3:\"000\";s:13:\"btn_txt_color\";s:3:\"fff\";s:10:\"endorse_us\";s:5:\"false\";s:13:\"show_progress\";s:4:\"true\";s:21:\"allow_data_collection\";s:5:\"false\";s:12:\"is_connected\";s:4:\"true\";s:15:\"disable_booking\";s:5:\"false\";s:24:\"expedited_single_service\";s:4:\"true\";s:29:\"expedited_single_service_type\";s:4:\"true\";s:22:\"expedited_qty_services\";s:4:\"true\";s:14:\"booking_window\";i:0;s:18:\"default_class_view\";s:4:\"list\";s:21:\"show_sold_out_classes\";s:4:\"true\";s:17:\"show_room_details\";s:4:\"true\";s:27:\"show_remaining_availability\";s:4:\"true\";s:17:\"class_destination\";s:0:\"\";s:19:\"service_destination\";s:0:\"\";s:18:\"automatic_provider\";s:4:\"true\";s:32:\"appointment_use_visitor_timezone\";s:4:\"true\";s:26:\"group_use_visitor_timezone\";s:4:\"true\";s:24:\"booking_window_start_qty\";s:1:\"1\";s:22:\"booking_window_end_qty\";i:2;s:25:\"booking_window_start_type\";s:4:\"days\";s:23:\"booking_window_end_type\";s:6:\"months\";s:15:\"calendar_locale\";s:2:\"en\";s:11:\"hour_format\";i:12;s:20:\"booking_window_start\";i:0;s:18:\"booking_window_end\";i:5184000;}','yes'),(3136,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(7667,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:98:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:14;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:15;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:18;a:8:{s:4:\"slug\";s:27:\"orders-empty-stripe-payment\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:26:\"woocommerce-gateway-stripe\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/stripe-payment.svg\";s:5:\"title\";s:6:\"Stripe\";s:4:\"copy\";s:132:\"The complete payments platform engineered for growth. Millions around the globe use Stripe to start, run and scale their businesses.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:40:\"https://woocommerce.com/products/stripe/\";}i:19;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:20;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:21;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:22;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:103:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:23;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:24;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:25;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:26;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}i:27;a:8:{s:4:\"slug\";s:29:\"products-empty-stripe-payment\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:26:\"woocommerce-gateway-stripe\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/stripe-payment.svg\";s:5:\"title\";s:6:\"Stripe\";s:4:\"copy\";s:132:\"The complete payments platform engineered for growth. Millions around the globe use Stripe to start, run and scale their businesses.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:40:\"https://woocommerce.com/products/stripe/\";}}s:7:\"updated\";i:1582603816;}','no'),(4255,'mc4wp_default_form_id','1979','yes'),(5482,'elementor_pro_recaptcha_site_key','','yes'),(13100,'skip-smush-setup','1','yes'),(13103,'wp-smush-hide_smush_welcome','1','no'),(13104,'wp-smush-image_sizes','a:19:{i:0;s:9:\"thumbnail\";i:1;s:6:\"medium\";i:2;s:5:\"large\";i:3;s:9:\"thumblist\";i:4;s:16:\"meccarouselthumb\";i:5;s:10:\"gridsquare\";i:6;s:26:\"dreama-featured-image-full\";i:7;s:27:\"dreama-featured-image-large\";i:8;s:27:\"dreama-featured-image-small\";i:9;s:20:\"dreama-gallery-image\";i:10;s:16:\"dreama-thumbnail\";i:11;s:31:\"dreama-single-portfolio-gallery\";i:12;s:21:\"woocommerce_thumbnail\";i:13;s:18:\"woocommerce_single\";i:14;s:29:\"woocommerce_gallery_thumbnail\";i:15;s:12:\"shop_catalog\";i:16;s:11:\"shop_single\";i:17;s:14:\"shop_thumbnail\";i:18;s:12:\"medium_large\";}','yes'),(13099,'wp-smush-lazy_load','a:7:{s:6:\"format\";a:5:{s:4:\"jpeg\";b:1;s:3:\"png\";b:1;s:3:\"gif\";b:1;s:3:\"svg\";b:1;s:6:\"iframe\";b:1;}s:6:\"output\";a:4:{s:7:\"content\";b:1;s:7:\"widgets\";b:1;s:10:\"thumbnails\";b:1;s:9:\"gravatars\";b:1;}s:9:\"animation\";a:4:{s:8:\"selected\";s:6:\"fadein\";s:6:\"fadein\";a:2:{s:8:\"duration\";i:400;s:5:\"delay\";i:0;}s:7:\"spinner\";a:2:{s:8:\"selected\";i:1;s:6:\"custom\";a:0:{}}s:11:\"placeholder\";a:3:{s:8:\"selected\";i:1;s:6:\"custom\";a:0:{}s:5:\"color\";s:7:\"#F3F3F3\";}}s:7:\"include\";a:7:{s:9:\"frontpage\";b:1;s:4:\"home\";b:1;s:4:\"page\";b:1;s:6:\"single\";b:1;s:7:\"archive\";b:1;s:8:\"category\";b:1;s:3:\"tag\";b:1;}s:13:\"exclude-pages\";a:0:{}s:15:\"exclude-classes\";a:0:{}s:6:\"footer\";b:1;}','yes'),(10542,'exactmetrics_tracking_notice','1','yes'),(18852,'gadwp_cache_qr3_2622944307','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:259:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"124\";i:1;s:3:\"103\";i:2;s:3:\"331\";i:3;s:17:\"33.87096774193548\";i:4;s:1:\"0\";i:5;s:18:\"2.6693548387096775\";i:6;s:17:\"72.38164251207729\";i:7;s:17:\"2.585176470588235\";i:8;s:18:\"120.87096774193549\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:259:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:3:\"124\";s:8:\"ga:users\";s:3:\"103\";s:12:\"ga:pageviews\";s:3:\"331\";s:13:\"ga:BounceRate\";s:17:\"33.87096774193548\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:18:\"2.6693548387096775\";s:16:\"ga:avgTimeOnPage\";s:17:\"72.38164251207729\";s:18:\"ga:avgPageLoadTime\";s:17:\"2.585176470588235\";s:21:\"ga:avgSessionDuration\";s:18:\"120.87096774193549\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1569387600;}','no'),(28592,'QKJ79916','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:5:\"Carol\";s:5:\"email\";s:26:\"princes.caroline@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"TV / Radio / Magazine\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:10;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:10;s:8:\"discount\";i:0;s:5:\"price\";i:10;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(33464,'YQE27608','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Malinda Kufahl\";s:5:\"email\";s:17:\"myndi77@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"3166403984\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Malinda Kufahl\";s:5:\"email\";s:17:\"myndi77@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"3166403984\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-11-22:2019-11-22\";s:8:\"event_id\";s:4:\"4470\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(13105,'wp-smush-resize_sizes','a:2:{s:5:\"width\";i:1400;s:6:\"height\";i:9999;}','yes'),(26246,'gadwp_cache_qr8_1871670074','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:171:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:deviceCategory&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:6:\"mobile\";i:1;s:3:\"478\";}i:1;a:2:{i:0;s:7:\"desktop\";i:1;s:3:\"256\";}i:2;a:2:{i:0;s:6:\"tablet\";i:1;s:2:\"43\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:171:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:deviceCategory&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"777\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:17:\"ga:deviceCategory\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:17:\"ga:deviceCategory\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1571288400;}','no'),(26247,'gadwp_cache_qr10_314114021','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:browser&metrics=ga:sessions&sort=-ga:sessions&filters=ga:browser!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:10:{i:0;a:2:{i:0;s:6:\"Chrome\";i:1;s:3:\"289\";}i:1;a:2:{i:0;s:6:\"Safari\";i:1;s:3:\"273\";}i:2;a:2:{i:0;s:15:\"Safari (in-app)\";i:1;s:2:\"88\";}i:3;a:2:{i:0;s:7:\"Firefox\";i:1;s:2:\"41\";}i:4;a:2:{i:0;s:17:\"Internet Explorer\";i:1;s:2:\"28\";}i:5;a:2:{i:0;s:4:\"Edge\";i:1;s:2:\"26\";}i:6;a:2:{i:0;s:16:\"Samsung Internet\";i:1;s:2:\"17\";}i:7;a:2:{i:0;s:15:\"Android Webview\";i:1;s:2:\"13\";}i:8;a:2:{i:0;s:11:\"Amazon Silk\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:10:\"Opera Mini\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:browser&metrics=ga:sessions&sort=-ga:sessions&filters=ga:browser!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:10;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"777\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:10:\"ga:browser\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:21:\"ga:browser!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:browser\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1571288400;}','no'),(26248,'gadwp_cache_qr10_867376610','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:operatingSystem&metrics=ga:sessions&sort=-ga:sessions&filters=ga:operatingSystem!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:5:{i:0;a:2:{i:0;s:3:\"iOS\";i:1;s:3:\"361\";}i:1;a:2:{i:0;s:7:\"Windows\";i:1;s:3:\"202\";}i:2;a:2:{i:0;s:7:\"Android\";i:1;s:3:\"159\";}i:3;a:2:{i:0;s:9:\"Macintosh\";i:1;s:2:\"52\";}i:4;a:2:{i:0;s:9:\"Chrome OS\";i:1;s:1:\"2\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:operatingSystem&metrics=ga:sessions&sort=-ga:sessions&filters=ga:operatingSystem!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:5;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"776\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:18:\"ga:operatingSystem\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:29:\"ga:operatingSystem!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:operatingSystem\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1571288400;}','no'),(26249,'gadwp_cache_qr10_4135477889','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:214:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:screenResolution&metrics=ga:sessions&sort=-ga:sessions&filters=ga:screenResolution!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:60:{i:0;a:2:{i:0;s:7:\"375x667\";i:1;s:3:\"135\";}i:1;a:2:{i:0;s:9:\"1920x1080\";i:1;s:2:\"79\";}i:2;a:2:{i:0;s:7:\"414x896\";i:1;s:2:\"59\";}i:3;a:2:{i:0;s:7:\"414x736\";i:1;s:2:\"53\";}i:4;a:2:{i:0;s:7:\"360x640\";i:1;s:2:\"49\";}i:5;a:2:{i:0;s:7:\"320x568\";i:1;s:2:\"41\";}i:6;a:2:{i:0;s:8:\"1366x768\";i:1;s:2:\"33\";}i:7;a:2:{i:0;s:7:\"360x740\";i:1;s:2:\"32\";}i:8;a:2:{i:0;s:8:\"768x1024\";i:1;s:2:\"31\";}i:9;a:2:{i:0;s:7:\"375x812\";i:1;s:2:\"25\";}i:10;a:2:{i:0;s:9:\"2144x1206\";i:1;s:2:\"24\";}i:11;a:2:{i:0;s:8:\"1536x864\";i:1;s:2:\"20\";}i:12;a:2:{i:0;s:8:\"1440x900\";i:1;s:2:\"19\";}i:13;a:2:{i:0;s:7:\"360x720\";i:1;s:2:\"16\";}i:14;a:2:{i:0;s:8:\"1024x768\";i:1;s:2:\"12\";}i:15;a:2:{i:0;s:7:\"412x846\";i:1;s:2:\"12\";}i:16;a:2:{i:0;s:7:\"412x869\";i:1;s:2:\"12\";}i:17;a:2:{i:0;s:8:\"1600x900\";i:1;s:2:\"10\";}i:18;a:2:{i:0;s:9:\"1680x1050\";i:1;s:2:\"10\";}i:19;a:2:{i:0;s:9:\"2000x2000\";i:1;s:2:\"10\";}i:20;a:2:{i:0;s:8:\"1280x800\";i:1;s:1:\"9\";}i:21;a:2:{i:0;s:7:\"412x823\";i:1;s:1:\"9\";}i:22;a:2:{i:0;s:9:\"1024x1366\";i:1;s:1:\"6\";}i:23;a:2:{i:0;s:9:\"1280x1024\";i:1;s:1:\"6\";}i:24;a:2:{i:0;s:8:\"1280x720\";i:1;s:1:\"6\";}i:25;a:2:{i:0;s:7:\"412x732\";i:1;s:1:\"6\";}i:26;a:2:{i:0;s:8:\"834x1112\";i:1;s:1:\"4\";}i:27;a:2:{i:0;s:9:\"2560x1080\";i:1;s:1:\"3\";}i:28;a:2:{i:0;s:7:\"320x569\";i:1;s:1:\"3\";}i:29;a:2:{i:0;s:7:\"393x808\";i:1;s:1:\"3\";}i:30;a:2:{i:0;s:8:\"1093x614\";i:1;s:1:\"2\";}i:31;a:2:{i:0;s:8:\"1344x840\";i:1;s:1:\"2\";}i:32;a:2:{i:0;s:9:\"1920x1200\";i:1;s:1:\"2\";}i:33;a:2:{i:0;s:9:\"2560x1440\";i:1;s:1:\"2\";}i:34;a:2:{i:0;s:7:\"320x570\";i:1;s:1:\"2\";}i:35;a:2:{i:0;s:7:\"320x640\";i:1;s:1:\"2\";}i:36;a:2:{i:0;s:7:\"320x658\";i:1;s:1:\"2\";}i:37;a:2:{i:0;s:7:\"360x760\";i:1;s:1:\"2\";}i:38;a:2:{i:0;s:7:\"360x780\";i:1;s:1:\"2\";}i:39;a:2:{i:0;s:7:\"412x892\";i:1;s:1:\"2\";}i:40;a:2:{i:0;s:8:\"1024x576\";i:1;s:1:\"1\";}i:41;a:2:{i:0;s:8:\"1024x820\";i:1;s:1:\"1\";}i:42;a:2:{i:0;s:9:\"1050x1680\";i:1;s:1:\"1\";}i:43;a:2:{i:0;s:8:\"1098x686\";i:1;s:1:\"1\";}i:44;a:2:{i:0;s:8:\"1152x720\";i:1;s:1:\"1\";}i:45;a:2:{i:0;s:7:\"128x160\";i:1;s:1:\"1\";}i:46;a:2:{i:0;s:8:\"1301x731\";i:1;s:1:\"1\";}i:47;a:2:{i:0;s:9:\"1365x1024\";i:1;s:1:\"1\";}i:48;a:2:{i:0;s:9:\"1620x1080\";i:1;s:1:\"1\";}i:49;a:2:{i:0;s:8:\"1627x915\";i:1;s:1:\"1\";}i:50;a:2:{i:0;s:8:\"1707x960\";i:1;s:1:\"1\";}i:51;a:2:{i:0;s:9:\"1829x1029\";i:1;s:1:\"1\";}i:52;a:2:{i:0;s:9:\"1867x1167\";i:1;s:1:\"1\";}i:53;a:2:{i:0;s:9:\"2133x1200\";i:1;s:1:\"1\";}i:54;a:2:{i:0;s:7:\"360x757\";i:1;s:1:\"1\";}i:55;a:2:{i:0;s:7:\"393x786\";i:1;s:1:\"1\";}i:56;a:2:{i:0;s:7:\"408x810\";i:1;s:1:\"1\";}i:57;a:2:{i:0;s:8:\"600x1024\";i:1;s:1:\"1\";}i:58;a:2:{i:0;s:7:\"640x360\";i:1;s:1:\"1\";}i:59;a:2:{i:0;s:7:\"853x480\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:214:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:screenResolution&metrics=ga:sessions&sort=-ga:sessions&filters=ga:screenResolution!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:60;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"777\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:19:\"ga:screenResolution\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:30:\"ga:screenResolution!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:19:\"ga:screenResolution\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1571288400;}','no'),(26250,'gadwp_cache_qr10_3708236286','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:222:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:mobileDeviceBranding&metrics=ga:sessions&sort=-ga:sessions&filters=ga:mobileDeviceBranding!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:10:{i:0;a:2:{i:0;s:5:\"Apple\";i:1;s:3:\"361\";}i:1;a:2:{i:0;s:7:\"Samsung\";i:1;s:2:\"94\";}i:2;a:2:{i:0;s:8:\"Motorola\";i:1;s:2:\"23\";}i:3;a:2:{i:0;s:2:\"LG\";i:1;s:2:\"19\";}i:4;a:2:{i:0;s:6:\"Google\";i:1;s:2:\"14\";}i:5;a:2:{i:0;s:7:\"Alcatel\";i:1;s:1:\"1\";}i:6;a:2:{i:0;s:6:\"Amazon\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:9:\"BlackView\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:7:\"OnePlus\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:3:\"ZTE\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:222:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:mobileDeviceBranding&metrics=ga:sessions&sort=-ga:sessions&filters=ga:mobileDeviceBranding!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:10;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"516\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:23:\"ga:mobileDeviceBranding\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:34:\"ga:mobileDeviceBranding!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:23:\"ga:mobileDeviceBranding\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1571288400;}','no'),(8145,'booked_wc_payment_options','a:4:{s:19:\"email_confirmations\";s:14:\"after_complete\";s:17:\"enable_thumbnails\";s:6:\"enable\";s:19:\"enable_auto_cleanup\";s:7:\"disable\";s:12:\"cleanup_mode\";s:10:\"twicedaily\";}','yes'),(7078,'cp_cpappb_last_verified','2019-08-08 09:21:01','yes'),(7770,'EWD_UASP_Admin_Email_Notification','-1','yes'),(7769,'EWD_UASP_Pricing_Currency_Code','USD','yes'),(7766,'EWD_UASP_Multi_Step_Booking','Yes','yes'),(7767,'EWD_UASP_WooCommerce_Integration','No','yes'),(7768,'EWD_UASP_Allow_Paypal_Prepayment','No','yes'),(7546,'duplicate_page_options','a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}','yes'),(25600,'mec_category_children','a:2:{i:22;a:5:{i:0;i:24;i:1;i:59;i:2;i:60;i:3;i:78;i:4;i:90;}i:61;a:1:{i:0;i:64;}}','yes'),(5484,'elementor_pro_recaptcha_v3_site_key','','yes'),(5485,'elementor_pro_recaptcha_v3_secret_key','','yes'),(5486,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(5487,'elementor_pro_facebook_app_id','','yes'),(5488,'elementor_pro_mailchimp_api_key','','yes'),(5489,'elementor_validate_api_data','','yes'),(5490,'elementor_pro_drip_api_token','','yes'),(5491,'elementor_pro_activecampaign_api_key','','yes'),(5492,'elementor_pro_activecampaign_api_url','','yes'),(5493,'elementor_pro_getresponse_api_key','','yes'),(5494,'elementor_pro_convertkit_api_key','','yes'),(5495,'elementor_pro_mailerlite_api_key','','yes'),(5496,'elementor_typekit-kit-id','','yes'),(10083,'elementor_font_awesome_pro_kit_id','','yes'),(7791,'EWD_UASP_Custom_CSS','   ','yes'),(8138,'external_updates-booked-calendar-feeds','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1583267766;s:14:\"checkedVersion\";s:5:\"1.1.6\";s:6:\"update\";O:8:\"stdClass\":7:{s:2:\"id\";i:0;s:4:\"slug\";s:21:\"booked-calendar-feeds\";s:7:\"version\";s:5:\"1.1.6\";s:8:\"homepage\";s:20:\"https://getbooked.io\";s:12:\"download_url\";s:70:\"http://boxyupdates.com/get/?action=download&slug=booked-calendar-feeds\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:47:\"booked-calendar-feeds/booked-calendar-feeds.php\";}}','no'),(8143,'external_updates-booked-woocommerce-payments','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1583293225;s:14:\"checkedVersion\";s:5:\"1.5.3\";s:6:\"update\";O:8:\"stdClass\":7:{s:2:\"id\";i:0;s:4:\"slug\";s:27:\"booked-woocommerce-payments\";s:7:\"version\";s:5:\"1.5.3\";s:8:\"homepage\";s:40:\"https://getbooked.io/booked-woocommerce/\";s:12:\"download_url\";s:76:\"http://boxyupdates.com/get/?action=download&slug=booked-woocommerce-payments\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:59:\"booked-woocommerce-payments/booked-woocommerce-payments.php\";}}','no'),(9980,'widget_gadwp-frontwidget-report','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8148,'external_updates-booked-frontend-agents','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1583267766;s:14:\"checkedVersion\";s:6:\"1.1.16\";s:6:\"update\";O:8:\"stdClass\":7:{s:2:\"id\";i:0;s:4:\"slug\";s:22:\"booked-frontend-agents\";s:7:\"version\";s:6:\"1.1.16\";s:8:\"homepage\";s:20:\"https://getbooked.io\";s:12:\"download_url\";s:71:\"http://boxyupdates.com/get/?action=download&slug=booked-frontend-agents\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:49:\"booked-frontend-agents/booked-frontend-agents.php\";}}','no'),(7771,'EWD_UASP_Provider_Email_Notification','-1','yes'),(7772,'EWD_UASP_Add_Captcha','No','yes'),(7773,'EWD_UASP_Require_Login','No','yes'),(7869,'booked_login_redirect_page','','yes'),(7870,'booked_custom_login_message','','yes'),(7871,'booked_appointment_redirect_type','page','yes'),(7859,'widget_booked_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7861,'booked_version_check','2.2.5','yes'),(7864,'external_updates-booked','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1583270330;s:14:\"checkedVersion\";s:5:\"2.2.5\";s:6:\"update\";O:8:\"stdClass\":7:{s:2:\"id\";i:0;s:4:\"slug\";s:6:\"booked\";s:7:\"version\";s:5:\"2.2.6\";s:8:\"homepage\";s:20:\"https://getbooked.io\";s:12:\"download_url\";s:55:\"http://boxyupdates.com/get/?action=download&slug=booked\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:17:\"booked/booked.php\";}}','no'),(7872,'booked_appointment_success_redirect_page','3911','yes'),(7873,'booked_registration_name_requirements','a:1:{i:0;s:15:\"require_surname\";}','yes'),(7874,'booked_hide_admin_bar_menu','','yes'),(7875,'booked_timeslot_intervals','60','yes'),(7876,'booked_appointment_buffer','0','yes'),(7877,'booked_appointment_limit','1','yes'),(7878,'booked_cancellation_buffer','0','yes'),(7879,'booked_new_appointment_default','publish','yes'),(7880,'booked_prevent_appointments_before','','yes'),(7881,'booked_prevent_appointments_after','','yes'),(7882,'booked_booking_type','guest','yes'),(7883,'booked_require_guest_email_address','true','yes'),(7884,'booked_hide_default_calendar','on','yes'),(7885,'booked_hide_unavailable_timeslots','on','yes'),(7886,'booked_hide_google_link','','yes'),(7887,'booked_hide_weekends','on','yes'),(7888,'booked_dont_allow_user_cancellations','','yes'),(7889,'booked_show_only_titles','','yes'),(7890,'booked_hide_end_times','on','yes'),(7891,'booked_hide_available_timeslots','on','yes'),(7892,'booked_public_appointments','','yes'),(7893,'booked_redirect_non_admins','','yes'),(7894,'booked_light_color','#d9b351','yes'),(7895,'booked_dark_color','#090019','yes'),(7896,'booked_button_color','#3d7b5f','yes'),(7897,'booked_email_logo','https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-Logo_Logo-2.jpg','yes'),(7898,'booked_default_email_user','TheHistoricVinewood@gmail.com','yes'),(7899,'booked_email_force_sender','true','yes'),(7900,'booked_email_force_sender_from','marketing@thehistoricvinewood.com','yes'),(7901,'booked_emailer_disabled','','yes'),(7902,'booked_reminder_buffer','120','yes'),(7903,'booked_admin_reminder_buffer','60','yes'),(7904,'booked_reminder_email','Just a friendly reminder of our scheduled tour of The Vinewood today. We look forward to meeting you and showing you the property. If you have questions, please call 260-6772. See you soon!\r\n\r\n<strong>Calendar:</strong> %calendar%\r\n<strong>Date:</strong> %date%\r\n<strong>Time:</strong> %time%\r\n\r\nSincerely,\r\nYour friends at The Historic Vinewood','yes'),(7905,'booked_admin_reminder_email','You have an tour coming up soon! Here\'s the information:\r\n\r\n<strong>Customer:</strong> %name%\r\n<strong>Date:</strong> %date%\r\n<strong>Time:</strong> %time%\r\n\r\n(Sent via the The Historic Vinewood website)','yes'),(7906,'booked_reminder_email_subject','Tour The Vinewood Reminder','yes'),(7907,'booked_admin_reminder_email_subject','An appointment is coming up soon!','yes'),(7908,'booked_registration_email_subject','See you at The Vinewood!','yes'),(7909,'booked_registration_email_content','Hey %name%!\r\n\r\nThanks for your interest in The Historic Vinewood. Your private tour has been schedule.\r\n\r\nYou can login to manage your appointment and account by using the following credentials:\r\n\r\nEmail Address: %email%\r\nPassword: %password%\r\n\r\nSincerely,\r\nYour friends at The Historic Vinewood','yes'),(7910,'booked_approval_email_content','Hey %name%!\r\n\r\nThe tour time you requested at The Historic Vinewood has been approved! Here\'s your appointment information:\r\n\r\nDate: %date%\r\nTime: %time%\r\n\r\nSincerely,\r\nYour friends at The Historic Vinewood','yes'),(7911,'booked_approval_email_subject','Your appointment has been approved!','yes'),(7912,'booked_cancellation_email_content','Hey %name%!\r\n\r\nThe tour you requested at The Historic Vinewood has been cancelled. For reference, here\'s the tour information:\r\n\r\nDate: %date%\r\nTime: %time%\r\n\r\nSincerely,\r\nYour friends at The Historic Vinewood','yes'),(7913,'booked_cancellation_email_subject','Your appointment has been cancelled.','yes'),(7914,'booked_appt_confirmation_email_content','Hey %name%!\r\n\r\nThis is just an email to confirm your Vinewood Tour. For reference, here\'s the tour information:\r\n\r\nDate: %date%\r\nTime: %time%\r\n\r\nSincerely,\r\nYour friends at The Historic Vinewood','yes'),(7915,'booked_appt_confirmation_email_subject','Your tour confirmation from The Historic Vinewood.','yes'),(7916,'booked_admin_appointment_email_content','You have a new tour request! Here\'s the tour information:\r\n\r\nCustomer: %name%\r\nDate: %date%\r\nTime: %time%\r\n\r\nLog into your website here: https://thehistoricvinewood.com/wp-admin/ to approve this appointment.\r\n\r\n(Sent via the The Historic Vinewood website)','yes'),(7917,'booked_admin_appointment_email_subject','You have a new appointment request!','yes'),(7918,'booked_admin_cancellation_email_content','One of your scheduled tours has cancelled their appointment. Here\'s the appointment information:\r\n\r\nCustomer: %name%\r\nDate: %date%\r\nTime: %time%\r\n\r\n(Sent via the The Historic Vinewood website)','yes'),(7919,'booked_admin_cancellation_email_subject','An appointment has been cancelled.','yes'),(7924,'booked_defaults','a:6:{s:3:\"Tue\";a:5:{s:9:\"1400-1500\";i:1;s:9:\"1500-1600\";i:1;s:9:\"1600-1700\";i:1;s:9:\"1700-1800\";i:1;s:9:\"1800-1900\";i:1;}s:11:\"Tue-details\";a:5:{s:9:\"1400-1500\";a:1:{s:5:\"title\";s:17:\"Tour The Vinewood\";}s:9:\"1500-1600\";a:1:{s:5:\"title\";s:17:\"Tour The Vinewood\";}s:9:\"1600-1700\";a:1:{s:5:\"title\";s:17:\"Tour The Vinewood\";}s:9:\"1700-1800\";a:1:{s:5:\"title\";s:17:\"Tour The Vinewood\";}s:9:\"1800-1900\";a:1:{s:5:\"title\";s:17:\"Tour The Vinewood\";}}s:3:\"Wed\";a:3:{s:9:\"1700-1800\";i:1;s:9:\"1800-1900\";i:1;s:9:\"1600-1700\";i:1;}s:11:\"Wed-details\";a:3:{s:9:\"1700-1800\";a:1:{s:5:\"title\";s:17:\"Tour The Vinewood\";}s:9:\"1800-1900\";a:1:{s:5:\"title\";s:17:\"Tour The Vinewood\";}s:9:\"1600-1700\";a:1:{s:5:\"title\";s:17:\"Tour The Vinewood\";}}s:3:\"Mon\";a:0:{}s:11:\"Mon-details\";a:0:{}}','yes'),(7927,'booked_custom_fields','[{\\\"name\\\":\\\"paragraph-text-label---4405219\\\",\\\"value\\\":\\\"Tell us a little bit about your event and what you are looking for\\\"},{\\\"name\\\":\\\"single-line-text-label---10845675___required\\\",\\\"value\\\":\\\"Type of Event \\\"},{\\\"name\\\":\\\"single-line-text-label---6209373___required\\\",\\\"value\\\":\\\"Estimated Number of People\\\"},{\\\"name\\\":\\\"single-line-text-label---3654592___required\\\",\\\"value\\\":\\\"Requested Event Date and Time\\\"},{\\\"name\\\":\\\"checkboxes-label---7546296___required\\\",\\\"value\\\":\\\"We\\\'d love to know how you learned about The Vinewood. Please check all that are applicable:\\\"},{\\\"name\\\":\\\"single-checkbox---7546296\\\",\\\"value\\\":\\\"Social Media\\\"},{\\\"name\\\":\\\"single-checkbox---7546296\\\",\\\"value\\\":\\\"Friend / Referral \\\"},{\\\"name\\\":\\\"single-checkbox---7546296\\\",\\\"value\\\":\\\"Advertisement (radio, tv, magazine)\\\"},{\\\"name\\\":\\\"single-checkbox---7546296\\\",\\\"value\\\":\\\"Have previously hosted an event at The Vinewood\\\"},{\\\"name\\\":\\\"single-checkbox---7546296\\\",\\\"value\\\":\\\"Have previously attended an event at The Vinewood\\\"},{\\\"name\\\":\\\"single-line-text-label---7513934\\\",\\\"value\\\":\\\"What made you choose The Vinewood as a potential location for your next event? \\\"},{\\\"name\\\":\\\"single-line-text-label---6194940___required\\\",\\\"value\\\":\\\"Phone Number\\\"},{\\\"name\\\":\\\"required---4405219\\\",\\\"value\\\":false},{\\\"name\\\":\\\"required---10845675\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---6209373\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---3654592\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---7546296\\\",\\\"value\\\":true},{\\\"name\\\":\\\"required---7513934\\\",\\\"value\\\":false},{\\\"name\\\":\\\"required---6194940\\\",\\\"value\\\":true}]','yes'),(80247,'gadwp_cache_qr3_1710571286','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"845\";i:1;s:3:\"609\";i:2;s:4:\"2831\";i:3;s:18:\"28.875739644970416\";i:4;s:2:\"29\";i:5;s:17:\"3.350295857988166\";i:6;s:17:\"65.83836858006042\";i:7;s:7:\"6.98255\";i:8;s:17:\"154.7562130177515\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:3:\"845\";s:8:\"ga:users\";s:3:\"609\";s:12:\"ga:pageviews\";s:4:\"2831\";s:13:\"ga:BounceRate\";s:18:\"28.875739644970416\";s:18:\"ga:organicSearches\";s:2:\"29\";s:22:\"ga:pageviewsPerSession\";s:17:\"3.350295857988166\";s:16:\"ga:avgTimeOnPage\";s:17:\"65.83836858006042\";s:18:\"ga:avgPageLoadTime\";s:7:\"6.98255\";s:21:\"ga:avgSessionDuration\";s:17:\"154.7562130177515\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1582347600;}','no'),(10538,'heartbeat_control_settings','a:3:{s:10:\"rules_dash\";a:1:{i:0;a:2:{s:26:\"heartbeat_control_behavior\";s:5:\"allow\";s:27:\"heartbeat_control_frequency\";i:0;}}s:11:\"rules_front\";a:1:{i:0;a:2:{s:26:\"heartbeat_control_behavior\";s:5:\"allow\";s:27:\"heartbeat_control_frequency\";i:0;}}s:12:\"rules_editor\";a:1:{i:0;a:2:{s:26:\"heartbeat_control_behavior\";s:6:\"modify\";s:27:\"heartbeat_control_frequency\";s:2:\"60\";}}}','yes'),(10539,'heartbeat_control_version','2.0','yes'),(22571,'AQH58370','a:9:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:13:\"Kristin Ready\";s:5:\"email\";s:22:\"ichabodsball@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Kristin Ready\";s:5:\"email\";s:22:\"ichabodsball@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:13:\"Kristin Ready\";s:5:\"email\";s:22:\"ichabodsball@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:13:\"Kristin Ready\";s:5:\"email\";s:22:\"ichabodsball@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:40;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:40;s:8:\"discount\";i:0;s:5:\"price\";i:40;s:6:\"coupon\";N;}','yes'),(21096,'CBZ62186','a:9:{s:7:\"tickets\";a:3:{i:0;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-10-05:2019-10-05\";s:8:\"event_id\";s:4:\"4392\";s:13:\"price_details\";a:2:{s:5:\"total\";i:30;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:30;s:8:\"discount\";i:0;s:5:\"price\";i:30;s:6:\"coupon\";N;}','yes'),(22701,'RCB69552','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:8:\"Kerrice \";s:5:\"email\";s:24:\"seveneightfive@gmail.con\";s:3:\"reg\";a:2:{i:2;s:10:\"7852493126\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:10;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:10;s:8:\"discount\";i:0;s:5:\"price\";i:10;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(18476,'gadwp_cache_last_error','a:2:{s:5:\"value\";s:1846:\"2019-09-22 06:35:53: Deconf_IO_Exception: Failed to connect to gadwp.exactmetrics.com port 443: Connection timed out in /home/frontd7/thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Curl.php:126\nStack trace:\n#0 /home/frontd7/thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Abstract.php(140): Deconf_IO_Curl-&gt;executeRequest(Object(Deconf_Http_Request))\n#1 /home/frontd7/thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/OAuth2.php(343): Deconf_IO_Abstract-&gt;makeRequest(Object(Deconf_Http_Request))\n#2 /home/frontd7/thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/OAuth2.php(277): Deconf_Auth_OAuth2-&gt;refreshTokenRequest(Array)\n#3 /home/frontd7/thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Client.php(457): Deconf_Auth_OAuth2-&gt;refreshToken(&#039;1/UpdI5KtskJAC0...&#039;)\n#4 /home/frontd7/thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php(93): Deconf_Client-&gt;refreshToken(&#039;1/UpdI5KtskJAC0...&#039;)\n#5 /home/frontd7/thehistoricvinewood.com/wp-content/plugins/google-analytics-dashboard-for-wp/admin/ajax-actions.php(74): GADWP_GAPI_Controller-&gt;__construct()\n#6 /home/frontd7/thehistoricvinewood.com/wp-includes/class-wp-hook.php(286): GADWP_Backend_Ajax-&gt;ajax_item_reports(&#039;&#039;)\n#7 /home/frontd7/thehistoricvinewood.com/wp-includes/class-wp-hook.php(310): WP_Hook-&gt;apply_filters(&#039;&#039;, Array)\n#8 /home/frontd7/thehistoricvinewood.com/wp-includes/plugin.php(465): WP_Hook-&gt;do_action(Array)\n#9 /home/frontd7/thehistoricvinewood.com/wp-admin/admin-ajax.php(173): do_action(&#039;wp_ajax_gadwp_b...&#039;)\n#10 {main}\";s:7:\"expires\";i:1569225600;}','no'),(18477,'gadwp_cache_errors_count','a:2:{s:5:\"value\";i:1;s:7:\"expires\";i:1569225600;}','no'),(14482,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"TheHistoricVinewood@gmail.com\";s:7:\"version\";s:5:\"5.2.5\";s:9:\"timestamp\";i:1576199878;}','no'),(39675,'_transient_orders-transient-version','1582929242','yes'),(36181,'HSZ54077','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:10:\"Drex Flott\";s:5:\"email\";s:17:\"drexburke@cox.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2019-11-09:2019-11-09\";s:8:\"event_id\";s:4:\"4447\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(73853,'woocommerce_tax_classes','','yes'),(29509,'LKY99948','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:6:\"kATE b\";s:5:\"email\";s:17:\"KL0799S@GMAIL.COM\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:10;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:10;s:8:\"discount\";i:0;s:5:\"price\";i:10;s:6:\"coupon\";N;}','yes'),(29529,'LRZ75321','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:6:\"KATE B\";s:5:\"email\";s:17:\"KL0799S@GMAIL.COM\";s:3:\"reg\";a:2:{i:2;s:10:\"7854308597\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:6:\"KATE B\";s:5:\"email\";s:17:\"KL0799S@GMAIL.COM\";s:3:\"reg\";a:2:{i:2;s:10:\"7854308597\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:20;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:20;s:8:\"discount\";i:0;s:5:\"price\";i:20;s:6:\"coupon\";N;}','yes'),(29616,'FVQ57252','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:13:\"ranae cushing\";s:5:\"email\";s:22:\"ranaec2016@outlook.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"ranae cushing\";s:5:\"email\";s:22:\"ranaec2016@outlook.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:20;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:20;s:8:\"discount\";i:0;s:5:\"price\";i:20;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(31246,'VZF31908','a:9:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:14:\"Kathy Johnston\";s:5:\"email\";s:17:\"pargolf01@att.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Kathy Johnston\";s:5:\"email\";s:17:\"pargolf01@att.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:14:\"Kathy Johnston\";s:5:\"email\";s:17:\"pargolf01@att.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:14:\"Kathy Johnston\";s:5:\"email\";s:17:\"pargolf01@att.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-12-31:2020-01-01\";s:8:\"event_id\";s:4:\"3716\";s:13:\"price_details\";a:2:{s:5:\"total\";i:300;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:300;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:300;s:8:\"discount\";i:0;s:5:\"price\";i:300;s:6:\"coupon\";N;}','yes'),(82450,'EPW10984','a:10:{s:7:\"tickets\";a:5:{i:0;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:22:\"karensmoore62@gmail.co\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:22:\"karensmoore62@gmail.co\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:22:\"karensmoore62@gmail.co\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:22:\"karensmoore62@gmail.co\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:4;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:22:\"karensmoore62@gmail.co\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(79866,'NTL59011','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Dwight kirkwood\";s:5:\"email\";s:21:\"dukegator63@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852204372\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Dwight kirkwood\";s:5:\"email\";s:21:\"dukegator63@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852204372\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(75273,'KGR79460','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(82157,'QAH62621','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:13:\"Carlene Jones\";s:5:\"email\";s:17:\"chpdjones@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852216505\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Carlene Jones\";s:5:\"email\";s:17:\"chpdjones@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852216505\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(82114,'QDA43781','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Marian Berry\";s:5:\"email\";s:16:\"ksb205@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852490244\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Marian Berry\";s:5:\"email\";s:16:\"ksb205@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852490244\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(81977,'EHC19905','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:6:\"Blake \";s:5:\"email\";s:18:\"bcredd69@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859253491\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;}','yes'),(83464,'_transient_is_multi_author','0','yes'),(82314,'ADU34595','a:9:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:44.2384;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.1584;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.08;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:44.2384;s:8:\"discount\";i:0;s:5:\"price\";d:44.2384;s:6:\"coupon\";N;}','yes'),(82044,'GTX33127','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Ellen Townsend\";s:5:\"email\";s:18:\"townsendke@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856337274\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Ellen Townsend\";s:5:\"email\";s:18:\"townsendke@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856337274\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(73830,'_transient_timeout_wc_low_stock_count','1583432350','no'),(73294,'YLA82056','a:10:{s:7:\"tickets\";a:5:{i:0;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:4;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:138.245;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:125;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:9.87;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:3.375;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:138.245;s:8:\"discount\";i:0;s:5:\"price\";d:138.245;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(73290,'JRZ94407','a:9:{s:7:\"tickets\";a:6:{i:0;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:4;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:5;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:165.894;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:150;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:11.844000000000001;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:4.05;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:165.894;s:8:\"discount\";i:0;s:5:\"price\";d:165.894;s:6:\"coupon\";N;}','yes'),(73301,'LWN81099','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Billy Persinger \";s:5:\"email\";s:22:\"bdpersinger@icloud.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859255955\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Billy Persinger \";s:5:\"email\";s:22:\"bdpersinger@icloud.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859255955\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(73334,'MDC84630','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Claudia Fox\";s:5:\"email\";s:19:\"foxnote56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852214567\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Claudia Fox\";s:5:\"email\";s:19:\"foxnote56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852214567\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(73421,'NLB20437','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Marian Berry\";s:5:\"email\";s:16:\"ksb205@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852490244\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Marian Berry\";s:5:\"email\";s:16:\"ksb205@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852490244\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(73831,'_transient_wc_low_stock_count','2','no'),(73832,'_transient_timeout_wc_outofstock_count','1583432350','no'),(73833,'_transient_wc_outofstock_count','0','no'),(83493,'_site_transient_timeout_theme_roots','1583286923','no'),(83494,'_site_transient_theme_roots','a:4:{s:6:\"dreama\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(83368,'_transient_timeout__woocommerce_helper_updates','1583286464','no'),(83369,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1583243264;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(76612,'HKU73006','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Clifford Manning\";s:5:\"email\";s:18:\"clifma19@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:11:\"17852507424\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Clifford Manning\";s:5:\"email\";s:18:\"clifma19@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:11:\"17852507424\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(61397,'OZH13495','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Johnny Ivory\";s:5:\"email\";s:25:\"johnnybevjohnny@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852151080\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Johnny Ivory\";s:5:\"email\";s:25:\"johnnybevjohnny@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852151080\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-01-10:2020-01-10\";s:8:\"event_id\";s:4:\"4475\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(40817,'BRH87224','a:10:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-11-22:2019-11-22\";s:8:\"event_id\";s:4:\"4470\";s:13:\"price_details\";a:2:{s:5:\"total\";d:44.2384;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.1584;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.08;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:44.2384;s:8:\"discount\";i:0;s:5:\"price\";d:44.2384;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(41335,'SMO78464','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Michael Turner\";s:5:\"email\";s:24:\"michaelhturner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Michael Turner\";s:5:\"email\";s:24:\"michaelhturner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-12-14:2019-12-14\";s:8:\"event_id\";s:4:\"4399\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(33638,'wphb-notice-http2-info-show','yes','yes'),(51518,'wphb-minification-files-scanned','1','yes'),(51953,'EWM82230','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Kerrice Mapes\";s:5:\"email\";s:29:\"TheHistoricVinewood@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852493126\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;}','yes'),(60227,'RVY70051','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:9:\"Kim Scott\";s:5:\"email\";s:26:\"kimberleyscott59@gmail.com\";s:3:\"reg\";a:2:{i:2;s:1:\"2\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:9:\"Kim Scott\";s:5:\"email\";s:26:\"kimberleyscott59@gmail.com\";s:3:\"reg\";a:2:{i:2;s:1:\"2\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:66.3576;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:60;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:4.7376;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.62;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:66.3576;s:8:\"discount\";i:0;s:5:\"price\";d:66.3576;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(60264,'QUV23357','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:20:\"Rebecca Radziejeski \";s:5:\"email\";s:27:\"rebeccaradziejeski@yahoo.fr\";s:3:\"reg\";a:2:{i:2;s:10:\"5044581340\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(37386,'WHP21338','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:7:\"Kerrice\";s:5:\"email\";s:24:\"seveneightfive@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852493126\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:7:\"Kerrice\";s:5:\"email\";s:24:\"seveneightfive@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852493126\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-12-31:2020-01-01\";s:8:\"event_id\";s:4:\"3716\";s:13:\"price_details\";a:2:{s:5:\"total\";d:165.894;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:150;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:11.844000000000001;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:4.05;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:165.894;s:8:\"discount\";i:0;s:5:\"price\";d:165.894;s:6:\"coupon\";N;}','yes'),(31896,'wds-sitemap-rewrite-rules-flushed','2.5.0','yes'),(36129,'NYH76066','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Roger Housholder\";s:5:\"email\";s:24:\"rrhous1964@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Roger Housholder\";s:5:\"email\";s:24:\"rrhous1964@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-11-09:2019-11-09\";s:8:\"event_id\";s:4:\"4447\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(72143,'ZTA46302','a:10:{s:7:\"tickets\";a:2:{i:0;a:5:{s:4:\"name\";s:17:\"Christine Griffie\";s:5:\"email\";s:27:\"christine.griffie@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858069589\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:19:\"Stepheni Chamberlin\";s:5:\"email\";s:18:\"smc173@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852248179\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:13:\"first_for_all\";s:1:\"0\";s:4:\"date\";s:21:\"2020-03-29:2020-03-29\";s:8:\"event_id\";s:4:\"4693\";s:13:\"price_details\";a:2:{s:5:\"total\";d:66.3576;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:60;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:4.7376;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.62;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:66.3576;s:8:\"discount\";i:0;s:5:\"price\";d:66.3576;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(72255,'FXL25570','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:6:\"Bobbie\";s:5:\"email\";s:24:\"bobbie.koerner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858064114\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:6:\"Bobbie\";s:5:\"email\";s:24:\"bobbie.koerner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858064114\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(77145,'RGL13831','a:10:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:15:\"Cathy Rinehart \";s:5:\"email\";s:25:\"cathy.nicoletti@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856085054\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Cathy Rinehart \";s:5:\"email\";s:25:\"cathy.nicoletti@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856085054\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:15:\"Cathy Rinehart \";s:5:\"email\";s:25:\"cathy.nicoletti@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856085054\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:15:\"Cathy Rinehart \";s:5:\"email\";s:25:\"cathy.nicoletti@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856085054\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:110.596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:100;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:7.896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:2.7;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:110.596;s:8:\"discount\";i:0;s:5:\"price\";d:110.596;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(81174,'exactmetrics_usage_tracking_config','a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:6;s:6:\"minute\";i:27;s:6:\"second\";i:16;s:6:\"offset\";i:455236;s:8:\"initsend\";i:1583476036;}','yes'),(81175,'exactmetrics_site_profile','a:9:{s:3:\"key\";s:128:\"97f7f76fa513cdfb90ea8d0a0bd5cbeb7b8a8cfe955a38c34c602544dfa55299b2a8b9b79c1279979ba21332fae2715ec96e113d70ee0f7ae0354b66ae8dcb5e\";s:5:\"token\";s:128:\"004e3f454cff3328fb69e9eaa8c43d71f960cf53f11321d344dd289c9a0fe859b71c3c31650a27abfe47147914dabe810baca8f7cd1f90ff7394d4db54696f00\";s:2:\"ua\";s:14:\"UA-146345904-1\";s:8:\"viewname\";s:14:\"UA-146345904-1\";s:1:\"a\";s:9:\"146345904\";s:1:\"w\";s:9:\"208198672\";s:1:\"p\";s:9:\"200770114\";s:7:\"siteurl\";s:31:\"https://thehistoricvinewood.com\";s:6:\"neturl\";s:41:\"https://thehistoricvinewood.com/wp-admin/\";}','yes'),(81176,'exactmetrics_over_time','a:4:{s:17:\"installed_version\";s:5:\"6.0.1\";s:14:\"installed_date\";i:1582603635;s:13:\"installed_pro\";b:0;s:14:\"connected_date\";i:1582603684;}','yes'),(81179,'exactmetrics_db_version','1.0.0','yes'),(81180,'exactmetrics_current_version','6.0.1','yes'),(81325,'SYV11663','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:14:\"Heather Empson\";s:5:\"email\";s:19:\"hempson75@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7854099572\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(83495,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1583285123;s:7:\"checked\";a:25:{s:17:\"booked/booked.php\";s:5:\"2.2.5\";s:47:\"booked-calendar-feeds/booked-calendar-feeds.php\";s:5:\"1.1.6\";s:49:\"booked-frontend-agents/booked-frontend-agents.php\";s:6:\"1.1.16\";s:59:\"booked-woocommerce-payments/booked-woocommerce-payments.php\";s:5:\"1.5.3\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:5:\"6.4.0\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.6\";s:21:\"dreama-core/index.php\";s:6:\"2.10.0\";s:32:\"duplicate-page/duplicatepage.php\";s:3:\"4.1\";s:23:\"elementor/elementor.php\";s:5:\"2.9.2\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"2.8.3\";s:35:\"envato-elements/envato-elements.php\";s:5:\"1.1.9\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:5:\"6.0.1\";s:63:\"granular-controls-for-elementor/granular-controls-elementor.php\";s:5:\"1.0.5\";s:39:\"heartbeat-control/heartbeat-control.php\";s:3:\"2.0\";s:42:\"hummingbird-performance/wp-hummingbird.php\";s:5:\"2.4.0\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:5:\"4.7.5\";s:30:\"modern-events-calendar/mec.php\";s:5:\"4.6.5\";s:59:\"modern-events-calendar-lite/modern-events-calendar-lite.php\";s:5:\"5.1.6\";s:23:\"revslider/revslider.php\";s:7:\"5.4.8.3\";s:31:\"smartcrawl-seo/wpmu-dev-seo.php\";s:5:\"2.5.0\";s:23:\"wp-smushit/wp-smush.php\";s:5:\"3.4.2\";s:27:\"svg-support/svg-support.php\";s:6:\"2.3.17\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.9.2\";s:35:\"mec-woocommerce/mec-woocommerce.php\";s:5:\"1.0.6\";}s:8:\"response\";a:6:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"2.9.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:47:\"w.org/plugins/google-analytics-dashboard-for-wp\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:6:\"plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:11:\"new_version\";s:5:\"6.0.2\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.6.0.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=2243225\";s:2:\"1x\";s:78:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon.svg?rev=2243225\";s:3:\"svg\";s:78:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon.svg?rev=2243225\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-1544x500.png?rev=2243446\";s:2:\"1x\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=2243446\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:42:\"hummingbird-performance/wp-hummingbird.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/hummingbird-performance\";s:4:\"slug\";s:23:\"hummingbird-performance\";s:6:\"plugin\";s:42:\"hummingbird-performance/wp-hummingbird.php\";s:11:\"new_version\";s:5:\"2.4.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/hummingbird-performance/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/hummingbird-performance.2.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/hummingbird-performance/assets/icon-256x256.png?rev=1675031\";s:2:\"1x\";s:76:\"https://ps.w.org/hummingbird-performance/assets/icon-128x128.png?rev=1675031\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/hummingbird-performance/assets/banner-1544x500.jpg?rev=1675031\";s:2:\"1x\";s:78:\"https://ps.w.org/hummingbird-performance/assets/banner-772x250.jpg?rev=1675031\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:59:\"modern-events-calendar-lite/modern-events-calendar-lite.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:41:\"w.org/plugins/modern-events-calendar-lite\";s:4:\"slug\";s:27:\"modern-events-calendar-lite\";s:6:\"plugin\";s:59:\"modern-events-calendar-lite/modern-events-calendar-lite.php\";s:11:\"new_version\";s:5:\"5.1.8\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/modern-events-calendar-lite/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/modern-events-calendar-lite.5.1.8.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/modern-events-calendar-lite/assets/icon-128x128.png?rev=1912654\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:82:\"https://ps.w.org/modern-events-calendar-lite/assets/banner-772x250.png?rev=2217545\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"smartcrawl-seo/wpmu-dev-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/smartcrawl-seo\";s:4:\"slug\";s:14:\"smartcrawl-seo\";s:6:\"plugin\";s:31:\"smartcrawl-seo/wpmu-dev-seo.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smartcrawl-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/smartcrawl-seo.2.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/smartcrawl-seo/assets/icon-256x256.png?rev=1820822\";s:2:\"1x\";s:67:\"https://ps.w.org/smartcrawl-seo/assets/icon-128x128.png?rev=1820822\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smartcrawl-seo/assets/banner-1544x500.png?rev=1820822\";s:2:\"1x\";s:69:\"https://ps.w.org/smartcrawl-seo/assets/banner-772x250.png?rev=1820822\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:30:\"modern-events-calendar/mec.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:8:\"17731780\";s:4:\"slug\";s:3:\"mec\";s:6:\"plugin\";s:30:\"modern-events-calendar/mec.php\";s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:3:\"4.9\";s:11:\"new_version\";s:5:\"5.1.8\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:8:\"sections\";a:2:{s:11:\"description\";s:75:\"Modern Events Calendar - Responsive Event Scheduler & Booking For WordPress\";s:9:\"changelog\";s:75:\"Modern Events Calendar - Responsive Event Scheduler & Booking For WordPress\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:11:{s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-navxt\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"6.4.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.6.4.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:68:\"https://ps.w.org/breadcrumb-navxt/assets/icon-256x256.png?rev=971477\";s:2:\"1x\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";s:3:\"svg\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/breadcrumb-navxt/assets/banner-1544x500.png?rev=1927103\";s:2:\"1x\";s:71:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.png?rev=1927103\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:3:\"4.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"envato-elements/envato-elements.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/envato-elements\";s:4:\"slug\";s:15:\"envato-elements\";s:6:\"plugin\";s:35:\"envato-elements/envato-elements.php\";s:11:\"new_version\";s:5:\"1.1.9\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/envato-elements/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/envato-elements.1.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/envato-elements/assets/icon-256x256.png?rev=2065415\";s:2:\"1x\";s:68:\"https://ps.w.org/envato-elements/assets/icon-128x128.png?rev=2065415\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/envato-elements/assets/banner-1544x500.png?rev=2065415\";s:2:\"1x\";s:70:\"https://ps.w.org/envato-elements/assets/banner-772x250.png?rev=2065415\";}s:11:\"banners_rtl\";a:0:{}}s:63:\"granular-controls-for-elementor/granular-controls-elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:45:\"w.org/plugins/granular-controls-for-elementor\";s:4:\"slug\";s:31:\"granular-controls-for-elementor\";s:6:\"plugin\";s:63:\"granular-controls-for-elementor/granular-controls-elementor.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/granular-controls-for-elementor/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/granular-controls-for-elementor.1.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/granular-controls-for-elementor/assets/icon-256x256.png?rev=1801298\";s:2:\"1x\";s:84:\"https://ps.w.org/granular-controls-for-elementor/assets/icon-256x256.png?rev=1801298\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:86:\"https://ps.w.org/granular-controls-for-elementor/assets/banner-772x250.png?rev=1801298\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"heartbeat-control/heartbeat-control.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/heartbeat-control\";s:4:\"slug\";s:17:\"heartbeat-control\";s:6:\"plugin\";s:39:\"heartbeat-control/heartbeat-control.php\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/heartbeat-control/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/heartbeat-control.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/heartbeat-control/assets/icon-256x256.png?rev=2033465\";s:2:\"1x\";s:70:\"https://ps.w.org/heartbeat-control/assets/icon-128x128.png?rev=2033464\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/heartbeat-control/assets/banner-1544x500.png?rev=2033464\";s:2:\"1x\";s:72:\"https://ps.w.org/heartbeat-control/assets/banner-772x250.png?rev=2033464\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:5:\"4.7.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.7.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:5:\"3.4.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-smushit.3.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.jpg?rev=2132251\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.jpg?rev=2132250\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=1863697\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=1863697\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"svg-support/svg-support.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/svg-support\";s:4:\"slug\";s:11:\"svg-support\";s:6:\"plugin\";s:27:\"svg-support/svg-support.php\";s:11:\"new_version\";s:6:\"2.3.17\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/svg-support/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/svg-support.2.3.17.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:64:\"https://ps.w.org/svg-support/assets/icon-256x256.png?rev=1417738\";s:2:\"1x\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";s:3:\"svg\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/svg-support/assets/banner-1544x500.jpg?rev=1215377\";s:2:\"1x\";s:66:\"https://ps.w.org/svg-support/assets/banner-772x250.jpg?rev=1215377\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.9.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2075035\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2075035\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2075035\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2075035\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(80288,'LEZ68558','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Mischa McHenry\";s:5:\"email\";s:18:\"mmchenry43@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856336289\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Mischa McHenry\";s:5:\"email\";s:18:\"mmchenry43@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856336289\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(41227,'_transient_product-transient-version','1577850765','yes'),(19604,'MJK83636','a:10:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:40;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:40;s:8:\"discount\";i:0;s:5:\"price\";i:40;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(19382,'mec_woo_options','a:2:{s:12:\"product_name\";s:0:\"\";s:13:\"purchase_code\";s:0:\"\";}','yes'),(19475,'ACN54239','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:7:\"Kerrice\";s:5:\"email\";s:24:\"seveneightfive@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2019-12-31:2020-01-01\";s:8:\"event_id\";s:4:\"3716\";s:13:\"price_details\";a:2:{s:5:\"total\";i:75;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:75;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:75;s:8:\"discount\";i:0;s:5:\"price\";i:75;s:6:\"coupon\";N;}','yes'),(21103,'SLY35946','a:9:{s:7:\"tickets\";a:3:{i:0;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-10-05:2019-10-05\";s:8:\"event_id\";s:4:\"4392\";s:13:\"price_details\";a:2:{s:5:\"total\";i:30;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:30;s:8:\"discount\";i:0;s:5:\"price\";i:30;s:6:\"coupon\";N;}','yes'),(21105,'ZLN30815','a:10:{s:7:\"tickets\";a:3:{i:0;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-10-05:2019-10-05\";s:8:\"event_id\";s:4:\"4392\";s:13:\"price_details\";a:2:{s:5:\"total\";i:30;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:30;s:8:\"discount\";i:0;s:5:\"price\";i:30;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(22576,'WYT63864','a:9:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:13:\"Kristin REady\";s:5:\"email\";s:22:\"ichabodsball@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Kristin REady\";s:5:\"email\";s:22:\"ichabodsball@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:13:\"Kristin REady\";s:5:\"email\";s:22:\"ichabodsball@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:13:\"Kristin REady\";s:5:\"email\";s:22:\"ichabodsball@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:40;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:40;s:8:\"discount\";i:0;s:5:\"price\";i:40;s:6:\"coupon\";N;}','yes'),(51633,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(51621,'OUW23145','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Kerrice Mapes\";s:5:\"email\";s:29:\"TheHistoricVinewood@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;}','yes'),(26245,'gadwp_cache_qr5_1779564691','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:195:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dreferral&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:11:{i:0;a:2:{i:0;s:17:\"vinewoodvenue.com\";i:1;s:3:\"495\";}i:1;a:2:{i:0;s:14:\"m.facebook.com\";i:1;s:3:\"108\";}i:2;a:2:{i:0;s:12:\"facebook.com\";i:1;s:2:\"16\";}i:3;a:2:{i:0;s:10:\"paypal.com\";i:1;s:1:\"5\";}i:4;a:2:{i:0;s:21:\"frontdoorcatering.com\";i:1;s:1:\"4\";}i:5;a:2:{i:0;s:24:\"us3.campaign-archive.com\";i:1;s:1:\"3\";}i:6;a:2:{i:0;s:12:\"cjonline.com\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:14:\"l.facebook.com\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:15:\"lm.facebook.com\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:10:\"mailchi.mp\";i:1;s:1:\"1\";}i:10;a:2:{i:0;s:11:\"northcs.com\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:195:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dreferral&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:11;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"636\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:19:\"ga:medium==referral\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1571288400;}','no'),(51462,'mec_addons_notification_option','open','yes'),(30205,'WQO91338','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:7:\"Anthony\";s:5:\"email\";s:29:\"lacoloniatopeka@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:10;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:10;s:8:\"discount\";i:0;s:5:\"price\";i:10;s:6:\"coupon\";N;}','yes'),(26166,'_transient_product_query-transient-version','1582603814','yes'),(61982,'NXY19186','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:12:\"Lynne Crouse\";s:5:\"email\";s:17:\"lynnec5@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856408501\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(54277,'CEU18651','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:9:\"Kim Scott\";s:5:\"email\";s:26:\"kimberleyscott59@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855542820\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(64474,'CWP64567','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Don Hoffman \";s:5:\"email\";s:18:\"dhoffman17@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7856332404\";i:4;a:1:{i:0;s:21:\"TV / Radio / Magazine\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Don Hoffman \";s:5:\"email\";s:18:\"dhoffman17@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7856332404\";i:4;a:1:{i:0;s:21:\"TV / Radio / Magazine\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-01-10:2020-01-10\";s:8:\"event_id\";s:4:\"4475\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(81181,'exactmetrics_settings','a:23:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:0;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:35:\"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:0;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:9:\"analytics\";s:15:\"speedsamplerate\";i:1;s:10:\"samplerate\";i:100;s:17:\"automatic_updates\";s:5:\"minor\";s:17:\"custom_dimensions\";a:0:{}s:28:\"gatracker_compatibility_mode\";b:1;s:14:\"gadwp_migrated\";i:1582603635;}','yes'),(57099,'TXV82808','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Jolene Shafer\";s:5:\"email\";s:22:\"joleneshafer@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856083701\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(57001,'AZW94517','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Alison Beebe \";s:5:\"email\";s:22:\"alison.beebe@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852154464\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(33672,'wphb-new-user-tour','a:1:{s:8:\"finished\";b:1;}','no'),(83197,'_transient_timeout_mc4wp_mailchimp_lists','1583374624','no'),(83198,'_transient_mc4wp_mailchimp_lists','a:1:{s:10:\"118b2aacd1\";O:8:\"stdClass\":4:{s:2:\"id\";s:10:\"118b2aacd1\";s:6:\"web_id\";i:648805;s:4:\"name\";s:12:\"The Vinewood\";s:5:\"stats\";O:8:\"stdClass\":16:{s:12:\"member_count\";i:422;s:17:\"unsubscribe_count\";i:39;s:13:\"cleaned_count\";i:31;s:23:\"member_count_since_send\";i:15;s:28:\"unsubscribe_count_since_send\";i:3;s:24:\"cleaned_count_since_send\";i:4;s:14:\"campaign_count\";i:23;s:18:\"campaign_last_sent\";s:25:\"2020-03-03T21:24:11+00:00\";s:17:\"merge_field_count\";i:5;s:12:\"avg_sub_rate\";i:18;s:14:\"avg_unsub_rate\";i:5;s:15:\"target_sub_rate\";i:11;s:9:\"open_rate\";d:25.05880224353175;s:10:\"click_rate\";d:3.0712979890310783;s:13:\"last_sub_date\";s:25:\"2020-03-03T21:23:05+00:00\";s:15:\"last_unsub_date\";s:25:\"2020-02-20T19:05:02+00:00\";}}}','no'),(25633,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1583285123;s:7:\"checked\";a:4:{s:6:\"dreama\";s:5:\"1.1.0\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(64528,'gadwp_cache_qr8_2904654728','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:172:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:5:{i:0;a:2:{i:0;s:8:\"Referral\";i:1;s:3:\"483\";}i:1;a:2:{i:0;s:6:\"Social\";i:1;s:3:\"413\";}i:2;a:2:{i:0;s:6:\"Direct\";i:1;s:3:\"180\";}i:3;a:2:{i:0;s:14:\"Organic Search\";i:1;s:2:\"62\";}i:4;a:2:{i:0;s:5:\"Email\";i:1;s:2:\"39\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:172:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:5;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"1177\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578718800;}','no'),(26244,'gadwp_cache_qr6_1779564691','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:keyword&metrics=ga:sessions&sort=-ga:sessions&filters=ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:16:{i:0;a:2:{i:0;s:14:\"(not provided)\";i:1;s:2:\"27\";}i:1;a:2:{i:0;s:33:\"0_118b2aacd1-c3a637cfda-380753257\";i:1;s:1:\"3\";}i:2;a:2:{i:0;s:33:\"0_118b2aacd1-812674388d-372888133\";i:1;s:1:\"2\";}i:3;a:2:{i:0;s:24:\"0_118b2aacd1-1895ad6af4-\";i:1;s:1:\"1\";}i:4;a:2:{i:0;s:33:\"0_118b2aacd1-812674388d-372888145\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:33:\"0_118b2aacd1-812674388d-372888217\";i:1;s:1:\"1\";}i:6;a:2:{i:0;s:33:\"0_118b2aacd1-812674388d-372888265\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:33:\"0_118b2aacd1-812674388d-373890529\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:33:\"0_118b2aacd1-812674388d-373890677\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:33:\"0_118b2aacd1-c3a637cfda-377788053\";i:1;s:1:\"1\";}i:10;a:2:{i:0;s:33:\"0_118b2aacd1-c3e13e157a-372888265\";i:1;s:1:\"1\";}i:11;a:2:{i:0;s:33:\"0_118b2aacd1-c3e13e157a-373890633\";i:1;s:1:\"1\";}i:12;a:2:{i:0;s:12:\"Vinewood.com\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:25:\"historiac vinewood topeka\";i:1;s:1:\"1\";}i:14;a:2:{i:0;s:19:\"thehistoricvinewood\";i:1;s:1:\"1\";}i:15;a:2:{i:0;s:21:\"vinewood.com calendar\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:keyword&metrics=ga:sessions&sort=-ga:sessions&filters=ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:16;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"45\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:10:\"ga:keyword\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:21:\"ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1571288400;}','no'),(7761,'EWD_UASP_Client_Email_Details','-1','yes'),(7762,'EWD_UASP_Minimum_Days_Advance','','yes'),(7763,'EWD_UASP_Maximum_Days_Advance','','yes'),(7764,'EWD_UASP_Calendar_Starting_Layout','agendaDay','yes'),(7765,'EWD_UASP_Calendar_Starting_Time','09','yes'),(51386,'_transient_shipping-transient-version','1577766989','yes'),(51501,'can_compress_scripts','1','no'),(21099,'KYM17618','a:9:{s:7:\"tickets\";a:3:{i:0;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-10-05:2019-10-05\";s:8:\"event_id\";s:4:\"4392\";s:13:\"price_details\";a:2:{s:5:\"total\";i:30;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:30;s:8:\"discount\";i:0;s:5:\"price\";i:30;s:6:\"coupon\";N;}','yes'),(30192,'XOK65056','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:7:\"Anthony\";s:5:\"email\";s:29:\"lacoloniatopeka@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:10;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:10;s:8:\"discount\";i:0;s:5:\"price\";i:10;s:6:\"coupon\";N;}','yes'),(19600,'XSY80445','a:9:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"JESTANTON64@GMAIL.COM\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"JESTANTON64@GMAIL.COM\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"JESTANTON64@GMAIL.COM\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"JESTANTON64@GMAIL.COM\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-10-26:2019-10-26\";s:8:\"event_id\";s:4:\"4417\";s:13:\"price_details\";a:2:{s:5:\"total\";i:40;s:7:\"details\";a:2:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";i:0;s:11:\"description\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";i:40;s:8:\"discount\";i:0;s:5:\"price\";i:40;s:6:\"coupon\";N;}','yes'),(12368,'gadwp_cache_qr_realtimecache_4084587863','a:2:{s:5:\"value\";O:37:\"Deconf_Service_Analytics_RealtimeData\":16:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:50:\"Deconf_Service_Analytics_RealtimeDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:2:\"id\";s:180:\"https://www.googleapis.com/analytics/v3/data/realtime?ids=ga:200770114&dimensions=rt:pagePath,rt:source,rt:keyword,rt:trafficType,rt:visitorType,rt:pageTitle&metrics=rt:activeUsers\";s:4:\"kind\";s:22:\"analytics#realtimeData\";s:18:\"\0*\0profileInfoType\";s:48:\"Deconf_Service_Analytics_RealtimeDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:42:\"Deconf_Service_Analytics_RealtimeDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";N;s:8:\"selfLink\";s:180:\"https://www.googleapis.com/analytics/v3/data/realtime?ids=ga:200770114&dimensions=rt:pagePath,rt:source,rt:keyword,rt:trafficType,rt:visitorType,rt:pageTitle&metrics=rt:activeUsers\";s:12:\"totalResults\";i:0;s:19:\"totalsForAllResults\";a:1:{s:14:\"rt:activeUsers\";s:1:\"0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:4:{s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:75:\"rt:pagePath,rt:source,rt:keyword,rt:trafficType,rt:visitorType,rt:pageTitle\";s:7:\"metrics\";a:1:{i:0;s:14:\"rt:activeUsers\";}s:11:\"max-results\";i:1000;}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:18:\"realtime:200770114\";}s:13:\"columnHeaders\";a:7:{i:0;a:3:{s:4:\"name\";s:11:\"rt:pagePath\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:9:\"rt:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:10:\"rt:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:3;a:3:{s:4:\"name\";s:14:\"rt:trafficType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:4;a:3:{s:4:\"name\";s:14:\"rt:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:5;a:3:{s:4:\"name\";s:12:\"rt:pageTitle\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:6;a:3:{s:4:\"name\";s:14:\"rt:activeUsers\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566787569;}','no'),(12369,'gadwp_cache_qr8_2865439961','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:163:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:deviceCategory&metrics=ga:sessions&sort=-ga:sessions&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:7:\"desktop\";i:1;s:2:\"15\";}i:1;a:2:{i:0;s:6:\"mobile\";i:1;s:2:\"13\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:163:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:deviceCategory&metrics=ga:sessions&sort=-ga:sessions&start-date=today&end-date=today\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"28\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:17:\"ga:deviceCategory\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:17:\"ga:deviceCategory\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566788400;}','no'),(12370,'gadwp_cache_qr10_840906490','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:188:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:browser&metrics=ga:sessions&sort=-ga:sessions&filters=ga:browser!%3D(not+set)&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:5:{i:0;a:2:{i:0;s:7:\"Firefox\";i:1;s:2:\"12\";}i:1;a:2:{i:0;s:6:\"Safari\";i:1;s:1:\"9\";}i:2;a:2:{i:0;s:6:\"Chrome\";i:1;s:1:\"3\";}i:3;a:2:{i:0;s:15:\"Android Webview\";i:1;s:1:\"2\";}i:4;a:2:{i:0;s:15:\"Safari (in-app)\";i:1;s:1:\"2\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:188:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:browser&metrics=ga:sessions&sort=-ga:sessions&filters=ga:browser!%3D(not+set)&start-date=today&end-date=today\";s:12:\"totalResults\";i:5;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"28\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:10:\"ga:browser\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:21:\"ga:browser!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:browser\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566788400;}','no'),(12371,'gadwp_cache_qr10_175499887','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:204:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:operatingSystem&metrics=ga:sessions&sort=-ga:sessions&filters=ga:operatingSystem!%3D(not+set)&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:9:\"Macintosh\";i:1;s:2:\"14\";}i:1;a:2:{i:0;s:3:\"iOS\";i:1;s:2:\"10\";}i:2;a:2:{i:0;s:7:\"Android\";i:1;s:1:\"3\";}i:3;a:2:{i:0;s:7:\"Windows\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:204:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:operatingSystem&metrics=ga:sessions&sort=-ga:sessions&filters=ga:operatingSystem!%3D(not+set)&start-date=today&end-date=today\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"28\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:18:\"ga:operatingSystem\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:29:\"ga:operatingSystem!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:operatingSystem\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566788400;}','no'),(12372,'gadwp_cache_qr10_1699634155','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:206:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:screenResolution&metrics=ga:sessions&sort=-ga:sessions&filters=ga:screenResolution!%3D(not+set)&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:11:{i:0;a:2:{i:0;s:8:\"1760x990\";i:1;s:1:\"9\";}i:1;a:2:{i:0;s:7:\"414x896\";i:1;s:1:\"8\";}i:2;a:2:{i:0;s:9:\"1920x1080\";i:1;s:1:\"2\";}i:3;a:2:{i:0;s:9:\"2144x1206\";i:1;s:1:\"2\";}i:4;a:2:{i:0;s:8:\"1440x900\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:9:\"2000x2000\";i:1;s:1:\"1\";}i:6;a:2:{i:0;s:9:\"2560x1080\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:7:\"360x720\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:7:\"360x740\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:7:\"375x667\";i:1;s:1:\"1\";}i:10;a:2:{i:0;s:7:\"412x869\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:206:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:screenResolution&metrics=ga:sessions&sort=-ga:sessions&filters=ga:screenResolution!%3D(not+set)&start-date=today&end-date=today\";s:12:\"totalResults\";i:11;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"28\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:19:\"ga:screenResolution\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:30:\"ga:screenResolution!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:19:\"ga:screenResolution\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566788400;}','no'),(12373,'gadwp_cache_qr10_342232203','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:214:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:mobileDeviceBranding&metrics=ga:sessions&sort=-ga:sessions&filters=ga:mobileDeviceBranding!%3D(not+set)&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:5:\"Apple\";i:1;s:2:\"10\";}i:1;a:2:{i:0;s:7:\"Samsung\";i:1;s:1:\"2\";}i:2;a:2:{i:0;s:2:\"LG\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:214:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:mobileDeviceBranding&metrics=ga:sessions&sort=-ga:sessions&filters=ga:mobileDeviceBranding!%3D(not+set)&start-date=today&end-date=today\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"13\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:23:\"ga:mobileDeviceBranding\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:34:\"ga:mobileDeviceBranding!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:23:\"ga:mobileDeviceBranding\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566788400;}','no'),(12374,'gadwp_cache_qr2_3440562203','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:135:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:hour&metrics=ga:sessions&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:24:{i:0;a:2:{i:0;s:2:\"00\";i:1;s:1:\"1\";}i:1;a:2:{i:0;s:2:\"01\";i:1;s:1:\"1\";}i:2;a:2:{i:0;s:2:\"02\";i:1;s:1:\"0\";}i:3;a:2:{i:0;s:2:\"03\";i:1;s:1:\"2\";}i:4;a:2:{i:0;s:2:\"04\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:2:\"05\";i:1;s:1:\"2\";}i:6;a:2:{i:0;s:2:\"06\";i:1;s:1:\"0\";}i:7;a:2:{i:0;s:2:\"07\";i:1;s:1:\"0\";}i:8;a:2:{i:0;s:2:\"08\";i:1;s:1:\"2\";}i:9;a:2:{i:0;s:2:\"09\";i:1;s:1:\"0\";}i:10;a:2:{i:0;s:2:\"10\";i:1;s:1:\"0\";}i:11;a:2:{i:0;s:2:\"11\";i:1;s:1:\"0\";}i:12;a:2:{i:0;s:2:\"12\";i:1;s:1:\"2\";}i:13;a:2:{i:0;s:2:\"13\";i:1;s:1:\"1\";}i:14;a:2:{i:0;s:2:\"14\";i:1;s:1:\"2\";}i:15;a:2:{i:0;s:2:\"15\";i:1;s:1:\"3\";}i:16;a:2:{i:0;s:2:\"16\";i:1;s:1:\"2\";}i:17;a:2:{i:0;s:2:\"17\";i:1;s:1:\"2\";}i:18;a:2:{i:0;s:2:\"18\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:2:\"19\";i:1;s:1:\"3\";}i:20;a:2:{i:0;s:2:\"20\";i:1;s:1:\"3\";}i:21;a:2:{i:0;s:2:\"21\";i:1;s:1:\"0\";}i:22;a:2:{i:0;s:2:\"22\";i:1;s:1:\"0\";}i:23;a:2:{i:0;s:2:\"23\";i:1;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:135:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:hour&metrics=ga:sessions&start-date=today&end-date=today\";s:12:\"totalResults\";i:24;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"28\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:7:\"ga:hour\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:7:\"ga:hour\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566788400;}','no'),(12375,'gadwp_cache_qr3_2155007135','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:252:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:2:\"28\";i:1;s:2:\"11\";i:2;s:3:\"277\";i:3;s:18:\"21.428571428571427\";i:4;s:1:\"0\";i:5;s:17:\"9.892857142857142\";i:6;s:18:\"142.42570281124497\";i:7;s:3:\"0.0\";i:8;s:17:\"1266.392857142857\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:252:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=today&end-date=today\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:2:\"28\";s:8:\"ga:users\";s:2:\"11\";s:12:\"ga:pageviews\";s:3:\"277\";s:13:\"ga:BounceRate\";s:18:\"21.428571428571427\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:17:\"9.892857142857142\";s:16:\"ga:avgTimeOnPage\";s:18:\"142.42570281124497\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:21:\"ga:avgSessionDuration\";s:17:\"1266.392857142857\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:200770114\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566788400;}','no'),(12376,'gadwp_cache_qr2_4019980383','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:132:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:hour&metrics=ga:users&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:24:{i:0;a:2:{i:0;s:2:\"00\";i:1;s:1:\"1\";}i:1;a:2:{i:0;s:2:\"01\";i:1;s:1:\"1\";}i:2;a:2:{i:0;s:2:\"02\";i:1;s:1:\"1\";}i:3;a:2:{i:0;s:2:\"03\";i:1;s:1:\"2\";}i:4;a:2:{i:0;s:2:\"04\";i:1;s:1:\"2\";}i:5;a:2:{i:0;s:2:\"05\";i:1;s:1:\"2\";}i:6;a:2:{i:0;s:2:\"06\";i:1;s:1:\"0\";}i:7;a:2:{i:0;s:2:\"07\";i:1;s:1:\"0\";}i:8;a:2:{i:0;s:2:\"08\";i:1;s:1:\"2\";}i:9;a:2:{i:0;s:2:\"09\";i:1;s:1:\"0\";}i:10;a:2:{i:0;s:2:\"10\";i:1;s:1:\"0\";}i:11;a:2:{i:0;s:2:\"11\";i:1;s:1:\"0\";}i:12;a:2:{i:0;s:2:\"12\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:2:\"13\";i:1;s:1:\"2\";}i:14;a:2:{i:0;s:2:\"14\";i:1;s:1:\"3\";}i:15;a:2:{i:0;s:2:\"15\";i:1;s:1:\"2\";}i:16;a:2:{i:0;s:2:\"16\";i:1;s:1:\"2\";}i:17;a:2:{i:0;s:2:\"17\";i:1;s:1:\"2\";}i:18;a:2:{i:0;s:2:\"18\";i:1;s:1:\"2\";}i:19;a:2:{i:0;s:2:\"19\";i:1;s:1:\"4\";}i:20;a:2:{i:0;s:2:\"20\";i:1;s:1:\"4\";}i:21;a:2:{i:0;s:2:\"21\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:2:\"22\";i:1;s:1:\"0\";}i:23;a:2:{i:0;s:2:\"23\";i:1;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:132:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:hour&metrics=ga:users&start-date=today&end-date=today\";s:12:\"totalResults\";i:24;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:2:\"34\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:7:\"ga:hour\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:7:\"ga:hour\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566788400;}','no'),(11845,'WPLANG','','yes'),(11846,'new_admin_email','TheHistoricVinewood@gmail.com','yes'),(51496,'admin_email_lifespan','1592781103','yes'),(51500,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1583285121;s:15:\"version_checked\";s:5:\"5.3.2\";s:12:\"translations\";a:0:{}}','no'),(60299,'CYN36872','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Christine Flynn \";s:5:\"email\";s:23:\"christinef972@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858511007\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Christine Flynn \";s:5:\"email\";s:23:\"christinef972@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858511007\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(52561,'TOD17614','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:17:\"Beth Anne Branden\";s:5:\"email\";s:26:\"bbranden@builtinterior.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859253468\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(73058,'_transient_timeout_wc_term_counts','1583432439','no'),(73059,'_transient_wc_term_counts','a:5:{i:65;s:1:\"2\";i:76;s:1:\"2\";i:15;s:1:\"0\";i:49;s:1:\"0\";i:52;s:1:\"0\";}','no'),(73091,'YAM66694','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Lawrence Mapes\";s:5:\"email\";s:22:\"mapeslarry57@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497481\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Lawrence Mapes\";s:5:\"email\";s:22:\"mapeslarry57@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497481\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(55238,'GWP34598','a:10:{s:7:\"tickets\";a:3:{i:0;a:6:{s:4:\"name\";s:12:\"Donna Bishop\";s:5:\"email\";s:19:\"babyd2318@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859699367\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Donna Bishop\";s:5:\"email\";s:19:\"babyd2318@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859699367\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Donna Bishop\";s:5:\"email\";s:19:\"babyd2318@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859699367\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-12-31:2020-01-01\";s:8:\"event_id\";s:4:\"4589\";s:13:\"price_details\";a:2:{s:5:\"total\";d:132.7152;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:120;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:9.4752;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:3.24;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:132.7152;s:8:\"discount\";i:0;s:5:\"price\";d:132.7152;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(52934,'ABU52351','a:10:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"Russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"Russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"Russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"Russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:44.2384;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.1584;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.08;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:44.2384;s:8:\"discount\";i:0;s:5:\"price\";d:44.2384;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(51921,'SPG13040','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:16:\"Rene M Netherton\";s:5:\"email\";s:22:\"Nethertonlaw@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852496073\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(57456,'elementor_controls_usage','a:4:{s:7:\"section\";a:16:{s:9:\"shortcode\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:52;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:21:\"space_between_widgets\";i:18;s:12:\"_inline_size\";i:44;s:19:\"_inline_size_tablet\";i:20;s:19:\"_inline_size_mobile\";i:2;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:5:{s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:4;s:21:\"background_background\";i:3;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:3;s:21:\"box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:23;s:13:\"margin_mobile\";i:10;s:14:\"padding_mobile\";i:23;s:14:\"padding_tablet\";i:14;s:13:\"margin_tablet\";i:4;s:6:\"margin\";i:2;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:9;s:18:\"animation_duration\";i:9;s:15:\"animation_delay\";i:5;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:27;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:10:{s:13:\"content_width\";i:4;s:16:\"content_position\";i:8;s:15:\"stretch_section\";i:11;s:6:\"height\";i:2;s:20:\"custom_height_mobile\";i:2;s:15:\"column_position\";i:1;s:3:\"gap\";i:13;s:13:\"custom_height\";i:2;s:6:\"layout\";i:1;s:20:\"custom_height_tablet\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:18;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:8:{s:16:\"background_color\";i:9;s:19:\"background_position\";i:7;s:17:\"background_repeat\";i:5;s:15:\"background_size\";i:5;s:21:\"background_background\";i:13;s:16:\"background_image\";i:6;s:18:\"background_color_b\";i:1;s:21:\"background_attachment\";i:3;}s:26:\"section_background_overlay\";a:8:{s:24:\"background_overlay_color\";i:5;s:26:\"background_overlay_opacity\";i:6;s:24:\"background_overlay_image\";i:2;s:29:\"background_overlay_background\";i:5;s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:3;s:26:\"box_shadow_box_shadow_type\";i:3;s:21:\"box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:15;s:6:\"margin\";i:15;s:13:\"margin_mobile\";i:10;s:14:\"padding_mobile\";i:15;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:8;s:13:\"margin_tablet\";i:9;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;s:15:\"animation_delay\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:9;s:10:\"image_size\";i:7;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:7;s:7:\"opacity\";i:1;s:12:\"width_mobile\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:4;s:5:\"color\";i:4;s:3:\"gap\";i:4;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:27;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:27;s:5:\"align\";i:11;s:11:\"header_size\";i:11;s:12:\"align_tablet\";i:2;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:14;s:21:\"typography_typography\";i:19;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:22;s:22:\"typography_font_weight\";i:6;s:25:\"typography_letter_spacing\";i:5;s:22:\"typography_line_height\";i:4;s:27:\"typography_font_size_tablet\";i:5;s:27:\"typography_font_size_mobile\";i:9;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:3;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:4;s:7:\"_margin\";i:16;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:18:\"animation_duration\";i:6;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:27;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:27;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:24;s:20:\"typography_font_size\";i:22;s:22:\"typography_line_height\";i:4;s:25:\"typography_letter_spacing\";i:11;s:25:\"typography_text_transform\";i:11;s:10:\"text_color\";i:7;s:27:\"typography_font_size_mobile\";i:2;s:5:\"align\";i:11;s:12:\"align_mobile\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_font_family\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:9;s:18:\"animation_duration\";i:9;}s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:7;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"featured-box\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;}}s:5:\"style\";a:3:{s:21:\"section_style_wrapper\";a:1:{s:14:\"height_wrapper\";i:2;}s:18:\"section_style_icon\";a:1:{s:12:\"spacing_icon\";i:4;}s:21:\"section_style_content\";a:7:{s:27:\"title_typography_typography\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_font_weight\";i:4;s:31:\"title_typography_text_transform\";i:4;s:13:\"spacing_title\";i:4;s:11:\"title_color\";i:4;s:34:\"description_typography_line_height\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:14:\"section_button\";a:6:{s:4:\"text\";i:8;s:5:\"align\";i:8;s:12:\"align_tablet\";i:5;s:4:\"link\";i:2;s:12:\"align_mobile\";i:1;s:11:\"icon_indent\";i:1;}s:12:\"contactform7\";a:1:{s:12:\"contact_slug\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:8;s:20:\"typography_font_size\";i:8;s:12:\"text_padding\";i:8;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:25:\"button_hover_border_color\";i:3;s:13:\"border_border\";i:3;s:12:\"border_color\";i:3;s:13:\"border_radius\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:7;s:18:\"animation_duration\";i:7;s:16:\"_animation_delay\";i:7;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:2;s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:9;s:4:\"view\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:6:{s:22:\"border_list_item_width\";i:6;s:17:\"list_item_padding\";i:7;s:16:\"list_item_margin\";i:7;s:10:\"icon_align\";i:3;s:17:\"icon_align_tablet\";i:2;s:17:\"icon_align_mobile\";i:2;}s:18:\"section_text_style\";a:9:{s:26:\"icon_typography_typography\";i:9;s:27:\"icon_typography_line_height\";i:6;s:10:\"text_color\";i:9;s:16:\"text_color_hover\";i:9;s:11:\"text_indent\";i:3;s:30:\"icon_typography_text_transform\";i:3;s:32:\"icon_typography_font_size_mobile\";i:2;s:25:\"icon_typography_font_size\";i:3;s:30:\"icon_typography_letter_spacing\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:3;s:16:\"icon_color_hover\";i:3;s:14:\"icon_font_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:9;s:8:\"_padding\";i:6;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:6;s:13:\"_border_width\";i:6;s:13:\"_border_color\";i:6;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:8:\"progress\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_progress\";a:2:{s:5:\"title\";i:4;s:7:\"percent\";i:3;}}s:5:\"style\";a:1:{s:22:\"section_progress_style\";a:4:{s:20:\"bar_color_background\";i:4;s:15:\"bar_color_color\";i:4;s:17:\"bar_color_color_b\";i:4;s:24:\"bar_color_gradient_angle\";i:4;}}}}s:18:\"opal-text_carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:21:\"section_text_carousel\";a:6:{s:8:\"contents\";i:1;s:6:\"column\";i:1;s:6:\"gutter\";i:1;s:5:\"style\";i:1;s:13:\"column_tablet\";i:1;s:13:\"column_mobile\";i:1;}s:24:\"section_carousel_options\";a:2:{s:15:\"enable_carousel\";i:1;s:10:\"navigation\";i:1;}}s:5:\"style\";a:3:{s:27:\"section_text_carousel_style\";a:3:{s:30:\"content_typography_line_height\";i:1;s:14:\"content_margin\";i:1;s:29:\"content_typography_typography\";i:1;}s:19:\"section_style_image\";a:1:{s:11:\"image_space\";i:1;}s:19:\"section_title_style\";a:1:{s:12:\"title_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:8:{s:11:\"title_color\";i:1;s:26:\"title_typography_font_size\";i:1;s:10:\"text_align\";i:1;s:17:\"text_align_tablet\";i:1;s:18:\"title_bottom_space\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:2;s:5:\"shape\";i:2;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:2;s:18:\"icon_primary_color\";i:2;s:20:\"icon_secondary_color\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;s:12:\"icon_spacing\";i:2;}s:20:\"section_social_hover\";a:3:{s:19:\"hover_primary_color\";i:2;s:21:\"hover_secondary_color\";i:2;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:3;}}}}s:17:\"opal-testimonials\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:19:\"section_testimonial\";a:2:{s:12:\"testimonials\";i:1;s:21:\"testimonial_alignment\";i:1;}s:24:\"section_carousel_options\";a:1:{s:15:\"enable_carousel\";i:1;}}s:5:\"style\";a:3:{s:31:\"section_style_testimonial_title\";a:5:{s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:31:\"title_typography_text_transform\";i:1;s:31:\"title_typography_letter_spacing\";i:1;s:12:\"title_margin\";i:1;}s:31:\"section_style_testimonial_style\";a:6:{s:21:\"content_content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:33:\"content_typography_letter_spacing\";i:1;s:14:\"content_margin\";i:1;}s:30:\"section_style_testimonial_name\";a:1:{s:15:\"name_text_color\";i:1;}}}}}s:7:\"wp-post\";a:23:{s:14:\"opal-site-logo\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"align\";i:2;s:12:\"align_tablet\";i:2;s:12:\"align_mobile\";i:2;}s:13:\"section_extra\";a:2:{s:11:\"logo_select\";i:2;s:10:\"image_logo\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:2;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:119;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:86;s:21:\"space_between_widgets\";i:53;s:19:\"_inline_size_tablet\";i:34;s:19:\"_inline_size_mobile\";i:17;s:16:\"content_position\";i:10;}s:26:\"section_scheduled_controls\";a:3:{s:20:\"scheduled_content_on\";i:1;s:19:\"schedule_start_date\";i:1;s:17:\"schedule_end_date\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:8:{s:7:\"padding\";i:44;s:14:\"padding_mobile\";i:30;s:6:\"margin\";i:11;s:14:\"padding_tablet\";i:14;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:20;s:7:\"z_index\";i:3;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:10;s:18:\"animation_duration\";i:10;s:15:\"animation_delay\";i:5;}s:19:\"_section_responsive\";a:0:{}}s:5:\"style\";a:4:{s:13:\"section_style\";a:8:{s:21:\"background_background\";i:12;s:16:\"background_color\";i:8;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;s:21:\"background_attachment\";i:1;s:27:\"background_hover_background\";i:2;}s:12:\"section_typo\";a:2:{s:13:\"heading_color\";i:1;s:10:\"text_align\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}s:14:\"section_border\";a:7:{s:13:\"border_border\";i:8;s:12:\"border_width\";i:9;s:12:\"border_color\";i:9;s:19:\"border_width_mobile\";i:6;s:21:\"box_shadow_box_shadow\";i:3;s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;}}}}s:13:\"opal-nav-menu\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:14:{s:9:\"indicator\";i:2;s:16:\"subMenusMinWidth\";i:2;s:8:\"dropdown\";i:2;s:12:\"toggle_align\";i:2;s:14:\"animation_line\";i:2;s:21:\"width_dropdown_mobile\";i:2;s:17:\"menu-toggle-title\";i:2;s:10:\"full_width\";i:2;s:19:\"toggle_align_mobile\";i:2;s:15:\"dropdown_layout\";i:2;s:11:\"align_items\";i:2;s:7:\"pointer\";i:2;s:4:\"menu\";i:2;s:18:\"align_items_tablet\";i:2;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:13:{s:25:\"menu_typography_font_size\";i:2;s:27:\"menu_typography_line_height\";i:2;s:28:\"padding_horizontal_menu_item\";i:2;s:26:\"padding_vertical_menu_item\";i:2;s:18:\"menu_space_between\";i:2;s:30:\"menu_typography_text_transform\";i:2;s:14:\"pointer_height\";i:2;s:25:\"menu_space_between_tablet\";i:2;s:26:\"menu_typography_typography\";i:2;s:30:\"menu_typography_letter_spacing\";i:2;s:15:\"color_menu_item\";i:2;s:33:\"padding_vertical_menu_item_tablet\";i:2;s:32:\"menu_typography_font_size_tablet\";i:2;}s:22:\"section_style_dropdown\";a:19:{s:30:\"dropdown_box_shadow_box_shadow\";i:2;s:32:\"padding_horizontal_dropdown_item\";i:2;s:30:\"padding_vertical_dropdown_item\";i:2;s:21:\"dropdown_top_distance\";i:2;s:39:\"padding_horizontal_dropdown_item_mobile\";i:2;s:37:\"padding_vertical_dropdown_item_mobile\";i:2;s:29:\"dropdown_typography_font_size\";i:2;s:34:\"dropdown_typography_text_transform\";i:2;s:31:\"dropdown_typography_font_weight\";i:2;s:34:\"dropdown_typography_letter_spacing\";i:2;s:25:\"color_dropdown_item_hover\";i:2;s:19:\"color_dropdown_item\";i:2;s:30:\"dropdown_typography_typography\";i:2;s:30:\"background_color_dropdown_item\";i:2;s:32:\"border_color_dropdown_item_hover\";i:2;s:35:\"dropdown_box_shadow_box_shadow_type\";i:2;s:30:\"spacing_vertical_dropdown_item\";i:2;s:16:\"dropdown_padding\";i:2;s:36:\"dropdown_typography_font_size_tablet\";i:2;}s:12:\"style_toggle\";a:6:{s:11:\"toggle_size\";i:2;s:19:\"toggle_border_width\";i:2;s:20:\"toggle_border_radius\";i:2;s:23:\"toggle_background_color\";i:2;s:12:\"toggle_color\";i:2;s:18:\"toggle_color_hover\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:4:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:11:\"button_type\";i:5;s:4:\"text\";i:13;s:5:\"align\";i:12;s:10:\"show_decor\";i:2;s:4:\"link\";i:12;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:21:\"typography_font_style\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;s:12:\"text_padding\";i:3;s:11:\"decor_color\";i:2;s:17:\"button_text_color\";i:3;s:11:\"hover_color\";i:5;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:29:\"button_background_hover_color\";i:1;s:19:\"text_padding_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:8;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:71;s:8:\"controls\";a:3:{s:6:\"layout\";a:4:{s:14:\"section_layout\";a:10:{s:15:\"stretch_section\";i:28;s:3:\"gap\";i:34;s:16:\"content_position\";i:8;s:13:\"content_width\";i:11;s:6:\"layout\";i:14;s:6:\"height\";i:8;s:20:\"custom_height_mobile\";i:3;s:15:\"column_position\";i:1;s:13:\"custom_height\";i:5;s:20:\"custom_height_tablet\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:31;}s:14:\"section_sticky\";a:1:{s:11:\"sticky_show\";i:2;}s:20:\"osf_section_parallax\";a:2:{s:29:\"osf_section_parallax_switcher\";i:2;s:26:\"osf_section_parallax_layer\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:14:{s:21:\"background_background\";i:23;s:28:\"sticky_background_background\";i:2;s:23:\"sticky_background_color\";i:2;s:16:\"background_color\";i:12;s:19:\"background_position\";i:8;s:17:\"background_repeat\";i:7;s:15:\"background_size\";i:10;s:16:\"background_image\";i:8;s:19:\"background_bg_width\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_size_tablet\";i:2;s:26:\"background_bg_width_tablet\";i:2;s:21:\"background_attachment\";i:2;s:15:\"background_ypos\";i:1;}s:26:\"section_background_overlay\";a:9:{s:29:\"background_overlay_background\";i:6;s:26:\"background_overlay_opacity\";i:7;s:24:\"background_overlay_color\";i:8;s:24:\"background_overlay_image\";i:2;s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:25:\"background_overlay_repeat\";i:2;s:23:\"background_overlay_size\";i:2;s:22:\"css_filters_css_filter\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:8:{s:7:\"padding\";i:32;s:14:\"padding_tablet\";i:15;s:14:\"padding_mobile\";i:23;s:14:\"sticky_padding\";i:2;s:7:\"z_index\";i:5;s:6:\"margin\";i:33;s:13:\"margin_tablet\";i:9;s:13:\"margin_mobile\";i:13;}s:19:\"_section_responsive\";a:5:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:20:\"reverse_order_mobile\";i:2;s:20:\"reverse_order_tablet\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:44;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:44;s:11:\"header_size\";i:10;s:5:\"align\";i:30;s:12:\"align_mobile\";i:3;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:13:{s:21:\"typography_typography\";i:39;s:20:\"typography_font_size\";i:37;s:22:\"typography_font_weight\";i:12;s:27:\"typography_font_size_mobile\";i:15;s:11:\"title_color\";i:18;s:27:\"typography_font_size_tablet\";i:9;s:22:\"typography_font_family\";i:5;s:25:\"typography_letter_spacing\";i:6;s:22:\"typography_line_height\";i:11;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:25:\"typography_text_transform\";i:3;s:21:\"typography_font_style\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:33;s:14:\"_margin_mobile\";i:9;s:14:\"_margin_tablet\";i:4;s:8:\"_padding\";i:6;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:23;s:18:\"animation_duration\";i:23;}s:19:\"_section_background\";a:3:{s:17:\"_background_image\";i:1;s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:33;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:33;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:26;s:20:\"typography_font_size\";i:26;s:22:\"typography_line_height\";i:7;s:25:\"typography_letter_spacing\";i:17;s:25:\"typography_text_transform\";i:8;s:5:\"align\";i:19;s:12:\"align_mobile\";i:3;s:10:\"text_color\";i:8;s:22:\"typography_font_weight\";i:4;s:22:\"typography_font_family\";i:2;s:21:\"typography_font_style\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:32:\"typography_letter_spacing_mobile\";i:1;s:27:\"typography_font_size_mobile\";i:2;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:20;s:18:\"animation_duration\";i:20;}s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:9;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:15;s:14:\"_margin_tablet\";i:4;s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:2;}}}}s:14:\"opal-revslider\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:10:\"rev_slider\";a:1:{s:9:\"rev_alias\";i:2;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:9;s:4:\"view\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:5:{s:17:\"list_item_padding\";i:7;s:16:\"list_item_margin\";i:7;s:10:\"icon_align\";i:2;s:17:\"icon_align_mobile\";i:3;s:22:\"border_list_item_width\";i:6;}s:18:\"section_text_style\";a:8:{s:26:\"icon_typography_typography\";i:9;s:27:\"icon_typography_line_height\";i:8;s:10:\"text_color\";i:9;s:16:\"text_color_hover\";i:7;s:25:\"icon_typography_font_size\";i:3;s:30:\"icon_typography_text_transform\";i:3;s:30:\"icon_typography_letter_spacing\";i:3;s:11:\"text_indent\";i:1;}s:18:\"section_icon_style\";a:3:{s:14:\"icon_font_size\";i:1;s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_mobile\";i:2;s:14:\"_margin_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:6;s:13:\"_border_width\";i:6;s:13:\"_border_color\";i:6;}}}}s:18:\"opal-image-gallery\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:1:{s:6:\"filter\";i:2;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:14:\"thumbnail_size\";i:2;s:7:\"columns\";i:2;s:6:\"gutter\";i:2;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:26:\"section_scheduled_controls\";a:1:{s:17:\"schedule_end_date\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:14:\"opal-portfolio\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:5:{s:7:\"columns\";i:1;s:14:\"posts_per_page\";i:2;s:6:\"gutter\";i:1;s:15:\"show_filter_bar\";i:1;s:5:\"style\";i:1;}s:23:\"section_button_loadmore\";a:3:{s:14:\"show_load_more\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_design_filter\";a:6:{s:28:\"typography_filter_typography\";i:1;s:29:\"typography_filter_font_family\";i:1;s:27:\"typography_filter_font_size\";i:1;s:34:\"background_filter_hover_background\";i:1;s:29:\"background_filter_hover_color\";i:1;s:14:\"filter_spacing\";i:1;}s:13:\"section_style\";a:3:{s:11:\"text_margin\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:5:\"color\";i:3;s:3:\"gap\";i:4;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:9;s:10:\"image_size\";i:3;s:5:\"align\";i:3;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:3;s:7:\"opacity\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:1;s:13:\"opacity_hover\";i:1;s:27:\"background_hover_transition\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:4:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:10:\"title_text\";i:11;s:16:\"description_text\";i:11;s:8:\"position\";i:5;s:4:\"icon\";i:11;s:4:\"link\";i:6;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:11;s:27:\"title_typography_typography\";i:11;s:18:\"title_bottom_space\";i:11;s:26:\"title_typography_font_size\";i:11;s:30:\"subtitle_typography_typography\";i:2;s:33:\"description_typography_typography\";i:2;}s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:5;s:9:\"icon_size\";i:11;s:13:\"primary_color\";i:6;}s:13:\"section_hover\";a:1:{s:15:\"hover_animation\";i:5;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:6;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:11;s:18:\"animation_duration\";i:11;s:16:\"_animation_delay\";i:4;}s:15:\"_section_border\";a:3:{s:13:\"_border_width\";i:6;s:13:\"_border_color\";i:6;s:20:\"_border_width_mobile\";i:4;}s:19:\"_section_background\";a:3:{s:28:\"_background_hover_background\";i:6;s:23:\"_background_hover_color\";i:6;s:28:\"_background_hover_transition\";i:6;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:5;}}}}s:13:\"opal-team-box\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_team\";a:7:{s:5:\"image\";i:9;s:4:\"name\";i:9;s:3:\"job\";i:9;s:8:\"facebook\";i:9;s:7:\"twitter\";i:9;s:6:\"google\";i:9;s:13:\"team_position\";i:6;}}s:5:\"style\";a:3:{s:24:\"section_style_team_image\";a:2:{s:19:\"image_border_radius\";i:9;s:18:\"image_space_mobile\";i:9;}s:23:\"section_style_team_name\";a:3:{s:15:\"name_text_color\";i:9;s:26:\"name_typography_typography\";i:9;s:25:\"name_typography_font_size\";i:9;}s:22:\"section_style_team_job\";a:4:{s:9:\"job_space\";i:9;s:14:\"job_text_color\";i:9;s:25:\"job_typography_typography\";i:9;s:24:\"job_typography_font_size\";i:9;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:9;s:18:\"animation_duration\";i:9;s:16:\"_animation_delay\";i:6;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:0:{}s:15:\"section_effects\";a:0:{}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:3;}}}}s:27:\"wp-widget-mc4wp_form_widget\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:3:\"MEC\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:4:\"type\";i:1;}}}}s:18:\"opal-text_carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:21:\"section_text_carousel\";a:6:{s:8:\"contents\";i:1;s:6:\"column\";i:1;s:6:\"gutter\";i:1;s:5:\"style\";i:1;s:13:\"column_tablet\";i:1;s:13:\"column_mobile\";i:1;}s:24:\"section_carousel_options\";a:3:{s:15:\"enable_carousel\";i:1;s:10:\"navigation\";i:1;s:14:\"autoplay_speed\";i:1;}}s:5:\"style\";a:3:{s:27:\"section_text_carousel_style\";a:3:{s:30:\"content_typography_line_height\";i:1;s:14:\"content_margin\";i:1;s:29:\"content_typography_typography\";i:1;}s:19:\"section_style_image\";a:1:{s:11:\"image_space\";i:1;}s:19:\"section_title_style\";a:1:{s:12:\"title_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:17:\"opal-testimonials\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:19:\"section_testimonial\";a:1:{s:12:\"testimonials\";i:1;}s:24:\"section_carousel_options\";a:2:{s:15:\"enable_carousel\";i:1;s:10:\"navigation\";i:1;}}s:5:\"style\";a:6:{s:31:\"section_style_testimonial_title\";a:8:{s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:31:\"title_typography_text_transform\";i:1;s:31:\"title_typography_letter_spacing\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_color\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:31:\"section_style_testimonial_style\";a:6:{s:21:\"content_content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:33:\"content_typography_letter_spacing\";i:1;s:14:\"content_margin\";i:1;}s:30:\"section_style_testimonial_name\";a:1:{s:15:\"name_text_color\";i:1;}s:29:\"section_style_testimonial_job\";a:1:{s:14:\"job_text_color\";i:1;}s:32:\"section_style_testimonial_symbol\";a:2:{s:15:\"name_line_color\";i:1;s:13:\"job_dot_color\";i:1;}s:22:\"section_carousel_style\";a:2:{s:18:\"carousel_dot_color\";i:1;s:24:\"carousel_dot_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:8:\"template\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_template\";a:1:{s:11:\"template_id\";i:1;}}}}}s:4:\"page\";a:8:{s:8:\"icon-box\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:4:\"icon\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:9:\"icon_size\";i:1;s:6:\"rotate\";i:1;}s:21:\"section_style_content\";a:16:{s:10:\"text_align\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:31:\"title_typography_text_transform\";i:1;s:28:\"title_typography_line_height\";i:1;s:31:\"title_typography_letter_spacing\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:37:\"description_typography_text_transform\";i:1;s:34:\"description_typography_line_height\";i:1;s:37:\"description_typography_letter_spacing\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_mobile\";i:2;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:6:{s:4:\"menu\";i:1;s:11:\"align_items\";i:1;s:9:\"indicator\";i:1;s:10:\"full_width\";i:1;s:12:\"toggle_align\";i:1;s:8:\"dropdown\";i:1;}}s:5:\"style\";a:2:{s:23:\"section_style_main-menu\";a:16:{s:26:\"menu_typography_typography\";i:1;s:25:\"menu_typography_font_size\";i:1;s:30:\"menu_typography_letter_spacing\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;s:13:\"pointer_width\";i:1;s:26:\"padding_vertical_menu_item\";i:1;s:18:\"menu_space_between\";i:1;s:33:\"padding_vertical_menu_item_tablet\";i:1;s:25:\"menu_space_between_tablet\";i:1;s:27:\"menu_typography_font_family\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:30:\"menu_typography_text_transform\";i:1;}s:12:\"style_toggle\";a:1:{s:11:\"toggle_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:5:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:2;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:1;s:7:\"opacity\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:1;s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_letter_spacing\";i:2;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:7:\"_margin\";i:2;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}}s:5:\"popup\";a:3:{s:21:\"wp-widget-custom_html\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}}}','no'),(53478,'MPD22064','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Kerrice Mapes\";s:5:\"email\";s:29:\"TheHistoricVinewood@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2019-12-31:2020-01-01\";s:8:\"event_id\";s:4:\"4589\";s:13:\"price_details\";a:2:{s:5:\"total\";d:44.2384;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.1584;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.08;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:44.2384;s:8:\"discount\";i:0;s:5:\"price\";d:44.2384;s:6:\"coupon\";N;}','yes'),(62334,'ZUW76287','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Kerrice Mapes\";s:5:\"email\";s:29:\"TheHistoricVinewood@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:23.178800000000003;s:7:\"details\";a:4:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}i:3;a:3:{s:6:\"amount\";s:2:\"10\";s:11:\"description\";s:8:\"Discount\";s:4:\"type\";s:8:\"discount\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";s:2:\"10\";s:5:\"price\";d:23.178800000000003;s:6:\"coupon\";s:6:\"DDDiva\";}','yes'),(62432,'NCX34379','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:11:\"Debra Payne\";s:5:\"email\";s:17:\"debbsterp@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852136000\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(62879,'KAV65524','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:11:\"17852864532\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:11:\"17852864532\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(62885,'XVY37913','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852864532\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852864532\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(62883,'KMU52016','a:10:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:2:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";i:1;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:2:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";i:1;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:2:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";i:1;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:2:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";i:1;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:44.2384;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.1584;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.08;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:44.2384;s:8:\"discount\";i:0;s:5:\"price\";d:44.2384;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(63523,'WCU31765','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Janice Esau\";s:5:\"email\";s:14:\"jjmesa@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497387\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Janice Esau\";s:5:\"email\";s:14:\"jjmesa@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497387\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(63690,'ZDL19167','a:9:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:17:\"Christine kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:17:\"Christine kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:17:\"Christine kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:17:\"Christine kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:44.2384;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.1584;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.08;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:44.2384;s:8:\"discount\";i:0;s:5:\"price\";d:44.2384;s:6:\"coupon\";N;}','yes'),(63679,'ZTK10193','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:12:\"Jessica Clem\";s:5:\"email\";s:22:\"jessicadclem@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853837582\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:49.7682;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:45;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.5532;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.215;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:49.7682;s:8:\"discount\";i:0;s:5:\"price\";d:49.7682;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(65560,'HJT28223','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"thelma stoltz\";s:5:\"email\";s:18:\"tlsjgs@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852726525\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;}','yes'),(67245,'VWY98479','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Janice Esau\";s:5:\"email\";s:14:\"jjmesa@aok.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497387\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Janice Esau\";s:5:\"email\";s:14:\"jjmesa@aok.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497387\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(64929,'AYR83754','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:18:\"Gwendolyn Littrell\";s:5:\"email\";s:22:\"gwenlittrell@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852603552\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-05-15:2020-05-15\";s:8:\"event_id\";s:4:\"4313\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(65773,'PKW59578','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:22:\"Christienne Riccomini \";s:5:\"email\";s:26:\"workfromhome13@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"8166684240\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:22:\"Christienne Riccomini \";s:5:\"email\";s:26:\"workfromhome13@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"8166684240\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-05-15:2020-05-15\";s:8:\"event_id\";s:4:\"4313\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(76772,'EOM72141','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:13:\"Kathy Griffin\";s:5:\"email\";s:24:\"katgriffin2000@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7728123900\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Kathy Griffin\";s:5:\"email\";s:24:\"katgriffin2000@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7728123900\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;}','yes'),(77492,'UWN66160','a:10:{s:7:\"tickets\";a:8:{i:0;a:5:{s:4:\"name\";s:11:\"Joleen Yapp\";s:5:\"email\";s:21:\"gjyapp@embarqmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858452401\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:9:\"Gene Yapp\";s:5:\"email\";s:21:\"gjyapp@embarqmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859866822\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:2;a:5:{s:4:\"name\";s:13:\"Dana Harrison\";s:5:\"email\";s:23:\"df_harrison@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:3;a:5:{s:4:\"name\";s:13:\"Mark Harrison\";s:5:\"email\";s:23:\"df_harrison@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:4;a:5:{s:4:\"name\";s:12:\"Vickie Meyer\";s:5:\"email\";s:15:\"vmmeyer@cox.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:5;a:5:{s:4:\"name\";s:10:\"Gary Meyer\";s:5:\"email\";s:15:\"vmmeyer@cox.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:6;a:5:{s:4:\"name\";s:11:\"Jim Willard\";s:5:\"email\";s:19:\"jimw@cjnetworks.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:7;a:5:{s:4:\"name\";s:14:\"RoJene Willard\";s:5:\"email\";s:19:\"jimw@cjnetworks.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}s:13:\"first_for_all\";s:1:\"0\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:221.192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:200;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:15.792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:5.4;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:221.192;s:8:\"discount\";i:0;s:5:\"price\";d:221.192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(77016,'QRE35321','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:20:\"Kristine A. Polansky\";s:5:\"email\";s:20:\"akpolansky@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858452932\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:20:\"Kristine A. Polansky\";s:5:\"email\";s:20:\"akpolansky@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858452932\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(65685,'LJX61171','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:11:\"Irene Davis\";s:5:\"email\";s:22:\"irenepdavis@icloud.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855015451\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-03-29:2020-03-29\";s:8:\"event_id\";s:4:\"4693\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;}','yes'),(53739,'LKC30711','a:10:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:12:\"Stacy R Ross\";s:5:\"email\";s:22:\"stacy.leso@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497889\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Stacy R Ross\";s:5:\"email\";s:22:\"stacy.leso@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497889\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Stacy R Ross\";s:5:\"email\";s:22:\"stacy.leso@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497889\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:12:\"Stacy R Ross\";s:5:\"email\";s:22:\"stacy.leso@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497889\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2019-12-31:2020-01-01\";s:8:\"event_id\";s:4:\"3716\";s:13:\"price_details\";a:2:{s:5:\"total\";d:331.788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:300;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:23.688000000000002;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:8.1;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:331.788;s:8:\"discount\";i:0;s:5:\"price\";d:331.788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(57120,'BHJ90772','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:14:\"Lorri Caldwell\";s:5:\"email\";s:25:\"lorricaldwell@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852240765\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(70070,'QZE94107','a:10:{s:7:\"tickets\";a:3:{i:0;a:6:{s:4:\"name\";s:14:\"jill patterson\";s:5:\"email\";s:19:\"jillann62@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859697662\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"jill patterson\";s:5:\"email\";s:19:\"jillann62@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859697662\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:14:\"jill patterson\";s:5:\"email\";s:19:\"jillann62@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859697662\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(65213,'FWE30036','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:10:\"Staci Ogle\";s:5:\"email\";s:20:\"staci.ogle@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852215499\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(65241,'WXH11633','a:10:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:9:\"Tammy Lee\";s:5:\"email\";s:25:\"txleefamily@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"8177059641\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:9:\"Tammy Lee\";s:5:\"email\";s:25:\"txleefamily@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"8177059641\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:9:\"Tammy Lee\";s:5:\"email\";s:25:\"txleefamily@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"8177059641\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:9:\"Tammy Lee\";s:5:\"email\";s:25:\"txleefamily@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"8177059641\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:44.2384;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.1584;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.08;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:44.2384;s:8:\"discount\";i:0;s:5:\"price\";d:44.2384;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(60025,'PDK31538','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:15:\"Misti Robertson\";s:5:\"email\";s:19:\"mistir171@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852153020\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(60065,'DZR76422','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:10:\"Sonja L8nk\";s:5:\"email\";s:18:\"porky538@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858455266\";i:4;a:3:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";i:2;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(80246,'gadwp_cache_qr2_4089555480','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20200122\";i:1;s:9:\"Wednesday\";i:2;s:2:\"19\";}i:1;a:3:{i:0;s:8:\"20200123\";i:1;s:8:\"Thursday\";i:2;s:2:\"19\";}i:2;a:3:{i:0;s:8:\"20200124\";i:1;s:6:\"Friday\";i:2;s:2:\"14\";}i:3;a:3:{i:0;s:8:\"20200125\";i:1;s:8:\"Saturday\";i:2;s:2:\"27\";}i:4;a:3:{i:0;s:8:\"20200126\";i:1;s:6:\"Sunday\";i:2;s:2:\"13\";}i:5;a:3:{i:0;s:8:\"20200127\";i:1;s:6:\"Monday\";i:2;s:2:\"17\";}i:6;a:3:{i:0;s:8:\"20200128\";i:1;s:7:\"Tuesday\";i:2;s:2:\"19\";}i:7;a:3:{i:0;s:8:\"20200129\";i:1;s:9:\"Wednesday\";i:2;s:2:\"16\";}i:8;a:3:{i:0;s:8:\"20200130\";i:1;s:8:\"Thursday\";i:2;s:2:\"19\";}i:9;a:3:{i:0;s:8:\"20200131\";i:1;s:6:\"Friday\";i:2;s:2:\"21\";}i:10;a:3:{i:0;s:8:\"20200201\";i:1;s:8:\"Saturday\";i:2;s:2:\"24\";}i:11;a:3:{i:0;s:8:\"20200202\";i:1;s:6:\"Sunday\";i:2;s:2:\"14\";}i:12;a:3:{i:0;s:8:\"20200203\";i:1;s:6:\"Monday\";i:2;s:2:\"22\";}i:13;a:3:{i:0;s:8:\"20200204\";i:1;s:7:\"Tuesday\";i:2;s:2:\"21\";}i:14;a:3:{i:0;s:8:\"20200205\";i:1;s:9:\"Wednesday\";i:2;s:2:\"23\";}i:15;a:3:{i:0;s:8:\"20200206\";i:1;s:8:\"Thursday\";i:2;s:2:\"37\";}i:16;a:3:{i:0;s:8:\"20200207\";i:1;s:6:\"Friday\";i:2;s:2:\"53\";}i:17;a:3:{i:0;s:8:\"20200208\";i:1;s:8:\"Saturday\";i:2;s:2:\"37\";}i:18;a:3:{i:0;s:8:\"20200209\";i:1;s:6:\"Sunday\";i:2;s:2:\"37\";}i:19;a:3:{i:0;s:8:\"20200210\";i:1;s:6:\"Monday\";i:2;s:2:\"50\";}i:20;a:3:{i:0;s:8:\"20200211\";i:1;s:7:\"Tuesday\";i:2;s:2:\"41\";}i:21;a:3:{i:0;s:8:\"20200212\";i:1;s:9:\"Wednesday\";i:2;s:2:\"18\";}i:22;a:3:{i:0;s:8:\"20200213\";i:1;s:8:\"Thursday\";i:2;s:2:\"34\";}i:23;a:3:{i:0;s:8:\"20200214\";i:1;s:6:\"Friday\";i:2;s:2:\"63\";}i:24;a:3:{i:0;s:8:\"20200215\";i:1;s:8:\"Saturday\";i:2;s:2:\"29\";}i:25;a:3:{i:0;s:8:\"20200216\";i:1;s:6:\"Sunday\";i:2;s:2:\"24\";}i:26;a:3:{i:0;s:8:\"20200217\";i:1;s:6:\"Monday\";i:2;s:2:\"19\";}i:27;a:3:{i:0;s:8:\"20200218\";i:1;s:7:\"Tuesday\";i:2;s:2:\"53\";}i:28;a:3:{i:0;s:8:\"20200219\";i:1;s:9:\"Wednesday\";i:2;s:2:\"39\";}i:29;a:3:{i:0;s:8:\"20200220\";i:1;s:8:\"Thursday\";i:2;s:2:\"23\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"845\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1582347600;}','no'),(64469,'OHD48542','a:10:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:17:\"Christine Kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:17:\"Christine Kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:17:\"Christine Kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:17:\"Christine Kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:44.2384;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.1584;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.08;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:44.2384;s:8:\"discount\";i:0;s:5:\"price\";d:44.2384;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(65081,'RBA42510','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:9:\"Mako Ueno\";s:5:\"email\";s:19:\"makoueno7@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855546832\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(81159,'gadwp_cache_qr8_2498196485','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:164:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:8:\"Referral\";i:1;s:2:\"26\";}i:1;a:2:{i:0;s:6:\"Direct\";i:1;s:1:\"7\";}i:2;a:2:{i:0;s:6:\"Social\";i:1;s:1:\"3\";}i:3;a:2:{i:0;s:14:\"Organic Search\";i:1;s:1:\"2\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:164:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=today&end-date=today\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"38\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1582606800;}','no'),(69966,'UXW75486','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:13:\"Kathy Griffin\";s:5:\"email\";s:24:\"katgriffin2000@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7728123900\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Kathy Griffin\";s:5:\"email\";s:24:\"katgriffin2000@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7728123900\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(74735,'VSZ90630','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:13:\"Zach Roehrman\";s:5:\"email\";s:23:\"roehrman.zach@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497502\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Zach Roehrman\";s:5:\"email\";s:23:\"roehrman.zach@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497502\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(74518,'XDR84411','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Brenda Swift\";s:5:\"email\";s:19:\"brendaswift@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7854380535\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Brenda Swift\";s:5:\"email\";s:19:\"brendaswift@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7854380535\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(74176,'KRC11600','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Kelley Schulte\";s:5:\"email\";s:26:\"kelleyschulte.ks@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858458512\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Kelley Schulte\";s:5:\"email\";s:26:\"kelleyschulte.ks@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858458512\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(60188,'BFU32019','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:14:\"Connie Bennett\";s:5:\"email\";s:26:\"kevbennett_1@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852344538\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(66377,'VWJ23013','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Karen Gehle\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Karen Gehle\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(64529,'gadwp_cache_qr4_1779564691','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:52:{i:0;a:2:{i:0;s:28:\"HOME | The Historic Vinewood\";i:1;s:3:\"524\";}i:1;a:2:{i:0;s:52:\"LADIES SUNDAY BRUNCH & MUSIC | The Historic Vinewood\";i:1;s:3:\"161\";}i:2;a:2:{i:0;s:32:\"NYE 2020 | The Historic Vinewood\";i:1;s:3:\"131\";}i:3;a:2:{i:0;s:27:\"NYE | The Historic Vinewood\";i:1;s:3:\"123\";}i:4;a:2:{i:0;s:40:\"NYE - Dance Only | The Historic Vinewood\";i:1;s:2:\"75\";}i:5;a:2:{i:0;s:36:\"Dance Events | The Historic Vinewood\";i:1;s:2:\"54\";}i:6;a:2:{i:0;s:38:\"BISCUIT MILLER | The Historic Vinewood\";i:1;s:2:\"30\";}i:7;a:2:{i:0;s:37:\"RATES & DATES | The Historic Vinewood\";i:1;s:2:\"22\";}i:8;a:2:{i:0;s:42:\"CALENDAR OF EVENTS | The Historic Vinewood\";i:1;s:1:\"7\";}i:9;a:2:{i:0;s:30:\"Events | The Historic Vinewood\";i:1;s:1:\"6\";}i:10;a:2:{i:0;s:41:\"TOUR THE VINEWOOD | The Historic Vinewood\";i:1;s:1:\"6\";}i:11;a:2:{i:0;s:28:\"Cart | The Historic Vinewood\";i:1;s:1:\"5\";}i:12;a:2:{i:0;s:32:\"Checkout | The Historic Vinewood\";i:1;s:1:\"4\";}i:13;a:2:{i:0;s:34:\"Contact Us | The Historic Vinewood\";i:1;s:1:\"4\";}i:14;a:2:{i:0;s:39:\"STEVE KILE BAND | The Historic Vinewood\";i:1;s:1:\"4\";}i:15;a:2:{i:0;s:48:\"CAROLYN SILLS BAND (WED) | The Historic Vinewood\";i:1;s:1:\"2\";}i:16;a:2:{i:0;s:38:\"NO GOOD JOHNNY | The Historic Vinewood\";i:1;s:1:\"2\";}i:17;a:2:{i:0;s:39:\"SOUTH FORK BAND | The Historic Vinewood\";i:1;s:1:\"2\";}i:18;a:2:{i:0;s:45:\"STEVE KILE BAND (SAT) | The Historic Vinewood\";i:1;s:1:\"2\";}i:19;a:2:{i:0;s:41:\"THE HOUSE JUMPERS | The Historic Vinewood\";i:1;s:1:\"2\";}i:20;a:2:{i:0;s:88:\"20 Creative Wedding Transportation Ideas for You and Your Guests | The Historic Vinewood\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:41:\"Carlson Financial | The Historic Vinewood\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:15:\"Category: Blues\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:41:\"KS DEPT OF HEALTH | The Historic Vinewood\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:37:\"New Years Eve | The Historic Vinewood\";i:1;s:1:\"1\";}i:25;a:2:{i:0;s:38:\"Page not found | The Historic Vinewood\";i:1;s:1:\"1\";}i:26;a:2:{i:0;s:35:\"SIERRA BAND | The Historic Vinewood\";i:1;s:1:\"1\";}i:27;a:2:{i:0;s:33:\"THANK YOU | The Historic Vinewood\";i:1;s:1:\"1\";}i:28;a:2:{i:0;s:35:\"Tablescapes | The Historic Vinewood\";i:1;s:1:\"1\";}i:29;a:2:{i:0;s:42:\"VELVET BLUES REVUE | The Historic Vinewood\";i:1;s:1:\"1\";}i:30;a:2:{i:0;s:31:\"Wedding | The Historic Vinewood\";i:1;s:1:\"1\";}i:31;a:2:{i:0;s:47:\"BOUURSAW FAMILY REUNION | The Historic Vinewood\";i:1;s:1:\"0\";}i:32;a:2:{i:0;s:38:\"Biscuit Miller | The Historic Vinewood\";i:1;s:1:\"0\";}i:33;a:2:{i:0;s:17:\"Category: Country\";i:1;s:1:\"0\";}i:34;a:2:{i:0;s:15:\"Category: Dance\";i:1;s:1:\"0\";}i:35;a:2:{i:0;s:23:\"Category: Holiday Party\";i:1;s:1:\"0\";}i:36;a:2:{i:0;s:33:\"Category: Hosted Invitation Event\";i:1;s:1:\"0\";}i:37;a:2:{i:0;s:20:\"Category: Live Music\";i:1;s:1:\"0\";}i:38;a:2:{i:0;s:24:\"Category: Special Events\";i:1;s:1:\"0\";}i:39;a:2:{i:0;s:35:\"Ellie Smith | The Historic Vinewood\";i:1;s:1:\"0\";}i:40;a:2:{i:0;s:38:\"Essmen Wedding | The Historic Vinewood\";i:1;s:1:\"0\";}i:41;a:2:{i:0;s:37:\"Events Slider | The Historic Vinewood\";i:1;s:1:\"0\";}i:42;a:2:{i:0;s:33:\"Footer 13 | The Historic Vinewood\";i:1;s:1:\"0\";}i:43;a:2:{i:0;s:38:\"Ladies\' Brunch | The Historic Vinewood\";i:1;s:1:\"0\";}i:44;a:2:{i:0;s:41:\"Mark & The Sharks | The Historic Vinewood\";i:1;s:1:\"0\";}i:45;a:2:{i:0;s:51:\"NEW YEAR\'S EVE - DANCE ONLY | The Historic Vinewood\";i:1;s:1:\"0\";}i:46;a:2:{i:0;s:61:\"NEW YEAR\'S EVE with Mark & The Sharks | The Historic Vinewood\";i:1;s:1:\"0\";}i:47;a:2:{i:0;s:34:\"Post Event | The Historic Vinewood\";i:1;s:1:\"0\";}i:48;a:2:{i:0;s:51:\"SOUTH FORK BAND (SAT NIGHT) | The Historic Vinewood\";i:1;s:1:\"0\";}i:49;a:2:{i:0;s:28:\"Shop | The Historic Vinewood\";i:1;s:1:\"0\";}i:50;a:2:{i:0;s:46:\"Square Deposit Payment | The Historic Vinewood\";i:1;s:1:\"0\";}i:51;a:2:{i:0;s:22:\"Tag: Mark & The Sharks\";i:1;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:52;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"1177\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:12:\"ga:pageTitle\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:12:\"ga:pageTitle\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578718800;}','no'),(81479,'LVH49121','a:10:{s:7:\"tickets\";a:3:{i:0;a:6:{s:4:\"name\";s:15:\"Tracey Williams\";s:5:\"email\";s:16:\"trwillia@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852722541\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Tracey Williams\";s:5:\"email\";s:16:\"trwillia@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852722541\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:15:\"Tracey Williams\";s:5:\"email\";s:16:\"trwillia@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852722541\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(58243,'YQX11301','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:10:\"Cathy Madl\";s:5:\"email\";s:19:\"chermie55@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497073\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-01-12:2020-01-12\";s:8:\"event_id\";s:4:\"4551\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(70417,'_elementor_scheme_last_updated','1579935822','yes'),(81160,'gadwp_cache_qr4_2423378665','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:158:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:28:\"HOME | The Historic Vinewood\";i:1;s:2:\"31\";}i:1;a:2:{i:0;s:40:\"CHANCE ENCOUNTER | The Historic Vinewood\";i:1;s:1:\"5\";}i:2;a:2:{i:0;s:36:\"Dance Events | The Historic Vinewood\";i:1;s:1:\"1\";}i:3;a:2:{i:0;s:37:\"RATES & DATES | The Historic Vinewood\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:158:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:200770114&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=today&end-date=today\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"38\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:200770114\";s:10:\"dimensions\";s:12:\"ga:pageTitle\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"200770114\";s:9:\"accountId\";s:9:\"146345904\";s:13:\"webPropertyId\";s:14:\"UA-146345904-1\";s:21:\"internalWebPropertyId\";s:9:\"208198672\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:200770114\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:12:\"ga:pageTitle\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1582606800;}','no'),(82223,'TCS15957','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Genell Schultes\";s:5:\"email\";s:21:\"gschultes10@gmail.com\";s:3:\"reg\";a:2:{i:2;s:11:\"17853833721\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Genell Schultes\";s:5:\"email\";s:21:\"gschultes10@gmail.com\";s:3:\"reg\";a:2:{i:2;s:11:\"17853833721\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(71183,'TXV27547','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:9:\"Ali Dover\";s:5:\"email\";s:21:\"ali.dover@cumulus.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852700820\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:9:\"Ali Dover\";s:5:\"email\";s:21:\"ali.dover@cumulus.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852700820\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;}','yes'),(71246,'UCA84203','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:13:\"Kathy Griffin\";s:5:\"email\";s:24:\"katgriffin2000@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7728123900\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Kathy Griffin\";s:5:\"email\";s:24:\"katgriffin2000@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7728123900\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;}','yes'),(71296,'PUN87659','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Bobbie koerner\";s:5:\"email\";s:24:\"bobbie.koerner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858064114\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Bobbie koerner\";s:5:\"email\";s:24:\"bobbie.koerner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858064114\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(74732,'YOT45428','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:13:\"Zach Roehrman\";s:5:\"email\";s:23:\"roehrman.zach@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497502\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Zach Roehrman\";s:5:\"email\";s:23:\"roehrman.zach@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497502\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(75322,'NAL53720','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:27.649;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:25;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.974;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.675;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:27.649;s:8:\"discount\";i:0;s:5:\"price\";d:27.649;s:6:\"coupon\";N;}','yes'),(74042,'RWA19902','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:13:\"Barbra Burgen\";s:5:\"email\";s:16:\"B.burgen@att.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852241896\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Barbra Burgen\";s:5:\"email\";s:16:\"B.burgen@att.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852241896\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(74525,'HVK81129','a:10:{s:7:\"tickets\";a:2:{i:0;a:5:{s:4:\"name\";s:11:\"Bill Waters\";s:5:\"email\";s:23:\"bill_waters02@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856406082\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:13:\"Brenda Waters\";s:5:\"email\";s:23:\"bill_waters02@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856406082\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:13:\"first_for_all\";s:1:\"0\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(74546,'GPA15129','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:10:\"David Fath\";s:5:\"email\";s:22:\"david.l.fath@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852132367\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:10:\"David Fath\";s:5:\"email\";s:22:\"david.l.fath@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852132367\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(74570,'EBW93342','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:10:\"David Fath\";s:5:\"email\";s:22:\"david.l.fath@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852132367\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:10:\"David Fath\";s:5:\"email\";s:22:\"david.l.fath@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852132367\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(74632,'GOC50054','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Hazel Bahner\";s:5:\"email\";s:18:\"hzleyes319@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852660635\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Hazel Bahner\";s:5:\"email\";s:18:\"hzleyes319@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852660635\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(74708,'LGE47041','a:10:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:12:\"Jeremy Baker\";s:5:\"email\";s:18:\"jbsryceter@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852135579\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Jeremy Baker\";s:5:\"email\";s:18:\"jbsryceter@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852135579\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Jeremy Baker\";s:5:\"email\";s:18:\"jbsryceter@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852135579\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:12:\"Jeremy Baker\";s:5:\"email\";s:18:\"jbsryceter@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852135579\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:44.2384;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:40;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.1584;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.08;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:44.2384;s:8:\"discount\";i:0;s:5:\"price\";d:44.2384;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(74720,'LVY63348','a:10:{s:7:\"tickets\";a:5:{i:0;a:6:{s:4:\"name\";s:11:\"Tyler Baker\";s:5:\"email\";s:19:\"goingyard15@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Tyler Baker\";s:5:\"email\";s:19:\"goingyard15@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:11:\"Tyler Baker\";s:5:\"email\";s:19:\"goingyard15@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:11:\"Tyler Baker\";s:5:\"email\";s:19:\"goingyard15@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:4;a:6:{s:4:\"name\";s:11:\"Tyler Baker\";s:5:\"email\";s:19:\"goingyard15@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(74740,'NVA40418','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:13:\"Zach Roehrman\";s:5:\"email\";s:23:\"roehrman.zach@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497502\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Zach Roehrman\";s:5:\"email\";s:23:\"roehrman.zach@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497502\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(74766,'SBV73717','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405459\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405459\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(77649,'ZQO91763','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Kerrice Mapes\";s:5:\"email\";s:29:\"TheHistoricVinewood@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;}','yes'),(77975,'JCF84022','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:11:\"Lisa Hanley\";s:5:\"email\";s:23:\"lisahanley862@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852208630\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(75286,'TMV72455','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063872\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063872\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(75326,'FCU69009','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:27.649;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:25;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.974;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.675;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:27.649;s:8:\"discount\";i:0;s:5:\"price\";d:27.649;s:6:\"coupon\";N;}','yes'),(75330,'ADS31990','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:27.649;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:25;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.974;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.675;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:27.649;s:8:\"discount\";i:0;s:5:\"price\";d:27.649;s:6:\"coupon\";N;}','yes'),(75337,'MNV23385','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:27.649;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:25;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.974;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.675;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:27.649;s:8:\"discount\";i:0;s:5:\"price\";d:27.649;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(75401,'PUZ69165','a:9:{s:7:\"tickets\";a:4:{i:0;a:6:{s:4:\"name\";s:15:\"Ronald Whitmire\";s:5:\"email\";s:16:\"Ronwhtm2@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Ronald Whitmire\";s:5:\"email\";s:16:\"Ronwhtm2@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:15:\"Ronald Whitmire\";s:5:\"email\";s:16:\"Ronwhtm2@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:15:\"Ronald Whitmire\";s:5:\"email\";s:16:\"Ronwhtm2@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:77.4172;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:70;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:5.527200000000001;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.89;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:77.4172;s:8:\"discount\";i:0;s:5:\"price\";d:77.4172;s:6:\"coupon\";N;}','yes'),(75405,'HCX87127','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Ronald Whitmire\";s:5:\"email\";s:16:\"Ronwhtm2@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Ronald Whitmire\";s:5:\"email\";s:16:\"Ronwhtm2@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(75428,'RJU40256','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Ronald Whitmire\";s:5:\"email\";s:16:\"Ronwhtm2@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Ronald Whitmire\";s:5:\"email\";s:16:\"Ronwhtm2@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(75739,'CQG79759','a:10:{s:7:\"tickets\";a:2:{i:0;a:5:{s:4:\"name\";s:15:\"Carolyn Austin \";s:5:\"email\";s:20:\"ckilian788@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858060062\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:5:\"Todd \";s:5:\"email\";s:20:\"ckilian788@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858060062\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}s:13:\"first_for_all\";s:1:\"0\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(81192,'exactmetrics_float_bar_hidden','1582603727','yes'),(81194,'exactmetrics_report_data_overview','a:3:{s:7:\"expires\";i:1583020106;s:1:\"p\";s:9:\"200770114\";s:4:\"data\";a:9:{s:13:\"overviewgraph\";a:7:{s:5:\"count\";i:30;s:5:\"start\";i:1580256000;s:3:\"end\";i:1582761600;s:8:\"sessions\";a:4:{s:3:\"min\";i:0;s:3:\"max\";s:2:\"64\";s:10:\"datapoints\";a:30:{i:0;s:2:\"16\";i:1;s:2:\"19\";i:2;s:2:\"21\";i:3;s:2:\"24\";i:4;s:2:\"14\";i:5;s:2:\"22\";i:6;s:2:\"21\";i:7;s:2:\"23\";i:8;s:2:\"37\";i:9;s:2:\"53\";i:10;s:2:\"37\";i:11;s:2:\"37\";i:12;s:2:\"50\";i:13;s:2:\"41\";i:14;s:2:\"18\";i:15;s:2:\"34\";i:16;s:2:\"63\";i:17;s:2:\"29\";i:18;s:2:\"24\";i:19;s:2:\"19\";i:20;s:2:\"53\";i:21;s:2:\"39\";i:22;s:2:\"23\";i:23;s:2:\"53\";i:24;s:2:\"19\";i:25;s:2:\"10\";i:26;s:2:\"43\";i:27;s:2:\"35\";i:28;s:2:\"27\";i:29;s:2:\"64\";}s:11:\"trendpoints\";a:30:{i:0;i:0;i:1;i:19;i:2;i:11;i:3;i:15;i:4;i:-42;i:5;i:58;i:6;i:-5;i:7;i:10;i:8;i:61;i:9;i:44;i:10;i:-31;i:11;i:0;i:12;i:36;i:13;i:-18;i:14;i:-57;i:15;i:89;i:16;i:86;i:17;i:-54;i:18;i:-18;i:19;i:-21;i:20;i:179;i:21;i:-27;i:22;i:-42;i:23;i:131;i:24;i:-65;i:25;i:-48;i:26;i:330;i:27;i:-19;i:28;i:-23;i:29;i:138;}}s:9:\"pageviews\";a:4:{s:10:\"datapoints\";a:30:{i:0;s:2:\"63\";i:1;s:2:\"58\";i:2;s:2:\"58\";i:3;s:2:\"74\";i:4;s:2:\"33\";i:5;s:3:\"108\";i:6;s:2:\"78\";i:7;s:2:\"90\";i:8;s:3:\"169\";i:9;s:3:\"174\";i:10;s:3:\"127\";i:11;s:3:\"137\";i:12;s:3:\"192\";i:13;s:3:\"137\";i:14;s:2:\"64\";i:15;s:3:\"108\";i:16;s:3:\"208\";i:17;s:2:\"87\";i:18;s:3:\"101\";i:19;s:2:\"61\";i:20;s:3:\"121\";i:21;s:2:\"86\";i:22;s:2:\"50\";i:23;s:3:\"151\";i:24;s:2:\"53\";i:25;s:2:\"25\";i:26;s:3:\"126\";i:27;s:3:\"102\";i:28;s:2:\"66\";i:29;s:3:\"139\";}s:3:\"min\";i:0;s:3:\"max\";s:3:\"208\";s:11:\"trendpoints\";a:30:{i:0;i:0;i:1;i:-8;i:2;i:0;i:3;i:28;i:4;i:-56;i:5;i:228;i:6;i:-28;i:7;i:16;i:8;i:88;i:9;i:3;i:10;i:-28;i:11;i:8;i:12;i:41;i:13;i:-29;i:14;i:-54;i:15;i:69;i:16;i:93;i:17;i:-59;i:18;i:17;i:19;i:-40;i:20;i:99;i:21;i:-29;i:22;i:-42;i:23;i:202;i:24;i:-65;i:25;i:-53;i:26;i:404;i:27;i:-20;i:28;i:-36;i:29;i:111;}}s:6:\"labels\";a:30:{i:0;s:6:\"29 Jan\";i:1;s:6:\"30 Jan\";i:2;s:6:\"31 Jan\";i:3;s:5:\"1 Feb\";i:4;s:5:\"2 Feb\";i:5;s:5:\"3 Feb\";i:6;s:5:\"4 Feb\";i:7;s:5:\"5 Feb\";i:8;s:5:\"6 Feb\";i:9;s:5:\"7 Feb\";i:10;s:5:\"8 Feb\";i:11;s:5:\"9 Feb\";i:12;s:6:\"10 Feb\";i:13;s:6:\"11 Feb\";i:14;s:6:\"12 Feb\";i:15;s:6:\"13 Feb\";i:16;s:6:\"14 Feb\";i:17;s:6:\"15 Feb\";i:18;s:6:\"16 Feb\";i:19;s:6:\"17 Feb\";i:20;s:6:\"18 Feb\";i:21;s:6:\"19 Feb\";i:22;s:6:\"20 Feb\";i:23;s:6:\"21 Feb\";i:24;s:6:\"22 Feb\";i:25;s:6:\"23 Feb\";i:26;s:6:\"24 Feb\";i:27;s:6:\"25 Feb\";i:28;s:6:\"26 Feb\";i:29;s:6:\"27 Feb\";}s:10:\"timestamps\";a:30:{i:0;i:1580256000;i:1;i:1580342400;i:2;i:1580428800;i:3;i:1580515200;i:4;i:1580601600;i:5;i:1580688000;i:6;i:1580774400;i:7;i:1580860800;i:8;i:1580947200;i:9;i:1581033600;i:10;i:1581120000;i:11;i:1581206400;i:12;i:1581292800;i:13;i:1581379200;i:14;i:1581465600;i:15;i:1581552000;i:16;i:1581638400;i:17;i:1581724800;i:18;i:1581811200;i:19;i:1581897600;i:20;i:1581984000;i:21;i:1582070400;i:22;i:1582156800;i:23;i:1582243200;i:24;i:1582329600;i:25;i:1582416000;i:26;i:1582502400;i:27;i:1582588800;i:28;i:1582675200;i:29;i:1582761600;}}s:7:\"infobox\";a:7:{s:5:\"range\";i:30;s:7:\"current\";a:2:{s:7:\"endDate\";s:10:\"2020-02-27\";s:9:\"startDate\";s:10:\"2020-01-29\";}s:8:\"previous\";a:2:{s:7:\"endDate\";s:10:\"2020-01-28\";s:9:\"startDate\";s:10:\"2019-12-30\";}s:8:\"sessions\";a:2:{s:5:\"value\";s:3:\"968\";s:4:\"prev\";i:2;}s:9:\"pageviews\";a:2:{s:5:\"value\";s:4:\"3046\";s:4:\"prev\";i:13;}s:6:\"bounce\";a:2:{s:5:\"value\";d:33.16;s:4:\"prev\";i:-20;}s:8:\"duration\";a:2:{s:5:\"value\";s:5:\"2m 9s\";s:4:\"prev\";i:1;}}s:11:\"newvsreturn\";a:2:{s:3:\"new\";i:67;s:9:\"returning\";i:33;}s:7:\"devices\";a:3:{s:7:\"desktop\";i:28;s:6:\"mobile\";i:70;s:6:\"tablet\";i:2;}s:9:\"countries\";a:8:{i:0;a:2:{s:3:\"iso\";s:2:\"US\";s:8:\"sessions\";s:3:\"961\";}i:1;a:2:{s:3:\"iso\";s:2:\"IN\";s:8:\"sessions\";s:1:\"2\";}i:2;a:2:{s:3:\"iso\";s:2:\"CA\";s:8:\"sessions\";s:1:\"1\";}i:3;a:2:{s:3:\"iso\";s:2:\"CH\";s:8:\"sessions\";s:1:\"1\";}i:4;a:2:{s:3:\"iso\";s:2:\"CN\";s:8:\"sessions\";s:1:\"1\";}i:5;a:2:{s:3:\"iso\";s:2:\"GB\";s:8:\"sessions\";s:1:\"1\";}i:6;a:2:{s:3:\"iso\";s:2:\"RO\";s:8:\"sessions\";s:1:\"1\";}i:7;a:2:{s:3:\"iso\";s:2:\"PE\";s:8:\"sessions\";i:0;}}s:9:\"referrals\";a:10:{i:0;a:2:{s:3:\"url\";s:17:\"vinewoodvenue.com\";s:8:\"sessions\";s:3:\"580\";}i:1;a:2:{s:3:\"url\";s:14:\"m.facebook.com\";s:8:\"sessions\";s:2:\"77\";}i:2;a:2:{s:3:\"url\";s:12:\"facebook.com\";s:8:\"sessions\";s:2:\"29\";}i:3;a:2:{s:3:\"url\";s:14:\"l.facebook.com\";s:8:\"sessions\";s:2:\"27\";}i:4;a:2:{s:3:\"url\";s:10:\"paypal.com\";s:8:\"sessions\";s:2:\"11\";}i:5;a:2:{s:3:\"url\";s:21:\"frontdoorcatering.com\";s:8:\"sessions\";s:1:\"5\";}i:6;a:2:{s:3:\"url\";s:24:\"us3.campaign-archive.com\";s:8:\"sessions\";s:1:\"4\";}i:7;a:2:{s:3:\"url\";s:22:\"topekabluessociety.org\";s:8:\"sessions\";s:1:\"3\";}i:8;a:2:{s:3:\"url\";s:18:\"seveneightfive.com\";s:8:\"sessions\";s:1:\"2\";}i:9;a:2:{s:3:\"url\";s:32:\"bmusic--c.na118.visual.force.com\";s:8:\"sessions\";s:1:\"1\";}}s:8:\"toppages\";a:50:{i:0;a:4:{s:3:\"url\";s:1:\"/\";s:5:\"title\";s:28:\"HOME | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:3:\"858\";}i:1;a:4:{s:3:\"url\";s:14:\"/dance-events/\";s:5:\"title\";s:36:\"Dance Events | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:3:\"559\";}i:2;a:4:{s:3:\"url\";s:13:\"/rates-dates/\";s:5:\"title\";s:37:\"RATES & DATES | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:3:\"236\";}i:3;a:4:{s:3:\"url\";s:47:\"/events/no-good-johnny-2/?occurrence=2020-02-14\";s:5:\"title\";s:38:\"NO GOOD JOHNNY | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:3:\"194\";}i:4;a:4:{s:3:\"url\";s:19:\"/tour-the-vinewood/\";s:5:\"title\";s:41:\"TOUR THE VINEWOOD | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:3:\"189\";}i:5;a:4:{s:3:\"url\";s:47:\"/events/chance-encounter/?occurrence=2020-02-28\";s:5:\"title\";s:40:\"CHANCE ENCOUNTER | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:3:\"158\";}i:6;a:4:{s:3:\"url\";s:9:\"/wedding/\";s:5:\"title\";s:31:\"Wedding | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:3:\"133\";}i:7;a:4:{s:3:\"url\";s:48:\"/events/steve-kile-band-3/?occurrence=2020-02-07\";s:5:\"title\";s:39:\"STEVE KILE BAND | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"91\";}i:8;a:4:{s:3:\"url\";s:49:\"/events/velvet-blues-revue/?occurrence=2020-02-21\";s:5:\"title\";s:42:\"VELVET BLUES REVUE | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"83\";}i:9;a:4:{s:3:\"url\";s:12:\"/contact-us/\";s:5:\"title\";s:34:\"Contact Us | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"78\";}i:10;a:4:{s:3:\"url\";s:30:\"/portfolio/nicole-and-michael/\";s:5:\"title\";s:38:\"Essmen Wedding | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"57\";}i:11;a:4:{s:3:\"url\";s:20:\"/calendar-of-events/\";s:5:\"title\";s:42:\"CALENDAR OF EVENTS | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"46\";}i:12;a:4:{s:3:\"url\";s:23:\"/portfolio/tablescapes/\";s:5:\"title\";s:35:\"Tablescapes | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"37\";}i:13;a:4:{s:3:\"url\";s:59:\"/events/ladies-sunday-brunch-music-2/?occurrence=2020-03-29\";s:5:\"title\";s:52:\"LADIES SUNDAY BRUNCH & MUSIC | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"35\";}i:14;a:4:{s:3:\"url\";s:48:\"/events/south-fork-band-3/?occurrence=2020-03-13\";s:5:\"title\";s:39:\"SOUTH FORK BAND | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"23\";}i:15;a:4:{s:3:\"url\";s:29:\"/portfolio/carlson-financial/\";s:5:\"title\";s:41:\"Carlson Financial | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"23\";}i:16;a:4:{s:3:\"url\";s:8:\"/events/\";s:5:\"title\";s:30:\"Events | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"17\";}i:17;a:4:{s:3:\"url\";s:55:\"/events/dr-cooks-medicine-show-2/?occurrence=2020-03-27\";s:5:\"title\";s:48:\"DR. COOK\'S MEDICINE SHOW | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"17\";}i:18;a:4:{s:3:\"url\";s:55:\"/events/mothers-day-brunch-music/?occurrence=2020-05-10\";s:5:\"title\";s:51:\"Mother\'s Day Brunch + Music | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"17\";}i:19;a:4:{s:3:\"url\";s:25:\"/events/chance-encounter/\";s:5:\"title\";s:40:\"CHANCE ENCOUNTER | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"15\";}i:20;a:4:{s:3:\"url\";s:48:\"/events/the-house-jumpers/?occurrence=2020-05-15\";s:5:\"title\";s:41:\"THE HOUSE JUMPERS | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:2:\"11\";}i:21;a:4:{s:3:\"url\";s:26:\"/events/steve-kile-band-3/\";s:5:\"title\";s:39:\"STEVE KILE BAND | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"8\";}i:22;a:4:{s:3:\"url\";s:22:\"/event-category/dance/\";s:5:\"title\";s:15:\"Category: Dance\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"5\";}i:23;a:4:{s:3:\"url\";s:40:\"/events/guns-wine/?occurrence=2020-02-09\";s:5:\"title\";s:35:\"Guns & Wine | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"5\";}i:24;a:4:{s:3:\"url\";s:26:\"/events/steve-kile-band-2/\";s:5:\"title\";s:45:\"STEVE KILE BAND (SAT) | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"5\";}i:25;a:4:{s:3:\"url\";s:104:\"/events/ladies-sunday-brunch-music/?fbclid=IwAR2piKlrJy_xX-HDSBu3qz_MuqiF1J9-AAm5jePMLiMNb5jdlgu7tLsRhdQ\";s:5:\"title\";s:52:\"LADIES SUNDAY BRUNCH & MUSIC | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"4\";}i:26;a:4:{s:3:\"url\";s:26:\"/events/south-fork-band-3/\";s:5:\"title\";s:39:\"SOUTH FORK BAND | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"4\";}i:27;a:4:{s:3:\"url\";s:71:\"/checkout/order-pay/4813/?pay_for_order=true&key=wc_order_oRNdHAaVulSmU\";s:5:\"title\";s:32:\"Checkout | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"3\";}i:28;a:4:{s:3:\"url\";s:71:\"/checkout/order-pay/4819/?pay_for_order=true&key=wc_order_vqemGZlOjjNGa\";s:5:\"title\";s:32:\"Checkout | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"3\";}i:29;a:4:{s:3:\"url\";s:28:\"/event-category/rock-n-roll/\";s:5:\"title\";s:23:\"Category: Rock \'n\' Roll\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"3\";}i:30;a:4:{s:3:\"url\";s:33:\"/events/mothers-day-brunch-music/\";s:5:\"title\";s:51:\"Mother\'s Day Brunch + Music | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"3\";}i:31;a:4:{s:3:\"url\";s:11:\"/portfolio/\";s:5:\"title\";s:34:\"Portfolios | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"3\";}i:32;a:4:{s:3:\"url\";s:71:\"/checkout/order-pay/4731/?pay_for_order=true&key=wc_order_wkuO0OLs6sRGe\";s:5:\"title\";s:32:\"Checkout | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:33;a:4:{s:3:\"url\";s:71:\"/checkout/order-pay/4753/?pay_for_order=true&key=wc_order_QsziP3mcoQXpe\";s:5:\"title\";s:32:\"Checkout | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:34;a:4:{s:3:\"url\";s:71:\"/checkout/order-pay/4758/?pay_for_order=true&key=wc_order_x7YwdjaRLVrp0\";s:5:\"title\";s:32:\"Checkout | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:35;a:4:{s:3:\"url\";s:71:\"/checkout/order-pay/4767/?pay_for_order=true&key=wc_order_RReDzPo43jNji\";s:5:\"title\";s:32:\"Checkout | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:36;a:4:{s:3:\"url\";s:71:\"/checkout/order-pay/4774/?pay_for_order=true&key=wc_order_gcVt6LhLeaPAl\";s:5:\"title\";s:32:\"Checkout | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:37;a:4:{s:3:\"url\";s:71:\"/checkout/order-pay/4775/?pay_for_order=true&key=wc_order_Ldy4aeOdYafXY\";s:5:\"title\";s:32:\"Checkout | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:38;a:4:{s:3:\"url\";s:71:\"/checkout/order-pay/4806/?pay_for_order=true&key=wc_order_TsB5Y50yzwraH\";s:5:\"title\";s:32:\"Checkout | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:39;a:4:{s:3:\"url\";s:71:\"/checkout/order-pay/4808/?pay_for_order=true&key=wc_order_WQNC8MKR7Lu2j\";s:5:\"title\";s:32:\"Checkout | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:40;a:4:{s:3:\"url\";s:24:\"/event-category/country/\";s:5:\"title\";s:17:\"Category: Country\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:41;a:4:{s:3:\"url\";s:11:\"/thank-you/\";s:5:\"title\";s:33:\"THANK YOU | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:42;a:4:{s:3:\"url\";s:10:\"/wishlist/\";s:5:\"title\";s:32:\"Wishlist | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"2\";}i:43;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR03Ma_uBNDCvp9amvXtU6qSqg8PjdUQDH0e81YCyedPFSFs5owhZObxgmc\";s:5:\"title\";s:28:\"HOME | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"1\";}i:44;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR0A7gP861W-Z697f5NvHFYCoqkHp91mg5NnipGma_Qf2bbsJzA1WCK4T1A\";s:5:\"title\";s:28:\"HOME | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"1\";}i:45;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR25ZGZDMWAbeihDuKjiX2INVcIAeqjGkx4U_KEx0AjAJyeAX5M2Db-_tcY\";s:5:\"title\";s:28:\"HOME | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"1\";}i:46;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR2t32q_X2a4BI8KMNW08gggkOdrWXjwcrjQ3Ffvw3SWmtjteTfGowltvP0\";s:5:\"title\";s:28:\"HOME | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"1\";}i:47;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR3enKLhux2pRZ3EDjBdKim1qQsMukb0N2ni8f8HVoaGA-hwcTei4Hk_BHI\";s:5:\"title\";s:28:\"HOME | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"1\";}i:48;a:4:{s:3:\"url\";s:97:\"/cart/?cancel_order=true&order=wc_order_AZDOmvaKdd5Bo&order_id=4796&redirect=&_wpnonce=15c924c44a\";s:5:\"title\";s:28:\"Cart | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"1\";}i:49;a:4:{s:3:\"url\";s:97:\"/cart/?cancel_order=true&order=wc_order_WQNC8MKR7Lu2j&order_id=4808&redirect=&_wpnonce=eedd0f24bd\";s:5:\"title\";s:28:\"Cart | The Historic Vinewood\";s:8:\"hostname\";s:23:\"thehistoricvinewood.com\";s:8:\"sessions\";s:1:\"1\";}}s:18:\"reportcurrentrange\";a:2:{s:7:\"endDate\";s:10:\"2020-02-27\";s:9:\"startDate\";s:10:\"2020-01-29\";}s:15:\"reportprevrange\";a:2:{s:7:\"endDate\";s:10:\"2020-01-28\";s:9:\"startDate\";s:10:\"2019-12-30\";}}}','yes'),(77042,'OJM99739','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Jack Hopkins\";s:5:\"email\";s:18:\"grlzdad2@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859698040\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Jack Hopkins\";s:5:\"email\";s:18:\"grlzdad2@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859698040\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(75714,'RJH17217','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:7:\"Carolyn\";s:5:\"email\";s:20:\"ckilian788@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858060062\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:7:\"Carolyn\";s:5:\"email\";s:20:\"ckilian788@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858060062\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;}','yes'),(75735,'KXJ93939','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Carolyn Kilian\";s:5:\"email\";s:20:\"ckilian788@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858060062\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Carolyn Kilian\";s:5:\"email\";s:20:\"ckilian788@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858060062\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;}','yes'),(75799,'BAN97461','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Jennifer Kirmse \";s:5:\"email\";s:26:\"jenniferkirmse25@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859695600\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Jennifer Kirmse \";s:5:\"email\";s:26:\"jenniferkirmse25@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859695600\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(76471,'KMU41996','a:10:{s:7:\"tickets\";a:2:{i:0;a:5:{s:4:\"name\";s:12:\"Sherry Macke\";s:5:\"email\";s:19:\"sherry.macke@ks.gov\";s:3:\"reg\";a:2:{i:2;s:10:\"7852219548\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:9:\"Dan Macke\";s:5:\"email\";s:19:\"sherry.macke@ks.gov\";s:3:\"reg\";a:2:{i:2;s:10:\"7852219548\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}s:13:\"first_for_all\";s:1:\"0\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(75993,'WUN24792','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Greg Burtin\";s:5:\"email\";s:18:\"gburtin1@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852724171\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Greg Burtin\";s:5:\"email\";s:18:\"gburtin1@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852724171\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(76057,'KCS43408','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Julie M Trower\";s:5:\"email\";s:18:\"jutrower@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852247811\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Julie M Trower\";s:5:\"email\";s:18:\"jutrower@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852247811\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(76082,'XLV87661','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:18:\"Madison Manzanares\";s:5:\"email\";s:27:\"Madisonmanzanares@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"8165096823\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:18:\"Madison Manzanares\";s:5:\"email\";s:27:\"Madisonmanzanares@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"8165096823\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(76392,'JGP16937','a:10:{s:7:\"tickets\";a:2:{i:0;a:5:{s:4:\"name\";s:15:\"Roseanna HAUGEN\";s:5:\"email\";s:21:\"haugenrosem@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856338300\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:11:\"Mike Haugen\";s:5:\"email\";s:15:\"haugenm@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405308\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}s:13:\"first_for_all\";s:1:\"0\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (83461,'rs-templates','a:2:{s:6:\"slider\";a:442:{i:0;a:22:{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:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";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:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";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:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-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:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"Real-Estate-Showcase-Slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"4b0ddbe1928115f4b040f6ad4a01a583\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:448:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"Real-Estate-Showcase-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}}}','no'),(79972,'PZV26705','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:14:\"Heather Empson\";s:5:\"email\";s:19:\"hempson75@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7854099572\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;}','yes'),(78625,'MVL69921','a:9:{s:7:\"tickets\";a:3:{i:0;a:6:{s:4:\"name\";s:11:\"Karen Gehle\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Karen Gehle\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:11:\"Karen Gehle\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;}','yes'),(78628,'SGJ98112','a:10:{s:7:\"tickets\";a:3:{i:0;a:6:{s:4:\"name\";s:37:\"Karen Gehle, Dan Gehle, Auburn Packer\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:37:\"Karen Gehle, Dan Gehle, Auburn Packer\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:37:\"Karen Gehle, Dan Gehle, Auburn Packer\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:33.1788;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:30;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:2.3688;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.81;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:33.1788;s:8:\"discount\";i:0;s:5:\"price\";d:33.1788;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(78999,'elementor_active_kit','4830','yes'),(78677,'VNL80699','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Beverly Austin \";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Beverly Austin \";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(80330,'HQP83999','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:14:\"Mischa McHenry\";s:5:\"email\";s:18:\"mmchenry43@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856336289\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(76517,'GTN56544','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:10:\"David Fath\";s:5:\"email\";s:22:\"david.l.fath@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852132367\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:10:\"David Fath\";s:5:\"email\";s:22:\"david.l.fath@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852132367\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(81190,'exactmetrics_site_tt','bebeb622b12beaafffc8f28cf083b39659bf694ae7800831f4b04b04a46560c293a41992e319e96822168fec12e0b0a401bdc44b60e4b564cbe47d0fc27cdff4','yes'),(76541,'OHD46337','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:9:\"Dona Long\";s:5:\"email\";s:21:\"dona.long60@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858062550\";i:4;a:2:{i:0;s:21:\"TV / Radio / Magazine\";i:1;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:9:\"Dona Long\";s:5:\"email\";s:21:\"dona.long60@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858062550\";i:4;a:2:{i:0;s:21:\"TV / Radio / Magazine\";i:1;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(76552,'BOF57328','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Wil Ramirez\";s:5:\"email\";s:21:\"chilwil2165@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852506712\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Wil Ramirez\";s:5:\"email\";s:21:\"chilwil2165@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852506712\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(76556,'KFU29612','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Sara Windsor\";s:5:\"email\";s:21:\"dnswindsor@icloud.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Sara Windsor\";s:5:\"email\";s:21:\"dnswindsor@icloud.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(76606,'PKA59021','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Clifford Manning\";s:5:\"email\";s:18:\"clifma19@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:11:\"17852507424\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Clifford Manning\";s:5:\"email\";s:18:\"clifma19@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:11:\"17852507424\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;}','yes'),(77378,'NXA93916','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Ruben G Ramirez\";s:5:\"email\";s:23:\"rgramirez1966@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852241650\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Ruben G Ramirez\";s:5:\"email\";s:23:\"rgramirez1966@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852241650\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;}','yes'),(77385,'GJO58508','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Ruben G Ramirez\";s:5:\"email\";s:23:\"rgramirez1966@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Ruben G Ramirez\";s:5:\"email\";s:23:\"rgramirez1966@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(77438,'VWJ92216','a:10:{s:7:\"tickets\";a:2:{i:0;a:5:{s:4:\"name\";s:11:\"John Kobler\";s:5:\"email\";s:19:\"jkobler70@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852070815\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:14:\"Marllys Kobler\";s:5:\"email\";s:19:\"marllys10@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"3162175176\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}s:13:\"first_for_all\";s:1:\"0\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(77432,'ZCF36194','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:12:\"John Kobler \";s:5:\"email\";s:19:\"jkobler70@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852070815\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"John Kobler \";s:5:\"email\";s:19:\"jkobler70@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852070815\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-14:2020-02-14\";s:8:\"event_id\";s:4:\"4615\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;}','yes'),(70855,'GXQ85377','a:10:{s:7:\"tickets\";a:2:{i:0;a:5:{s:4:\"name\";s:15:\"Brittany Austin\";s:5:\"email\";s:29:\"brittany.n.austin21@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856338682\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:11:\"Will Austin\";s:5:\"email\";s:29:\"brittany.n.austin21@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856338682\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:13:\"first_for_all\";s:1:\"0\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(70852,'XVP30392','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:8:\"Brittany\";s:5:\"email\";s:29:\"brittany.n.austin21@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856338682\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:8:\"Brittany\";s:5:\"email\";s:29:\"brittany.n.austin21@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856338682\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-07:2020-02-07\";s:8:\"event_id\";s:4:\"4468\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(81424,'7238c9070c32ed98a38810e053129a9a','a:2:{s:7:\"timeout\";i:1582698768;s:5:\"value\";a:15:{s:14:\"stable_version\";s:5:\"2.8.4\";s:12:\"last_updated\";s:19:\"2020-02-16 16:16:17\";s:8:\"sections\";s:93592:\"a:2:{s:11:\"description\";s:161:\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\";s:9:\"changelog\";s:93370:\"<h4>2.8.4 - 2020-02-16</h4>\n<ul>\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget</li>\n<li>Tweak: Added RTL support for Slides widget</li>\n<li>Tweak: Display Lightbox images in Full size in Gallery widget</li>\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget</li>\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget</li>\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget</li>\n<li>Fix: Query Control throws <code>Undefined index: q</code> error</li>\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget</li>\n<li>Fix: Discord forms integration fails to send submissions in some server configurations</li>\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget</li>\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget</li>\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser</li>\n<li>Fix: Missing eye icon in Single template footer preview button</li>\n</ul>\n<h4>2.8.3 - 2020-01-01</h4>\n<ul>\n<li>Tweak: Updated Table of Contents widget panel location</li>\n<li>Fix: ACF URL Dynamic field throws <code>undefined index</code> PHP notice (<a href=\"https://github.com/elementor/elementor/issues/9929\">#9929</a>)</li>\n<li>Fix: Gallery lightbox pagination shows images from all tabs</li>\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action</li>\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action</li>\n<li>Fix: Underline option not working in Table of Contents widget Normal state</li>\n<li>Fix: Query Control <code>Undefined index: autocomplete</code> notice in some cases</li>\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget</li>\n</ul>\n<h4>2.8.2 - 2019-12-19</h4>\n<ul>\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget</li>\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive</li>\n<li>Fix: Redundant <code>&lt;br&gt;</code> tags in Single theme template (<a href=\"https://github.com/elementor/elementor/issues/9927\">#9927</a>, <a href=\"https://github.com/elementor/elementor/issues/9928\">#9928</a>)</li>\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown</li>\n</ul>\n<h4>2.8.1 - 2019-12-18</h4>\n<ul>\n<li>Fix: Share Buttons widget not working (<a href=\"https://github.com/elementor/elementor/issues/9920\">#9920</a>)</li>\n<li>Fix: Redundant <code>&lt;p&gt;</code> tags added to Single Template posts</li>\n</ul>\n<h4>2.8.0 - 2019-12-18</h4>\n<ul>\n<li>New: Table of Contents Widget (<a href=\"https://github.com/elementor/elementor/issues/5171\">#5171</a>)</li>\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\"https://github.com/elementor/elementor/issues/9578\">#9578</a>)</li>\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\"https://github.com/elementor/elementor/issues/9763\">#9763</a>)</li>\n<li>Tweak: Added Random order option to Gallery widget (<a href=\"https://github.com/elementor/elementor/issues/9269\">#9269</a>)</li>\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\"https://github.com/elementor/elementor/issues/9578\">#9578</a>)</li>\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\"https://github.com/elementor/elementor/issues/9324\">#9324</a>)</li>\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\"https://github.com/elementor/elementor/issues/9579\">#9579</a>)</li>\n<li>Tweak: Major performance improvements to Gallery widget</li>\n<li>Tweak: Avoid non-existing images in Gallery widget</li>\n<li>Tweak: Added <code>tabindex</code>, <code>aria-expanded</code>, <code>aria-hidden</code> and <code>role=\"navigation\"</code> accessibility attributes to Nav Menu widget</li>\n<li>Tweak: Changed button HTML tag from <code>button</code> to <code>span</code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility</li>\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget</li>\n<li>Tweak: Added compatibility for Library Connect</li>\n<li>Tweak: Added i18n to Toolset date dynamic tag</li>\n<li>Tweak: Added external link support to Gallery widget</li>\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()</code> in Gallery widget</li>\n<li>Tweak: Updated references to the new Schemes system location</li>\n<li>Tweak: Avoid running Gallery handler when the gallery is empty</li>\n<li>Tweak: UI Tweaks in Editor Panel</li>\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget</li>\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget</li>\n<li>Tweak: Refactor <code>register_controls()</code> method in Posts widget skin trait</li>\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\"https://github.com/elementor/elementor/issues/7646\">#7646</a>)</li>\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\"https://github.com/elementor/elementor/issues/9304\">#9304</a>)</li>\n<li>Fix: <code>PHP Notice: Undefined index</code> display for Author query (<a href=\"https://github.com/elementor/elementor/issues/9864\">#9864</a>)</li>\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\"https://wordpress.org/support/topic/broken-buttons-since-elementor-2-8/\">Topic</a>)</li>\n<li>Fix: Avoid empty spaces in Post info widget</li>\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget</li>\n<li>Fix: Nav Menu item typography selector in Nav Menu widget</li>\n<li>Fix: Facebook Like Button widget causes flickering</li>\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain</code> permalinks format</li>\n<li>Fix: Avoid running Popup triggers when set without conditions</li>\n<li>Fix: Removed &quot;Date&quot; query from Products widget</li>\n<li>Fix: Slides widget when used as a Shortcode and is hidden</li>\n<li>Fix: Custom URL being accessed on swipe in Media Carousel</li>\n<li>Fix: Media Carousel widget Cube effect glitch</li>\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page</li>\n<li>Fix: Image <code>alt</code> Text not displayed on overlay in Gallery widget</li>\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin</li>\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable</code></li>\n<li>Fix: Slides widget button wrapping breaks in mobile view</li>\n<li>Fix: Dynamic capabilities with the Reviews widget</li>\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget</li>\n<li>Fix: Posts widget Full Content skin not working on Single template</li>\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen</li>\n<li>Fix: Posts widget alignment issue</li>\n<li>Fix: Product Variations Clear button not working in edge cases</li>\n<li>Fix: Styling issues in Form widget submit button</li>\n</ul>\n<h4>2.7.3 - 2019-10-28</h4>\n<ul>\n<li>Tweak: Added RTL support to Galleries widget (<a href=\"https://github.com/elementor/elementor/issues/9213\">#9213</a>)</li>\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3</li>\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget</li>\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets</li>\n<li>Fix: Link-actions conflict with <code>?action=</code> parameter in the URL</li>\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode</li>\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets</li>\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www</code></li>\n</ul>\n<h4>2.7.2 - 2019-10-06</h4>\n<ul>\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9209\">#9209</a>)</li>\n<li>Fix: Content width glitch in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9180\">#9180</a>)</li>\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9180\">#9180</a>)</li>\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display</code> CSS</li>\n</ul>\n<h4>2.7.1 - 2019-09-26</h4>\n<ul>\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9180\">#9180</a>)</li>\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery</li>\n</ul>\n<h4>2.7.0 - 2019-09-24</h4>\n<ul>\n<li>New: Enhanced Galleries widget (<a href=\"https://github.com/elementor/elementor/issues/1898\">#1898</a>, <a href=\"https://github.com/elementor/elementor/issues/3103\">#3103</a>, <a href=\"https://github.com/elementor/elementor/issues/4279\">#4279</a>, <a href=\"https://github.com/elementor/elementor/issues/7631\">#7631</a>)</li>\n<li>New: Dynamic Number (<a href=\"https://github.com/elementor/elementor/issues/5952\">#5952</a>)</li>\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\"https://github.com/elementor/elementor/issues/4617\">#4617</a>)</li>\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets</li>\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\"https://github.com/elementor/elementor/issues/5418\">#5418</a>)</li>\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\"https://github.com/elementor/elementor/issues/7947\">#7947</a>, <a href=\"https://github.com/elementor/elementor/issues/8740\">#8740</a>)</li>\n<li>Tweak: Added <code>font-display</code> support to custom fonts (<a href=\"https://github.com/elementor/elementor/issues/5993\">#5993</a>, <a href=\"https://developers.elementor.com/elementor-pro-2-7-custom-fonts-font-display-support/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\"https://github.com/elementor/elementor/issues/8800\">#8800</a>)</li>\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\"https://github.com/elementor/elementor/issues/8799\">#8799</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\"https://github.com/elementor/elementor/issues/9030\">#9030</a>)</li>\n<li>Tweak: Use <code>swiper.js</code> instead of <code>slick.js</code> in Slides widget (<a href=\"https://developers.elementor.com/elementor-2-7-moving-sliders-from-slick-to-swiper/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added <code>elementor_pro/search_form/before_input</code> action hook to Search Form widget (<a href=\"https://github.com/elementor/elementor/issues/5598\">#5598</a>)</li>\n<li>Tweak: Added <code>elementor_pro/search_form/after_input</code> action hook to Search Form widget (<a href=\"https://github.com/elementor/elementor/issues/5598\">#5598</a>)</li>\n<li>Tweak: Added dynamic support for Custom field key (<a href=\"https://github.com/elementor/elementor/issues/7789\">#7789</a>)</li>\n<li>Tweak: Increased expired license notice bar frequency</li>\n<li>Tweak: Changed the icon name of Slides widget</li>\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts</li>\n<li>Tweak: Use Ken Burns Effect as an external module</li>\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets</li>\n<li>Tweak: Editor Panel UI tweaks</li>\n<li>Tweak: Added DOM events on Popup show/hide (<a href=\"https://developers.elementor.com/elementor-pro-2-7-popup-events/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added option to change the variations field width in Add to Cart widget</li>\n<li>Tweak: Use select control instead of select2 in Menu Cart widget</li>\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget</li>\n<li>Tweak: Added Typography controls to HTML field in Forms widget</li>\n<li>Tweak: Allow edit selected Font file in Custom Font</li>\n<li>Tweak: Changed reCAPTCHA v3 error message</li>\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu</li>\n<li>Fix: Corrected selector for <code>removeControlSpinner()</code> (<a href=\"https://github.com/elementor/elementor/issues/8790\">#8790</a>)</li>\n<li>Fix: Slides widget navigation icons misplacement (<a href=\"https://github.com/elementor/elementor/issues/8533\">#8533</a>)</li>\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\"https://github.com/elementor/elementor/issues/8527\">#8527</a>)</li>\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/6726\">#6726</a>)</li>\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\"https://github.com/elementor/elementor/issues/1671\">#1671</a>)</li>\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\"https://github.com/elementor/elementor/issues/7347\">#7347</a>)</li>\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs</li>\n<li>Fix: Removed unnecessary divider in Call to Action widget</li>\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity</code> is enabled.</li>\n<li>Fix: Add support for Document/PageBase in Theme Builder (Core &gt;=2.7.0)</li>\n<li>Fix: Ampersand character breaks email link in Share Buttons widget</li>\n<li>Fix: Correct custom font attachment <code>mime-type</code> to show uploaded Custom Fonts</li>\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget</li>\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated</li>\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving</li>\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen</li>\n<li>Fix: Translations and Strings in Share Buttons widget</li>\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control</li>\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget</li>\n</ul>\n<h4>2.6.5 - 2019-08-26</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7</li>\n<li>Fix: Button style not working when <code>quantity</code> is enabled in Custom Add To Cart widget</li>\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget</li>\n</ul>\n<h4>2.6.4 - 2019-08-21</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7</li>\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility</li>\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget</li>\n</ul>\n<h4>2.6.3 - 2019-08-18</h4>\n<ul>\n<li>Fix: Core version rollback to <code>&gt;2.6.0</code> causes a fatal error</li>\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox</li>\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge</li>\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings</li>\n</ul>\n<h4>2.6.2 - 2019-07-30</h4>\n<ul>\n<li>Tweak: Better accessibility support in Search Form widget</li>\n<li>Fix: UI glitched in Popup publish screen (<a href=\"https://github.com/elementor/elementor/issues/8616\">#8616</a>)</li>\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\"https://github.com/elementor/elementor/issues/8695\">#8695</a>)</li>\n<li>Fix: Restored <code>library_widget_templates</code> action hook for 3rd party compatibility (<a href=\"https://github.com/elementor/elementor/issues/8687\">#8687</a>)</li>\n<li>Fix: Twitter Icon missing in Blockquote widget</li>\n<li>Fix: Form reCAPTCHA v3 badge position not working</li>\n<li>Fix: Renewal notice bar appears in wrong situations</li>\n<li>Fix: Draft Icon Set loads empty Icon Library</li>\n</ul>\n<h4>2.6.1 - 2019-07-24</h4>\n<ul>\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\"https://github.com/elementor/elementor/issues/8672\">#8672</a>, <a href=\"https://github.com/elementor/elementor/issues/8661\">#8661</a>)</li>\n<li>Fix: Price Table features section not working (<a href=\"https://github.com/elementor/elementor/issues/8660\">#8660</a>)</li>\n</ul>\n<h4>2.6.0 - 2019-07-23</h4>\n<ul>\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\"https://github.com/elementor/elementor/issues/110\">#110</a>)</li>\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\"https://github.com/elementor/elementor/issues/4430\">#4430</a>)</li>\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\"https://github.com/elementor/elementor/issues/8213\">#8213</a>, <a href=\"https://github.com/elementor/elementor/issues/6039\">#6039</a>, <a href=\"https://github.com/elementor/elementor/issues/7165\">#7165</a>)</li>\n<li>Tweak: Added Exit Animation for Popups (<a href=\"https://github.com/elementor/elementor/issues/7063\">#7063</a>)</li>\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\"https://github.com/elementor/elementor/issues/5147\">#5147</a>)</li>\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\"https://github.com/elementor/elementor/issues/2180\">#2180</a>)</li>\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\"https://github.com/elementor/elementor/issues/7552\">#7552</a>)</li>\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\"https://github.com/elementor/elementor/issues/7928\">#7928</a>)</li>\n<li>Tweak: Added <code>none</code> breakpoint option to Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/7916\">#7916</a>)</li>\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\"https://github.com/elementor/elementor/issues/8366\">#8366</a>)</li>\n<li>Tweak: Added <code>elementor/query/query_results</code> hook to Query Control to allow full control over results (<a href=\"https://github.com/elementor/elementor/issues/7912\">#7912</a>)</li>\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/8090\">#8090</a>)</li>\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups</code> option is selected (<a href=\"https://github.com/elementor/elementor/issues/8189\">#8189</a>)</li>\n<li>Tweak: Added condition option to all of archive child pages (<a href=\"https://github.com/elementor/elementor/issues/8256\">#8256</a>)</li>\n<li>Tweak: Added <code>Effects Relative To</code> control to Scrolling Effects</li>\n<li>Tweak: Allow shortcodes in HTML Form field</li>\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability</li>\n<li>Tweak: Changed MailChimp <code>List</code> label to <code>Audience</code></li>\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup</li>\n<li>Tweak: Added <code>Deprecated Notice</code> control to <code>Archive Products</code> and <code>Woo Products</code> widgets</li>\n<li>Tweak: Added default dynamic title for archives in Theme Builder</li>\n<li>Tweak: Added condition to show <code>Centered Slides</code> control in Media Carousel widget</li>\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated</li>\n<li>Tweak: Replaced <code>select</code> control with <code>choose</code> control in Price List widget</li>\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor</li>\n<li>Tweak: Minor styling tweaks in the Popup publish modal</li>\n<li>Tweak: Hide ordering form in Products widget on front page</li>\n<li>Tweak: Removed page title markup when \'Hide Title\' is active</li>\n<li>Tweak: Added style controls for HTML field in Form widget</li>\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\"https://github.com/elementor/elementor/issues/7240\">#7240</a>)</li>\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\"https://github.com/elementor/elementor/issues/7884\">#7884</a>)</li>\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/8497\">#8497</a>)</li>\n<li>Fix: Missing Print icon in Share Buttons (<a href=\"https://github.com/elementor/elementor/issues/8506\">#8506</a>)</li>\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad</li>\n<li>Deprecated: <code>DB::save_editor()</code> - Remove usage of this method (<a href=\"https://developers.elementor.com/v2-6-0-planned-deprecations/\">Deprecation Post</a>)</li>\n<li>Deprecated: <code>DB::get_plain_editor()</code> - Remove usage of this method (<a href=\"https://developers.elementor.com/v2-6-0-planned-deprecations/\">Deprecation Post</a>)</li>\n</ul>\n<h4>2.5.14 - 2019-07-14</h4>\n<ul>\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\"https://github.com/elementor/elementor/issues/8555\">#8555</a>)</li>\n</ul>\n<h4>2.5.13 - 2019-07-11</h4>\n<ul>\n<li>Fix: Better WC grid support to various themes</li>\n</ul>\n<h4>2.5.12 - 2019-07-10</h4>\n<ul>\n<li>Fix: Grid for WooCommerce Archive Product widget</li>\n<li>Fix: Remove redundant <code>whitespace</code> CSS property causes style glitch in iPad</li>\n<li>Tweak: Added more compatibility for Elementor v2.6</li>\n</ul>\n<h4>2.5.11 - 2019-07-02</h4>\n<ul>\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/8460\">#8460</a>)</li>\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\"https://github.com/elementor/elementor/issues/8461\">#8461</a>)</li>\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\"https://github.com/elementor/elementor/issues/8396\">#8396</a>)</li>\n<li>Fix: Missing dropdown icon in conditions screen</li>\n</ul>\n<h4>2.5.10 - 2019-05-28</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6</li>\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\"https://github.com/elementor/elementor/issues/8261\">#8261</a>)</li>\n<li>Fix: Do not unset <code>product</code> CPT if it\'s not from WooCommerce (<a href=\"https://github.com/elementor/elementor/issues/8160\">#8160</a>)</li>\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\"https://github.com/elementor/elementor/issues/8285\">#8285</a>)</li>\n<li>Fix: Title styling not working in Products Categories widget</li>\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser</li>\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition</li>\n</ul>\n<h4>2.5.9 - 2019-05-28</h4>\n<ul>\n<li>Tweak: Removed <code>auto-confirm</code> control from MailPoet to support new version of MailPoet</li>\n<li>Fix: Multiple Custom Fonts not rendered in the editor</li>\n<li>Fix: Products <code>sale</code> query - handle exclude by manual selection.</li>\n<li>Fix: Product Categories grid row &amp; column style</li>\n<li>Fix: Form integration AJAX cache override</li>\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates</li>\n</ul>\n<h4>2.5.8 - 2019-05-06</h4>\n<ul>\n<li>Fix: Popup entrance animation not working in frontend</li>\n<li>Fix: Popup Exit Intent trigger activated multiple times</li>\n</ul>\n<h4>2.5.7 - 2019-05-05</h4>\n<ul>\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\"https://github.com/elementor/elementor/issues/7875\">#7875</a>)</li>\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\"https://github.com/elementor/elementor/issues/7824\">#7824</a>)</li>\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\"https://github.com/elementor/elementor/issues/7395\">#7395</a>)</li>\n<li>Fix: WC variations select style glitch in several themes (<a href=\"https://github.com/elementor/elementor/issues/8008\">#8008</a>)</li>\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases</li>\n</ul>\n<h4>2.5.6 - 2019-04-29</h4>\n<ul>\n<li>Tweak: Removed <code>Shortcode</code> dynamic from Image, Gallery and Media control</li>\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\"https://github.com/elementor/elementor/issues/7809\">#7809</a>)</li>\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control</li>\n<li>Fix: Query Control Related by author glitches in edge cases</li>\n<li>Fix: Query Control using terms for Products widget</li>\n<li>Fix: Posts cards style glitch in small screens</li>\n<li>Fix: Display conditions delete icon missing in small screens</li>\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor</li>\n</ul>\n<h4>2.5.5 - 2019-04-08</h4>\n<ul>\n<li>Tweak: Allow text selection inside a Popup</li>\n<li>Fix: Added backwards compatibility for <code>tax_query</code> in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7751\">#7751</a>)</li>\n<li>Fix: Missing arguments for <code>widget_title</code> filter (<a href=\"https://github.com/elementor/elementor/issues/7745\">#7745</a>)</li>\n</ul>\n<h4>2.5.4 - 2019-04-03</h4>\n<ul>\n<li>Fix: Move Query from using <code>term_id</code> to <code>term_taxonomy_id</code> (<a href=\"https://github.com/elementor/elementor/issues/7653\">#7653</a>)</li>\n<li>Fix: Offset manipulation hook removal in Query control</li>\n<li>Fix: Missing form field <code>ID</code> in some edge cases (<a href=\"https://github.com/elementor/elementor/issues/7711\">#7711</a>, <a href=\"https://github.com/elementor/elementor/issues/7660\">#7660</a>)</li>\n</ul>\n<h4>2.5.3 - 2019-03-31</h4>\n<ul>\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\"https://github.com/elementor/elementor/issues/7673\">#7673</a>)</li>\n<li>Fix: Missing form field names (<a href=\"https://github.com/elementor/elementor/issues/7651\">#7651</a>)</li>\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7633\">#7633</a>)</li>\n<li>Fix: <code>products_deprecated</code> Query Control module compatibility (<a href=\"https://github.com/elementor/elementor/issues/7654\">#7654</a>)</li>\n<li>Fix: Changed query method from <code>term_id</code> to <code>term_taxonomy_id</code> (<a href=\"https://github.com/elementor/elementor/issues/7653\">#7653</a>)</li>\n</ul>\n<h4>2.5.2 - 2019-03-27</h4>\n<ul>\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\"https://github.com/elementor/elementor/issues/7632\">#7632</a>)</li>\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7635\">#7635</a>)</li>\n<li>Fix: Manual Selection option not working in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7634\">#7634</a>)</li>\n<li>Fix: Incorrect condition caused handlers issues inside popup</li>\n</ul>\n<h4>2.5.1 - 2019-03-26</h4>\n<ul>\n<li>Fix: Query Control invalid call to deprecated action (<a href=\"https://github.com/elementor/elementor/issues/7619\">#7619</a>)</li>\n<li>Tweak: Renamed action hook from <code>elementor_pro/{$widget_name}/query/{$query_id}</code> to <code>elementor/query/{$query_id}</code></li>\n<li>Tweak: Renamed filter hook from <code>elementor_pro/query_control/get_query_args/current_query</code> to <code>elementor/query/get_query_args/current_query</code></li>\n</ul>\n<h4>2.5.0 - 2019-03-26</h4>\n<ul>\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\"https://github.com/elementor/elementor/issues/72\">#72</a>)</li>\n<li>New: Introducing Related Posts for Query Control (<a href=\"https://github.com/elementor/elementor/issues/7306\">#7306</a>, <a href=\"https://github.com/elementor/elementor/issues/7490\">#7490</a>)</li>\n<li>New: Introducing Date query for Query Control</li>\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\"https://github.com/elementor/elementor/issues/2501\">#2501</a>)</li>\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\"https://github.com/elementor/elementor/issues/6871\">#6871</a>, <a href=\"https://github.com/elementor/elementor/issues/6876\">#6876</a>, <a href=\"https://github.com/elementor/elementor/issues/7258\">#7258</a>)</li>\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule</li>\n<li>Tweak: Added full border radius control options inside Popup</li>\n<li>Tweak: Changed exit intent icon in Popups</li>\n<li>Tweak: Show only one popup in its own preview</li>\n<li>Tweak: Added responsive support to Popup entrance animation control</li>\n<li>Tweak: Conditions - Singular <code>All Pages</code> string changed to <code>Pages</code></li>\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\"https://github.com/elementor/elementor/issues/7000\">#7000</a>)</li>\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\"https://github.com/elementor/elementor/issues/7258\">#7258</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\"https://github.com/elementor/elementor/issues/6779\">#6779</a>)</li>\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\"https://github.com/elementor/elementor/issues/6986\">#6986</a>)</li>\n<li>Tweak: Decrease <code>z-index</code> for Nav Menu (<a href=\"https://github.com/elementor/elementor/issues/6869\">#6869</a>)</li>\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;</li>\n<li>Tweak: Use filter <code>get_meta_viewport</code> for header templates (<a href=\"https://github.com/elementor/elementor/issues/7043\">#7043</a>)</li>\n<li>Tweak: use filterable <code>Util::get_public_post_types()</code> in Theme Builder (<a href=\"https://github.com/elementor/elementor/issues/7172\">#7172</a>)</li>\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\"https://github.com/elementor/elementor/issues/7443\">#7443</a>)</li>\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\"https://github.com/elementor/elementor/issues/6913\">#6913</a>)</li>\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling</li>\n<li>Fix: Custom ID reset to default when dragging repeater</li>\n<li>Fix: Conflict between archive-products widget and WC customizer</li>\n<li>Fix: Add to Cart widget <code>spacing</code> and <code>space-between</code></li>\n<li>Fix: Library view when creating a new Header or Footer</li>\n<li>Fix: Post types labels missing on Add New Template modal</li>\n</ul>\n<h4>2.4.8 - 2019-03-11</h4>\n<ul>\n<li>Fix: Missing query section in Products widget</li>\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases</li>\n</ul>\n<h4>2.4.7 - 2019-03-06</h4>\n<ul>\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+</li>\n</ul>\n<h4>2.4.6 - 2019-03-04</h4>\n<ul>\n<li>Fix: Pods gallery dynamic when empty (<a href=\"https://github.com/elementor/elementor/issues/7127\">#7127</a>)</li>\n<li>Fix: Duplicate call for conditions screen issue</li>\n<li>Fix: Compatibility with Elementor v2.5.0</li>\n</ul>\n<h4>2.4.5 - 2019-02-18</h4>\n<ul>\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\"https://github.com/elementor/elementor/issues/7058\">#7058</a>)</li>\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\"https://github.com/elementor/elementor/issues/7083\">#7083</a>)</li>\n<li>Fix: Show popup preview only on it\'s own preview</li>\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases</li>\n</ul>\n<h4>2.4.4 - 2019-02-11</h4>\n<ul>\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\"https://github.com/elementor/elementor/issues/6690\">#6690</a>)</li>\n<li>Tweak: Changed the term of <code>All Posts</code> condition to <code>Posts</code></li>\n<li>Fix: Added <code>&lt;IfModule&gt;</code> to avoid 500 error when <code>mod-headers</code> is missing (<a href=\"https://github.com/elementor/elementor/issues/7034\">#7034</a>)</li>\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\"https://github.com/elementor/elementor/issues/6856\">#6856</a>)</li>\n<li>Fix: <code>Textarea</code> default value in Forms Widget (<a href=\"https://github.com/elementor/elementor/issues/6934\">#6934</a>)</li>\n<li>Fix: MailPoet latest version caused fatal error (<a href=\"https://github.com/elementor/elementor/issues/6996\">#6996</a>)</li>\n<li>Fix: Fatal Error caused by calling MailPoet deleted method</li>\n<li>Notice: MailPoet <code>Auto Confirm</code> option will now default to &quot;On&quot;</li>\n</ul>\n<h4>2.4.3 - 2019-01-30</h4>\n<ul>\n<li>Fix: Custom Add to Cart widget responsive alignment settings</li>\n<li>Fix: Links in Post Info widget</li>\n<li>Fix: WooCommerce <code>View Cart</code> string translate</li>\n<li>Fix: Wrapper classes for header/footer templates (<a href=\"https://github.com/elementor/elementor/issues/6884\">#6884</a>)</li>\n</ul>\n<h4>2.4.2 - 2019-01-25</h4>\n<ul>\n<li>Tweak: Added pixel units to Close Button position control in Popups</li>\n<li>Fix: Exclude error in WC Products widget</li>\n</ul>\n<h4>2.4.1 - 2019-01-24</h4>\n<ul>\n<li>Tweak: Added CSS classes control to Popup (<a href=\"https://github.com/elementor/elementor/issues/6826\">#6826</a>)</li>\n<li>Tweak: Added responsive image size to Testimonial Carousel widget</li>\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\"https://github.com/elementor/elementor/issues/6842\">#6842</a>)</li>\n<li>Fix: Support of exclude-ids in WC Products widget</li>\n<li>Fix: Popup close button not clickable</li>\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\"https://github.com/elementor/elementor/issues/6749\">#6749</a>)</li>\n<li>Fix: Bad anchors breaks the page JS</li>\n<li>Fix: Popup overlay shown when turned off</li>\n</ul>\n<h4>2.4.0 - 2019-01-21</h4>\n<ul>\n<li>New: Introducing Popup Builder (<a href=\"https://github.com/elementor/elementor/issues/628\">#628</a>)</li>\n<li>New: Added <code>Popup</code> Dynamic Tag</li>\n<li>New: Added <code>Popup</code> forms action after submit</li>\n<li>New: Added User Info dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/6322\">#6322</a>)</li>\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message</li>\n<li>Tweak: Added <code>elementor_pro/theme_builder/archive/escape_nothing_found_message</code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\"https://github.com/elementor/elementor/issues/6053\">#6053</a>)</li>\n<li>Tweak: Added <code>add_doc_to_location</code> method to Allow insertion of a document to a location</li>\n<li>Fix: <code>z-index</code> issue with CTA widget (<a href=\"https://github.com/elementor/elementor/issues/6486\">#6486</a>)</li>\n<li>Fix: Hide the Post Content widget and show it only in a Single document</li>\n<li>Fix: <code>selector</code> replacement in Custom CSS</li>\n<li>Fix: Apply <code>the_content</code> on the real content only</li>\n<li>Fix: CSS for WC products selector (<a href=\"https://github.com/elementor/elementor/issues/6559\">#6559</a>)</li>\n<li>Fix: Odnoklassniki share URL (<a href=\"https://github.com/elementor/elementor/issues/6638\">#6638</a>)</li>\n<li>Fix: Custom link new tab in Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/5766\">#5766</a>)</li>\n<li>Fix: <code>nofollow</code> link in Flip Box &amp; CTA widgets</li>\n<li>Fix: Post Terms in Post Info widget</li>\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\"https://github.com/elementor/elementor/issues/5386\">#5386</a>)</li>\n<li>Fix: Accessibility labels in Reviews widget (<a href=\"https://github.com/elementor/elementor/issues/6630\">#6630</a>)</li>\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active</li>\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget</li>\n<li>Fix: Sub-menu arrow position in Nav Menu widget</li>\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\"https://github.com/elementor/elementor/issues/6648\">#6648</a>)</li>\n</ul>\n<h4>2.3.1 - 2018-12-19</h4>\n<ul>\n<li>Fix: Template widget search functionality (<a href=\"https://github.com/elementor/elementor/issues/6473\">#6473</a>)</li>\n<li>Fix: Apply <code>the_content</code> filter to post content in theme builder</li>\n</ul>\n<h4>2.3.0 - 2018-12-17</h4>\n<ul>\n<li>New: Introducing Discord Integration for Forms (<a href=\"https://github.com/elementor/elementor/issues/4218\">#4218</a>)</li>\n<li>New: Introducing Slack Integration for Forms</li>\n<li>New: Introducing MailerLite Integration for Forms (<a href=\"https://github.com/elementor/elementor/issues/4462\">#4462</a>)</li>\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account</li>\n<li>Tweak: Added <code>elementor_pro/utils/get_public_post_types</code> filter hook (<a href=\"https://github.com/elementor/elementor/issues/5900\">#5900</a>)</li>\n<li>Tweak: Added <code>loop_start</code> &amp; <code>the_content</code> hooks for Post Content (<a href=\"https://github.com/elementor/elementor/issues/6173\">#6173</a>)</li>\n<li>Tweak: Removed Custom Attributes from Page Settings</li>\n<li>Tweak: Always add the Custom CSS control to the Advanced tab</li>\n<li>Fix: In sub Term condition false positive in edge cases</li>\n<li>Fix: ToolSet Dynamic Image fallback</li>\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget</li>\n<li>Fix: Style glitch in the Conditions screen in Safari browser</li>\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\"https://github.com/elementor/elementor/issues/6080\">#6080</a>)</li>\n<li>Fix: The color of label won\'t change color in Widget login</li>\n</ul>\n<h4>2.2.5 - 2018-12-11</h4>\n<ul>\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.</li>\n<li>Tweak: Added a better identifier for subpages (<a href=\"https://github.com/elementor/elementor/issues/6362\">#6362</a>)</li>\n<li>Tweak: Removed Custom Attributes from page settings</li>\n<li>Fix: Yahoo event URL date issue (<a href=\"https://github.com/elementor/elementor/issues/6354\">#6354</a>)</li>\n<li>Fix: Allow timezone settings in Google event URL (<a href=\"https://github.com/elementor/elementor/issues/6354\">#6354</a>)</li>\n<li>Fix: Avoid <code>z-index</code> changes by <code>nanocss</code> in build process</li>\n<li>Fix: Added missing WC upsells products CSS</li>\n<li>Fix: Nav Menu dropdown losing color on hover</li>\n<li>Fix: WC Product Add-ons CSS compatibility</li>\n</ul>\n<h4>2.2.4 - 2018-12-04</h4>\n<ul>\n<li>Fix: Global widget not saving changes (<a href=\"https://github.com/elementor/elementor/issues/6340\">#6340</a>)</li>\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\"https://github.com/elementor/elementor/issues/6334\">#6334</a>)</li>\n<li>Fix: Forms Redirect URL action when using form field values with spaces</li>\n</ul>\n<h4>2.2.3 - 2018-11-29</h4>\n<ul>\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\"https://github.com/elementor/elementor/issues/6271\">#6271</a>)</li>\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu</li>\n<li>Fix: Show only supported templates in Template widget</li>\n<li>Fix: Revert conflicting fix for a default order for WC archive</li>\n</ul>\n<h4>2.2.2 - 2018-11-28</h4>\n<ul>\n<li>Fix: Lightbox dynamic tag crashes the editor</li>\n</ul>\n<h4>2.2.1 - 2018-11-28</h4>\n<ul>\n<li>New: Added <code>ACF File</code> Dynamic tag to support text controls.</li>\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/6223\">#6223</a>)</li>\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags</li>\n<li>Tweak: Added filter <code>elementor_pro/dynamic_tags/shortcode/should_escape</code> to avoid escaping in Shortcode dynamic tag</li>\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists</li>\n<li>Tweak: Added front-end max file size validation for upload fields</li>\n<li>Tweak: Added <code>by-author</code> per Post-Type condition for theme builder</li>\n<li>Fix: Template widget panel not showing the selected template (<a href=\"https://github.com/elementor/elementor/issues/6271\">#6271</a>)</li>\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag</li>\n<li>Fix: Add post classes only for the Single template</li>\n<li>Fix: Set document type as not editable for unsupported document like Global widget</li>\n<li>Fix: Avoid duplicate query for current WC product query</li>\n<li>Fix: Product Archive showing oldest products instead of latest</li>\n<li>Fix: CSS reset in Posts widget using cards skin</li>\n</ul>\n<h4>2.2.0 - 2018-11-19</h4>\n<ul>\n<li>New: Introducing Custom Attributes (<a href=\"https://github.com/elementor/elementor/issues/290\">#290</a>, <a href=\"https://github.com/elementor/elementor/issues/3990\">#3990</a>)</li>\n<li>New: Added evergreen option for Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/4459\">#4459</a>)</li>\n<li>New: Added expire actions option for Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/5242\">#5242</a>)</li>\n<li>New: Introducing Reviews widget (<a href=\"https://github.com/elementor/elementor/issues/3854\">#3854</a>)</li>\n<li>New: Introducing Sitemap widget (<a href=\"https://github.com/elementor/elementor/issues/5594\">#5594</a>)</li>\n<li>New: Added Request Parameter dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/4934\">#4934</a>)</li>\n<li>New: Added Shortcode dynamic tag</li>\n<li>New: Added Image and Video Lightbox dynamic tag</li>\n<li>New: Added Contact URL dynamic tag</li>\n<li>New: Added Featured Image Data dynamic tag</li>\n<li>New: Added default value to each field in the Form widget (<a href=\"https://github.com/elementor/elementor/issues/4268\">#4268</a>)</li>\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\"https://github.com/elementor/elementor/issues/5321\">#5321</a>)</li>\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\"https://github.com/elementor/elementor/issues/5587\">#5587</a>)</li>\n<li>Tweak: Added Form Redirect URL with form values (<a href=\"https://github.com/elementor/elementor/issues/2564\">#2564</a>)</li>\n<li>Tweak: Added default post classes to template wrapper (<a href=\"https://github.com/elementor/elementor/issues/5959\">#5959</a>)</li>\n<li>Tweak: Better labels for terms in Query control (<a href=\"https://github.com/elementor/elementor/issues/6092\">#6092</a>)</li>\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;</li>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/condition_sub_id</code> filter hook to allow template condition translations</li>\n<li>Tweak: Load the Template Library widget via Ajax for better performance</li>\n<li>Tweak: Added 404 page title for Page Title dynamic tag</li>\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\"https://github.com/elementor/elementor/issues/6141\">#6141</a>)</li>\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/5790\">#5790</a>)</li>\n<li>Fix: Avoid potential security risk in forms</li>\n<li>Fix: Template By Author condition conflicts with 404 page</li>\n<li>Fix: Restored WC Product Content widget in Single Product template</li>\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages</li>\n<li>Fix: Highlight active menu anchor items only when scrolled into view</li>\n<li>Fix: Carousel Pagination Progress style to support new Swiper version</li>\n</ul>\n<h4>2.1.13 - 2018-11-12</h4>\n<ul>\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0</li>\n<li>Fix: Settings conflict when there are multiple carousels in the page</li>\n</ul>\n<h4>2.1.12 - 2018-11-05</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3</li>\n<li>Tweak: Better performance for Template Library widget</li>\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\"https://github.com/elementor/elementor/issues/6029\">#6029</a>)</li>\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\"https://github.com/elementor/elementor/issues/6001\">#6001</a>)</li>\n<li>Fix: Custom CSS printed twice in the front-end</li>\n<li>Fix: ACF Image field PHP warning (<a href=\"https://github.com/elementor/elementor/issues/6051\">#6051</a>)</li>\n</ul>\n<h4>2.1.11 - 2018-10-22</h4>\n<ul>\n<li>New: Added ACF local fields compatibility</li>\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration</li>\n<li>Fix: Exclude <code>is_embed</code> from Singular condition (<a href=\"https://github.com/elementor/elementor/issues/5915\">#5915</a>)</li>\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons</li>\n<li>Fix: Current date time dynamic tag now shows local time</li>\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink</li>\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration</li>\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF</li>\n<li>Fix: Respect password protected for a WC single product template</li>\n<li>Fix: Respect <code>order</code> settings for WC archive also without pagination</li>\n</ul>\n<h4>2.1.10 - 2018-10-09</h4>\n<ul>\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\"https://github.com/elementor/elementor/issues/5821\">#5821</a>)</li>\n<li>Tweak: Added link control to Animated Headline widget</li>\n<li>Fix: Mobile nav menu jump on RTL (<a href=\"https://github.com/elementor/elementor/issues/5711\">#5711</a>)</li>\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\"https://github.com/elementor/elementor/issues/5830\">#5830</a>)</li>\n<li>Fix: Added IE compatibility for Animated Headline widget</li>\n<li>Fix: Post Content widget is now shown only on <code>Single</code> templates</li>\n<li>Fix: Query Control Pagination with offset</li>\n</ul>\n<h4>2.1.9 - 2018-09-17</h4>\n<ul>\n<li>Tweak: Added Centered Slides option for Slideshow carousel</li>\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\"https://github.com/elementor/elementor/issues/5091\">#5091</a>)</li>\n<li>Fix: ACF Gallery option support (<a href=\"https://github.com/elementor/elementor/issues/5344\">#5344</a>)</li>\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\"https://github.com/elementor/elementor/issues/5740\">#5740</a>)</li>\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\"https://github.com/elementor/elementor/issues/5689\">#5689</a>)</li>\n<li>Fix: Coverflow transition effect in Carousel</li>\n<li>Fix: Weird mobile behavior with Cube effect in Carousel</li>\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly</li>\n</ul>\n<h4>2.1.8 - 2018-09-12</h4>\n<ul>\n<li>Tweak: Added styling options for WC Additional Information widget</li>\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget</li>\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\"https://github.com/elementor/elementor/issues/5338\">#5338</a>)</li>\n<li>Fix: Layout of Related Product widget with WC native style</li>\n</ul>\n<h4>2.1.7 - 2018-09-03</h4>\n<ul>\n<li>New: WC Archive Description widget</li>\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\"https://github.com/elementor/elementor/issues/5555\">#5555</a>)</li>\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget</li>\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\"https://github.com/elementor/elementor/issues/5589\">#5589</a>)</li>\n<li>Tweak: Added more blend mode options for CTA widget</li>\n<li>Tweak: Improved plugin updater method based on WordPress version</li>\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets</li>\n<li>Fix: Added default gap for products pagination</li>\n<li>Fix: Post thumbnail flickering in Safari browser</li>\n<li>Fix: Close mobile nav menu on click only in full-width mode</li>\n<li>Fix: Added trailing slash to pagination links in Posts widget</li>\n</ul>\n<h4>2.1.6 - 2018-08-28</h4>\n<ul>\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/5117\">#5117</a>)</li>\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\"https://github.com/elementor/elementor/issues/5491\">#5491</a>)</li>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2</li>\n<li>Tweak: Deprecated Follow option in the Facebook Button widget</li>\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)</li>\n<li>Fix: Posts widget CSS when using cards skin in masonry mode</li>\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\"https://github.com/elementor/elementor/issues/5344\">#5344</a>)</li>\n<li>Fix: WC product gallery links in RTL</li>\n<li>Fix: Dynamic tags in Call To Action widget</li>\n</ul>\n<h4>2.1.5 - 2018-08-21</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2</li>\n<li>Fix: Posts Widget layout theme compatibility</li>\n<li>Fix: Added compatibility for WooCommerce native style</li>\n</ul>\n<h4>2.1.4 - 2018-08-19</h4>\n<ul>\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\"https://github.com/elementor/elementor/issues/5442\">#5442</a>)</li>\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\"https://github.com/elementor/elementor/issues/5460\">#5460</a>)</li>\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget</li>\n<li>Fix: Selector specificity for WooCommerce Products widget</li>\n<li>Fix: WooCommerce conflicts in the editor in edge cases</li>\n</ul>\n<h4>2.1.3 - 2018-08-15</h4>\n<ul>\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\"https://github.com/elementor/elementor/issues/5350\">#5350</a>)</li>\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\"https://github.com/elementor/elementor/issues/5375\">#5375</a>)</li>\n<li>Fix: Added missing <code>setup_postdata</code> for Product Data Tabs widget</li>\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\"https://github.com/elementor/elementor/issues/5399\">#5399</a>)</li>\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\"https://github.com/elementor/elementor/issues/5254\">#5254</a>)</li>\n<li>Fix: Carousel behavior when using a single slide</li>\n</ul>\n<h4>2.1.2 - 2018-08-12</h4>\n<ul>\n<li>Fix: Error when ACF Pro is not installed (<a href=\"https://github.com/elementor/elementor/issues/5367\">#5367</a>)</li>\n<li>Fix: Edge cases in Inspector where document is a boolean</li>\n<li>Fix: Edge cases for incorrect file fields in PODS</li>\n</ul>\n<h4>2.1.1 - 2018-08-09</h4>\n<ul>\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\"https://github.com/elementor/elementor/issues/5345\">#5345</a>)</li>\n<li>Fix: Flip Box effect issues</li>\n<li>Fix: ACF Options page fields support (<a href=\"https://github.com/elementor/elementor/issues/5329\">#5329</a>)</li>\n<li>Fix: Import Pro templates in edge cases</li>\n</ul>\n<h4>2.1.0 - 2018-08-07</h4>\n<ul>\n<li>New: Introducing WooCommerce Builder (<a href=\"https://github.com/elementor/elementor/issues/1690\">#1690</a>)</li>\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive</li>\n<li>New: Introducing Cart Menu widget (<a href=\"https://github.com/elementor/elementor/issues/4220\">#4220</a>, <a href=\"https://github.com/elementor/elementor/issues/4600\">#4600</a>)</li>\n<li>New: Added integration with Toolset (<a href=\"https://github.com/elementor/elementor/issues/2949\">#2949</a>)</li>\n<li>New: Added integration with Pods (<a href=\"https://github.com/elementor/elementor/issues/4129\">#4129</a>)</li>\n<li>New: Added stick to bottom in scrolling effects (<a href=\"https://github.com/elementor/elementor/issues/4799\">#4799</a>)</li>\n<li>New: Added Scrolling Effect to Widgets under advanced tab</li>\n<li>New: Introducing Internal URL Dynamic Tag</li>\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/4597\">#4597</a>)</li>\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\"https://github.com/elementor/elementor/issues/4447\">#4447</a>)</li>\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\"https://github.com/elementor/elementor/issues/1878\">#1878</a>)</li>\n<li>Tweak: Add Custom Query hook for Query control (<a href=\"https://developers.elementor.com/custom-query-filter/\">More Info</a>) (<a href=\"https://github.com/elementor/elementor/issues/1748\">#1748</a>)</li>\n<li>Tweak: Added form-message style (<a href=\"https://github.com/elementor/elementor/issues/1180\">#1180</a>)</li>\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/4242\">#4242</a>)</li>\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\"https://github.com/elementor/elementor/issues/4767\">#4767</a>)</li>\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\"https://github.com/elementor/elementor/issues/4602\">#4602</a>)</li>\n<li>Tweak: Added an support for <code>label|value</code> in options field (<a href=\"https://github.com/elementor/elementor/issues/4594\">#4594</a>)</li>\n<li>Tweak: Added <code>by-author</code> condition for theme builder (<a href=\"https://github.com/elementor/elementor/issues/4681\">#4681</a>)</li>\n<li>Tweak: Added Activate/Deactivate license key via WP-CLI command (<a href=\"https://github.com/elementor/elementor/issues/4149\">#4149</a>)</li>\n<li>Tweak: Added <code>is_scroll</code> trigger to scrolling effect (<a href=\"https://github.com/elementor/elementor/issues/4340\">#4340</a>)</li>\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\"https://github.com/elementor/elementor/issues/4177\">#4177</a>)</li>\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\"https://github.com/elementor/elementor/issues/3697\">#3697</a>)</li>\n<li>Tweak: Added style options for Posts widget (<a href=\"https://github.com/elementor/elementor/issues/1335\">#1335</a>)</li>\n<li>Tweak: Added button CSS ID for Forms widget</li>\n<li>Tweak: Added pixel units to Post-Info divider height control</li>\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs</li>\n<li>Tweak: Re-organize the panel categories per document type</li>\n<li>Tweak: Added ACF support for <code>options-page</code> fields</li>\n<li>Tweak: Added dynamic tag for Animated headlines</li>\n<li>Tweak: Added dynamic tag for BlockQuote widget</li>\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\"https://github.com/elementor/elementor/issues/4817\">#4817</a>)</li>\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\"https://github.com/elementor/elementor/issues/4324\">#4324</a>)</li>\n<li>Fix: Initial slide in Carousel widget</li>\n<li>Fix: Stay on current slide while editing in Carousel widget</li>\n<li>Fix: Default slides per device in Carousel widget</li>\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets</li>\n</ul>\n<h4>2.0.18 - 2018-07-27</h4>\n<ul>\n<li>Fix: Global widget error on saving page</li>\n</ul>\n<h4>2.0.17 - 2018-07-26</h4>\n<ul>\n<li>Fix: Sub menu indicator direction in Nav Menu widget</li>\n<li>Fix: Change the title and icon for Global Widget when is moving</li>\n<li>Fix: CSS wrapper selector for Page Document</li>\n</ul>\n<h4>2.0.16 - 2018-07-16</h4>\n<ul>\n<li>Tweak: CSS Filter Control module is now included in Elementor</li>\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0</code> (<a href=\"https://github.com/elementor/elementor/issues/5077\">#5077</a>)</li>\n<li>Fix: Restore current query after get Global Widget data</li>\n<li>Fix: Add action item in History on unlink Global widget</li>\n</ul>\n<h4>2.0.15 - 2018-07-10</h4>\n<ul>\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\"https://github.com/elementor/elementor/issues/4996\">#4996</a>)</li>\n<li>Fix: GMT offset in Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/4997\">#4997</a>)</li>\n</ul>\n<h4>2.0.14 - 2018-07-08</h4>\n<ul>\n<li>Tweak: Added set method to form record for developers (<a href=\"https://github.com/elementor/elementor/issues/4983\">#4983</a>)</li>\n<li>Fix: Autoplay option for Carousels</li>\n<li>Fix: Close mobile menu on item click in the Nav Menu widget</li>\n</ul>\n<h4>2.0.13 - 2018-07-03</h4>\n<ul>\n<li>Tweak: Added compatibility for Elementor v2.1</li>\n</ul>\n<h4>2.0.12 - 2018-07-02</h4>\n<ul>\n<li>Fix: Global widget PHP notices</li>\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs</li>\n<li>Fix: Form select field send all selected values on multiple selection</li>\n<li>Fix: Validate time field only if it\'s not empty</li>\n<li>Fix: ConvertKit API not saving name field</li>\n</ul>\n<h4>2.0.11 - 2018-06-12</h4>\n<ul>\n<li>Fix: Theme Builder <code>author</code> archive condition (<a href=\"https://github.com/elementor/elementor/issues/4593\">#4593</a>)</li>\n<li>Fix: Respect password protected posts in Post Content widget</li>\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.</li>\n</ul>\n<h4>2.0.10 - 2018-06-05</h4>\n<ul>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/template_id</code> filter hook for multi-language plugins</li>\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)</li>\n<li>Fix: Fields shortcode missing after removing a field in Form widget</li>\n<li>Deprecated: <code>get_theme_templates_by_location</code> is replaced by <code>get_location_templates</code></li>\n</ul>\n<h4>2.0.9 - 2018-05-28</h4>\n<ul>\n<li>Fix: Compatibility for PHP version 5.4</li>\n</ul>\n<h4>2.0.8 - 2018-05-28</h4>\n<ul>\n<li>Tweak: Added Active state for Nav Menu dropdown</li>\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget</li>\n<li>Tweak: Removed caption control in Site Logo widget</li>\n<li>Tweak: Added option to position currency symbol before/after In Price Table widget</li>\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\"https://github.com/elementor/elementor/issues/4479\">#4479</a>)</li>\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/4342\">#4342</a>)</li>\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\"https://github.com/elementor/elementor/issues/4527\">#4527</a>)</li>\n<li>Fix: Avoid rendering a template if it\'s not published</li>\n<li>Fix: 404 Page style not working</li>\n<li>Fix: Price Table button with hover animation not working in editor</li>\n<li>Fix: Styling conflict in Call to Action widget</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Adding parent wrapper class to Site Title widget</li>\n</ul>\n<h4>2.0.7 - 2018-05-16</h4>\n<ul>\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;</li>\n<li>Fix: Open 404 template library for 404 page</li>\n<li>Tweak: Added CSS prefix for dev files</li>\n<li>Tweak: Removed product post type from display conditions</li>\n</ul>\n<h4>2.0.6 - 2018-05-15</h4>\n<ul>\n<li>Tweak: Set type on create new single template</li>\n<li>Tweak: Always show the conditions dialog in the Draft status</li>\n<li>Tweak: Added document type <code>widget</code></li>\n<li>Tweak: Added Post Custom Field tag to URL category</li>\n<li>Fix: When ACF Field Groups are Empty (<a href=\"https://github.com/elementor/elementor/issues/4428\">#4428</a>)</li>\n<li>Fix: Links inside carousel in edge cases</li>\n<li>Fix: Responsive issue in My Templates area</li>\n<li>Fix: Image alignment for post content with text alignment</li>\n<li>Fix: Post Content widget when preview post is missing</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Style settings for Post / Archive Title widgets</li>\n</ul>\n<h4>2.0.5 - 2018-05-08</h4>\n<ul>\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\"https://github.com/elementor/elementor/issues/4203\">#4203</a>)</li>\n<li>Fix: Added support for new version of reCAPTCHA</li>\n<li>Fix: Added fallback for controls after <code>post_status</code></li>\n<li>Fix: Required field in forms widget</li>\n<li>Fix: Media Carousel in the Coverflow skin</li>\n<li>Fix: 404 Page show wrong template in edge cases</li>\n<li>Fix: Save the default menu in the Nav Menu widget</li>\n</ul>\n<h4>2.0.4 - 2018-05-02</h4>\n<ul>\n<li>Tweak: Added parent\'s class for extended widgets</li>\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions</li>\n<li>Tweak: Initialize global model when it\'s needed</li>\n<li>Tweak: Removed some duplicate strings</li>\n<li>Tweak: Query control now includes empty terms</li>\n<li>Tweak: Design polish for conditions dialog</li>\n<li>Tweak: Decreasing <code>minimumInputLength</code> to 1 of select2</li>\n<li>Fix: Editor not loading for single templates in edge cases</li>\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\"https://github.com/elementor/elementor/issues/4310\">#4310</a>)</li>\n<li>Fix: Slides per view not working for some effects</li>\n<li>Fix: New slides not showing in the editor</li>\n<li>Fix: Editor for section without a defined location, defaults to content area</li>\n</ul>\n<h4>2.0.3 - 2018-04-24</h4>\n<ul>\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/4214\">#4214</a>, <a href=\"https://github.com/elementor/elementor/issues/4216\">#4216</a>, <a href=\"https://github.com/elementor/elementor/issues/4225\">#4225</a>)</li>\n<li>Fix: Double render on frontend view in core locations</li>\n<li>Fix: Masonry not working in edge cases</li>\n<li>Fix: Added default setting for Author Info tag</li>\n</ul>\n<h4>2.0.2 - 2018-04-18</h4>\n<ul>\n<li>Fix: Regenerate conditions to include all templates</li>\n</ul>\n<h4>2.0.1 - 2018-04-17</h4>\n<ul>\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\"https://github.com/elementor/elementor/issues/4136\">#4136</a>)</li>\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\"https://github.com/elementor/elementor/issues/4127\">#4127</a>)</li>\n<li>Tweak: Added Divider control for Post Info widget</li>\n<li>Fix: Update admin links in Yoast Breadcrumbs widget</li>\n<li>Fix: Sticky element conflict with clearfix CSS</li>\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below</li>\n<li>Fix: Avoid running <code>wp_head</code> hooks twice</li>\n</ul>\n<h4>2.0.0 - 2018-04-16</h4>\n<ul>\n<li>New: Introducing Theme Builder - <a href=\"https://elementor.com/introducing-theme-builder/\">Release Post</a> (<a href=\"https://github.com/elementor/elementor/issues/417\">#417</a>)</li>\n<li>New: Introducing Locations API to inject custom location templates</li>\n<li>New: Introducing Display Conditions for all dynamic templates</li>\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design</li>\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\"https://github.com/elementor/elementor/issues/483\">#483</a>, <a href=\"https://github.com/elementor/elementor/issues/653\">#653</a>, <a href=\"https://github.com/elementor/elementor/issues/885\">#885</a>)</li>\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\"https://github.com/elementor/elementor/issues/543\">#543</a>)</li>\n<li>New: Introducing Developers area with guides and API documentation - <a href=\"https://elementor.com/introducing-elementor-developer-api/\">Release Post</a> (<a href=\"https://github.com/elementor/elementor/issues/451\">#451</a>)</li>\n<li>New: Introducing <a href=\"https://github.com/elementor/elementor-hello-theme\">Elementor Hello Theme</a> - A demonstration theme for developers</li>\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\"https://github.com/elementor/elementor/issues/2761\">#2761</a>, <a href=\"https://github.com/elementor/elementor/issues/2623\">#2623</a>, <a href=\"https://github.com/elementor/elementor/issues/2109\">#2109</a>, <a href=\"https://github.com/elementor/elementor/issues/2061\">#2061</a>, <a href=\"https://github.com/elementor/elementor/issues/2439\">#2439</a>)</li>\n<li>New: Design 404 page with Single template (<a href=\"https://github.com/elementor/elementor/issues/1558\">#1558</a>)</li>\n<li>New: Design Search Results with Archive template (<a href=\"https://github.com/elementor/elementor/issues/3196\">#3196</a>, <a href=\"https://github.com/elementor/elementor/issues/2590\">#2590</a>)</li>\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element</em> per device (<a href=\"https://github.com/elementor/elementor/issues/2412\">#2412</a>)</li>\n<li>New: Integration with Custom Fields (<a href=\"https://github.com/elementor/elementor/issues/2054\">#2054</a>)</li>\n<li>New: Partial support for Toolset integration (<a href=\"https://github.com/elementor/elementor/issues/2949\">#2949</a>)</li>\n<li>New: Partial support for Pods integration (<a href=\"https://github.com/elementor/elementor/issues/2169\">#2169</a>)</li>\n<li>New: Partial support for ACF integration (<a href=\"https://github.com/elementor/elementor/issues/2041\">#2041</a>, <a href=\"https://github.com/elementor/elementor/issues/2059\">#2059</a>)</li>\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\"https://github.com/elementor/elementor/issues/3531\">#3531</a>)</li>\n<li>Tweak: Allow brackets in Forms Tel field</li>\n<li>Tweak: Added currency format control for Price Table widget</li>\n<li>Tweak: Reduced API request for some servers</li>\n<li>Fix: Dropdown <code>border-radius</code> in Nav Menu widget</li>\n<li>Fix: Price List widget layout breaks in edge cases</li>\n<li>Note: This version requires Elementor v2.0.6</li>\n</ul>\n<h4>1.15.6 - 2018-03-28</h4>\n<ul>\n<li>Fix: Removed duplicate Custom CSS section (<a href=\"https://github.com/elementor/elementor/issues/3938\">#3938</a>)</li>\n<li>Fix: <code>box-shadow</code> issue with cards skin (<a href=\"https://github.com/elementor/elementor/issues/3940\">#3940</a>)</li>\n</ul>\n<h4>1.15.5 - 2018-03-27</h4>\n<ul>\n<li>Fix: Added global widget compatibility for Elementor v2.0</li>\n<li>Fix: Reduced API request for some servers</li>\n</ul>\n<h4>1.15.4 - 2018-03-26</h4>\n<ul>\n<li>Tweak: Allow brackets in phone field</li>\n<li>Tweak: Added compatibility with Yoast 7.0.+</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Support for multiple carousel setting in editor</li>\n<li>Fix: <code>on_export</code> issue in forms widget (<a href=\"https://github.com/elementor/elementor/issues/3890\">#3890</a>)</li>\n</ul>\n<h4>1.15.3 - 2018-03-07</h4>\n<ul>\n<li>Tweak: Added unique class to field group div (<a href=\"https://github.com/elementor/elementor/issues/3595\">#3595</a>)</li>\n<li>Fix: Screen Options missing when Pro is active (<a href=\"https://github.com/elementor/elementor/issues/3622\">#3622</a>)</li>\n<li>Fix: Allow label styling even when <code>show labels</code> is set hide (<a href=\"https://github.com/elementor/elementor/issues/3544\">#3544</a>)</li>\n<li>Fix: Typography control not working in edge cases</li>\n<li>Fix: Safari compatibility for Search widget</li>\n</ul>\n<h4>1.15.2 - 2018-02-27</h4>\n<ul>\n<li>Fix: Only add support mine-type if needed (<a href=\"https://github.com/elementor/elementor/issues/3543\">#3543</a>)</li>\n<li>Fix: Better support for Old Typekit kits</li>\n</ul>\n<h4>1.15.1 - 2018-02-21</h4>\n<ul>\n<li>Tweak: Custom font title placeholder is not <code>enter font family</code></li>\n<li>Tweak: Custom font title set as required</li>\n<li>Fix: Custom font, <code>font-face</code> enqueued only once if used in global (<a href=\"https://github.com/elementor/elementor/issues/3513\">#3513</a>)</li>\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.</li>\n</ul>\n<h4>1.15.0 - 2018-02-19</h4>\n<ul>\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\"https://github.com/elementor/elementor/issues/852\">#852</a>)</li>\n<li>New: Integration with Adobe TypeKit fonts (<a href=\"https://github.com/elementor/elementor/issues/631\">#631</a>)</li>\n<li>Tweak: Clear menu from Nav Menu widget on template export</li>\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle</code></li>\n</ul>\n<h4>1.14.2 - 2018-02-13</h4>\n<ul>\n<li>Fix: Global widget content that got affected by previous update</li>\n</ul>\n<h4>1.14.1 - 2018-02-13</h4>\n<ul>\n<li>Tweak: Added <code>none</code> option to content animation in CTA widget</li>\n<li>Tweak: Added <code>form_id</code> to ActiveCampaign integration (<a href=\"https://github.com/elementor/elementor/issues/3422\">#3422</a>)</li>\n<li>Fix: Page crashed when Global widget not found.</li>\n</ul>\n<h4>1.14.0 - 2018-02-12</h4>\n<ul>\n<li>New: Added Call to Action widget</li>\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Allow zero (0) to be accepted as a field value</li>\n<li>Fix: Login form when custom login URL is set</li>\n<li>Fix: Added Day of cycle control to GetResponse integration</li>\n</ul>\n<h4>1.13.2 - 2018-01-23</h4>\n<ul>\n<li>Tweak: Added placeholder to Password field</li>\n<li>Tweak: Removed <code>subscriber_already_exists_message</code> control to prevent potential data leakage</li>\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet</li>\n<li>Fix: Changed <code>imagesLoaded()</code> to Vanilla JS to avoid compatibility issues with some themes</li>\n<li>Fix: Only validate Tel field if not empty</li>\n<li>Fix: Stop slider while editing</li>\n</ul>\n<h4>1.13.1 - 2018-01-16</h4>\n<ul>\n<li>Fix: Added compatibility with old PHP versions</li>\n</ul>\n<h4>1.13.0 - 2018-01-16</h4>\n<ul>\n<li>New: Added File Upload field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1482\">#1482</a>, <a href=\"https://github.com/elementor/elementor/issues/2974\">#2974</a>)</li>\n<li>New: Added Acceptance field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1693\">#1693</a>, <a href=\"https://github.com/elementor/elementor/issues/2974\">#2974</a>)</li>\n<li>New: Added Date field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1868\">#1868</a>)</li>\n<li>New: Added Time field for Forms widget</li>\n<li>New: Added Password field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/2164\">#2164</a>)</li>\n<li>New: Added HTML field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1500\">#1500</a>)</li>\n<li>Tweak: Added characters validation for Tel field</li>\n<li>Tweak: Added min &amp; max validation for Number field</li>\n<li>Tweak: Added multiple selection for Select field</li>\n<li>Tweak: Added donReach integration for Share Buttons widget</li>\n</ul>\n<h4>1.12.3 - 2018-01-09</h4>\n<ul>\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget</li>\n<li>Fix: Apply <code>url-encoding</code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text</li>\n<li>Fix: Removed My Account link from dashboard widget</li>\n</ul>\n<h4>1.12.2 - 2018-01-03</h4>\n<ul>\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/2964\">#2964</a>)</li>\n<li>Fix: Active license button style</li>\n</ul>\n<h4>1.12.1 - 2018-01-02</h4>\n<ul>\n<li>Tweak: Removed theme-element widgets from plain content</li>\n<li>Tweak: Set all theme-element widgets to extend same widget Base</li>\n<li>Tweak: Removed credit URL in forms meta data</li>\n<li>Tweak: Added compatibility for the future release of Elementor v1.9</li>\n<li>Fix: Validate Get response Error as real error</li>\n<li>Fix: Removed responsive height control from Facebook Page widget</li>\n</ul>\n<h4>1.12.0 - 2017-12-20</h4>\n<ul>\n<li>New: Added Drip integration to Forms</li>\n<li>New: Added ActiveCampaign integration to Forms</li>\n<li>New: Added ConverKit integration to Forms</li>\n<li>New: Added GetResponse integration to Forms</li>\n<li>New: Added form <code>id</code>, <code>name</code> attributes to handle integration with auto collectors like HubSpot</li>\n<li>New: Added Global API key for MailChimp to improve the workflow</li>\n<li>Tweak: Better error handling and message display for Forms</li>\n<li>Fix: PHP notice Undefined variable <code>$cc_header</code> (<a href=\"https://github.com/elementor/elementor/issues/2934\">#2934</a>)</li>\n</ul>\n<h4>1.11.0 - 2017-12-11</h4>\n<ul>\n<li>New: Added a native Comments widget (<a href=\"https://github.com/elementor/elementor/issues/543\">#543</a>)</li>\n<li>New: Added an Author Box widget</li>\n<li>New: Added a Post Navigation widget</li>\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\"https://github.com/elementor/elementor/issues/2749\">#2749</a>)</li>\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\"https://github.com/elementor/elementor/issues/2762\">#2762</a>)</li>\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric</li>\n<li>Fix: Edge cases when the nav menu is empty in a stretched section</li>\n<li>Fix: Added fallback when you remove the <code>space-between</code> on Swiper carousel</li>\n</ul>\n<h4>1.10.2 - 2017-12-03</h4>\n<ul>\n<li>Fix: Missing save widget icon (<a href=\"https://github.com/elementor/elementor/issues/2878\">#2878</a>)</li>\n<li>Fix: Global widgets not saving edits (<a href=\"https://github.com/elementor/elementor/issues/2874\">#2874</a>)</li>\n<li>Fix: Removed <code>white-space: nowrap;</code> property from vertical menu in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/2815\">#2815</a>)</li>\n</ul>\n<h4>1.10.1 - 2017-11-30</h4>\n<ul>\n<li>Tweak: Added default value for search form</li>\n<li>Tweak: Order template list A-Z in the library widget</li>\n<li>Tweak: get_users/authors query is now done using AJAX only, for better performance in Query Control (<a href=\"https://github.com/elementor/elementor/issues/2865\">#2865</a>)</li>\n<li>Fix: When adding <code>.00</code> it is not displayed on the front</li>\n<li>Fix: Make sure space between is numeric for carousel control</li>\n<li>Fix: Added space for radio &amp; checkbox fields in form widget</li>\n</ul>\n<h4>1.10.0 - 2017-11-15</h4>\n<ul>\n<li>New: Added native Search form widget (<a href=\"https://github.com/elementor/elementor/issues/2576\">#2576</a>)</li>\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets</li>\n<li>Tweak: Added Inline editing to Blockquote widget</li>\n<li>Fix: Animated Headline color bug (<a href=\"https://github.com/elementor/elementor/issues/2516\">#2516</a>)</li>\n<li>Fix: Animated Headline with Rotating skin</li>\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations</li>\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/2662\">#2662</a>)</li>\n<li>Fix: Custom CSS gone after reloading the editor</li>\n</ul>\n<h4>1.9.5 - 2017-10-27</h4>\n<ul>\n<li>Fix: Broken Global widget with JS (<a href=\"https://github.com/elementor/elementor/issues/2639\">#2639</a>)</li>\n</ul>\n<h4>1.9.4 - 2017-10-24</h4>\n<ul>\n<li>Tweak: Improved UI for notices and license page</li>\n<li>Fix: Update system conflict with other EDD plugins</li>\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\"https://github.com/elementor/elementor/issues/2577\">#2577</a>)</li>\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\"https://github.com/elementor/elementor/issues/2496\">#2496</a>)</li>\n<li>Fix: Increased submenu max-width (<a href=\"https://github.com/elementor/elementor/issues/2558\">#2558</a>)</li>\n<li>Fix: Save global templates without their defaults</li>\n<li>Fix: Horizontal scrolling issue with posts grid</li>\n</ul>\n<h4>1.9.3 - 2017-10-03</h4>\n<ul>\n<li>Fix: Condition slide style that got affected by previous update</li>\n</ul>\n<h4>1.9.2 - 2017-10-02</h4>\n<ul>\n<li>New: Added integration with MailPoet 3 for Forms actions</li>\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode</li>\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel</li>\n<li>Fix: Added condition for slides style section in skin bubble mode</li>\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel</li>\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows</li>\n</ul>\n<h4>1.9.1 - 2017-09-28</h4>\n<ul>\n<li>Fix: Slides per view for slideshow carousel</li>\n<li>Fix: Final polish for the new Testimonial Carousel widget</li>\n<li>Fix: Don\'t play video if slide type is not video</li>\n<li>Fix: Removed slides style section condition (<a href=\"https://github.com/elementor/elementor/issues/2497\">#2497</a>)</li>\n<li>Fix: Set cursor as pointer for slideshow thumbnails</li>\n</ul>\n<h4>1.9.0 - 2017-09-26</h4>\n<ul>\n<li>New: Added Media Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/216\">#216</a>, <a href=\"https://github.com/elementor/elementor/issues/347\">#347</a>, <a href=\"https://github.com/elementor/elementor/issues/2209\">#2209</a>)</li>\n<li>New: Added Testimonial Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/715\">#715</a>)</li>\n</ul>\n<h4>1.8.3 - 2017-09-24</h4>\n<ul>\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6</li>\n<li>Fix: Remove slashes from Form sent data</li>\n</ul>\n<h4>1.8.2 - 2017-09-19</h4>\n<ul>\n<li>Tweak: Added target URL for the tweet message in Blockquote widget</li>\n<li>Tweak: Render the slide height before the slider is finished loading</li>\n<li>Fix: Space between words for Animated Headline widget</li>\n<li>Fix: RTL compatibility for Animated Headline widget</li>\n<li>Fix: Italic font style for Animated Headline widget</li>\n<li>Fix: Excluded Menu widget from the WP Editor text rendering</li>\n</ul>\n<h4>1.8.1 - 2017-09-18</h4>\n<ul>\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\"https://github.com/elementor/elementor/issues/2391\">#2391</a>)</li>\n<li>Fix: Print the main menu only when is necessary in Menu widget</li>\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\"https://github.com/elementor/elementor/issues/2381\">#2381</a>)</li>\n</ul>\n<h4>1.8.0 - 2017-09-12</h4>\n<ul>\n<li>New: Added Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/1406\">#1406</a>)</li>\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\"https://github.com/elementor/elementor/issues/2279\">#2279</a>)</li>\n<li>Fix: Style for Blockquote widget included</li>\n</ul>\n<h4>1.7.2 - 2017-09-07</h4>\n<ul>\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins</li>\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\"https://github.com/elementor/elementor/issues/2340\">#2340</a>)</li>\n</ul>\n<h4>1.7.1 - 2017-09-05</h4>\n<ul>\n<li>Fix: Facebook SDK version</li>\n</ul>\n<h4>1.7.0 - 2017-09-05</h4>\n<ul>\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow</li>\n<li>New: Added Facebook Embed widget for Post, Video and Comment</li>\n<li>New: Added Facebook Comments widget</li>\n<li>New: Added Facebook Page widget (Previously known as Like Box)</li>\n<li>New: Added Blockquote widget with Tweet button</li>\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets</li>\n<li>Fix: Animated headline rotating with long words</li>\n</ul>\n<h4>1.6.1 - 2017-08-28</h4>\n<ul>\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set</li>\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser</li>\n<li>Fix: Animated headline with more than 1-word per rotation</li>\n<li>Fix: Animated Headline in two lines</li>\n<li>Fix: Some errors in Global widget</li>\n</ul>\n<h4>1.6.0 - 2017-08-22</h4>\n<ul>\n<li>New: Added Animated Headline widget</li>\n<li>New: Added Hidden field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/2038\">#2038</a>)</li>\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher</li>\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts</li>\n</ul>\n<h4>1.5.9 - 2017-08-16</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.7</li>\n<li>Fix: Portfolio compatibility for GeneratePress theme</li>\n<li>Fix: Portfolio filter compatibility for RTL</li>\n<li>Fix: Pagination apply for all posts widget in the page</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.8 - 2017-07-25</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.6</li>\n<li>Fix: Improved backward compatibility for query control rename</li>\n</ul>\n<h4>1.5.7 - 2017-07-24</h4>\n<ul>\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file</li>\n<li>Tweak: Display the label in the reCAPTCHA field for better experience</li>\n<li>Tweak: Rename <code>panel-posts-control</code> to <code>query-control</code> and added fallback support</li>\n<li>Tweak: Added compatibility for the future release of Elementor with history feature</li>\n<li>Fix: reCAPTCHA preview on the editor</li>\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\"https://github.com/elementor/elementor/issues/2000\">#2000</a>)</li>\n<li>Fix: Added condition for icon size control in Share Buttons widget</li>\n</ul>\n<h4>1.5.6 - 2017-07-12</h4>\n<ul>\n<li>Fix: Query Control correction for taxonomies (<a href=\"https://github.com/elementor/elementor/issues/1963\">#1963</a>)</li>\n<li>Fix: Custom CSS override scheme color in the editor</li>\n<li>Fix: Added order by Menu Order for Query Control in WC widget</li>\n<li>Fix: Glitch with Flip Box background overlay</li>\n</ul>\n<h4>1.5.5 - 2017-07-03</h4>\n<ul>\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist</li>\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999</li>\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed</li>\n<li>Fix: Sorted items in filter bar by A-Z</li>\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\"https://github.com/elementor/elementor/issues/1927\">#1927</a>)</li>\n</ul>\n<h4>1.5.4 - 2017-06-22</h4>\n<ul>\n<li>Tweak: Improved compatibility for Elementor v1.5</li>\n<li>Fix: URL default for Add To Cart widget</li>\n<li>Fix: Allowed <code>date</code> and <code>birthday</code> fields as text for MailChimp integration</li>\n</ul>\n<h4>1.5.3 - 2017-06-19</h4>\n<ul>\n<li>Tweak: Make flip-box height responsive control</li>\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\"https://github.com/elementor/elementor/issues/1829\">#1829</a>)</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.2 - 2017-06-13</h4>\n<ul>\n<li>Fix: Custom CSS panel location compatibility for the old versions</li>\n</ul>\n<h4>1.5.1 - 2017-06-12</h4>\n<ul>\n<li>Fix: MailChimp update existing user registration</li>\n<li>Fix: Global widget with JS in the editor mode</li>\n<li>Fix: Label section condition in Login widget</li>\n<li>Fix: Changes to unlinked global widget do not appear in the editor</li>\n</ul>\n<h4>1.5.0 - 2017-05-23</h4>\n<ul>\n<li>New: Added Cards, a new skin for Posts widget</li>\n<li>New: Added Exclude option to post query control group</li>\n<li>Tweak: Added <code>post_class()</code> for each post in the loop</li>\n<li>Tweak: Added <code>.elementor-posts-masonry</code> class when Masonry layout is enabled</li>\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0</li>\n<li>Tweak: CSS <code>autoprefixer</code> now supports last 5 versions of browsers</li>\n<li>Tweak: Added <code>imageLoaded</code> library for Posts &amp; Portfolio widgets</li>\n</ul>\n<h4>1.4.4 - 2017-05-18</h4>\n<ul>\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\"https://github.com/elementor/elementor/issues/1683\">#1683</a>)</li>\n<li>Fix: Added <code>.elementor-form</code> class to Login form to fix style glitch</li>\n</ul>\n<h4>1.4.3 - 2017-05-14</h4>\n<ul>\n<li>Tweak: Added Redirect After Login option to Login widget</li>\n<li>Tweak: Stay in the current page after logout in Login widget</li>\n<li>Tweak: Preparation for Elementor settings tabs in future version</li>\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone</li>\n<li>Fix: Bug with <code>active</code> class in portfolio filter item</li>\n<li>Fix: Higher specific list-style-type <code>none</code> for filter items to override some theme style</li>\n</ul>\n<h4>1.4.2 - 2017-05-06</h4>\n<ul>\n<li>Fix: Temporary patch for form field shortcode in some servers</li>\n</ul>\n<h4>1.4.1 - 2017-05-03</h4>\n<ul>\n<li>Fix: Bug with custom success message in form widget</li>\n<li>Fix: Bug with meta data in email action</li>\n</ul>\n<h4>1.4.0 - 2017-05-03</h4>\n<ul>\n<li>New: Forms: integration with MailChimp</li>\n<li>New: Forms: integration with MailPoet</li>\n<li>New: Forms: Added Email 2 action for email confirmation</li>\n<li>New: Forms: Added shortcodes for fields</li>\n<li>New: Forms: Added custom ID for fields</li>\n<li>New: Forms: Added option to edit email HTML template (<a href=\"https://github.com/elementor/elementor/issues/1180\">#1180</a>)</li>\n<li>New: Added Login widget</li>\n<li>Tweak: Move <code>send_html</code> control to <code>email_content_type</code></li>\n<li>Fix: Email still sent even if validation failed in form widget</li>\n</ul>\n<h4>1.3.2 - 2017-05-01</h4>\n<ul>\n<li>New: Added action <code>elementor_pro/init</code> for better integration with Elementor Pro</li>\n<li>Fix: Posts without featured image in Posts widget (<a href=\"https://github.com/elementor/elementor/issues/1234\">#1234</a>, <a href=\"https://github.com/elementor/elementor/issues/1382\">#1382</a>)</li>\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method</li>\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser</li>\n<li>Fix: Border radius glitch on hover in Share Buttons</li>\n</ul>\n<h4>1.3.1 - 2017-04-25</h4>\n<ul>\n<li>Fix: Conflict update with revision history module</li>\n</ul>\n<h4>1.3.0 - 2017-04-25</h4>\n<ul>\n<li>New: Added Share Buttons widget (<a href=\"https://wordpress.org/support/topic/social-sharing-buttons-is-it-possible/\">Topic</a>)</li>\n<li>New: Added Custom CSS for Page Settings</li>\n<li>New: Added Masonry layout for Portfolio widget</li>\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\"https://github.com/elementor/elementor/issues/1181\">#1181</a>)</li>\n<li>New: Introduced <code>ElementorPro\\Modules\\Forms\\Classes\\Action_Base</code> class for better 3rd party integration for forms</li>\n<li>Tweak: Debugger module now also shows errors from Pro</li>\n<li>Tweak: Added options for Elementor Library</li>\n<li>Tweak: New base posts module for optimized performance</li>\n<li>Tweak: Adjusting Posts / Portfolio to the new structure</li>\n<li>Fix: Export for posts / portfolio</li>\n<li>Fix: Duplicate repeater field with switcher control (<a href=\"https://github.com/elementor/elementor/issues/1442\">#1442</a>)</li>\n<li>Fix: Post per Page in the query control</li>\n<li>Fix: Metadata does not come through on form emails (<a href=\"https://github.com/elementor/elementor/issues/1566\">#1566</a>)</li>\n</ul>\n<h4>1.2.6 - 2017-04-19</h4>\n<ul>\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets</li>\n</ul>\n<h4>1.2.5 - 2017-04-18</h4>\n<ul>\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)</li>\n</ul>\n<h4>1.2.4 - 2017-03-21</h4>\n<ul>\n<li>Tweak: Added Indian Rupee sign to Price Table widget</li>\n<li>Fix: Portfolio grid for IE11</li>\n<li>Fix: Link target blank in Price List widget</li>\n<li>Fix: Active item for filter bar in Portfolio widget</li>\n</ul>\n<h4>1.2.3 - 2017-03-06</h4>\n<ul>\n<li>Tweak: Fully compatible with Elementor v1.3.0</li>\n<li>Tweak: Added trigger for after form submission in Forms widget</li>\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms</li>\n<li>Fix: Portfolio filter syntax in Non-Latin languages</li>\n<li>Fix: Added <code>no-repeat</code> property for slide with <code>background-size:contain</code></li>\n<li>Fix: Condition control &amp; Import value in Posts widgets</li>\n<li>Fix: Offset and Pagination in WordPress (<a href=\"https://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination\">More Info</a>)</li>\n<li>Fix: Submit handler bubbling for custom events in Forms widget</li>\n</ul>\n<h4>1.2.2 - 2017-02-23</h4>\n<ul>\n<li>Tweak: Change name from Side A/B to Front and Back in Flip Box widget</li>\n<li>Fix: Error when saving third party widgets in the global widget</li>\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)</li>\n<li>Fix: Hide the pagination when there are no links</li>\n</ul>\n<h4>1.2.1 - 2017-02-21</h4>\n<ul>\n<li>Fix: Firefox Flip Box 3D compatibility</li>\n</ul>\n<h4>1.2.0 - 2017-02-21</h4>\n<ul>\n<li>New: Added Flip Box widget</li>\n<li>New: Added Ken Burns effect for slides</li>\n<li>New: Added Masonry layout for Posts widget</li>\n<li>New: Added Pagination option for Posts widget</li>\n<li>Tweak: Added background size contain to slides</li>\n<li>Tweak: Improve Query control by preload items</li>\n<li>Fix: Text color for Checkbox and Radio fields</li>\n</ul>\n<h4>1.1.2 - 2017-02-05</h4>\n<ul>\n<li>Tweak: Added <code>aria-required</code> for better accessibility in forms widget</li>\n<li>Fix: Conflict Call to <code>undefined</code> method in Posts &amp; Portfolio widgets (<a href=\"https://github.com/elementor/elementor/issues/1271\">#1271</a>, <a href=\"https://github.com/elementor/elementor/issues/1266\">#1266</a>)</li>\n<li>Fix: Submit button HTML after error sending</li>\n<li>Fix: Success message for <code>skip_email</code> function</li>\n<li>Notice: Elementor 1.2.0 or later now required</li>\n</ul>\n<h4>1.1.1 - 2017-01-24</h4>\n<ul>\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG</code> is <code>true</code></li>\n<li>Fix: Undefined variable in WC widgets</li>\n<li>Fix: Removed duplicate strings</li>\n</ul>\n<h4>1.1.0 - 2017-01-24</h4>\n<ul>\n<li>New: Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/102\">#102</a>)</li>\n<li>New: WooCommerce Add to Cart widget</li>\n<li>New: WooCommerce Categories widget</li>\n<li>New: WooCommerce Elements widget</li>\n<li>New: Honeypot field for Forms widgets</li>\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items</li>\n<li>Tweak: Added Required Mark for fields in Forms widget</li>\n<li>Fix: CSS selectors priority in Slides widget</li>\n<li>Fix: CSS bug in Price List widget</li>\n<li>Fix: Update all Post CSS files that includes specific Global Widget</li>\n</ul>\n<h4>1.0.9 - 2017-01-18</h4>\n<ul>\n<li>Fix: Auto complete bug in query controls</li>\n<li>Fix: Render template with escaping slashes</li>\n<li>Fix: Reply-to field in Forms widget</li>\n</ul>\n<h4>1.0.8 - 2017-01-11</h4>\n<ul>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Removed go pro link from plugins page in admin</li>\n</ul>\n<h4>1.0.7 - 2017-01-05</h4>\n<ul>\n<li>Tweak: Added filter by featured / sale for WC Products widget</li>\n<li>Tweak: Added author control in Portfolio widget</li>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Added support for empty image ratio</li>\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself</li>\n</ul>\n<h4>1.0.6 - 2017-01-01</h4>\n<ul>\n<li>Tweak: Added Auto-updates for local translation files</li>\n<li>Fix: Custom CSS for Global widgets</li>\n<li>Fix: Remove <code>nonce</code> field (Fix some cache plugins)</li>\n</ul>\n<h4>1.0.5 - 2016-12-27</h4>\n<ul>\n<li>Fix: Slide element bug fix - \'Link apply on\' logic</li>\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\"https://github.com/elementor/elementor/issues/1086\">#1086</a>)</li>\n</ul>\n<h4>1.0.4 - 2016-12-21</h4>\n<ul>\n<li>Tweak: Mobile Editing for fields in the form widget</li>\n<li>Tweak: Mobile Editing for posts</li>\n<li>Tweak: Allow send form as HTML</li>\n<li>Tweak: Improved auto upgrades for Multisite installation</li>\n<li>Tweak: Improve editor rendering experience for Portfolio widget</li>\n<li>Fix: Posts widget check if image exist</li>\n<li>Fix: Changed the clone method for global widget (<a href=\"https://github.com/elementor/elementor/issues/1042\">#1042</a>)</li>\n<li>Fix: Bug slides in RTL (removed direction control)</li>\n<li>Fix: Slides with no height jumps when changing slides</li>\n</ul>\n<h4>1.0.3 - 2016-12-13</h4>\n<ul>\n<li>Fix: Added escape placeholder for HTML Entities in form widget</li>\n<li>Fix: Countdown widget RTL bug</li>\n<li>Fix: Remove redundant #elementor selector for control style</li>\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget</li>\n</ul>\n<h4>1.0.2 - 2016-12-12</h4>\n<ul>\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form</li>\n</ul>\n<h4>1.0.1 - 2016-12-12</h4>\n<ul>\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active</li>\n</ul>\n<h4>1.0.0 - 2016-12-12</h4>\n<ul>\n<li>Initial release</li>\n</ul>\";}\";s:11:\"new_version\";s:5:\"2.8.4\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.3.2\";s:7:\"package\";s:200:\"http://my.elementor.com/edd-sl/package_download/MTU4Mjc0MTk2ODplZTY0MjhlMTkzY2Q4MTZiYzNlZDJjZjY1NjlkNzFiNDoxOjM3NWY2YWEwNzQ5NWUwMGRmMDE3OTdiNWIzZWE5MTdhOmh0dHBzQC8vdGhlaGlzdG9yaWN2aW5ld29vZC5jb206MA==\";s:13:\"download_link\";s:200:\"http://my.elementor.com/edd-sl/package_download/MTU4Mjc0MTk2ODplZTY0MjhlMTkzY2Q4MTZiYzNlZDJjZjY1NjlkNzFiNDoxOjM3NWY2YWEwNzQ5NWUwMGRmMDE3OTdiNWIzZWE5MTdhOmh0dHBzQC8vdGhlaGlzdG9yaWN2aW5ld29vZC5jb206MA==\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:42:\"https://ps.w.org/elementor/assets/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:11:\"new_version\";s:5:\"2.8.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.3.2\";s:7:\"package\";s:205:\"http://my.elementor.com/edd-sl/previous_download/MTU4Mjc0MTk2ODplZTY0MjhlMTkzY2Q4MTZiYzNlZDJjZjY1NjlkNzFiNDoxOjIuOC4wOjE5OGE4ZDc3MGJlZjI3YjhlYzExOTg3M2VjNmZjNWFkOmh0dHBzQC8vdGhlaGlzdG9yaWN2aW5ld29vZC5jb20=\";s:13:\"download_link\";s:205:\"http://my.elementor.com/edd-sl/previous_download/MTU4Mjc0MTk2ODplZTY0MjhlMTkzY2Q4MTZiYzNlZDJjZjY1NjlkNzFiNDoxOjIuOC4wOjE5OGE4ZDc3MGJlZjI3YjhlYzExOTg3M2VjNmZjNWFkOmh0dHBzQC8vdGhlaGlzdG9yaWN2aW5ld29vZC5jb20=\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:42:\"https://ps.w.org/elementor/assets/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"en_GB\";i:2;s:5:\"en_NZ\";i:3;s:5:\"en_ZA\";i:4;s:5:\"en_AU\";i:5;s:5:\"en_CA\";i:6;s:5:\"sv_SE\";i:7;s:5:\"da_DK\";i:8;s:5:\"fr_FR\";i:9;s:5:\"de_DE\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}}}','no'),(81186,'exactmetrics_review','a:2:{s:4:\"time\";i:1582603637;s:9:\"dismissed\";b:0;}','yes'),(78984,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(78998,'_elementor_global_css','a:5:{s:4:\"time\";i:1582008692;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(73850,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"CFdy3HswSvDoVQJ2Io26NLCirwn4iQ0l\";}','yes'),(79890,'UEL71516','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:16:\"DOUGLAS MILBRETT\";s:5:\"email\";s:26:\"dougmilbrett@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852506210\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"DOUGLAS MILBRETT\";s:5:\"email\";s:26:\"dougmilbrett@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852506210\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-21:2020-02-21\";s:8:\"event_id\";s:4:\"4617\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(79450,'EUD74103','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063872\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063872\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(82330,'RZK81516','a:9:{s:7:\"tickets\";a:5:{i:0;a:6:{s:4:\"name\";s:13:\"Mike Swickard\";s:5:\"email\";s:16:\"weave126@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7859691749\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Mike Swickard\";s:5:\"email\";s:16:\"weave126@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7859691749\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:13:\"Mike Swickard\";s:5:\"email\";s:16:\"weave126@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7859691749\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:13:\"Mike Swickard\";s:5:\"email\";s:16:\"weave126@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7859691749\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:4;a:6:{s:4:\"name\";s:13:\"Mike Swickard\";s:5:\"email\";s:16:\"weave126@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7859691749\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:55.298;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:50;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:3.948;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.35;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:55.298;s:8:\"discount\";i:0;s:5:\"price\";d:55.298;s:6:\"coupon\";N;}','yes'),(82346,'APR16918','a:9:{s:7:\"tickets\";a:6:{i:0;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:4;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:5;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:66.3576;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:60;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:4.7376;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.62;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:66.3576;s:8:\"discount\";i:0;s:5:\"price\";d:66.3576;s:6:\"coupon\";N;}','yes'),(82358,'GFT24164','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:9:\"Michelle \";s:5:\"email\";s:29:\"interiorsbymichelle@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063894\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:9:\"Michelle \";s:5:\"email\";s:29:\"interiorsbymichelle@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063894\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(82363,'CTE84954','a:10:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:8:\"Michelle\";s:5:\"email\";s:29:\"interiorsbymichelle@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063894\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:8:\"Michelle\";s:5:\"email\";s:29:\"interiorsbymichelle@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063894\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(82374,'NTD96806','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:10:\"Bill Chinn\";s:5:\"email\";s:16:\"RaiderBC@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859250374\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:10:\"Bill Chinn\";s:5:\"email\";s:16:\"RaiderBC@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859250374\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(82378,'AQH78784','a:8:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:17:\"Jennifer Springer\";s:5:\"email\";s:30:\"JenniferSpringer9698@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856332100\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;}','yes'),(82383,'TDV92268','a:9:{s:7:\"tickets\";a:2:{i:0;a:6:{s:4:\"name\";s:13:\"Carlene Jones\";s:5:\"email\";s:17:\"chpdjones@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852216505\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Carlene Jones\";s:5:\"email\";s:17:\"chpdjones@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852216505\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:22.1192;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:20;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:1.5792;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.54;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:22.1192;s:8:\"discount\";i:0;s:5:\"price\";d:22.1192;s:6:\"coupon\";N;}','yes'),(82437,'JXN92591','a:9:{s:7:\"tickets\";a:6:{i:0;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:4;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:5;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:23:\"karensmoore62@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}s:13:\"first_for_all\";s:1:\"1\";s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:66.3576;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:60;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:4.7376;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:1.62;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:66.3576;s:8:\"discount\";i:0;s:5:\"price\";d:66.3576;s:6:\"coupon\";N;}','yes'),(81553,'MGT57780','a:9:{s:7:\"tickets\";a:1:{i:0;a:5:{s:4:\"name\";s:16:\"Katina Henderson\";s:5:\"email\";s:17:\"katborn@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858060981\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}s:4:\"date\";s:21:\"2020-02-28:2020-02-28\";s:8:\"event_id\";s:4:\"4620\";s:13:\"price_details\";a:2:{s:5:\"total\";d:11.0596;s:7:\"details\";a:3:{i:0;a:3:{s:6:\"amount\";i:10;s:11:\"description\";s:13:\"TICKETS Price\";s:4:\"type\";s:7:\"tickets\";}i:1;a:3:{s:6:\"amount\";d:0.7896;s:11:\"description\";s:9:\"Sales Tax\";s:4:\"type\";s:3:\"fee\";}i:2;a:3:{s:6:\"amount\";d:0.27;s:11:\"description\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:4:\"type\";s:3:\"fee\";}}}s:5:\"total\";d:11.0596;s:8:\"discount\";i:0;s:5:\"price\";d:11.0596;s:6:\"coupon\";N;s:4:\"done\";i:1;}','yes'),(82495,'_transient_as_comment_count','O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"2\";s:4:\"spam\";s:2:\"12\";s:14:\"total_comments\";i:14;s:3:\"all\";i:14;s:9:\"moderated\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(82494,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:14;s:3:\"all\";i:2;s:8:\"approved\";s:1:\"2\";s:4:\"spam\";s:2:\"12\";s:9:\"moderated\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(82889,'wds_sitemap_cache_pristine','a:1:{i:0;i:1;}','no'),(83491,'_transient_timeout__woocommerce_helper_subscriptions','1583286023','no'),(83492,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(83459,'rs-templates-new','','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=21522 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(15237,4568,'_order_shipping_tax','0'),(15238,4568,'_order_tax','13.73'),(15239,4568,'_order_total','163.73'),(15240,4568,'_order_version','3.8.1'),(15241,4568,'_prices_include_tax','no'),(15242,4568,'_billing_address_index','Shanna Bennett  3432 SE Crestwater Drive  Topeka KS 66605 US borednkansas@att.net 7852201363'),(15243,4568,'_shipping_address_index','        '),(15244,4568,'is_vat_exempt','no'),(15245,4568,'Payment type','instant'),(15246,4568,'_transaction_id','1LW271144C8909427'),(15247,4568,'_paypal_status','completed'),(15248,4568,'PayPal Transaction Fee','5.05'),(15249,4568,'_date_paid','1577225492'),(15250,4568,'_paid_date','2019-12-24 22:11:32'),(15251,4568,'_download_permissions_granted','yes'),(15252,4568,'_recorded_sales','yes'),(15253,4568,'_recorded_coupon_usage_counts','yes'),(15254,4568,'_order_stock_reduced','yes'),(15255,4570,'_wp_attached_file','2019/12/LadiesBrunch-FB-12-scaled.jpg'),(15256,4570,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:527;s:4:\"file\";s:37:\"2019/12/LadiesBrunch-FB-12-scaled.jpg\";s:5:\"sizes\";a:21:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"LadiesBrunch-FB-12-1024x385.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-768x289.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"LadiesBrunch-FB-12-1536x578.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"LadiesBrunch-FB-12-2048x770.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:31:\"LadiesBrunch-FB-12-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-400x150.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-600x226.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-600x226.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-FB-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}s:14:\"original_image\";s:22:\"LadiesBrunch-FB-12.jpg\";}'),(15235,4568,'_cart_discount_tax','0'),(15234,4568,'_cart_discount','0'),(15233,4568,'_order_currency','USD'),(15232,4568,'_billing_phone','7852201363'),(15231,4568,'_billing_email','borednkansas@att.net'),(15230,4568,'_billing_country','US'),(15229,4568,'_billing_postcode','66605'),(15228,4568,'_billing_state','KS'),(15227,4568,'_billing_city','Topeka'),(15226,4568,'_billing_address_1','3432 SE Crestwater Drive'),(15225,4568,'_billing_last_name','Bennett'),(15224,4568,'_billing_first_name','Shanna'),(15223,4568,'_cart_hash','8585d63bb2804d506a2af98de5ff1f8c'),(15222,4568,'_created_via','checkout'),(15220,4568,'_customer_ip_address','70.166.226.136'),(15221,4568,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone12,5;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]'),(113,10,'label',''),(114,10,'category',''),(115,10,'location',''),(116,10,'organizer',''),(117,10,'tag',''),(118,10,'author',''),(119,10,'skin','full_calendar'),(120,10,'show_past_events','1'),(121,10,'sk-options','a:1:{s:13:\"full_calendar\";a:6:{s:15:\"start_date_type\";s:5:\"today\";s:12:\"default_view\";s:4:\"list\";s:7:\"monthly\";i:1;s:6:\"weekly\";i:1;s:5:\"daily\";i:1;s:4:\"list\";i:1;}}'),(122,10,'sf-options','a:1:{s:13:\"full_calendar\";a:2:{s:12:\"month_filter\";a:1:{s:4:\"type\";s:8:\"dropdown\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:10:\"text_input\";}}}'),(123,10,'sf_status','1'),(124,11,'label',''),(125,11,'category',''),(126,11,'location',''),(127,11,'organizer',''),(128,11,'tag',''),(129,11,'author',''),(130,11,'skin','monthly_view'),(131,11,'show_past_events','1'),(132,11,'sk-options','a:16:{s:4:\"list\";a:19:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:20:\"classic_date_format1\";s:5:\"M d Y\";s:20:\"minimal_date_format1\";s:1:\"d\";s:20:\"minimal_date_format2\";s:1:\"M\";s:20:\"minimal_date_format3\";s:1:\"l\";s:19:\"modern_date_format1\";s:1:\"d\";s:19:\"modern_date_format2\";s:1:\"F\";s:19:\"modern_date_format3\";s:1:\"l\";s:21:\"standard_date_format1\";s:3:\"d M\";s:22:\"accordion_date_format1\";s:1:\"d\";s:22:\"accordion_date_format2\";s:1:\"F\";s:5:\"limit\";s:0:\"\";s:16:\"load_more_button\";s:1:\"1\";s:13:\"month_divider\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";s:20:\"toggle_month_divider\";s:1:\"0\";}s:4:\"grid\";a:21:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:20:\"classic_date_format1\";s:5:\"d F Y\";s:18:\"clean_date_format1\";s:1:\"d\";s:18:\"clean_date_format2\";s:1:\"F\";s:20:\"minimal_date_format1\";s:1:\"d\";s:20:\"minimal_date_format2\";s:1:\"M\";s:19:\"modern_date_format1\";s:1:\"d\";s:19:\"modern_date_format2\";s:1:\"F\";s:19:\"modern_date_format3\";s:1:\"l\";s:19:\"simple_date_format1\";s:5:\"M d Y\";s:21:\"colorful_date_format1\";s:1:\"d\";s:21:\"colorful_date_format2\";s:1:\"F\";s:21:\"colorful_date_format3\";s:1:\"l\";s:18:\"novel_date_format1\";s:5:\"d F Y\";s:5:\"count\";s:1:\"1\";s:5:\"limit\";s:0:\"\";s:16:\"load_more_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:6:\"agenda\";a:10:{s:5:\"style\";s:5:\"clean\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"clean_date_format1\";s:1:\"l\";s:18:\"clean_date_format2\";s:3:\"F j\";s:5:\"limit\";s:0:\"\";s:16:\"load_more_button\";s:1:\"1\";s:13:\"month_divider\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:13:\"full_calendar\";a:13:{s:15:\"start_date_type\";s:19:\"start_current_month\";s:10:\"start_date\";s:0:\"\";s:12:\"default_view\";s:4:\"list\";s:13:\"monthly_style\";s:5:\"clean\";s:5:\"limit\";s:0:\"\";s:4:\"list\";s:1:\"1\";s:6:\"yearly\";s:1:\"0\";s:7:\"monthly\";s:1:\"1\";s:6:\"weekly\";s:1:\"1\";s:5:\"daily\";s:1:\"1\";s:13:\"display_price\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:11:\"yearly_view\";a:9:{s:5:\"style\";s:6:\"modern\";s:15:\"start_date_type\";s:18:\"start_current_year\";s:10:\"start_date\";s:0:\"\";s:19:\"modern_date_format1\";s:1:\"l\";s:19:\"modern_date_format2\";s:3:\"F j\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:12:\"monthly_view\";a:7:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:19:\"start_current_month\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:2:\"m1\";s:11:\"image_popup\";s:1:\"1\";}s:3:\"map\";a:4:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:3:\"200\";s:11:\"geolocation\";s:1:\"0\";}s:10:\"daily_view\";a:6:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:11:\"weekly_view\";a:6:{s:15:\"start_date_type\";s:18:\"start_current_week\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:9:\"timetable\";a:9:{s:5:\"style\";s:6:\"modern\";s:15:\"start_date_type\";s:18:\"start_current_week\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:14:\"number_of_days\";s:1:\"5\";s:10:\"week_start\";s:2:\"-1\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:7:\"masonry\";a:11:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:12:\"date_format1\";s:1:\"j\";s:12:\"date_format2\";s:1:\"F\";s:5:\"limit\";s:0:\"\";s:9:\"filter_by\";s:0:\"\";s:10:\"fit_to_row\";s:1:\"0\";s:17:\"masonry_like_grid\";s:1:\"0\";s:16:\"load_more_button\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:5:\"cover\";a:8:{s:5:\"style\";s:7:\"classic\";s:18:\"date_format_clean1\";s:1:\"d\";s:18:\"date_format_clean2\";s:1:\"M\";s:18:\"date_format_clean3\";s:1:\"Y\";s:20:\"date_format_classic1\";s:3:\"F d\";s:20:\"date_format_classic2\";s:1:\"l\";s:19:\"date_format_modern1\";s:8:\"l, F d Y\";s:8:\"event_id\";s:4:\"4046\";}s:9:\"countdown\";a:8:{s:5:\"style\";s:6:\"style1\";s:19:\"date_format_style11\";s:5:\"j F Y\";s:19:\"date_format_style21\";s:5:\"j F Y\";s:19:\"date_format_style31\";s:1:\"j\";s:19:\"date_format_style32\";s:1:\"F\";s:19:\"date_format_style33\";s:1:\"Y\";s:8:\"event_id\";s:2:\"-1\";s:8:\"bg_color\";s:7:\"#437df9\";}s:14:\"available_spot\";a:3:{s:12:\"date_format1\";s:1:\"j\";s:12:\"date_format2\";s:1:\"F\";s:8:\"event_id\";s:2:\"-1\";}s:8:\"carousel\";a:13:{s:5:\"style\";s:5:\"type1\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"type1_date_format1\";s:1:\"d\";s:18:\"type1_date_format2\";s:1:\"F\";s:18:\"type1_date_format3\";s:1:\"Y\";s:18:\"type2_date_format1\";s:6:\"M d, Y\";s:18:\"type3_date_format1\";s:6:\"M d, Y\";s:5:\"count\";s:1:\"2\";s:5:\"limit\";s:0:\"\";s:8:\"autoplay\";s:0:\"\";s:12:\"archive_link\";s:0:\"\";s:9:\"head_text\";s:0:\"\";}s:6:\"slider\";a:20:{s:5:\"style\";s:2:\"t1\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"type1_date_format1\";s:1:\"d\";s:18:\"type1_date_format2\";s:1:\"F\";s:18:\"type1_date_format3\";s:1:\"l\";s:18:\"type2_date_format1\";s:1:\"d\";s:18:\"type2_date_format2\";s:1:\"F\";s:18:\"type2_date_format3\";s:1:\"l\";s:18:\"type3_date_format1\";s:1:\"d\";s:18:\"type3_date_format2\";s:1:\"F\";s:18:\"type3_date_format3\";s:1:\"l\";s:18:\"type4_date_format1\";s:1:\"d\";s:18:\"type4_date_format2\";s:1:\"F\";s:18:\"type4_date_format3\";s:1:\"l\";s:18:\"type5_date_format1\";s:1:\"d\";s:18:\"type5_date_format2\";s:1:\"F\";s:18:\"type5_date_format3\";s:1:\"l\";s:5:\"limit\";s:0:\"\";s:8:\"autoplay\";s:0:\"\";}}'),(133,11,'sf-options','a:10:{s:4:\"list\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:4:\"grid\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:6:\"agenda\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:13:\"full_calendar\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:12:\"monthly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:11:\"yearly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:3:\"map\";a:7:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:10:\"daily_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:11:\"weekly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:9:\"timetable\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}}'),(134,11,'sf_status','0'),(135,12,'label',''),(136,12,'category',''),(137,12,'location',''),(138,12,'organizer',''),(139,12,'tag',''),(140,12,'author',''),(141,12,'skin','weekly_view'),(142,12,'show_past_events','1'),(143,12,'sk-options','a:1:{s:11:\"weekly_view\";a:2:{s:15:\"start_date_type\";s:19:\"start_current_month\";s:20:\"next_previous_button\";i:1;}}'),(144,12,'sf-options','a:1:{s:11:\"weekly_view\";a:2:{s:8:\"category\";a:1:{s:4:\"type\";s:8:\"dropdown\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:10:\"text_input\";}}}'),(145,12,'sf_status','1'),(146,13,'label',''),(147,13,'category',''),(148,13,'location',''),(149,13,'organizer',''),(150,13,'tag',''),(151,13,'author',''),(152,13,'skin','daily_view'),(153,13,'show_past_events','1'),(154,13,'sk-options','a:1:{s:10:\"daily_view\";a:2:{s:15:\"start_date_type\";s:19:\"start_current_month\";s:20:\"next_previous_button\";i:1;}}'),(155,13,'sf-options','a:1:{s:10:\"daily_view\";a:2:{s:8:\"category\";a:1:{s:4:\"type\";s:8:\"dropdown\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:10:\"text_input\";}}}'),(156,13,'sf_status','1'),(157,14,'label',''),(158,14,'category',''),(159,14,'location',''),(160,14,'organizer',''),(161,14,'tag',''),(162,14,'author',''),(163,14,'skin','map'),(164,14,'show_past_events','1'),(165,14,'sk-options','a:1:{s:3:\"map\";a:1:{s:5:\"limit\";i:200;}}'),(166,14,'sf-options','a:1:{s:3:\"map\";a:2:{s:8:\"category\";a:1:{s:4:\"type\";s:8:\"dropdown\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:10:\"text_input\";}}}'),(167,14,'sf_status','1'),(168,15,'label',''),(169,15,'category','21,62,22,24,59,60'),(170,15,'location',''),(171,15,'organizer',''),(172,15,'tag',''),(173,15,'author',''),(174,15,'skin','list'),(175,15,'show_past_events','0'),(176,15,'sk-options','a:16:{s:4:\"list\";a:20:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:20:\"classic_date_format1\";s:5:\"M d Y\";s:20:\"minimal_date_format1\";s:1:\"d\";s:20:\"minimal_date_format2\";s:1:\"M\";s:20:\"minimal_date_format3\";s:1:\"l\";s:19:\"modern_date_format1\";s:1:\"d\";s:19:\"modern_date_format2\";s:1:\"F\";s:19:\"modern_date_format3\";s:1:\"l\";s:21:\"standard_date_format1\";s:3:\"d M\";s:22:\"accordion_date_format1\";s:1:\"d\";s:22:\"accordion_date_format2\";s:1:\"F\";s:5:\"limit\";s:2:\"14\";s:16:\"load_more_button\";s:1:\"0\";s:13:\"month_divider\";s:1:\"0\";s:10:\"map_on_top\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";s:20:\"toggle_month_divider\";s:1:\"0\";}s:4:\"grid\";a:22:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:20:\"classic_date_format1\";s:5:\"d F Y\";s:18:\"clean_date_format1\";s:1:\"d\";s:18:\"clean_date_format2\";s:1:\"F\";s:20:\"minimal_date_format1\";s:1:\"d\";s:20:\"minimal_date_format2\";s:1:\"M\";s:19:\"modern_date_format1\";s:1:\"d\";s:19:\"modern_date_format2\";s:1:\"F\";s:19:\"modern_date_format3\";s:1:\"l\";s:19:\"simple_date_format1\";s:5:\"M d Y\";s:21:\"colorful_date_format1\";s:1:\"d\";s:21:\"colorful_date_format2\";s:1:\"F\";s:21:\"colorful_date_format3\";s:1:\"l\";s:18:\"novel_date_format1\";s:5:\"d F Y\";s:5:\"count\";s:1:\"1\";s:5:\"limit\";s:0:\"\";s:16:\"load_more_button\";s:1:\"1\";s:10:\"map_on_top\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:6:\"agenda\";a:10:{s:5:\"style\";s:5:\"clean\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"clean_date_format1\";s:1:\"l\";s:18:\"clean_date_format2\";s:3:\"F j\";s:5:\"limit\";s:0:\"\";s:16:\"load_more_button\";s:1:\"1\";s:13:\"month_divider\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:13:\"full_calendar\";a:13:{s:15:\"start_date_type\";s:19:\"start_current_month\";s:10:\"start_date\";s:0:\"\";s:12:\"default_view\";s:4:\"list\";s:13:\"monthly_style\";s:5:\"clean\";s:5:\"limit\";s:0:\"\";s:4:\"list\";s:1:\"1\";s:6:\"yearly\";s:1:\"0\";s:7:\"monthly\";s:1:\"1\";s:6:\"weekly\";s:1:\"1\";s:5:\"daily\";s:1:\"1\";s:13:\"display_price\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:11:\"yearly_view\";a:9:{s:5:\"style\";s:6:\"modern\";s:15:\"start_date_type\";s:18:\"start_current_year\";s:10:\"start_date\";s:0:\"\";s:19:\"modern_date_format1\";s:1:\"l\";s:19:\"modern_date_format2\";s:3:\"F j\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:12:\"monthly_view\";a:7:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:19:\"start_current_month\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:3:\"map\";a:4:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:3:\"200\";s:11:\"geolocation\";s:1:\"0\";}s:10:\"daily_view\";a:6:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:11:\"weekly_view\";a:6:{s:15:\"start_date_type\";s:18:\"start_current_week\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:9:\"timetable\";a:9:{s:5:\"style\";s:6:\"modern\";s:15:\"start_date_type\";s:18:\"start_current_week\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:14:\"number_of_days\";s:1:\"5\";s:10:\"week_start\";s:2:\"-1\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:7:\"masonry\";a:11:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:12:\"date_format1\";s:1:\"j\";s:12:\"date_format2\";s:1:\"F\";s:5:\"limit\";s:0:\"\";s:9:\"filter_by\";s:0:\"\";s:10:\"fit_to_row\";s:1:\"0\";s:17:\"masonry_like_grid\";s:1:\"0\";s:16:\"load_more_button\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:5:\"cover\";a:8:{s:5:\"style\";s:7:\"classic\";s:18:\"date_format_clean1\";s:1:\"d\";s:18:\"date_format_clean2\";s:1:\"M\";s:18:\"date_format_clean3\";s:1:\"Y\";s:20:\"date_format_classic1\";s:3:\"F d\";s:20:\"date_format_classic2\";s:1:\"l\";s:19:\"date_format_modern1\";s:8:\"l, F d Y\";s:8:\"event_id\";s:4:\"3808\";}s:9:\"countdown\";a:8:{s:5:\"style\";s:6:\"style1\";s:19:\"date_format_style11\";s:5:\"j F Y\";s:19:\"date_format_style21\";s:5:\"j F Y\";s:19:\"date_format_style31\";s:1:\"j\";s:19:\"date_format_style32\";s:1:\"F\";s:19:\"date_format_style33\";s:1:\"Y\";s:8:\"event_id\";s:2:\"-1\";s:8:\"bg_color\";s:7:\"#437df9\";}s:14:\"available_spot\";a:3:{s:12:\"date_format1\";s:1:\"j\";s:12:\"date_format2\";s:1:\"F\";s:8:\"event_id\";s:2:\"-1\";}s:8:\"carousel\";a:13:{s:5:\"style\";s:5:\"type1\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"type1_date_format1\";s:1:\"d\";s:18:\"type1_date_format2\";s:1:\"F\";s:18:\"type1_date_format3\";s:1:\"Y\";s:18:\"type2_date_format1\";s:6:\"M d, Y\";s:18:\"type3_date_format1\";s:6:\"M d, Y\";s:5:\"count\";s:1:\"2\";s:5:\"limit\";s:0:\"\";s:8:\"autoplay\";s:0:\"\";s:12:\"archive_link\";s:0:\"\";s:9:\"head_text\";s:0:\"\";}s:6:\"slider\";a:20:{s:5:\"style\";s:2:\"t1\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"type1_date_format1\";s:1:\"d\";s:18:\"type1_date_format2\";s:1:\"F\";s:18:\"type1_date_format3\";s:1:\"l\";s:18:\"type2_date_format1\";s:1:\"d\";s:18:\"type2_date_format2\";s:1:\"F\";s:18:\"type2_date_format3\";s:1:\"l\";s:18:\"type3_date_format1\";s:1:\"d\";s:18:\"type3_date_format2\";s:1:\"F\";s:18:\"type3_date_format3\";s:1:\"l\";s:18:\"type4_date_format1\";s:1:\"d\";s:18:\"type4_date_format2\";s:1:\"F\";s:18:\"type4_date_format3\";s:1:\"l\";s:18:\"type5_date_format1\";s:1:\"d\";s:18:\"type5_date_format2\";s:1:\"F\";s:18:\"type5_date_format3\";s:1:\"l\";s:5:\"limit\";s:0:\"\";s:8:\"autoplay\";s:0:\"\";}}'),(177,15,'sf-options','a:10:{s:4:\"list\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:8:\"dropdown\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:10:\"text_input\";}}s:4:\"grid\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:6:\"agenda\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:13:\"full_calendar\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:12:\"monthly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:11:\"yearly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:3:\"map\";a:7:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:10:\"daily_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:11:\"weekly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:9:\"timetable\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}}'),(178,15,'sf_status','1'),(179,16,'label','84,85,86'),(180,16,'category','23,21,62,22,90,24,59,60,64'),(181,16,'location',''),(182,16,'organizer',''),(183,16,'tag',''),(184,16,'author',''),(185,16,'skin','grid'),(186,16,'show_past_events','0'),(187,16,'sk-options','a:16:{s:4:\"list\";a:20:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:20:\"classic_date_format1\";s:5:\"M d Y\";s:20:\"minimal_date_format1\";s:1:\"d\";s:20:\"minimal_date_format2\";s:1:\"M\";s:20:\"minimal_date_format3\";s:1:\"l\";s:19:\"modern_date_format1\";s:1:\"d\";s:19:\"modern_date_format2\";s:1:\"F\";s:19:\"modern_date_format3\";s:1:\"l\";s:21:\"standard_date_format1\";s:3:\"d M\";s:22:\"accordion_date_format1\";s:1:\"d\";s:22:\"accordion_date_format2\";s:1:\"F\";s:5:\"limit\";s:0:\"\";s:16:\"load_more_button\";s:1:\"1\";s:13:\"month_divider\";s:1:\"1\";s:10:\"map_on_top\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";s:20:\"toggle_month_divider\";s:1:\"0\";}s:4:\"grid\";a:22:{s:5:\"style\";s:6:\"simple\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:20:\"classic_date_format1\";s:5:\"d F Y\";s:18:\"clean_date_format1\";s:3:\"d F\";s:18:\"clean_date_format2\";s:1:\"F\";s:20:\"minimal_date_format1\";s:1:\"d\";s:20:\"minimal_date_format2\";s:1:\"M\";s:19:\"modern_date_format1\";s:1:\"d\";s:19:\"modern_date_format2\";s:1:\"F\";s:19:\"modern_date_format3\";s:1:\"l\";s:19:\"simple_date_format1\";s:5:\"M d Y\";s:21:\"colorful_date_format1\";s:1:\"d\";s:21:\"colorful_date_format2\";s:1:\"F\";s:21:\"colorful_date_format3\";s:1:\"l\";s:18:\"novel_date_format1\";s:5:\"d F Y\";s:5:\"count\";s:1:\"3\";s:5:\"limit\";s:2:\"12\";s:16:\"load_more_button\";s:1:\"1\";s:10:\"map_on_top\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:6:\"agenda\";a:10:{s:5:\"style\";s:5:\"clean\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"clean_date_format1\";s:1:\"l\";s:18:\"clean_date_format2\";s:3:\"F j\";s:5:\"limit\";s:0:\"\";s:16:\"load_more_button\";s:1:\"1\";s:13:\"month_divider\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:13:\"full_calendar\";a:13:{s:15:\"start_date_type\";s:19:\"start_current_month\";s:10:\"start_date\";s:0:\"\";s:12:\"default_view\";s:4:\"list\";s:13:\"monthly_style\";s:5:\"clean\";s:5:\"limit\";s:0:\"\";s:4:\"list\";s:1:\"1\";s:6:\"yearly\";s:1:\"0\";s:7:\"monthly\";s:1:\"1\";s:6:\"weekly\";s:1:\"1\";s:5:\"daily\";s:1:\"1\";s:13:\"display_price\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:11:\"yearly_view\";a:9:{s:5:\"style\";s:6:\"modern\";s:15:\"start_date_type\";s:18:\"start_current_year\";s:10:\"start_date\";s:0:\"\";s:19:\"modern_date_format1\";s:1:\"l\";s:19:\"modern_date_format2\";s:3:\"F j\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:12:\"monthly_view\";a:7:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:19:\"start_current_month\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:3:\"map\";a:4:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:3:\"200\";s:11:\"geolocation\";s:1:\"0\";}s:10:\"daily_view\";a:6:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:11:\"weekly_view\";a:6:{s:15:\"start_date_type\";s:18:\"start_current_week\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:9:\"timetable\";a:9:{s:5:\"style\";s:6:\"modern\";s:15:\"start_date_type\";s:18:\"start_current_week\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:14:\"number_of_days\";s:1:\"5\";s:10:\"week_start\";s:2:\"-1\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:7:\"masonry\";a:11:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:12:\"date_format1\";s:1:\"j\";s:12:\"date_format2\";s:1:\"F\";s:5:\"limit\";s:0:\"\";s:9:\"filter_by\";s:0:\"\";s:10:\"fit_to_row\";s:1:\"0\";s:17:\"masonry_like_grid\";s:1:\"0\";s:16:\"load_more_button\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:5:\"cover\";a:8:{s:5:\"style\";s:7:\"classic\";s:18:\"date_format_clean1\";s:1:\"d\";s:18:\"date_format_clean2\";s:1:\"M\";s:18:\"date_format_clean3\";s:1:\"Y\";s:20:\"date_format_classic1\";s:3:\"F d\";s:20:\"date_format_classic2\";s:1:\"l\";s:19:\"date_format_modern1\";s:8:\"l, F d Y\";s:8:\"event_id\";s:4:\"4046\";}s:9:\"countdown\";a:8:{s:5:\"style\";s:6:\"style1\";s:19:\"date_format_style11\";s:5:\"j F Y\";s:19:\"date_format_style21\";s:5:\"j F Y\";s:19:\"date_format_style31\";s:1:\"j\";s:19:\"date_format_style32\";s:1:\"F\";s:19:\"date_format_style33\";s:1:\"Y\";s:8:\"event_id\";s:2:\"-1\";s:8:\"bg_color\";s:7:\"#437df9\";}s:14:\"available_spot\";a:3:{s:12:\"date_format1\";s:1:\"j\";s:12:\"date_format2\";s:1:\"F\";s:8:\"event_id\";s:2:\"-1\";}s:8:\"carousel\";a:13:{s:5:\"style\";s:5:\"type1\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"type1_date_format1\";s:1:\"d\";s:18:\"type1_date_format2\";s:1:\"F\";s:18:\"type1_date_format3\";s:1:\"Y\";s:18:\"type2_date_format1\";s:6:\"M d, Y\";s:18:\"type3_date_format1\";s:6:\"M d, Y\";s:5:\"count\";s:1:\"2\";s:5:\"limit\";s:0:\"\";s:8:\"autoplay\";s:0:\"\";s:12:\"archive_link\";s:0:\"\";s:9:\"head_text\";s:0:\"\";}s:6:\"slider\";a:20:{s:5:\"style\";s:2:\"t1\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"type1_date_format1\";s:1:\"d\";s:18:\"type1_date_format2\";s:1:\"F\";s:18:\"type1_date_format3\";s:1:\"l\";s:18:\"type2_date_format1\";s:1:\"d\";s:18:\"type2_date_format2\";s:1:\"F\";s:18:\"type2_date_format3\";s:1:\"l\";s:18:\"type3_date_format1\";s:1:\"d\";s:18:\"type3_date_format2\";s:1:\"F\";s:18:\"type3_date_format3\";s:1:\"l\";s:18:\"type4_date_format1\";s:1:\"d\";s:18:\"type4_date_format2\";s:1:\"F\";s:18:\"type4_date_format3\";s:1:\"l\";s:18:\"type5_date_format1\";s:1:\"d\";s:18:\"type5_date_format2\";s:1:\"F\";s:18:\"type5_date_format3\";s:1:\"l\";s:5:\"limit\";s:0:\"\";s:8:\"autoplay\";s:0:\"\";}}'),(188,16,'sf-options','a:10:{s:4:\"list\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:4:\"grid\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:6:\"agenda\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:13:\"full_calendar\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:12:\"monthly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:11:\"yearly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:3:\"map\";a:7:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:10:\"daily_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:11:\"weekly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:9:\"timetable\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}}'),(189,16,'sf_status','0'),(190,17,'label',''),(191,17,'category',''),(192,17,'location',''),(193,17,'organizer',''),(194,17,'tag',''),(195,17,'author',''),(196,17,'skin','carousel'),(197,17,'show_past_events','0'),(198,17,'sk-options','a:1:{s:8:\"carousel\";a:2:{s:5:\"count\";i:3;s:5:\"limit\";i:12;}}'),(199,17,'sf-options','a:1:{s:8:\"carousel\";a:2:{s:8:\"category\";a:1:{s:4:\"type\";s:8:\"dropdown\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:10:\"text_input\";}}}'),(200,17,'sf_status','0'),(201,18,'label',''),(202,18,'category',''),(203,18,'location',''),(204,18,'organizer',''),(205,18,'tag',''),(206,18,'author',''),(207,18,'skin','countdown'),(208,18,'show_past_events','0'),(209,18,'sk-options','a:1:{s:9:\"countdown\";a:2:{s:5:\"style\";s:6:\"style3\";s:8:\"event_id\";s:2:\"-1\";}}'),(210,18,'sf-options','a:1:{s:9:\"countdown\";a:2:{s:8:\"category\";a:1:{s:4:\"type\";s:8:\"dropdown\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:10:\"text_input\";}}}'),(211,18,'sf_status','0'),(212,19,'label',''),(213,19,'category',''),(214,19,'location',''),(215,19,'organizer',''),(216,19,'tag',''),(217,19,'author',''),(218,19,'skin','slider'),(219,19,'show_past_events','0'),(220,19,'sk-options','a:1:{s:6:\"slider\";a:3:{s:5:\"style\";s:2:\"t1\";s:5:\"limit\";i:6;s:8:\"autoplay\";i:3000;}}'),(221,19,'sf-options','a:1:{s:6:\"slider\";a:2:{s:8:\"category\";a:1:{s:4:\"type\";s:8:\"dropdown\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:10:\"text_input\";}}}'),(222,19,'sf_status','0'),(223,20,'label',''),(224,20,'category',''),(225,20,'location',''),(226,20,'organizer',''),(227,20,'tag',''),(228,20,'author',''),(229,20,'skin','masonry'),(230,20,'show_past_events','0'),(231,20,'sk-options','a:1:{s:7:\"masonry\";a:2:{s:5:\"limit\";i:24;s:9:\"filter_by\";s:8:\"category\";}}'),(232,20,'sf-options','a:1:{s:7:\"masonry\";a:2:{s:8:\"category\";a:1:{s:4:\"type\";s:8:\"dropdown\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:10:\"text_input\";}}}'),(233,20,'sf_status','0'),(236,22,'_astra_sites_imported_wp_forms','1'),(1112,604,'_wp_attached_file','2019/07/allyouneed.jpg'),(1113,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:936;s:4:\"file\";s:22:\"2019/07/allyouneed.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"allyouneed-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:\"allyouneed-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"allyouneed-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"allyouneed-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:22:\"allyouneed-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:22:\"allyouneed-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:23:\"Stacey Zoll Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2518,725,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.785524360283485378886325634084641933441162109375;s:5:\"bytes\";i:47053;s:11:\"size_before\";i:197822;s:10:\"size_after\";i:150769;s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2387;s:11:\"size_before\";i:9860;s:10:\"size_after\";i:7473;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2816;s:11:\"size_before\";i:11346;s:10:\"size_after\";i:8530;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9879;s:11:\"size_before\";i:42585;s:10:\"size_after\";i:32706;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:15872;s:11:\"size_before\";i:64890;s:10:\"size_after\";i:49018;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6024;s:11:\"size_before\";i:26696;s:10:\"size_after\";i:20672;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:10075;s:11:\"size_before\";i:42445;s:10:\"size_after\";i:32370;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(2530,729,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.86473771951860012308088698773644864559173583984375;s:5:\"bytes\";i:3006;s:11:\"size_before\";i:43789;s:10:\"size_after\";i:40783;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:3006;s:11:\"size_before\";i:43789;s:10:\"size_after\";i:40783;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(2531,729,'_wp_attachment_image_alt','Gold And'),(2532,728,'_wp_attachment_image_alt','Logo Lettering White'),(2533,726,'_wp_attachment_image_alt','Logo Outline Lettering'),(2534,730,'_elementor_edit_mode','builder'),(2535,730,'_elementor_template_type','section'),(2536,730,'_elementor_version','2.6.6'),(2537,730,'_elementor_pro_version','2.6.1'),(2542,730,'_wp_page_template','default'),(2544,730,'_elementor_data','[{\"id\":\"a001d30\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#124a42\",\"background_color_b\":\"#f7f7f8\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"150\",\"left\":\"70\",\"isLinked\":false},\"background_position\":\"center center\",\"background_overlay_color\":\"#f7f7f8\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.16},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-95\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"background_overlay_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/MettalicGoldBack.jpg\",\"id\":716},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"60a9ae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"3850ea8\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"We look forward to meeting you!\",\"description_text\":\"Please use our contact or booking form to set an appointment. Thanks!\",\"title_size\":\"h4\",\"title_color\":\"#efe8db\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2},\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_bottom_space\":{\"unit\":\"px\",\"size\":20},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"normal\",\"description_color\":\"#d9b351\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2fb5ca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10},\"elements\":[{\"id\":\"315b4f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":727,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/LogoLettering-White.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":284},\"width_mobile\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3de44f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-instagram\",\"_id\":\"21ba68f\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-facebook\",\"_id\":\"b07d759\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#d9b351\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#091d19\",\"hover_secondary_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"3785cb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.664,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dc3f045\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3a0b3cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"acf801d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h4\",\"align_tablet\":\"center\",\"title_color\":\"#efe8db\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e554597\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Introduction\",\"icon\":\"\",\"_id\":\"3618221\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Know more About Us\",\"icon\":\"\",\"_id\":\"a602ba3\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Visit Store\",\"icon\":\"\",\"_id\":\"7329c80\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Let\'s Connect\",\"icon\":\"\",\"_id\":\"948bedd\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10},\"icon_align\":\"left\",\"divider_color\":\"rgba(78,87,104,0.25)\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"text_color\":\"#d9b351\",\"text_color_hover\":\"#efe8db\",\"text_indent\":{\"unit\":\"px\",\"size\":0},\"icon_typography_typography\":\"custom\",\"icon_typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"divider_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_color\":\"#4e5768\",\"icon_color_hover\":\"#75c32c\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":0},\"icon_align_tablet\":\"center\",\"icon_align_mobile\":\"center\",\"divider_weight\":{\"unit\":\"px\",\"size\":2},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"48b0130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"235a2d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Important Links\",\"header_size\":\"h4\",\"align_tablet\":\"center\",\"title_color\":\"#efe8db\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff6eca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"icon\":\"\",\"_id\":\"3618221\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Shipping Details\",\"icon\":\"\",\"_id\":\"a602ba3\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Terms & Conditions\",\"icon\":\"\",\"_id\":\"948bedd\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Media Kit\",\"icon\":\"\",\"_id\":\"6e49bdb\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10},\"icon_align\":\"left\",\"divider_color\":\"rgba(78,87,104,0.25)\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"text_color\":\"#d9b351\",\"text_color_hover\":\"#efe8db\",\"text_indent\":{\"unit\":\"px\",\"size\":0},\"icon_typography_typography\":\"custom\",\"icon_typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"divider_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_color\":\"#4e5768\",\"icon_color_hover\":\"#75c32c\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":0},\"icon_align_tablet\":\"center\",\"icon_align_mobile\":\"center\",\"divider_weight\":{\"unit\":\"px\",\"size\":2},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2521,727,'_wp_attached_file','2019/01/LogoLettering-White.png'),(2522,726,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.8938425438951327350878273136913776397705078125;s:5:\"bytes\";i:98544;s:11:\"size_before\";i:308975;s:10:\"size_after\";i:210431;s:4:\"time\";d:0.8400000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:4334;s:11:\"size_before\";i:14009;s:10:\"size_after\";i:9675;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:5769;s:11:\"size_before\";i:17993;s:10:\"size_after\";i:12224;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:23049;s:11:\"size_before\";i:70085;s:10:\"size_after\";i:47036;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:33655;s:11:\"size_before\";i:107551;s:10:\"size_after\";i:73896;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:11753;s:11:\"size_before\";i:38255;s:10:\"size_after\";i:26502;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:19984;s:11:\"size_before\";i:61082;s:10:\"size_after\";i:41098;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(2943,485,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.574022459076434;s:5:\"bytes\";i:23030;s:11:\"size_before\";i:644372;s:10:\"size_after\";i:621342;s:4:\"time\";d:0.44000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:327;s:11:\"size_before\";i:6049;s:10:\"size_after\";i:5722;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:496;s:11:\"size_before\";i:10268;s:10:\"size_after\";i:9772;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:2280;s:11:\"size_before\";i:53616;s:10:\"size_after\";i:51336;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:3298;s:11:\"size_before\";i:85860;s:10:\"size_after\";i:82562;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:808;s:11:\"size_before\";i:18824;s:10:\"size_after\";i:18016;s:4:\"time\";d:0.03;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:1337;s:11:\"size_before\";i:31385;s:10:\"size_after\";i:30048;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:5741;s:11:\"size_before\";i:144741;s:10:\"size_after\";i:139000;s:4:\"time\";d:0.08;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:1770;s:11:\"size_before\";i:44322;s:10:\"size_after\";i:42552;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:1174;s:11:\"size_before\";i:29895;s:10:\"size_after\";i:28721;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:812;s:11:\"size_before\";i:17241;s:10:\"size_after\";i:16429;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6;s:5:\"bytes\";i:207;s:11:\"size_before\";i:3450;s:10:\"size_after\";i:3243;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:3191;s:11:\"size_before\";i:87654;s:10:\"size_after\";i:84463;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18016;s:10:\"size_after\";i:18016;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:1589;s:11:\"size_before\";i:35069;s:10:\"size_after\";i:33480;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3243;s:10:\"size_after\";i:3243;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18016;s:10:\"size_after\";i:18016;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33480;s:10:\"size_after\";i:33480;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3243;s:10:\"size_after\";i:3243;s:4:\"time\";d:0.01;}}}'),(2942,485,'_wp_attached_file','2019/03/h19_bg1.jpg'),(2941,380,'_typist_tech_image_optimized','1'),(2523,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:374;s:4:\"file\";s:31:\"2019/01/LogoLettering-White.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"LogoLettering-White-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:30:\"LogoLettering-White-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"LogoLettering-White-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"LogoLettering-White-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:31:\"LogoLettering-White-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:31:\"LogoLettering-White-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2524,727,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.458056610338726244435747503302991390228271484375;s:5:\"bytes\";i:44535;s:11:\"size_before\";i:198303;s:10:\"size_after\";i:153768;s:4:\"time\";d:0.8600000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2289;s:11:\"size_before\";i:10002;s:10:\"size_after\";i:7713;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:2618;s:11:\"size_before\";i:11351;s:10:\"size_after\";i:8733;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.75;s:5:\"bytes\";i:9881;s:11:\"size_before\";i:43434;s:10:\"size_after\";i:33553;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:14956;s:11:\"size_before\";i:64554;s:10:\"size_after\";i:49598;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:5604;s:11:\"size_before\";i:26697;s:10:\"size_after\";i:21093;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:9187;s:11:\"size_before\";i:42265;s:10:\"size_after\";i:33078;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(2525,728,'_wp_attached_file','2019/01/LogoTitleOnly-White.png'),(2526,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:260;s:4:\"file\";s:31:\"2019/01/LogoTitleOnly-White.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"LogoTitleOnly-White-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:30:\"LogoTitleOnly-White-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"LogoTitleOnly-White-768x172.png\";s:5:\"width\";i:768;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"LogoTitleOnly-White-1024x230.png\";s:5:\"width\";i:1024;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:31:\"LogoTitleOnly-White-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:31:\"LogoTitleOnly-White-474x260.png\";s:5:\"width\";i:474;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"ast-transparent-logo-size\";a:4:{s:4:\"file\";s:29:\"LogoTitleOnly-White-80x18.png\";s:5:\"width\";i:80;s:6:\"height\";i:18;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:{}}}'),(2527,728,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.10627757888602218372398056089878082275390625;s:5:\"bytes\";i:25085;s:11:\"size_before\";i:96088;s:10:\"size_after\";i:71003;s:4:\"time\";d:0.53999999999999992450483432548935525119304656982421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7610;s:11:\"size_before\";i:6981;s:10:\"size_after\";i:5459;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:8285;s:11:\"size_before\";i:6765;s:10:\"size_after\";i:5108;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:31700;s:11:\"size_before\";i:25963;s:10:\"size_after\";i:19623;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:48230;s:11:\"size_before\";i:39675;s:10:\"size_after\";i:30029;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:12630;s:11:\"size_before\";i:6853;s:10:\"size_after\";i:4327;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:15710;s:11:\"size_before\";i:8792;s:10:\"size_after\";i:5650;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:25:\"ast-transparent-logo-size\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1008;s:11:\"size_before\";i:1059;s:10:\"size_after\";i:807;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(2529,729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:184;s:4:\"file\";s:19:\"2019/01/GoldAnd.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"GoldAnd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2944,485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:651;s:4:\"file\";s:19:\"2019/03/h19_bg1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h19_bg1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h19_bg1-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"h19_bg1-768x357.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"h19_bg1-1024x476.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:19:\"h19_bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:19:\"h19_bg1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:20:\"h19_bg1-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:19:\"h19_bg1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:19:\"h19_bg1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:19:\"h19_bg1-400x186.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"h19_bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:19:\"h19_bg1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"h19_bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"h19_bg1-600x279.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h19_bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"h19_bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"h19_bg1-600x279.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h19_bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(10746,4198,'_wp_attached_file','2019/08/Decorations-1.jpg'),(10747,4198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:780;s:4:\"file\";s:25:\"2019/08/Decorations-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Decorations-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Decorations-1-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Decorations-1-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Decorations-1-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"Decorations-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"Decorations-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"Decorations-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"Decorations-1-1189x700.jpg\";s:5:\"width\";i:1189;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"Decorations-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"Decorations-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"Decorations-1-400x262.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"Decorations-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:25:\"Decorations-1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"Decorations-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"Decorations-1-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Decorations-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Decorations-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Decorations-1-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Decorations-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10748,4198,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.327476949260593;s:5:\"bytes\";i:36436;s:11:\"size_before\";i:683926;s:10:\"size_after\";i:647490;s:4:\"time\";d:0.3500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:299;s:11:\"size_before\";i:5918;s:10:\"size_after\";i:5619;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:704;s:11:\"size_before\";i:14328;s:10:\"size_after\";i:13624;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:2829;s:11:\"size_before\";i:65232;s:10:\"size_after\";i:62403;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:4016;s:11:\"size_before\";i:102121;s:10:\"size_after\";i:98105;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:712;s:11:\"size_before\";i:16944;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:1431;s:11:\"size_before\";i:30848;s:10:\"size_after\";i:29417;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:1139;s:11:\"size_before\";i:22677;s:10:\"size_after\";i:21538;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.03;s:5:\"bytes\";i:15290;s:11:\"size_before\";i:117312;s:10:\"size_after\";i:102022;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:1988;s:11:\"size_before\";i:43345;s:10:\"size_after\";i:41357;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:26858;s:10:\"size_after\";i:25701;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:22671;s:10:\"size_after\";i:21570;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:209;s:11:\"size_before\";i:3530;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:3593;s:11:\"size_before\";i:87842;s:10:\"size_after\";i:84249;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16232;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:1968;s:11:\"size_before\";i:43581;s:10:\"size_after\";i:41613;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16232;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41613;s:10:\"size_after\";i:41613;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.01;}}}'),(2506,721,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.558431813918588204614934511482715606689453125;s:5:\"bytes\";i:1789;s:11:\"size_before\";i:5331;s:10:\"size_after\";i:3542;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:1789;s:11:\"size_before\";i:5331;s:10:\"size_after\";i:3542;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(2899,310,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.749591579138886;s:5:\"bytes\";i:7254;s:11:\"size_before\";i:263821;s:10:\"size_after\";i:256567;s:4:\"time\";d:0.28;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.08;s:5:\"bytes\";i:299;s:11:\"size_before\";i:4917;s:10:\"size_after\";i:4618;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:286;s:11:\"size_before\";i:4777;s:10:\"size_after\";i:4491;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:488;s:11:\"size_before\";i:16169;s:10:\"size_after\";i:15681;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:645;s:11:\"size_before\";i:23668;s:10:\"size_after\";i:23023;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:430;s:11:\"size_before\";i:11720;s:10:\"size_after\";i:11290;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:576;s:11:\"size_before\";i:18547;s:10:\"size_after\";i:17971;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:46085;s:10:\"size_after\";i:44995;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:798;s:11:\"size_before\";i:24700;s:10:\"size_after\";i:23902;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:606;s:11:\"size_before\";i:17525;s:10:\"size_after\";i:16919;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:360;s:11:\"size_before\";i:6715;s:10:\"size_after\";i:6355;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:235;s:11:\"size_before\";i:3150;s:10:\"size_after\";i:2915;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:984;s:11:\"size_before\";i:34565;s:10:\"size_after\";i:33581;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11290;s:10:\"size_after\";i:11290;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:457;s:11:\"size_before\";i:11665;s:10:\"size_after\";i:11208;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2915;s:10:\"size_after\";i:2915;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11290;s:10:\"size_after\";i:11290;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11208;s:10:\"size_after\";i:11208;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2915;s:10:\"size_after\";i:2915;s:4:\"time\";d:0.01;}}}'),(2895,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:235;s:4:\"file\";s:15:\"2019/02/ct6.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ct6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ct6-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"ct6-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"ct6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"ct6-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"ct6-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2896,288,'_typist_tech_image_optimized','1'),(2898,310,'_wp_attached_file','2019/02/ab-bg-counter-parallax.jpg'),(2900,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:270;s:4:\"file\";s:34:\"2019/02/ab-bg-counter-parallax.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-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:33:\"ab-bg-counter-parallax-300x58.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-768x148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"ab-bg-counter-parallax-1024x197.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:35:\"ab-bg-counter-parallax-1400x370.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-600x370.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-400x370.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:33:\"ab-bg-counter-parallax-400x77.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-885x370.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-600x116.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-600x116.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"ab-bg-counter-parallax-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2901,310,'_typist_tech_image_optimized','1'),(2903,330,'_wp_attached_file','2019/02/map.jpg'),(2904,330,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.727237900651258;s:5:\"bytes\";i:25116;s:11:\"size_before\";i:438536;s:10:\"size_after\";i:413420;s:4:\"time\";d:0.3700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.14;s:5:\"bytes\";i:314;s:11:\"size_before\";i:3856;s:10:\"size_after\";i:3542;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.67;s:5:\"bytes\";i:390;s:11:\"size_before\";i:5088;s:10:\"size_after\";i:4698;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.23;s:5:\"bytes\";i:1993;s:11:\"size_before\";i:27584;s:10:\"size_after\";i:25591;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:3199;s:11:\"size_before\";i:47285;s:10:\"size_after\";i:44086;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:796;s:11:\"size_before\";i:12686;s:10:\"size_after\";i:11890;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:20960;s:10:\"size_after\";i:19605;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:8179;s:11:\"size_before\";i:130135;s:10:\"size_after\";i:121956;s:4:\"time\";d:0.08;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:1943;s:11:\"size_before\";i:30413;s:10:\"size_after\";i:28470;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.14;s:5:\"bytes\";i:1267;s:11:\"size_before\";i:20625;s:10:\"size_after\";i:19358;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7;s:5:\"bytes\";i:577;s:11:\"size_before\";i:8237;s:10:\"size_after\";i:7660;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.99;s:5:\"bytes\";i:217;s:11:\"size_before\";i:2172;s:10:\"size_after\";i:1955;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:3726;s:11:\"size_before\";i:68933;s:10:\"size_after\";i:65207;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11890;s:10:\"size_after\";i:11890;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:17016;s:10:\"size_after\";i:15856;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1955;s:10:\"size_after\";i:1955;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11890;s:10:\"size_after\";i:11890;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15856;s:10:\"size_after\";i:15856;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1955;s:10:\"size_after\";i:1955;s:4:\"time\";d:0.01;}}}'),(2905,330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:510;s:4:\"file\";s:15:\"2019/02/map.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"map-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"map-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"map-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"map-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"map-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"map-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:16:\"map-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"map-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"map-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"map-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"map-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:15:\"map-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"map-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"map-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"map-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"map-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"map-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"map-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2906,330,'_typist_tech_image_optimized','1'),(2908,339,'_wp_attached_file','2019/02/team-1.jpg'),(2909,339,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.647090589982449;s:5:\"bytes\";i:1342;s:11:\"size_before\";i:81477;s:10:\"size_after\";i:80135;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:415;s:11:\"size_before\";i:6469;s:10:\"size_after\";i:6054;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:658;s:11:\"size_before\";i:16488;s:10:\"size_after\";i:15830;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15830;s:10:\"size_after\";i:15830;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.98;s:5:\"bytes\";i:269;s:11:\"size_before\";i:3856;s:10:\"size_after\";i:3587;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15830;s:10:\"size_after\";i:15830;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3587;s:10:\"size_after\";i:3587;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15830;s:10:\"size_after\";i:15830;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3587;s:10:\"size_after\";i:3587;s:4:\"time\";d:0.01;}}}'),(2910,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:18:\"2019/02/team-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2914,340,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8328866208640084;s:5:\"bytes\";i:1566;s:11:\"size_before\";i:85439;s:10:\"size_after\";i:83873;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:414;s:11:\"size_before\";i:6359;s:10:\"size_after\";i:5945;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:875;s:11:\"size_before\";i:17717;s:10:\"size_after\";i:16842;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16842;s:10:\"size_after\";i:16842;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:277;s:11:\"size_before\";i:3797;s:10:\"size_after\";i:3520;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16842;s:10:\"size_after\";i:16842;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3520;s:10:\"size_after\";i:3520;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16842;s:10:\"size_after\";i:16842;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3520;s:10:\"size_after\";i:3520;s:4:\"time\";d:0.01;}}}'),(2911,339,'_typist_tech_image_optimized','1'),(2913,340,'_wp_attached_file','2019/02/team-2.jpg'),(2916,340,'_typist_tech_image_optimized','1'),(2915,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:18:\"2019/02/team-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"team-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"team-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2918,341,'_wp_attached_file','2019/02/team-3.jpg'),(2919,341,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.5180241181401948;s:5:\"bytes\";i:1177;s:11:\"size_before\";i:77535;s:10:\"size_after\";i:76358;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:307;s:11:\"size_before\";i:6020;s:10:\"size_after\";i:5713;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:637;s:11:\"size_before\";i:15761;s:10:\"size_after\";i:15124;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15124;s:10:\"size_after\";i:15124;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:233;s:11:\"size_before\";i:3616;s:10:\"size_after\";i:3383;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15124;s:10:\"size_after\";i:15124;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3383;s:10:\"size_after\";i:3383;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15124;s:10:\"size_after\";i:15124;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3383;s:10:\"size_after\";i:3383;s:4:\"time\";d:0.01;}}}'),(2920,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:18:\"2019/02/team-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"team-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"team-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2924,342,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8611123681947777;s:5:\"bytes\";i:1645;s:11:\"size_before\";i:88388;s:10:\"size_after\";i:86743;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:455;s:11:\"size_before\";i:6617;s:10:\"size_after\";i:6162;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:887;s:11:\"size_before\";i:18429;s:10:\"size_after\";i:17542;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17542;s:10:\"size_after\";i:17542;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.03;s:5:\"bytes\";i:303;s:11:\"size_before\";i:3774;s:10:\"size_after\";i:3471;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17542;s:10:\"size_after\";i:17542;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3471;s:10:\"size_after\";i:3471;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17542;s:10:\"size_after\";i:17542;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3471;s:10:\"size_after\";i:3471;s:4:\"time\";d:0.01;}}}'),(2921,341,'_typist_tech_image_optimized','1'),(2923,342,'_wp_attached_file','2019/02/team-4.jpg'),(2926,342,'_typist_tech_image_optimized','1'),(2928,343,'_wp_attached_file','2019/02/team-5.jpg'),(2925,342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:18:\"2019/02/team-4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-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:\"team-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"team-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"team-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2505,720,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.601216883546414;s:5:\"bytes\";i:263759;s:11:\"size_before\";i:701464;s:10:\"size_after\";i:437705;s:4:\"time\";d:0.8;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.15;s:5:\"bytes\";i:9747;s:11:\"size_before\";i:27729;s:10:\"size_after\";i:17982;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.17;s:5:\"bytes\";i:15463;s:11:\"size_before\";i:42752;s:10:\"size_after\";i:27289;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.28;s:5:\"bytes\";i:67831;s:11:\"size_before\";i:177185;s:10:\"size_after\";i:109354;s:4:\"time\";d:0.19;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.79;s:5:\"bytes\";i:100019;s:11:\"size_before\";i:264698;s:10:\"size_after\";i:164679;s:4:\"time\";d:0.32;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.77;s:5:\"bytes\";i:27858;s:11:\"size_before\";i:75771;s:10:\"size_after\";i:47913;s:4:\"time\";d:0.11;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.8;s:5:\"bytes\";i:42841;s:11:\"size_before\";i:113329;s:10:\"size_after\";i:70488;s:4:\"time\";d:0.13;}}}'),(11995,753,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:92119;s:11:\"size_before\";i:300204;s:10:\"size_after\";i:208085;}'),(12028,2781,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:18201;s:11:\"size_before\";i:42169;s:10:\"size_after\";i:23968;}'),(12029,3652,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:90176;s:11:\"size_before\";i:171626;s:10:\"size_after\";i:81450;}'),(2929,343,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.6981605876075085;s:5:\"bytes\";i:1623;s:11:\"size_before\";i:95574;s:10:\"size_after\";i:93951;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:334;s:11:\"size_before\";i:6804;s:10:\"size_after\";i:6470;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:1064;s:11:\"size_before\";i:20265;s:10:\"size_after\";i:19201;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19201;s:10:\"size_after\";i:19201;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:225;s:11:\"size_before\";i:3784;s:10:\"size_after\";i:3559;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19201;s:10:\"size_after\";i:19201;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3559;s:10:\"size_after\";i:3559;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19201;s:10:\"size_after\";i:19201;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3559;s:10:\"size_after\";i:3559;s:4:\"time\";d:0.01;}}}'),(2519,726,'_wp_attached_file','2019/01/LogoLettering-Black.png'),(2520,726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:413;s:4:\"file\";s:31:\"2019/01/LogoLettering-Black.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"LogoLettering-Black-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:31:\"LogoLettering-Black-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"LogoLettering-Black-768x273.png\";s:5:\"width\";i:768;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"LogoLettering-Black-1024x365.png\";s:5:\"width\";i:1024;s:6:\"height\";i:365;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:31:\"LogoLettering-Black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:31:\"LogoLettering-Black-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2503,721,'_wp_attached_file','2019/01/OutlineBuilding-White-WebSmall.png'),(2930,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:18:\"2019/02/team-5.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-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:\"team-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"team-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"team-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"team-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"team-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(1211,632,'_wp_attached_file','2019/07/OutlineBuilding-Web2.png'),(2931,343,'_typist_tech_image_optimized','1'),(473,549,'skip_page','1'),(474,549,'_wxr_import_user_slug','brainstormforce'),(475,549,'_astra_sites_imported_post','1'),(13468,4475,'mec_op','a:0:{}'),(13469,4475,'slide_template','default'),(13470,4476,'_wp_attached_file','2019/10/BiscuitMiller.jpg'),(11495,3704,'_wp_page_template','default'),(2684,752,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.41845305252601150414193398319184780120849609375;s:5:\"bytes\";i:6656;s:11:\"size_before\";i:103701;s:10:\"size_after\";i:97045;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:417;s:11:\"size_before\";i:5245;s:10:\"size_after\";i:4828;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:609;s:11:\"size_before\";i:9916;s:10:\"size_after\";i:9307;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3849;s:11:\"size_before\";i:58286;s:10:\"size_after\";i:54437;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:763;s:11:\"size_before\";i:12641;s:10:\"size_after\";i:11878;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1018;s:11:\"size_before\";i:17613;s:10:\"size_after\";i:16595;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(2685,753,'_wp_attached_file','2019/07/FlowersMarceleana.jpg'),(2686,753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:934;s:4:\"file\";s:29:\"2019/07/FlowersMarceleana.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"FlowersMarceleana-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"FlowersMarceleana-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"FlowersMarceleana-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"FlowersMarceleana-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"FlowersMarceleana-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"FlowersMarceleana-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2687,753,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.477591064533184;s:5:\"bytes\";i:16370;s:11:\"size_before\";i:298854;s:10:\"size_after\";i:282484;s:4:\"time\";d:0.13999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.73;s:5:\"bytes\";i:652;s:11:\"size_before\";i:8437;s:10:\"size_after\";i:7785;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:1113;s:11:\"size_before\";i:17149;s:10:\"size_after\";i:16036;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:4277;s:11:\"size_before\";i:80607;s:10:\"size_after\";i:76330;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:6277;s:11:\"size_before\";i:127721;s:10:\"size_after\";i:121444;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:26941;s:10:\"size_after\";i:25094;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:2204;s:11:\"size_before\";i:37999;s:10:\"size_after\";i:35795;s:4:\"time\";d:0.02;}}}'),(11996,743,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:16515;s:11:\"size_before\";i:419298;s:10:\"size_after\";i:402783;}'),(12007,1412,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:8630;s:11:\"size_before\";i:24629;s:10:\"size_after\";i:15999;}'),(12008,1439,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:17148;s:11:\"size_before\";i:46727;s:10:\"size_after\";i:29579;}'),(12009,580,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:72128;s:11:\"size_before\";i:171385;s:10:\"size_after\";i:99257;}'),(12010,723,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:161937;s:11:\"size_before\";i:479213;s:10:\"size_after\";i:317276;}'),(2688,753,'_wp_attachment_image_alt','Flowers'),(2714,609,'_wp_attachment_image_alt','Cheers'),(2713,752,'_wp_attachment_image_alt','Dance'),(493,551,'site-sidebar-layout','no-sidebar'),(494,551,'site-content-layout','page-builder'),(495,551,'theme-transparent-header-meta','enabled'),(496,551,'_yoast_wpseo_content_score','30'),(497,551,'_elementor_edit_mode','builder'),(498,551,'_elementor_template_type','post'),(499,551,'_astra_content_layout_flag','disabled'),(500,551,'site-post-title','disabled'),(501,551,'ast-title-bar-display','disabled'),(502,551,'ast-featured-img','disabled'),(503,551,'_wp_page_template','default'),(504,551,'_elementor_data','[{\"id\":\"2cd009c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":621,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/Postcard-Lagoon.jpg\"},\"background_position\":\"top center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#002318\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":40},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":130}},\"elements\":[{\"id\":\"eaf9918\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c579880\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"80709f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true},{\"id\":\"d5f6fb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"30819d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2},\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86f923c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A history of memories dating back to 1889.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a15a065\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9ca646\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"42e0336f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"41c09471\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relax. We got this.\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cb84ad4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Vinewood has a long, LONG history in Topeka and is the backdrop to hundreds, if not thousands of memories. Ownership, venue accommodations and aesthetics have shifted throughout the years, but one thing remains steady; The Vinewood is the place to be. The indescribable vibe puts everyone at ease with a smile. Relax. Stay a moment. Let\'s make some memories.<\\/p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"93bd3b8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#75c32c\",\"hover_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"align\":\"center\",\"align_mobile\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":50},\"button_background_hover_color\":\"rgba(117,195,44,0.85)\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d23281c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"45df255a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"92fd112\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21e0f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06dc1cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our HISTORY\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe85400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">The Vinewood is a one-of-a-kind wedding and event venue in Topeka, KAN. What began as an idea for a community park in 1889, became an attraction and destination for thousands \'til 1923. Topeka built Lake Shawnee around 1925 and The Vinewood\'s new owners XXXXX sold all the attraction rides. The main stable stayed, along with the dance floor made from XXX springs. The XXX family farmed the land (sweet corn and award-winning alphay). \\\"It was hard work,\\\" said grandson XXX who begin working at Vinewood at the age of five, making 50 cents a day. But the most fun was every Thursday, Friday and Saturday. Everyone, I mean everyone came to Vinewood to dance and celebrate. If you were going to meet someone, you came here.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4ee093e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"888b273\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":572,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/bg4-free-img.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f844f3e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":500},\"space_tablet\":{\"unit\":\"px\",\"size\":300},\"space_mobile\":{\"unit\":\"px\",\"size\":100}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5144e021\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1070c39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14477a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Robucks know just that, meeting at one aforementioned dances in 19XX. The couple connected on the dance floor and have been married since. So when the opportunity arose to purchase The Vinewood in 2016, they new the importance of keeping the venue and vibe alive.<\\/p><p>The Robucks have been instrumental in the rehabilitation of NOTO Arts District, owning over a dozen properties. One such catercorner from their old jewelry shop, Front Door Catering. After working with Mike Weible and Nicole Degennaro for a few years and seeing their passion and success, they knew it was time to pass the love and keys. Excited to take a \\\"real\\\" vacation for once in their married life, the Robuks, now in their late 70s, will never need a key. Their always invited to the party.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"justify\",\"align_mobile\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7c43b50b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"59a1fa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mike and Nicole are thrilled to bring their point of view to the historic venue. Honoring the past and building a future, The Historic Vinewood is the place for any and all types of events. They strive to simply just do things better. It\'s a family here. It\'s pride. It\'s hard-work and it\'s fun. Let us know what you have planned, and let\'s us help create lasting memories.<\\/p><p class=\\\"font_7\\\"><span class=\\\"wixGuard\\\">\\u200b<\\/span>In the early 1900\'s Vinewood became known as Vinewood Park. A carousel, paddle boats, and eventually a wooden roller coaster was added to the park. The property had a restaurant, cabins, and plenty of space for picnics and outdoor activities.\\u00a0<\\/p><p class=\\\"font_7\\\"><span class=\\\"wixGuard\\\">\\u200b<\\/span>We invite you to become a part of The Vinewood story: Whether it be by having your wedding or business event here or joining us for one of our many community events, we can\'t wait to be a part of it.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"justify\",\"align_mobile\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41d8482\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d83b9a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d6d9c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d55184b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb0ae48\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOUR Team\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5507fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Team work truly makes the dream work.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"25cf9d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c311fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6f06e4ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":573,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate1-free-img.png\"},\"title_text\":\"NICOLE DEGENNARO\",\"description_text\":\"<span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\">Co-Owner<\\/span><span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\"><\\/span>\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a8e57a7\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"721ab8bc\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"9e045f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"12f10989\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":574,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate2-free-img.png\"},\"title_text\":\"MIKE WIEBEL\",\"description_text\":\"<span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\">Co-Owner<\\/span><span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\"><\\/span>\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3ad1cb4\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"33f5e5e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-instagram\",\"_id\":\"65a1075\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"486d2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"785b699e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":575,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate3-free-img.png\"},\"title_text\":\"Shanna stint\",\"description_text\":\"Event Coordinator\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1f443fcc\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0021d53\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-instagram\",\"_id\":\"65a1075\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60378f3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"699b899\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a1f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":573,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate1-free-img.png\"},\"title_text\":\"KERRICE MAPES\",\"description_text\":\"<span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\">Marketing Director<\\/span><span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\"><\\/span>\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"74ba4d0\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dbddb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"9f4ef0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92f7eaf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":574,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate2-free-img.png\"},\"title_text\":\"LUKE DOMME\",\"description_text\":\"<span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\">Logistics<\\/span><span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\"><\\/span>\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"902d7d1\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c44332\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-instagram\",\"_id\":\"65a1075\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"59cf574\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"90c3a83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":575,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate3-free-img.png\"},\"title_text\":\"Rebecca Radjensky\",\"description_text\":\"Event Coordinator\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"8e41964\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da51723\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-instagram\",\"_id\":\"65a1075\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7d2ef6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":500},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"background_image\":{\"id\":571,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/about-bg-free-img.jpg\"},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d2dbbdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ebf903\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"21\"},\"elements\":[{\"id\":\"223207d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3aa06c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":576,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/plant4-free-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3bf2264\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87f6910\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested? Shop this plant collection!\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"900\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00077b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt.\\u00a0\",\"text_color\":\"#ffffff\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bdcb6c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"c87f02e\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY FOR $99\",\"align\":\"center\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#75c32c\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(117,195,44,0.85)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":50},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.7},\"link\":{\"url\":\"checkout-page\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align_tablet\":\"right\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(505,551,'_elementor_version','2.6.6'),(506,551,'_elementor_page_settings','a:34:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(507,551,'astra-main-page-id','23955'),(508,551,'_wxr_import_user_slug','harshadd'),(509,551,'_astra_sites_imported_post','1'),(2482,285,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(2483,716,'_wp_attached_file','2019/01/MettalicGoldBack.jpg'),(2484,716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2019/01/MettalicGoldBack.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"MettalicGoldBack-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:28:\"MettalicGoldBack-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"MettalicGoldBack-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:28:\"MettalicGoldBack-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:28:\"MettalicGoldBack-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(525,553,'site-sidebar-layout','no-sidebar'),(526,553,'site-content-layout','page-builder'),(527,553,'theme-transparent-header-meta','disabled'),(528,553,'_yoast_wpseo_content_score','60'),(529,553,'_elementor_edit_mode','builder'),(530,553,'_elementor_template_type','post'),(531,553,'_astra_content_layout_flag','disabled'),(532,553,'site-post-title','disabled'),(533,553,'ast-title-bar-display','disabled'),(534,553,'ast-featured-img','disabled'),(535,553,'_wp_page_template','page-elementor.php'),(536,553,'_elementor_data','[{\"id\":\"f327e5f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":4091,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/BridalSuite-TwoBecome.jpg\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#022319\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":40},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":130},\"stretch_section\":\"section-stretched\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"1ed70b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"dc5a726\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bf0d62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true},{\"id\":\"011adac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"c2c7ca9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2},\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f53ff2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Can\'t wait to hear from you. Thanks!<\\/p>\",\"text_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b4ac1b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dc9c250\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"\"},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#002318\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":750},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"3f5ac59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_color\":\"#002318\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.56},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"spread\":-10,\"color\":\"rgba(0,0,0,0.17)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d940de2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":719,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/OutlineBuilding-Web2.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":150},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"199fdd5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":618},\"content_position\":\"top\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":true},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"7f14bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"38ef3c0\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"primary_color\":\"#d9b351\",\"size\":{\"unit\":\"px\",\"size\":30},\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5376402\",\"elType\":\"widget\",\"settings\":{\"title\":\"2848 SE 29th \\nTopeka, KAN 66605\",\"header_size\":\"p\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9799d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"4d4a16d\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"primary_color\":\"#d9b351\",\"size\":{\"unit\":\"px\",\"size\":30},\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4a768f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"p\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2da3de\",\"elType\":\"widget\",\"settings\":{\"title\":\"785 260 6772\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"p\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4fecac3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"75fc0fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a4672bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send Us a Message\",\"title_color\":\"#3d7b5f\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2},\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ade610c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"e19f03d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.267},\"elements\":[],\"isInner\":true},{\"id\":\"515b2e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":62.267,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":100},\"elements\":[{\"id\":\"42a7a5e\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"primary_color\":\"#d9b351\",\"size\":{\"unit\":\"px\",\"size\":30},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f138ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"DW@TheHistoricVinewood.com\",\"header_size\":\"p\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0d5f9d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.459},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1240,639,'_elementor_edit_mode','builder'),(1241,639,'_elementor_template_type','section'),(1242,639,'_elementor_version','2.6.6'),(1246,639,'_wp_page_template','default'),(1247,639,'_elementor_page_settings','a:34:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1249,639,'_elementor_data','[{\"id\":\"71cfa1c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"id\":610,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/Couple-Hyper.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#011019\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":50},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":450},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":600},\"elements\":[{\"id\":\"f1ccad9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"37591a0\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"b7df27e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true},{\"id\":\"0276135\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"70ce187\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":632,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/OutlineBuilding-Web2.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":150},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"783115ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE HISTORIC VINEWOOD\",\"header_size\":\"h4\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d48005a\",\"elType\":\"widget\",\"settings\":{\"title\":\"where memories <br>are made.\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2},\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"684402f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"9142822\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2640,553,'_wds_readability','a:4:{s:5:\"score\";d:98.00744565217391;s:9:\"raw_score\";d:98.00744565217391;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(11102,4126,'_elementor_data','[{\"id\":\"e287722\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb5f5d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.714,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f9cea08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dance & Celebrate\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2944125\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.<\\/p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"969b5de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.286,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8348579\",\"elType\":\"widget\",\"settings\":{\"title\":\"Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cb2e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>$10 per person<\\/strong> (except NYE &amp; special events)<strong><br \\/><\\/strong><\\/li><li>All Ages Welcome (with parent)<\\/li><li>Doors open one hour prior to event start time<\\/li><li>No outside food or drink<\\/li><li>Cash bar and snack bar available (we do accept credit and debit cards)<\\/li><li>Reservations for parties of 10 or more, with advanced ticket purchase<\\/li><li><i>Topeka Blues Society members receive $2 off the cover charge<\\/i><\\/li><\\/ul>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a492d2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bd0440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0806d5\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"4556\"},\"elements\":[],\"widgetType\":\"template\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"824031c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"ab25324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4989936\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8288b19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.<\\/p><p><em>(Click on the band name to view event details and to learn more about the band.)<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"289a3dc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[MEC id=\\\"16\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(2639,553,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 34 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 141 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(2638,551,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(1274,645,'_elementor_edit_mode','builder'),(1275,645,'_elementor_template_type','section'),(1276,645,'_elementor_version','2.6.6'),(1280,645,'_wp_page_template','default'),(1281,645,'_elementor_page_settings','a:34:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(12347,3944,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:11:\"title_color\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;s:15:\"animation_delay\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:22:\"border_list_item_width\";i:2;s:17:\"list_item_padding\";i:2;s:16:\"list_item_margin\";i:2;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_line_height\";i:2;s:10:\"text_color\";i:2;s:16:\"text_color_hover\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;s:13:\"_border_color\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_button\";a:3:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_tablet\";i:1;}s:12:\"contactform7\";a:1:{s:12:\"contact_slug\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:12:\"text_padding\";i:2;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),(1283,645,'_elementor_data','[{\"id\":\"c988a3e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.05)\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"100\",\"bottom\":\"120\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":582,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/plant2-free-img.png\"},\"background_overlay_position\":\"center right\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c832ecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7820aaf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Plants\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59bfb9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"702848f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[products limit=\\\"8\\\" columns=\\\"4\\\" visibility=\\\"featured\\\" ]\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(2656,746,'_wp_attached_file','2019/07/BackofDress.jpg'),(2657,746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:981;s:4:\"file\";s:23:\"2019/07/BackofDress.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"BackofDress-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:\"BackofDress-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"BackofDress-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"BackofDress-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"BackofDress-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"BackofDress-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1291,648,'_elementor_edit_mode','builder'),(1292,648,'_elementor_template_type','section'),(1293,648,'_elementor_version','2.6.6'),(2628,743,'_wp_attached_file','2019/07/cropped-OutlineBuilding-Web2-1.png'),(2629,743,'_wp_attachment_context','custom-logo'),(1297,648,'_wp_page_template','default'),(1298,648,'_elementor_page_settings','a:34:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1300,648,'_elementor_data','[{\"id\":\"16e0b03\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1300},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":587,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/plant1-free-img.png\"},\"background_position\":\"bottom left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#f9f9f9\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85}},\"elements\":[{\"id\":\"9e9e435\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3d35fff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84c56df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"adf749c\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"spread\":-5,\"color\":\"rgba(0,0,0,0.2)\"},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"b3ae879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"background_background\":\"classic\",\"background_image\":{\"id\":583,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/user1-free-img.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":25,\"vertical\":0,\"blur\":50,\"spread\":-20,\"color\":\"rgba(78,87,104,0.65)\"}},\"elements\":[{\"id\":\"db79b52\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"c8c721a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.997,\"space_between_widgets\":5,\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"420b9cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sarah Jones\",\"align\":\"left\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70a1212\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#4e5768\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c1e2936\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interior Designer<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e03d9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt.\\u00a0<\\/p>\",\"align\":\"left\",\"text_color\":\"rgba(78,87,104,0.9)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b337ff\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"image\":{\"id\":584,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/quote-free-img.png\"},\"width\":{\"unit\":\"px\",\"size\":35},\"width_mobile\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"935c0d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2731fbb\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"spread\":-5,\"color\":\"rgba(0,0,0,0.2)\"},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"d4db881\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"background_background\":\"classic\",\"background_image\":{\"id\":585,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/user2-free-img.jpg\"},\"background_position\":\"center left\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":25,\"vertical\":0,\"blur\":50,\"spread\":-20,\"color\":\"rgba(78,87,104,0.65)\"}},\"elements\":[{\"id\":\"b2e40a8\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"fe856f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.997,\"space_between_widgets\":5,\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"d7591f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jessica Foxx\",\"align\":\"left\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"241bf21\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#4e5768\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"00fd41e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Student<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6da9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt.\\u00a0<\\/p>\",\"align\":\"left\",\"text_color\":\"rgba(78,87,104,0.9)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"df07740\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"image\":{\"id\":584,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/quote-free-img.png\"},\"width\":{\"unit\":\"px\",\"size\":35},\"width_mobile\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"49ddbae\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"spread\":-5,\"color\":\"rgba(0,0,0,0.2)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"2f670f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"background_background\":\"classic\",\"background_image\":{\"id\":586,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/user3-free-img.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":25,\"vertical\":0,\"blur\":50,\"spread\":-20,\"color\":\"rgba(78,87,104,0.65)\"}},\"elements\":[{\"id\":\"2372ba8\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"8969cd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.997,\"space_between_widgets\":5,\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a3a2f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Briana Luke\",\"align\":\"left\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a560cf1\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#4e5768\",\"gap\":{\"unit\":\"px\",\"size\":5}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a251034\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Student<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2390ce4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt.\\u00a0<\\/p>\",\"align\":\"left\",\"text_color\":\"rgba(78,87,104,0.9)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8a3929\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"image\":{\"id\":584,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/quote-free-img.png\"},\"width\":{\"unit\":\"px\",\"size\":35},\"width_mobile\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2630,743,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.900604662479385;s:5:\"bytes\";i:232267;s:11:\"size_before\";i:776797;s:10:\"size_after\";i:544530;s:4:\"time\";d:0.77;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.08;s:5:\"bytes\";i:58030;s:11:\"size_before\";i:33083;s:10:\"size_after\";i:21477;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.35;s:5:\"bytes\";i:73945;s:11:\"size_before\";i:43055;s:10:\"size_after\";i:28266;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.73;s:5:\"bytes\";i:293895;s:11:\"size_before\";i:185245;s:10:\"size_after\";i:126466;s:4:\"time\";d:0.16;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.01;s:5:\"bytes\";i:368890;s:11:\"size_before\";i:273185;s:10:\"size_after\";i:199407;s:4:\"time\";d:0.27;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.34;s:5:\"bytes\";i:143335;s:11:\"size_before\";i:91469;s:10:\"size_after\";i:62802;s:4:\"time\";d:0.12;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.69;s:5:\"bytes\";i:213970;s:11:\"size_before\";i:144142;s:10:\"size_after\";i:101348;s:4:\"time\";d:0.13;}s:13:\"ast-logo-size\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.01;s:5:\"bytes\";i:7416;s:11:\"size_before\";i:6618;s:10:\"size_after\";i:4764;s:4:\"time\";d:0.01;}}}'),(11997,718,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(12003,2050,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:120710;s:11:\"size_before\";i:230496;s:10:\"size_after\";i:109786;}'),(12004,2089,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:23121;s:11:\"size_before\";i:44301;s:10:\"size_after\";i:21180;}'),(12005,684,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:47267;s:11:\"size_before\";i:117273;s:10:\"size_after\";i:70006;}'),(12006,694,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:33288;s:11:\"size_before\";i:83668;s:10:\"size_after\";i:50380;}'),(2631,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:467;s:4:\"file\";s:42:\"2019/07/cropped-OutlineBuilding-Web2-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-OutlineBuilding-Web2-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:42:\"cropped-OutlineBuilding-Web2-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"cropped-OutlineBuilding-Web2-1-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"cropped-OutlineBuilding-Web2-1-1024x342.png\";s:5:\"width\";i:1024;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:42:\"cropped-OutlineBuilding-Web2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:42:\"cropped-OutlineBuilding-Web2-1-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ast-logo-size\";a:4:{s:4:\"file\";s:41:\"cropped-OutlineBuilding-Web2-1-103x34.png\";s:5:\"width\";i:103;s:6:\"height\";i:34;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:{}}}'),(2637,551,'_wds_analysis','a:3:{s:6:\"errors\";a:3:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:18:\"wds-checks::checks\";s:45:\"We encountered an error fetching your content\";}s:10:\"percentage\";i:79;s:6:\"checks\";a:8:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 32 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}}}'),(1308,651,'_elementor_edit_mode','builder'),(1309,651,'_elementor_template_type','section'),(1310,651,'_elementor_version','2.6.6'),(1314,651,'_wp_page_template','default'),(1315,651,'_elementor_page_settings','a:34:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1317,651,'_elementor_data','[{\"id\":\"41e8433\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":500},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"background_image\":{\"id\":571,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/about-bg-free-img.jpg\"},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"content_width\":{\"unit\":\"px\",\"size\":1000}},\"elements\":[{\"id\":\"1c27ab7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf8134d\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"21\"},\"elements\":[{\"id\":\"87aefad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"a520b17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":576,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/plant4-free-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ab5477c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5433741\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested? Shop this plant collection!\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"900\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32a254f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt.\\u00a0\",\"text_color\":\"#ffffff\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"35c2aca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"a7c5054\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY FOR $99\",\"align\":\"center\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#75c32c\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(117,195,44,0.85)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":50},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.7},\"link\":{\"url\":\"checkout-page\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align_tablet\":\"right\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2495,718,'_wp_attached_file','2019/01/OutlineBuilding-Dark-web.png'),(2496,718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2547;s:6:\"height\";i:1080;s:4:\"file\";s:36:\"2019/01/OutlineBuilding-Dark-web.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"OutlineBuilding-Dark-web-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:36:\"OutlineBuilding-Dark-web-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"OutlineBuilding-Dark-web-768x326.png\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"OutlineBuilding-Dark-web-1024x434.png\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:36:\"OutlineBuilding-Dark-web-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:36:\"OutlineBuilding-Dark-web-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2497,718,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.852020943226155;s:5:\"bytes\";i:76372;s:11:\"size_before\";i:307307;s:10:\"size_after\";i:230935;s:4:\"time\";d:0.94;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.37;s:5:\"bytes\";i:2883;s:11:\"size_before\";i:13490;s:10:\"size_after\";i:10607;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.21;s:5:\"bytes\";i:5269;s:11:\"size_before\";i:22697;s:10:\"size_after\";i:17428;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.67;s:5:\"bytes\";i:19239;s:11:\"size_before\";i:77987;s:10:\"size_after\";i:58748;s:4:\"time\";d:0.23;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.78;s:5:\"bytes\";i:29056;s:11:\"size_before\";i:112717;s:10:\"size_after\";i:83661;s:4:\"time\";d:0.32;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.42;s:5:\"bytes\";i:8038;s:11:\"size_before\";i:32910;s:10:\"size_after\";i:24872;s:4:\"time\";d:0.12;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.02;s:5:\"bytes\";i:11887;s:11:\"size_before\";i:47506;s:10:\"size_after\";i:35619;s:4:\"time\";d:0.18;}}}'),(11998,719,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(11999,1684,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:3898;s:11:\"size_before\";i:12029;s:10:\"size_after\";i:8131;}'),(12000,1685,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2504;s:11:\"size_before\";i:7380;s:10:\"size_after\";i:4876;}'),(12001,1857,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:27940;s:11:\"size_before\";i:60343;s:10:\"size_after\";i:32403;}'),(12002,1873,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:26104;s:11:\"size_before\";i:54400;s:10:\"size_after\";i:28296;}'),(2498,719,'_wp_attached_file','2019/01/OutlineBuilding-Web2.png'),(2499,719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1887;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2019/01/OutlineBuilding-Web2.png\";s:5:\"sizes\";a:1:{s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"OutlineBuilding-Web2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2500,719,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.686922808219713;s:5:\"bytes\";i:266007;s:11:\"size_before\";i:896041;s:10:\"size_after\";i:630034;s:4:\"time\";d:1.72;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49410;s:10:\"size_after\";i:49410;s:4:\"time\";d:0.06;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.21;s:5:\"bytes\";i:9842;s:11:\"size_before\";i:13976;s:10:\"size_after\";i:9055;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.4;s:5:\"bytes\";i:59052;s:11:\"size_before\";i:78936;s:10:\"size_after\";i:49410;s:4:\"time\";d:0.09;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.21;s:5:\"bytes\";i:4921;s:11:\"size_before\";i:13976;s:10:\"size_after\";i:9055;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.48;s:5:\"bytes\";i:9666;s:11:\"size_before\";i:28033;s:10:\"size_after\";i:18367;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.98;s:5:\"bytes\";i:15190;s:11:\"size_before\";i:43429;s:10:\"size_after\";i:28239;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.58;s:5:\"bytes\";i:58807;s:11:\"size_before\";i:186242;s:10:\"size_after\";i:127435;s:4:\"time\";d:0.2;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.29;s:5:\"bytes\";i:72161;s:11:\"size_before\";i:274497;s:10:\"size_after\";i:202336;s:4:\"time\";d:0.67;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.4;s:5:\"bytes\";i:88557;s:11:\"size_before\";i:78936;s:10:\"size_after\";i:49410;s:4:\"time\";d:0.07;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.11;s:5:\"bytes\";i:41289;s:11:\"size_before\";i:128606;s:10:\"size_after\";i:87317;s:4:\"time\";d:0.52;}}}'),(2501,720,'_wp_attached_file','2019/01/OutlineBuilding-White-Web.png'),(2502,720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2547;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2019/01/OutlineBuilding-White-Web.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"OutlineBuilding-White-Web-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"OutlineBuilding-White-Web-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"OutlineBuilding-White-Web-768x326.png\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"OutlineBuilding-White-Web-1024x434.png\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:37:\"OutlineBuilding-White-Web-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:37:\"OutlineBuilding-White-Web-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10740,4196,'_wp_attached_file','2019/08/TableScape-Gold-1.jpg'),(10741,4196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1164;s:6:\"height\";i:780;s:4:\"file\";s:29:\"2019/08/TableScape-Gold-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"TableScape-Gold-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:30:\"TableScape-Gold-1-1164x700.jpg\";s:5:\"width\";i:1164;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"TableScape-Gold-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"TableScape-Gold-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10742,4196,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.750438299870341;s:5:\"bytes\";i:33084;s:11:\"size_before\";i:696441;s:10:\"size_after\";i:663357;s:4:\"time\";d:0.3800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:581;s:11:\"size_before\";i:7792;s:10:\"size_after\";i:7211;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:977;s:11:\"size_before\";i:15656;s:10:\"size_after\";i:14679;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:2653;s:11:\"size_before\";i:64917;s:10:\"size_after\";i:62264;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3243;s:11:\"size_before\";i:99024;s:10:\"size_after\";i:95781;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.08;s:5:\"bytes\";i:1353;s:11:\"size_before\";i:22265;s:10:\"size_after\";i:20912;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:1616;s:11:\"size_before\";i:31766;s:10:\"size_after\";i:30150;s:4:\"time\";d:0.03;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:23093;s:10:\"size_after\";i:21832;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.84;s:5:\"bytes\";i:10745;s:11:\"size_before\";i:99146;s:10:\"size_after\";i:88401;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:2028;s:11:\"size_before\";i:43550;s:10:\"size_after\";i:41522;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:1765;s:11:\"size_before\";i:34122;s:10:\"size_after\";i:32357;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:1280;s:11:\"size_before\";i:23828;s:10:\"size_after\";i:22548;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.66;s:5:\"bytes\";i:389;s:11:\"size_before\";i:4490;s:10:\"size_after\";i:4101;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:3068;s:11:\"size_before\";i:89029;s:10:\"size_after\";i:85961;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20912;s:10:\"size_after\";i:20912;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:2125;s:11:\"size_before\";i:44931;s:10:\"size_after\";i:42806;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4101;s:10:\"size_after\";i:4101;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20912;s:10:\"size_after\";i:20912;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42806;s:10:\"size_after\";i:42806;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4101;s:10:\"size_after\";i:4101;s:4:\"time\";d:0.01;}}}'),(10743,4197,'_wp_attached_file','2019/08/TableSetup-1.jpg'),(10744,4197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:24:\"2019/08/TableSetup-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-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:24:\"TableSetup-1-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:25:\"TableSetup-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"TableSetup-1-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"TableSetup-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"TableSetup-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10745,4197,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0887558401613147;s:5:\"bytes\";i:16911;s:11:\"size_before\";i:547502;s:10:\"size_after\";i:530591;s:4:\"time\";d:0.33000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:330;s:11:\"size_before\";i:6320;s:10:\"size_after\";i:5990;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:570;s:11:\"size_before\";i:13225;s:10:\"size_after\";i:12655;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:51381;s:10:\"size_after\";i:50244;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.74;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:78093;s:10:\"size_after\";i:76738;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:564;s:11:\"size_before\";i:16489;s:10:\"size_after\";i:15925;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:843;s:11:\"size_before\";i:26172;s:10:\"size_after\";i:25329;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:709;s:11:\"size_before\";i:19537;s:10:\"size_after\";i:18828;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.76;s:5:\"bytes\";i:6510;s:11:\"size_before\";i:74287;s:10:\"size_after\";i:67777;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:966;s:11:\"size_before\";i:35111;s:10:\"size_after\";i:34145;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:684;s:11:\"size_before\";i:24585;s:10:\"size_after\";i:23901;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:730;s:11:\"size_before\";i:19973;s:10:\"size_after\";i:19243;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:271;s:11:\"size_before\";i:3848;s:10:\"size_after\";i:3577;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.83;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:68810;s:10:\"size_after\";i:67551;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15925;s:10:\"size_after\";i:15925;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:983;s:11:\"size_before\";i:35825;s:10:\"size_after\";i:34842;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3577;s:10:\"size_after\";i:3577;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15925;s:10:\"size_after\";i:15925;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34842;s:10:\"size_after\";i:34842;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3577;s:10:\"size_after\";i:3577;s:4:\"time\";d:0.01;}}}'),(537,553,'_elementor_version','2.6.8'),(538,553,'_elementor_page_settings','a:34:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(539,553,'astra-main-page-id','23956'),(540,553,'_wxr_import_user_slug','harshadd'),(541,553,'_astra_sites_imported_post','1'),(2806,774,'_mail','a:8:{s:7:\"subject\";s:38:\"The Historic Vinewood \"[your-subject]\"\";s:6:\"sender\";s:57:\"The Historic Vinewood <wordpress@thehistoricvinewood.com>\";s:4:\"body\";s:191:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\";s:9:\"recipient\";s:29:\"TheHistoricVinewood@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(2805,774,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(2807,774,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:38:\"The Historic Vinewood \"[your-subject]\"\";s:6:\"sender\";s:57:\"The Historic Vinewood <wordpress@thehistoricvinewood.com>\";s:4:\"body\";s:133:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:39:\"Reply-To: TheHistoricVinewood@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(633,285,'_wp_page_template','elementor_header_footer'),(634,285,'ehf_template_type','type_before_footer'),(635,285,'display-on-canvas-template','1'),(636,285,'_yoast_wpseo_content_score','30'),(637,285,'site-sidebar-layout','no-sidebar'),(638,285,'site-content-layout','page-builder'),(639,285,'theme-transparent-header-meta','default'),(640,285,'_elementor_edit_mode','builder'),(641,285,'_elementor_template_type','post'),(642,285,'_astra_content_layout_flag','disabled'),(643,285,'site-post-title','disabled'),(644,285,'ast-title-bar-display','disabled'),(645,285,'ast-featured-img','disabled'),(646,285,'_elementor_data','[{\"id\":\"d8615ff\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#124a42\",\"background_color_b\":\"#f7f7f8\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"150\",\"left\":\"70\",\"isLinked\":false},\"background_position\":\"center center\",\"background_overlay_color\":\"#f7f7f8\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.16},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-95\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"background_overlay_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/MettalicGoldBack.jpg\",\"id\":716},\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"f4a848c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.75,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8944076\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":727,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/LogoLettering-White.png\"},\"image_size\":\"full\",\"align\":\"center\",\"width\":{\"unit\":\"px\",\"size\":450},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3575bf\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-instagram\",\"_id\":\"21ba68f\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/explore\\/locations\\/353533075167184\\/the-vinewood\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-facebook\",\"_id\":\"b07d759\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/thevinewood\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#d9b351\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#091d19\",\"hover_secondary_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"e652897\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.25,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5ed84c9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"aa2d0c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.07},\"elements\":[],\"isInner\":true},{\"id\":\"1cb0e61\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.93,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e0bb706\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h4\",\"align_tablet\":\"center\",\"title_color\":\"#efe8db\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df592ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Introduction\",\"icon\":\"\",\"_id\":\"3618221\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Know more About Us\",\"icon\":\"\",\"_id\":\"a602ba3\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Visit Store\",\"icon\":\"\",\"_id\":\"7329c80\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Let\'s Connect\",\"icon\":\"\",\"_id\":\"948bedd\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10},\"icon_align\":\"left\",\"divider_color\":\"rgba(78,87,104,0.25)\",\"icon_size\":{\"unit\":\"px\",\"size\":0},\"text_color\":\"#d9b351\",\"text_color_hover\":\"#efe8db\",\"text_indent\":{\"unit\":\"px\",\"size\":0},\"icon_typography_typography\":\"custom\",\"icon_typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"divider_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_color\":\"#4e5768\",\"icon_color_hover\":\"#75c32c\",\"space_between_tablet\":{\"unit\":\"px\",\"size\":0},\"icon_align_tablet\":\"center\",\"icon_align_mobile\":\"center\",\"divider_weight\":{\"unit\":\"px\",\"size\":2},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(647,285,'_elementor_version','2.6.6'),(648,285,'_wxr_import_user_slug','harshadd'),(649,285,'_astra_sites_imported_post','1'),(16685,4628,'_elementor_pro_version','2.6.2'),(16686,4628,'_elementor_data','[{\"id\":\"b2ee6ba\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"505f71c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"scheduled_content_on\":\"yes\",\"schedule_start_date\":\"2019-08-23 12:00\",\"background_background\":\"classic\",\"background_color\":\"#222222\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac42ff9\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"9d5ac5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"253a087\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide-home16\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"381122ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59667ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c31ead0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wedding\\nPackage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f9d455b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wedding event package includes full day and full access to The Vinewood for your ceremony and reception. It includes setup and teardown for both, plus one hour rehearsal time. You also have the option of holding your ceremony indoors or out at no additional cost.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8022021\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule a tour of The Vinewood Today!\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"545f9b5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46ff9e1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d331d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>WEDDING Ceremony &amp; Reception<\\/strong><br \\/>venue access: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cc8f875\",\"elType\":\"widget\",\"settings\":{\"title\":\"$4000\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a258617\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Includes setup and teardown for your ceremony and reception\",\"icon\":\"\",\"_id\":\"1a4675b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering space, stage and historic dance floor\",\"icon\":\"\",\"_id\":\"1f36316\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Seating for up to 350 <\\/br>(tables and chairs not dressed)\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking & event security\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Decorative inventory access\",\"icon\":\"\",\"_id\":\"867901c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Day of event coordinator\",\"icon\":\"\",\"_id\":\"a0c48c0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Personalized wedding website*\",\"icon\":\"\",\"_id\":\"3b5ada6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"23c5061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>*discounts apply for weekday and off-season weddings<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"756441f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8cbc0b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"285fd5fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>RECEPTION ONLY<\\/strong><br \\/>Full Day Venue RENTAL: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ad20327\",\"elType\":\"widget\",\"settings\":{\"title\":\"$3500\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c664b67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Same access and amenities as our wedding package for your reception. Does not include ceremony time, set-up or teardown for ceremony or rehearsal time.ceremony set-up and teardown for a ceremony and rehearsal time.\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9fa01da\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTES\",\"title_color\":\"#3d7b5f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9180220\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Use any liscensed caterer of your choice\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"a1127dc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Linen rental is extra and must be procured through The Vinewood. We partner with Linens by Marlen\",\"icon\":\"\",\"_id\":\"6d7e737\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96a0185\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a69963c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e42f855\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event & Hourly\\nRentals\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a871273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51be045\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>WEEKDAY<\\/strong>: Monday - Thursday<br \\/><strong>WEEKEND<\\/strong>: Friday - Sunday<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57d5b3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"PRICING NOTES\",\"title_color\":\"#3d7b5f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aaadae\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"We have a house projector and meeting equipment available for a small fee lable for nominal fee\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Limited access to decorative inventory\",\"icon\":\"\",\"_id\":\"a1127dc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"No caterer restrictions (must be liscensed) \",\"icon\":\"\",\"_id\":\"6d7e737\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"2c1737d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"367c686\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2468886\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b6cca82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>WEEKEND - 5 hour Rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b535c95\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1200\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4af8825\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$250 \\/ additional hour\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"35f0213\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event staff & coordinator\",\"icon\":\"\",\"_id\":\"54b2cb2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\",\"icon\":\"\",\"_id\":\"cd86456\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Parking & event security\",\"icon\":\"\",\"_id\":\"7cab898\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to catering prep station (all caterers must be licensed)\",\"icon\":\"\",\"_id\":\"a4872bd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"All alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"18ffa6a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"0173971\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e62d24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7379054\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Weekday - 3 hour rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e148658\",\"elType\":\"widget\",\"settings\":{\"title\":\"$600\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05b566f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$200 \\/ additional hour\",\"icon\":\"\",\"_id\":\"bb86953\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"fd2a7e1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event staff & coordinator\",\"icon\":\"\",\"_id\":\"540f263\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"a043ed9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to catering prep station (all caterers must be licensed)\",\"icon\":\"\",\"_id\":\"fdc751c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"All alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"a83b6a4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8d862a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"0af82b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"884c5b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW AVAILABLE DATES\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4caf1e55\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.05)\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"100\",\"bottom\":\"120\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":582,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/plant2-free-img.png\"},\"background_overlay_position\":\"center right\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"75\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"234cc2bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"414aee47\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALL RENTALS\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"505f34a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Alcohol must be purchased through The Vinewood. Cash bar options are available.<\\/p><p>Linen rentals must be rented through The Vinewood and coordinated with Marla Oliaviar. <br \\/>There is an additional fee which varies greatly on your desired table decore.<br \\/>We advise wedding couples to budget $36 per table. <\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a901ee0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"e9791d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f05e807\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"Schedule a tour of The Vinewood Today!\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c0a92c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3cfae1c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"CHECK YOUR DATES \\/ CALENDAR OF EVENTS\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ceda537\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"42ba746\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ab17ac\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"Gallery 1\",\"_id\":\"220e6f5\",\"wp_gallery\":[{\"id\":4095,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\"},{\"id\":4101,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableScape-3.jpg\"},{\"id\":4194,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/ManizanaTables2-Web.jpg\"},{\"id\":4104,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableSetup.jpg\"},{\"id\":4093,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Decorations.jpg\"},{\"id\":4008,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-6-e1566582948853.jpg\"},{\"id\":4102,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableScape-Gold.jpg\"},{\"id\":4092,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Chairs.jpg\"}]}],\"thumbnail_size\":\"dreama-featured-image-small\",\"columns\":\"4\",\"gutter\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"content_delay_time\":\"0.50\"},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(9272,3991,'_elementor_data','[{\"id\":\"b2ee6ba\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"505f71c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"scheduled_content_on\":\"yes\",\"schedule_start_date\":\"2019-08-23 12:00\",\"background_background\":\"classic\",\"background_color\":\"#222222\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac42ff9\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"9d5ac5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"253a087\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide-home16\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"381122ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59667ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c31ead0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wedding\\nPackage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f9d455b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wedding event package includes full day and full access to The Vinewood for your ceremony and reception. It includes setup and teardown of tables and chairs for both events (not decorating), plus one hour rehearsal time. You also have the option of holding your ceremony indoors or out at no additional cost.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8022021\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule a tour of The Vinewood Today!\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"545f9b5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46ff9e1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d331d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>WEDDING Ceremony &amp; Reception<\\/strong><br \\/>venue access: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cc8f875\",\"elType\":\"widget\",\"settings\":{\"title\":\"$4000\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a258617\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering space, stage and historic dance floor\",\"icon\":\"\",\"_id\":\"1f36316\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Seating for up to 350 <\\/br>(linens requried and not included)\",\"icon\":\"opal-icon-seating-chart\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking & event security\",\"icon\":\"opal-icon-arrow-right\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Decorative inventory access\",\"icon\":\"opal-icon-flower-decor\",\"_id\":\"867901c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Day of event coordinator\",\"icon\":\"opal-icon-budget\",\"_id\":\"a0c48c0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Personalized wedding website\",\"icon\":\"opal-icon-guest-list\",\"_id\":\"3b5ada6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"756441f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8cbc0b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"285fd5fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>RECEPTION ONLY<\\/strong><br \\/>Full Day Venue RENTAL: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ad20327\",\"elType\":\"widget\",\"settings\":{\"title\":\"$3500\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c664b67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Same access and amenities as our wedding package for your reception.\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Does not include rehearsal time or any ceremony services\",\"icon\":\"fa fa-check\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"b5d23ba\"}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9fa01da\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTES\",\"title_color\":\"#3d7b5f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9180220\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Use any liscensed caterer of your choice\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"a1127dc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Linen rental is extra and must be procured through The Vinewood. We partner with Linens by Marlen\",\"icon\":\"\",\"_id\":\"6d7e737\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96a0185\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a69963c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e42f855\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event & Hourly\\nRentals\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a871273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51be045\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>WEEKDAY<\\/strong>: Monday - Thursday<br \\/><strong>WEEKEND<\\/strong>: Friday - Sunday<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57d5b3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"PRICING NOTES\",\"title_color\":\"#3d7b5f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aaadae\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"We have a house projector and meeting equipment available for a small fee lable for nominal fee\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Limited access to decorative inventory\",\"icon\":\"\",\"_id\":\"a1127dc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"No caterer restrictions (must be liscensed) \",\"icon\":\"\",\"_id\":\"6d7e737\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"2c1737d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"367c686\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2468886\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b6cca82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>WEEKEND - 5 hour Rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b535c95\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1200\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4af8825\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$250 \\/ additional hour\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"35f0213\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event staff & coordinator\",\"icon\":\"\",\"_id\":\"54b2cb2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\",\"icon\":\"\",\"_id\":\"cd86456\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Parking & event security\",\"icon\":\"\",\"_id\":\"7cab898\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to catering prep station (all caterers must be licensed)\",\"icon\":\"\",\"_id\":\"a4872bd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"All alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"18ffa6a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"0173971\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e62d24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7379054\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Weekday - 3 hour rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e148658\",\"elType\":\"widget\",\"settings\":{\"title\":\"$600\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05b566f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$200 \\/ additional hour\",\"icon\":\"\",\"_id\":\"bb86953\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"fd2a7e1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event staff & coordinator\",\"icon\":\"\",\"_id\":\"540f263\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"a043ed9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to catering prep station (all caterers must be licensed)\",\"icon\":\"\",\"_id\":\"fdc751c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"All alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"a83b6a4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8d862a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"0af82b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"884c5b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW AVAILABLE DATES\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4caf1e55\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.05)\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"100\",\"bottom\":\"120\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":582,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/plant2-free-img.png\"},\"background_overlay_position\":\"center right\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"234cc2bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"414aee47\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALL RENTALS\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"505f34a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Alcohol must be purchased through The Vinewood. Cash bar options are available.<\\/p><p>Linen rentals must be rented through The Vinewood and coordinated with Marla Oliaviar. <br \\/>There is an additional fee which varies greatly on your desired table decore.<br \\/>We advise wedding couples to budget $36 per table. <\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a901ee0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"e9791d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f05e807\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule a tour of The Vinewood Today!\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c0a92c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3cfae1c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"secondary\",\"text\":\"CHECK YOUR DATES \\/ CALENDAR OF EVENTS\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db5083b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"18c3e12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60121f3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"Pay Venue Deposit, Secure Your Date\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9185b59\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%224630%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f7932b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d007c0\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"FLOOR PLAN - PDF\",\"link\":{\"url\":\"https:\\/\\/drive.google.com\\/file\\/d\\/147NXaO11SOYE6DS6HITR9m4DzDPaZnup\\/view?usp=sharing\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d46af8e\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d7f6d96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ab17ac\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"Gallery 1\",\"_id\":\"220e6f5\",\"wp_gallery\":[{\"id\":4095,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\"},{\"id\":4101,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableScape-3.jpg\"},{\"id\":4194,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/ManizanaTables2-Web.jpg\"},{\"id\":4104,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableSetup.jpg\"},{\"id\":4093,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Decorations.jpg\"},{\"id\":4008,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-6-e1566582948853.jpg\"},{\"id\":4102,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableScape-Gold.jpg\"},{\"id\":4092,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Chairs.jpg\"}]}],\"thumbnail_size\":\"dreama-featured-image-small\",\"columns\":\"4\",\"gutter\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"content_delay_time\":\"0.50\"},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ceda537\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"height\":\"min-height\"},\"elements\":[{\"id\":\"42ba746\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3074,1684,'_wp_attached_file','2019/03/footer_07_bg_1.jpg'),(3075,1684,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:44.12776412776413;s:5:\"bytes\";i:22450;s:11:\"size_before\";i:50875;s:10:\"size_after\";i:28425;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.96;s:5:\"bytes\";i:413;s:11:\"size_before\";i:1088;s:10:\"size_after\";i:675;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.91;s:5:\"bytes\";i:290;s:11:\"size_before\";i:1266;s:10:\"size_after\";i:976;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.15;s:5:\"bytes\";i:1336;s:11:\"size_before\";i:3170;s:10:\"size_after\";i:1834;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.93;s:5:\"bytes\";i:2238;s:11:\"size_before\";i:4769;s:10:\"size_after\";i:2531;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.93;s:5:\"bytes\";i:1074;s:11:\"size_before\";i:2151;s:10:\"size_after\";i:1077;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.59;s:5:\"bytes\";i:1708;s:11:\"size_before\";i:3444;s:10:\"size_after\";i:1736;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.72;s:5:\"bytes\";i:5675;s:11:\"size_before\";i:10765;s:10:\"size_after\";i:5090;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.9;s:5:\"bytes\";i:2590;s:11:\"size_before\";i:4805;s:10:\"size_after\";i:2215;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.35;s:5:\"bytes\";i:1831;s:11:\"size_before\";i:3308;s:10:\"size_after\";i:1477;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.46;s:5:\"bytes\";i:458;s:11:\"size_before\";i:1456;s:10:\"size_after\";i:998;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.77;s:5:\"bytes\";i:290;s:11:\"size_before\";i:885;s:10:\"size_after\";i:595;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.3;s:5:\"bytes\";i:3718;s:11:\"size_before\";i:6723;s:10:\"size_after\";i:3005;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1077;s:10:\"size_after\";i:1077;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.6;s:5:\"bytes\";i:829;s:11:\"size_before\";i:2265;s:10:\"size_after\";i:1436;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:595;s:10:\"size_after\";i:595;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1077;s:10:\"size_after\";i:1077;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1436;s:10:\"size_after\";i:1436;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:595;s:10:\"size_after\";i:595;s:4:\"time\";d:0.01;}}}'),(3076,1684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:295;s:4:\"file\";s:26:\"2019/03/footer_07_bg_1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"footer_07_bg_1-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"footer_07_bg_1-1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"footer_07_bg_1-1400x405.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"footer_07_bg_1-400x84.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-885x405.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"footer_07_bg_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-600x127.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-600x127.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3078,1685,'_wp_attached_file','2019/03/footer_07_bg_2.jpg'),(3079,1685,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.615451238524166;s:5:\"bytes\";i:13722;s:11:\"size_before\";i:34638;s:10:\"size_after\";i:20916;s:4:\"time\";d:0.19000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.89;s:5:\"bytes\";i:413;s:11:\"size_before\";i:1090;s:10:\"size_after\";i:677;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.78;s:5:\"bytes\";i:256;s:11:\"size_before\";i:993;s:10:\"size_after\";i:737;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.69;s:5:\"bytes\";i:901;s:11:\"size_before\";i:2456;s:10:\"size_after\";i:1555;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.34;s:5:\"bytes\";i:1312;s:11:\"size_before\";i:3252;s:10:\"size_after\";i:1940;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.2;s:5:\"bytes\";i:827;s:11:\"size_before\";i:1752;s:10:\"size_after\";i:925;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.22;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:2368;s:10:\"size_after\";i:1155;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.13;s:5:\"bytes\";i:3123;s:11:\"size_before\";i:5991;s:10:\"size_after\";i:2868;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.02;s:5:\"bytes\";i:1493;s:11:\"size_before\";i:2816;s:10:\"size_after\";i:1323;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.66;s:5:\"bytes\";i:1037;s:11:\"size_before\";i:2088;s:10:\"size_after\";i:1051;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.77;s:5:\"bytes\";i:291;s:11:\"size_before\";i:1087;s:10:\"size_after\";i:796;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.73;s:5:\"bytes\";i:290;s:11:\"size_before\";i:886;s:10:\"size_after\";i:596;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.81;s:5:\"bytes\";i:2036;s:11:\"size_before\";i:4007;s:10:\"size_after\";i:1971;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:925;s:10:\"size_after\";i:925;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.74;s:5:\"bytes\";i:530;s:11:\"size_before\";i:1670;s:10:\"size_after\";i:1140;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:596;s:10:\"size_after\";i:596;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:925;s:10:\"size_after\";i:925;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1140;s:10:\"size_after\";i:1140;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:596;s:10:\"size_after\";i:596;s:4:\"time\";d:0.01;}}}'),(3080,1685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:158;s:4:\"file\";s:26:\"2019/03/footer_07_bg_2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"footer_07_bg_2-300x34.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"footer_07_bg_2-768x86.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"footer_07_bg_2-1024x115.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_2-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_2-474x216.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"footer_07_bg_2-1400x216.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_2-600x216.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_2-400x216.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"footer_07_bg_2-400x45.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_2-885x216.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"footer_07_bg_2-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"footer_07_bg_2-600x68.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_2-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"footer_07_bg_2-600x68.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"footer_07_bg_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3082,1687,'_wp_attached_file','2019/03/dma_decor8_2.png'),(3083,1687,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:75.5839057899902;s:5:\"bytes\";i:3851;s:11:\"size_before\";i:5095;s:10:\"size_after\";i:1244;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.58;s:5:\"bytes\";i:3851;s:11:\"size_before\";i:5095;s:10:\"size_after\";i:1244;s:4:\"time\";d:0.02;}}}'),(3084,1687,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:50;s:6:\"height\";i:42;s:4:\"file\";s:24:\"2019/03/dma_decor8_2.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3086,1733,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8188446913293856;s:5:\"bytes\";i:24364;s:11:\"size_before\";i:637994;s:10:\"size_after\";i:613630;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:279;s:11:\"size_before\";i:4814;s:10:\"size_after\";i:4535;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:536;s:11:\"size_before\";i:10858;s:10:\"size_after\";i:10322;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:3728;s:11:\"size_before\";i:84925;s:10:\"size_after\";i:81197;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:3899;s:11:\"size_before\";i:89696;s:10:\"size_after\";i:85797;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:775;s:11:\"size_before\";i:15647;s:10:\"size_after\";i:14872;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:1334;s:11:\"size_before\";i:26553;s:10:\"size_after\";i:25219;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:3307;s:11:\"size_before\";i:85531;s:10:\"size_after\";i:82224;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:1673;s:11:\"size_before\";i:37803;s:10:\"size_after\";i:36130;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:25569;s:10:\"size_after\";i:24307;s:4:\"time\";d:0.04;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:1498;s:11:\"size_before\";i:28652;s:10:\"size_after\";i:27154;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:153;s:11:\"size_before\";i:2743;s:10:\"size_after\";i:2590;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:3113;s:11:\"size_before\";i:77332;s:10:\"size_after\";i:74219;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14872;s:10:\"size_after\";i:14872;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:2807;s:11:\"size_before\";i:57877;s:10:\"size_after\";i:55070;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2590;s:10:\"size_after\";i:2590;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14872;s:10:\"size_after\";i:14872;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55070;s:10:\"size_after\";i:55070;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2590;s:10:\"size_after\";i:2590;s:4:\"time\";d:0.01;}}}'),(3085,1733,'_wp_attached_file','2019/03/g-0.jpg'),(3087,1733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1159;s:4:\"file\";s:15:\"2019/03/g-0.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"g-0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"g-0-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"g-0-768x989.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:989;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"g-0-795x1024.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"g-0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"g-0-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:15:\"g-0-900x700.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"g-0-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"g-0-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"g-0-400x515.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"g-0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:15:\"g-0-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"g-0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"g-0-600x773.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"g-0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"g-0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"g-0-600x773.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"g-0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3088,1734,'_wp_attached_file','2019/03/g-1.jpg'),(3089,1734,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.060443242874831;s:5:\"bytes\";i:13471;s:11:\"size_before\";i:440165;s:10:\"size_after\";i:426694;s:4:\"time\";d:0.5000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:181;s:11:\"size_before\";i:4277;s:10:\"size_after\";i:4096;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3;s:5:\"bytes\";i:215;s:11:\"size_before\";i:9363;s:10:\"size_after\";i:9148;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:2237;s:11:\"size_before\";i:56637;s:10:\"size_after\";i:54400;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:2462;s:11:\"size_before\";i:59908;s:10:\"size_after\";i:57446;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:267;s:11:\"size_before\";i:11990;s:10:\"size_after\";i:11723;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:557;s:11:\"size_before\";i:18584;s:10:\"size_after\";i:18027;s:4:\"time\";d:0.03;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:2199;s:11:\"size_before\";i:55059;s:10:\"size_after\";i:52860;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:902;s:11:\"size_before\";i:25118;s:10:\"size_after\";i:24216;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:463;s:11:\"size_before\";i:18175;s:10:\"size_after\";i:17712;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.38;s:5:\"bytes\";i:504;s:11:\"size_before\";i:21165;s:10:\"size_after\";i:20661;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:165;s:11:\"size_before\";i:2623;s:10:\"size_after\";i:2458;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:2027;s:11:\"size_before\";i:50944;s:10:\"size_after\";i:48917;s:4:\"time\";d:0.16;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11723;s:10:\"size_after\";i:11723;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:1292;s:11:\"size_before\";i:39626;s:10:\"size_after\";i:38334;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2458;s:10:\"size_after\";i:2458;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11723;s:10:\"size_after\";i:11723;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38334;s:10:\"size_after\";i:38334;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2458;s:10:\"size_after\";i:2458;s:4:\"time\";d:0.01;}}}'),(3090,1734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1159;s:4:\"file\";s:15:\"2019/03/g-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"g-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"g-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"g-1-768x989.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:989;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"g-1-795x1024.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"g-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"g-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:15:\"g-1-900x700.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"g-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"g-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"g-1-400x515.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"g-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:15:\"g-1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"g-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"g-1-600x773.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"g-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"g-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"g-1-600x773.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"g-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(18319,4715,'_elementor_version','2.8.4'),(18320,4715,'_elementor_pro_version','2.8.3'),(3094,1736,'_wp_attached_file','2019/03/g-3.jpg'),(3095,1736,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7360448865504767;s:5:\"bytes\";i:21300;s:11:\"size_before\";i:778496;s:10:\"size_after\";i:757196;s:4:\"time\";d:0.4000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:327;s:11:\"size_before\";i:5922;s:10:\"size_after\";i:5595;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:635;s:11:\"size_before\";i:14338;s:10:\"size_after\";i:13703;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:2783;s:11:\"size_before\";i:109174;s:10:\"size_after\";i:106391;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:2704;s:11:\"size_before\";i:115100;s:10:\"size_after\";i:112396;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:19038;s:10:\"size_after\";i:18031;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:29467;s:10:\"size_after\";i:28112;s:4:\"time\";d:0.03;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:2526;s:11:\"size_before\";i:97434;s:10:\"size_after\";i:94908;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:1625;s:11:\"size_before\";i:41610;s:10:\"size_after\";i:39985;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:1466;s:11:\"size_before\";i:30472;s:10:\"size_after\";i:29006;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:1801;s:11:\"size_before\";i:36962;s:10:\"size_after\";i:35161;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:218;s:11:\"size_before\";i:3323;s:10:\"size_after\";i:3105;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.51;s:5:\"bytes\";i:2205;s:11:\"size_before\";i:87870;s:10:\"size_after\";i:85665;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18031;s:10:\"size_after\";i:18031;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:2648;s:11:\"size_before\";i:74081;s:10:\"size_after\";i:71433;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3105;s:10:\"size_after\";i:3105;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18031;s:10:\"size_after\";i:18031;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:71433;s:10:\"size_after\";i:71433;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3105;s:10:\"size_after\";i:3105;s:4:\"time\";d:0.01;}}}'),(3096,1736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1160;s:4:\"file\";s:15:\"2019/03/g-3.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"g-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"g-3-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"g-3-768x990.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:990;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"g-3-794x1024.jpg\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"g-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"g-3-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:15:\"g-3-900x700.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"g-3-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"g-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"g-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"g-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:15:\"g-3-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"g-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"g-3-600x773.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"g-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"g-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"g-3-600x773.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"g-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3097,1737,'_wp_attached_file','2019/03/g-4.jpg'),(3098,1737,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.950485459462391;s:5:\"bytes\";i:25555;s:11:\"size_before\";i:516212;s:10:\"size_after\";i:490657;s:4:\"time\";d:0.37000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:299;s:11:\"size_before\";i:5047;s:10:\"size_after\";i:4748;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:565;s:11:\"size_before\";i:10606;s:10:\"size_after\";i:10041;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:4150;s:11:\"size_before\";i:64326;s:10:\"size_after\";i:60176;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:4372;s:11:\"size_before\";i:67717;s:10:\"size_after\";i:63345;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:751;s:11:\"size_before\";i:14658;s:10:\"size_after\";i:13907;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:23118;s:10:\"size_after\";i:21847;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:3712;s:11:\"size_before\";i:66986;s:10:\"size_after\";i:63274;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:1694;s:11:\"size_before\";i:31964;s:10:\"size_after\";i:30270;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:22322;s:10:\"size_after\";i:21170;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1321;s:11:\"size_before\";i:24176;s:10:\"size_after\";i:22855;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:170;s:11:\"size_before\";i:2836;s:10:\"size_after\";i:2666;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:3434;s:11:\"size_before\";i:61948;s:10:\"size_after\";i:58514;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13907;s:10:\"size_after\";i:13907;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:2664;s:11:\"size_before\";i:45013;s:10:\"size_after\";i:42349;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2666;s:10:\"size_after\";i:2666;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13907;s:10:\"size_after\";i:13907;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42349;s:10:\"size_after\";i:42349;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2666;s:10:\"size_after\";i:2666;s:4:\"time\";d:0.01;}}}'),(3099,1737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1161;s:4:\"file\";s:15:\"2019/03/g-4.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"g-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"g-4-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"g-4-768x991.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:991;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"g-4-794x1024.jpg\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"g-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"g-4-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:15:\"g-4-900x700.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"g-4-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"g-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"g-4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"g-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:15:\"g-4-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"g-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"g-4-600x774.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"g-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"g-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"g-4-600x774.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"g-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3100,1744,'_wp_attached_file','2019/03/brand1.jpg'),(3101,1744,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.342962507682852;s:5:\"bytes\";i:516;s:11:\"size_before\";i:8135;s:10:\"size_after\";i:7619;s:4:\"time\";d:0.060000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.78;s:5:\"bytes\";i:281;s:11:\"size_before\";i:2386;s:10:\"size_after\";i:2105;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.34;s:5:\"bytes\";i:235;s:11:\"size_before\";i:2073;s:10:\"size_after\";i:1838;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1838;s:10:\"size_after\";i:1838;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1838;s:10:\"size_after\";i:1838;s:4:\"time\";d:0.01;}}}'),(3102,1744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:73;s:4:\"file\";s:18:\"2019/03/brand1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"brand1-150x73.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:17:\"brand1-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"brand1-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"brand1-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3103,1747,'_wp_attached_file','2019/03/brand2.jpg'),(3104,1747,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.6917658489191165;s:5:\"bytes\";i:551;s:11:\"size_before\";i:8234;s:10:\"size_after\";i:7683;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.68;s:5:\"bytes\";i:289;s:11:\"size_before\";i:2707;s:10:\"size_after\";i:2418;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.99;s:5:\"bytes\";i:262;s:11:\"size_before\";i:2017;s:10:\"size_after\";i:1755;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1755;s:10:\"size_after\";i:1755;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1755;s:10:\"size_after\";i:1755;s:4:\"time\";d:0.01;}}}'),(3105,1747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:73;s:4:\"file\";s:18:\"2019/03/brand2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"brand2-150x73.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:17:\"brand2-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"brand2-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"brand2-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3106,1748,'_wp_attached_file','2019/03/brand3.jpg'),(3107,1748,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.546294893165631;s:5:\"bytes\";i:732;s:11:\"size_before\";i:13198;s:10:\"size_after\";i:12466;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.81;s:5:\"bytes\";i:419;s:11:\"size_before\";i:4269;s:10:\"size_after\";i:3850;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.83;s:5:\"bytes\";i:313;s:11:\"size_before\";i:3185;s:10:\"size_after\";i:2872;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2872;s:10:\"size_after\";i:2872;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2872;s:10:\"size_after\";i:2872;s:4:\"time\";d:0.01;}}}'),(3108,1748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:73;s:4:\"file\";s:18:\"2019/03/brand3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"brand3-150x73.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:17:\"brand3-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"brand3-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"brand3-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3109,1749,'_wp_attached_file','2019/03/brand4.jpg'),(3110,1749,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.111705190425269;s:5:\"bytes\";i:743;s:11:\"size_before\";i:12157;s:10:\"size_after\";i:11414;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.51;s:5:\"bytes\";i:424;s:11:\"size_before\";i:3684;s:10:\"size_after\";i:3260;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5;s:5:\"bytes\";i:319;s:11:\"size_before\";i:3037;s:10:\"size_after\";i:2718;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2718;s:10:\"size_after\";i:2718;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2718;s:10:\"size_after\";i:2718;s:4:\"time\";d:0.01;}}}'),(3111,1749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:73;s:4:\"file\";s:18:\"2019/03/brand4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"brand4-150x73.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:17:\"brand4-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"brand4-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"brand4-100x73.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3115,1780,'_wp_attached_file','2019/03/dma_banner8_1.jpg'),(3116,1780,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7091743542739577;s:5:\"bytes\";i:5625;s:11:\"size_before\";i:151651;s:10:\"size_after\";i:146026;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:345;s:11:\"size_before\";i:5832;s:10:\"size_after\";i:5487;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:794;s:11:\"size_before\";i:14690;s:10:\"size_after\";i:13896;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:708;s:11:\"size_before\";i:15746;s:10:\"size_after\";i:15038;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:1298;s:11:\"size_before\";i:28015;s:10:\"size_after\";i:26717;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:1175;s:11:\"size_before\";i:25251;s:10:\"size_after\";i:24076;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:1084;s:11:\"size_before\";i:22241;s:10:\"size_after\";i:21157;s:4:\"time\";d:0.06;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:221;s:11:\"size_before\";i:3414;s:10:\"size_after\";i:3193;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15038;s:10:\"size_after\";i:15038;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3193;s:10:\"size_after\";i:3193;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15038;s:10:\"size_after\";i:15038;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3193;s:10:\"size_after\";i:3193;s:4:\"time\";d:0.01;}}}'),(3117,1780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:357;s:4:\"file\";s:25:\"2019/03/dma_banner8_1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"dma_banner8_1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"dma_banner8_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"dma_banner8_1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"dma_banner8_1-400x357.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"dma_banner8_1-400x291.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dma_banner8_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dma_banner8_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3118,1781,'_wp_attached_file','2019/03/dma_banner8_2.jpg'),(3119,1781,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5885182011664223;s:5:\"bytes\";i:3746;s:11:\"size_before\";i:144716;s:10:\"size_after\";i:140970;s:4:\"time\";d:0.19999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:343;s:11:\"size_before\";i:6349;s:10:\"size_after\";i:6006;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:463;s:11:\"size_before\";i:12532;s:10:\"size_after\";i:12069;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:615;s:11:\"size_before\";i:16902;s:10:\"size_after\";i:16287;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.14;s:5:\"bytes\";i:711;s:11:\"size_before\";i:22663;s:10:\"size_after\";i:21952;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:792;s:11:\"size_before\";i:24350;s:10:\"size_after\";i:23558;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:595;s:11:\"size_before\";i:18847;s:10:\"size_after\";i:18252;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:227;s:11:\"size_before\";i:3651;s:10:\"size_after\";i:3424;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16287;s:10:\"size_after\";i:16287;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3424;s:10:\"size_after\";i:3424;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16287;s:10:\"size_after\";i:16287;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3424;s:10:\"size_after\";i:3424;s:4:\"time\";d:0.01;}}}'),(3120,1781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:357;s:4:\"file\";s:25:\"2019/03/dma_banner8_2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"dma_banner8_2-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"dma_banner8_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"dma_banner8_2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"dma_banner8_2-400x357.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"dma_banner8_2-400x291.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dma_banner8_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dma_banner8_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3121,1782,'_wp_attached_file','2019/03/dma_banner8_3.jpg'),(3122,1782,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.632046665403163;s:5:\"bytes\";i:6899;s:11:\"size_before\";i:189948;s:10:\"size_after\";i:183049;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.72;s:5:\"bytes\";i:490;s:11:\"size_before\";i:7295;s:10:\"size_after\";i:6805;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:969;s:11:\"size_before\";i:17277;s:10:\"size_after\";i:16308;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:1024;s:11:\"size_before\";i:21090;s:10:\"size_after\";i:20066;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1393;s:11:\"size_before\";i:32801;s:10:\"size_after\";i:31408;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:1489;s:11:\"size_before\";i:33081;s:10:\"size_after\";i:31592;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:1217;s:11:\"size_before\";i:26525;s:10:\"size_after\";i:25308;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.68;s:5:\"bytes\";i:317;s:11:\"size_before\";i:4127;s:10:\"size_after\";i:3810;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20066;s:10:\"size_after\";i:20066;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3810;s:10:\"size_after\";i:3810;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20066;s:10:\"size_after\";i:20066;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3810;s:10:\"size_after\";i:3810;s:4:\"time\";d:0.01;}}}'),(3123,1782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:357;s:4:\"file\";s:25:\"2019/03/dma_banner8_3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"dma_banner8_3-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"dma_banner8_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"dma_banner8_3-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"dma_banner8_3-400x357.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"dma_banner8_3-400x291.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dma_banner8_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dma_banner8_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3124,1783,'_wp_attached_file','2019/03/dma_banner8_4.jpg'),(3125,1783,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.676474895581318;s:5:\"bytes\";i:6276;s:11:\"size_before\";i:170707;s:10:\"size_after\";i:164431;s:4:\"time\";d:0.10999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:468;s:11:\"size_before\";i:7154;s:10:\"size_after\";i:6686;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:794;s:11:\"size_before\";i:14624;s:10:\"size_after\";i:13830;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:991;s:11:\"size_before\";i:19837;s:10:\"size_after\";i:18846;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:1249;s:11:\"size_before\";i:27959;s:10:\"size_after\";i:26710;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:1473;s:11:\"size_before\";i:29456;s:10:\"size_after\";i:27983;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:22512;s:10:\"size_after\";i:21476;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:265;s:11:\"size_before\";i:4001;s:10:\"size_after\";i:3736;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18846;s:10:\"size_after\";i:18846;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3736;s:10:\"size_after\";i:3736;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18846;s:10:\"size_after\";i:18846;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3736;s:10:\"size_after\";i:3736;s:4:\"time\";d:0.01;}}}'),(3126,1783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:357;s:4:\"file\";s:25:\"2019/03/dma_banner8_4.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_4-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:\"dma_banner8_4-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"dma_banner8_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"dma_banner8_4-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"dma_banner8_4-400x357.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"dma_banner8_4-400x291.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dma_banner8_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dma_banner8_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner8_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3127,1857,'_wp_attached_file','2019/03/bg5.jpg'),(3128,1857,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.91027149108361;s:5:\"bytes\";i:32152;s:11:\"size_before\";i:170024;s:10:\"size_after\";i:137872;s:4:\"time\";d:1.0300000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.04;s:5:\"bytes\";i:286;s:11:\"size_before\";i:2375;s:10:\"size_after\";i:2089;s:4:\"time\";d:0.79;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.02;s:5:\"bytes\";i:499;s:11:\"size_before\";i:3115;s:10:\"size_after\";i:2616;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.31;s:5:\"bytes\";i:2586;s:11:\"size_before\";i:12735;s:10:\"size_after\";i:10149;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.9;s:5:\"bytes\";i:4624;s:11:\"size_before\";i:19347;s:10:\"size_after\";i:14723;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71;s:5:\"bytes\";i:891;s:11:\"size_before\";i:5670;s:10:\"size_after\";i:4779;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.2;s:5:\"bytes\";i:1616;s:11:\"size_before\";i:9397;s:10:\"size_after\";i:7781;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.68;s:5:\"bytes\";i:9367;s:11:\"size_before\";i:36469;s:10:\"size_after\";i:27102;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.83;s:5:\"bytes\";i:2383;s:11:\"size_before\";i:12654;s:10:\"size_after\";i:10271;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.13;s:5:\"bytes\";i:1499;s:11:\"size_before\";i:8269;s:10:\"size_after\";i:6770;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42;s:5:\"bytes\";i:758;s:11:\"size_before\";i:4615;s:10:\"size_after\";i:3857;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.59;s:5:\"bytes\";i:173;s:11:\"size_before\";i:1634;s:10:\"size_after\";i:1461;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.13;s:5:\"bytes\";i:5769;s:11:\"size_before\";i:26071;s:10:\"size_after\";i:20302;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4779;s:10:\"size_after\";i:4779;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.14;s:5:\"bytes\";i:1701;s:11:\"size_before\";i:8447;s:10:\"size_after\";i:6746;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1461;s:10:\"size_after\";i:1461;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4779;s:10:\"size_after\";i:4779;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6746;s:10:\"size_after\";i:6746;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1461;s:10:\"size_after\";i:1461;s:4:\"time\";d:0.01;}}}'),(3129,1857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:629;s:4:\"file\";s:15:\"2019/03/bg5.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bg5-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"bg5-768x345.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"bg5-1024x460.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"bg5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"bg5-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:16:\"bg5-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"bg5-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"bg5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"bg5-400x180.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"bg5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:15:\"bg5-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"bg5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"bg5-600x270.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"bg5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"bg5-600x270.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3130,1873,'_wp_attached_file','2019/03/footer_16_bg.jpg'),(3131,1873,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8764815334030027;s:5:\"bytes\";i:3681;s:11:\"size_before\";i:196165;s:10:\"size_after\";i:192484;s:4:\"time\";d:0.47;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:173;s:11:\"size_before\";i:3703;s:10:\"size_after\";i:3530;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:182;s:11:\"size_before\";i:3415;s:10:\"size_after\";i:3233;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.82;s:5:\"bytes\";i:222;s:11:\"size_before\";i:12189;s:10:\"size_after\";i:11967;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8;s:5:\"bytes\";i:330;s:11:\"size_before\";i:18331;s:10:\"size_after\";i:18001;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62;s:5:\"bytes\";i:232;s:11:\"size_before\";i:8853;s:10:\"size_after\";i:8621;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:317;s:11:\"size_before\";i:13263;s:10:\"size_after\";i:12946;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7;s:5:\"bytes\";i:624;s:11:\"size_before\";i:36773;s:10:\"size_after\";i:36149;s:4:\"time\";d:0.08;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.07;s:5:\"bytes\";i:361;s:11:\"size_before\";i:17422;s:10:\"size_after\";i:17061;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.07;s:5:\"bytes\";i:243;s:11:\"size_before\";i:11724;s:10:\"size_after\";i:11481;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:210;s:11:\"size_before\";i:4951;s:10:\"size_after\";i:4741;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:135;s:11:\"size_before\";i:2364;s:10:\"size_after\";i:2229;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.67;s:5:\"bytes\";i:412;s:11:\"size_before\";i:24695;s:10:\"size_after\";i:24283;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8621;s:10:\"size_after\";i:8621;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:240;s:11:\"size_before\";i:8511;s:10:\"size_after\";i:8271;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2229;s:10:\"size_after\";i:2229;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8621;s:10:\"size_after\";i:8621;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8271;s:10:\"size_after\";i:8271;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2229;s:10:\"size_after\";i:2229;s:4:\"time\";d:0.17;}}}'),(3132,1873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:242;s:4:\"file\";s:24:\"2019/03/footer_16_bg.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-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:\"footer_16_bg-300x52.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-768x133.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"footer_16_bg-1024x177.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"footer_16_bg-1400x332.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-600x332.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-400x332.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"footer_16_bg-400x69.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-885x332.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"footer_16_bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-600x104.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-600x104.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"footer_16_bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3134,2050,'_wp_attached_file','2019/03/bg7.jpg'),(3135,2050,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.0033064853002607;s:5:\"bytes\";i:10215;s:11:\"size_before\";i:509907;s:10:\"size_after\";i:499692;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:401;s:11:\"size_before\";i:6242;s:10:\"size_after\";i:5841;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:579;s:11:\"size_before\";i:12677;s:10:\"size_after\";i:12098;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.01;s:5:\"bytes\";i:946;s:11:\"size_before\";i:46996;s:10:\"size_after\";i:46050;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.56;s:5:\"bytes\";i:1097;s:11:\"size_before\";i:70115;s:10:\"size_after\";i:69018;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:637;s:11:\"size_before\";i:16188;s:10:\"size_after\";i:15551;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:774;s:11:\"size_before\";i:24439;s:10:\"size_after\";i:23665;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.42;s:5:\"bytes\";i:1238;s:11:\"size_before\";i:87445;s:10:\"size_after\";i:86207;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:925;s:11:\"size_before\";i:32832;s:10:\"size_after\";i:31907;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:792;s:11:\"size_before\";i:23806;s:10:\"size_after\";i:23014;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:693;s:11:\"size_before\";i:18843;s:10:\"size_after\";i:18150;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:229;s:11:\"size_before\";i:3662;s:10:\"size_after\";i:3433;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.66;s:5:\"bytes\";i:1034;s:11:\"size_before\";i:62406;s:10:\"size_after\";i:61372;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15551;s:10:\"size_after\";i:15551;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:870;s:11:\"size_before\";i:33579;s:10:\"size_after\";i:32709;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3433;s:10:\"size_after\";i:3433;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15551;s:10:\"size_after\";i:15551;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32709;s:10:\"size_after\";i:32709;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3433;s:10:\"size_after\";i:3433;s:4:\"time\";d:0.03;}}}'),(3136,2050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:938;s:4:\"file\";s:15:\"2019/03/bg7.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bg7-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"bg7-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"bg7-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"bg7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"bg7-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:16:\"bg7-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"bg7-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"bg7-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"bg7-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"bg7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:15:\"bg7-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"bg7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"bg7-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"bg7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"bg7-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3138,2089,'_wp_attached_file','2019/03/bg9.jpg'),(3139,2089,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.757037037037039;s:5:\"bytes\";i:19922;s:11:\"size_before\";i:135000;s:10:\"size_after\";i:115078;s:4:\"time\";d:0.28;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.54;s:5:\"bytes\";i:232;s:11:\"size_before\";i:1713;s:10:\"size_after\";i:1481;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.16;s:5:\"bytes\";i:278;s:11:\"size_before\";i:2112;s:10:\"size_after\";i:1834;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.07;s:5:\"bytes\";i:1286;s:11:\"size_before\";i:8532;s:10:\"size_after\";i:7246;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.01;s:5:\"bytes\";i:2353;s:11:\"size_before\";i:12376;s:10:\"size_after\";i:10023;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9;s:5:\"bytes\";i:640;s:11:\"size_before\";i:4025;s:10:\"size_after\";i:3385;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:7880;s:10:\"size_after\";i:6777;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.69;s:5:\"bytes\";i:6034;s:11:\"size_before\";i:34117;s:10:\"size_after\";i:28083;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.86;s:5:\"bytes\";i:1676;s:11:\"size_before\";i:11276;s:10:\"size_after\";i:9600;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.93;s:5:\"bytes\";i:1184;s:11:\"size_before\";i:6254;s:10:\"size_after\";i:5070;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.92;s:5:\"bytes\";i:400;s:11:\"size_before\";i:3095;s:10:\"size_after\";i:2695;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.45;s:5:\"bytes\";i:155;s:11:\"size_before\";i:1245;s:10:\"size_after\";i:1090;s:4:\"time\";d:0.03;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.2;s:5:\"bytes\";i:3803;s:11:\"size_before\";i:23473;s:10:\"size_after\";i:19670;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3385;s:10:\"size_after\";i:3385;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:778;s:11:\"size_before\";i:5365;s:10:\"size_after\";i:4587;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1090;s:10:\"size_after\";i:1090;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3385;s:10:\"size_after\";i:3385;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4587;s:10:\"size_after\";i:4587;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1090;s:10:\"size_after\";i:1090;s:4:\"time\";d:0.01;}}}'),(3140,2089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:409;s:4:\"file\";s:15:\"2019/03/bg9.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg9-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:14:\"bg9-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"bg9-768x224.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"bg9-1024x299.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"bg9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"bg9-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:16:\"bg9-1400x561.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"bg9-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"bg9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"bg9-400x117.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"bg9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:15:\"bg9-885x561.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"bg9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"bg9-600x175.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"bg9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"bg9-600x175.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3142,2105,'_wp_attached_file','2019/03/bn8.jpg'),(3143,2105,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.101454416459737;s:5:\"bytes\";i:516;s:11:\"size_before\";i:8457;s:10:\"size_after\";i:7941;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.25;s:5:\"bytes\";i:270;s:11:\"size_before\";i:2400;s:10:\"size_after\";i:2130;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.27;s:5:\"bytes\";i:246;s:11:\"size_before\";i:2183;s:10:\"size_after\";i:1937;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1937;s:10:\"size_after\";i:1937;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1937;s:10:\"size_after\";i:1937;s:4:\"time\";d:0.01;}}}'),(3144,2105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:68;s:4:\"file\";s:15:\"2019/03/bn8.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bn8-150x68.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:14:\"bn8-100x68.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"bn8-100x68.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"bn8-100x68.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3146,2106,'_wp_attached_file','2019/03/bn9.jpg'),(3147,2106,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.240754437869823;s:5:\"bytes\";i:675;s:11:\"size_before\";i:10816;s:10:\"size_after\";i:10141;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.25;s:5:\"bytes\";i:357;s:11:\"size_before\";i:3172;s:10:\"size_after\";i:2815;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.52;s:5:\"bytes\";i:318;s:11:\"size_before\";i:2760;s:10:\"size_after\";i:2442;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2442;s:10:\"size_after\";i:2442;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2442;s:10:\"size_after\";i:2442;s:4:\"time\";d:0.01;}}}'),(3148,2106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:68;s:4:\"file\";s:15:\"2019/03/bn9.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bn9-150x68.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:14:\"bn9-100x68.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"bn9-100x68.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"bn9-100x68.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3150,2109,'_wp_attached_file','2019/03/Service_bg1.jpg'),(3151,2109,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.979120478530111;s:5:\"bytes\";i:12994;s:11:\"size_before\";i:436169;s:10:\"size_after\";i:423175;s:4:\"time\";d:0.30000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:487;s:11:\"size_before\";i:6774;s:10:\"size_after\";i:6287;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:815;s:11:\"size_before\";i:14397;s:10:\"size_after\";i:13582;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:1438;s:11:\"size_before\";i:49731;s:10:\"size_after\";i:48293;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:822;s:11:\"size_before\";i:16524;s:10:\"size_after\";i:15702;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:25349;s:10:\"size_after\";i:24237;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.65;s:5:\"bytes\";i:1790;s:11:\"size_before\";i:67427;s:10:\"size_after\";i:65637;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:33588;s:10:\"size_after\";i:32317;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:989;s:11:\"size_before\";i:23823;s:10:\"size_after\";i:22834;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:20935;s:10:\"size_after\";i:19913;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9;s:5:\"bytes\";i:329;s:11:\"size_before\";i:4167;s:10:\"size_after\";i:3838;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.56;s:5:\"bytes\";i:1620;s:11:\"size_before\";i:63161;s:10:\"size_after\";i:61541;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15702;s:10:\"size_after\";i:15702;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:1299;s:11:\"size_before\";i:36256;s:10:\"size_after\";i:34957;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3838;s:10:\"size_after\";i:3838;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15702;s:10:\"size_after\";i:15702;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34957;s:10:\"size_after\";i:34957;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3838;s:10:\"size_after\";i:3838;s:4:\"time\";d:0.01;}}}'),(3152,2109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2019/03/Service_bg1.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Service_bg1-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:\"Service_bg1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Service_bg1-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"Service_bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"Service_bg1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:23:\"Service_bg1-960x700.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"Service_bg1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"Service_bg1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"Service_bg1-400x292.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"Service_bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:23:\"Service_bg1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Service_bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Service_bg1-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Service_bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Service_bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Service_bg1-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Service_bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3154,2112,'_wp_attached_file','2019/03/img-decor5.png'),(3155,2112,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1066312;s:10:\"size_after\";i:1066312;s:4:\"time\";d:1.81;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36456;s:10:\"size_after\";i:36456;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:73573;s:10:\"size_after\";i:73573;s:4:\"time\";d:0.07;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:129840;s:10:\"size_after\";i:129840;s:4:\"time\";d:0.14;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:145526;s:10:\"size_after\";i:145526;s:4:\"time\";d:0.15;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:181831;s:10:\"size_after\";i:181831;s:4:\"time\";d:0.18;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:187233;s:10:\"size_after\";i:187233;s:4:\"time\";d:0.2;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17391;s:10:\"size_after\";i:17391;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:129840;s:10:\"size_after\";i:129840;s:4:\"time\";d:0.13;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17391;s:10:\"size_after\";i:17391;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:129840;s:10:\"size_after\";i:129840;s:4:\"time\";d:0.85;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17391;s:10:\"size_after\";i:17391;s:4:\"time\";d:0.02;}}}'),(3156,2112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:352;s:6:\"height\";i:660;s:4:\"file\";s:22:\"2019/03/img-decor5.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor5-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:22:\"img-decor5-160x300.png\";s:5:\"width\";i:160;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:22:\"img-decor5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:22:\"img-decor5-352x324.png\";s:5:\"width\";i:352;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:22:\"img-decor5-352x390.png\";s:5:\"width\";i:352;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:22:\"img-decor5-352x400.png\";s:5:\"width\";i:352;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"img-decor5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"img-decor5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3158,2145,'_wp_attached_file','2019/03/gift_b1.png'),(3071,1679,'_wp_attached_file','2019/03/dma_decor8_1.png'),(3072,1679,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.524327418431596;s:5:\"bytes\";i:1094;s:11:\"size_before\";i:8735;s:10:\"size_after\";i:7641;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.05;s:5:\"bytes\";i:1094;s:11:\"size_before\";i:3641;s:10:\"size_after\";i:2547;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2547;s:10:\"size_after\";i:2547;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2547;s:10:\"size_after\";i:2547;s:4:\"time\";d:0.02;}}}'),(3073,1679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:124;s:6:\"height\";i:58;s:4:\"file\";s:24:\"2019/03/dma_decor8_1.png\";s:5:\"sizes\";a:3:{s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"dma_decor8_1-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"dma_decor8_1-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"dma_decor8_1-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3070,1439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1056;s:4:\"file\";s:21:\"2019/03/dma_bg6_4.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dma_bg6_4-1024x772.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:22:\"dma_bg6_4-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-400x302.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"dma_bg6_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-600x452.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-600x452.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"dma_bg6_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3001,663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:429;s:4:\"file\";s:26:\"2019/03/dma_banner5_12.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_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:26:\"dma_banner5_12-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"dma_banner5_12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"dma_banner5_12-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"dma_banner5_12-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"dma_banner5_12-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"dma_banner5_12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"dma_banner5_12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3002,663,'_typist_tech_image_optimized','1'),(3003,674,'_wp_attached_file','2019/03/about-company_b2.jpg'),(3004,674,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8983768871344995;s:5:\"bytes\";i:5316;s:11:\"size_before\";i:183413;s:10:\"size_after\";i:178097;s:4:\"time\";d:0.6800000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:413;s:11:\"size_before\";i:6292;s:10:\"size_after\";i:5879;s:4:\"time\";d:0.52;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:581;s:11:\"size_before\";i:13686;s:10:\"size_after\";i:13105;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:603;s:11:\"size_before\";i:16215;s:10:\"size_after\";i:15612;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:756;s:11:\"size_before\";i:24516;s:10:\"size_after\";i:23760;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:35826;s:10:\"size_after\";i:34622;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:802;s:11:\"size_before\";i:24407;s:10:\"size_after\";i:23605;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:680;s:11:\"size_before\";i:20557;s:10:\"size_after\";i:19877;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.39;s:5:\"bytes\";i:277;s:11:\"size_before\";i:3748;s:10:\"size_after\";i:3471;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15612;s:10:\"size_after\";i:15612;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3471;s:10:\"size_after\";i:3471;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15612;s:10:\"size_after\";i:15612;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3471;s:10:\"size_after\";i:3471;s:4:\"time\";d:0.01;}}}'),(3005,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:457;s:4:\"file\";s:28:\"2019/03/about-company_b2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b2-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:28:\"about-company_b2-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:28:\"about-company_b2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:28:\"about-company_b2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:28:\"about-company_b2-590x390.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:28:\"about-company_b2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:28:\"about-company_b2-400x310.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"about-company_b2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"about-company_b2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3006,674,'_typist_tech_image_optimized','1'),(3008,681,'_wp_attached_file','2019/03/about-company_b3.jpg'),(3009,681,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9373908210258852;s:5:\"bytes\";i:7934;s:11:\"size_before\";i:201504;s:10:\"size_after\";i:193570;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:432;s:11:\"size_before\";i:6568;s:10:\"size_after\";i:6136;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:845;s:11:\"size_before\";i:15167;s:10:\"size_after\";i:14322;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:910;s:11:\"size_before\";i:17729;s:10:\"size_after\";i:16819;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:1324;s:11:\"size_before\";i:27815;s:10:\"size_after\";i:26491;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:1844;s:11:\"size_before\";i:40378;s:10:\"size_after\";i:38534;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:26302;s:10:\"size_after\";i:25116;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:1104;s:11:\"size_before\";i:22827;s:10:\"size_after\";i:21723;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44;s:5:\"bytes\";i:289;s:11:\"size_before\";i:3886;s:10:\"size_after\";i:3597;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16819;s:10:\"size_after\";i:16819;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3597;s:10:\"size_after\";i:3597;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16819;s:10:\"size_after\";i:16819;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3597;s:10:\"size_after\";i:3597;s:4:\"time\";d:0.01;}}}'),(3010,681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:457;s:4:\"file\";s:28:\"2019/03/about-company_b3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b3-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:28:\"about-company_b3-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:28:\"about-company_b3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:28:\"about-company_b3-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:28:\"about-company_b3-590x390.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:28:\"about-company_b3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:28:\"about-company_b3-400x310.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"about-company_b3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"about-company_b3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3011,681,'_typist_tech_image_optimized','1'),(3013,682,'_wp_attached_file','2019/03/about-company_b4.jpg'),(3014,682,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.203657788522503;s:5:\"bytes\";i:6215;s:11:\"size_before\";i:193997;s:10:\"size_after\";i:187782;s:4:\"time\";d:0.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:396;s:11:\"size_before\";i:6376;s:10:\"size_after\";i:5980;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:660;s:11:\"size_before\";i:14636;s:10:\"size_after\";i:13976;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:740;s:11:\"size_before\";i:17142;s:10:\"size_after\";i:16402;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:965;s:11:\"size_before\";i:26269;s:10:\"size_after\";i:25304;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:1386;s:11:\"size_before\";i:38300;s:10:\"size_after\";i:36914;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:906;s:11:\"size_before\";i:25637;s:10:\"size_after\";i:24731;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:878;s:11:\"size_before\";i:22094;s:10:\"size_after\";i:21216;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:284;s:11:\"size_before\";i:3769;s:10:\"size_after\";i:3485;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16402;s:10:\"size_after\";i:16402;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3485;s:10:\"size_after\";i:3485;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16402;s:10:\"size_after\";i:16402;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3485;s:10:\"size_after\";i:3485;s:4:\"time\";d:0.01;}}}'),(3015,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:457;s:4:\"file\";s:28:\"2019/03/about-company_b4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b4-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:28:\"about-company_b4-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:28:\"about-company_b4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:28:\"about-company_b4-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:28:\"about-company_b4-590x390.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:28:\"about-company_b4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:28:\"about-company_b4-400x310.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"about-company_b4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"about-company_b4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3016,682,'_typist_tech_image_optimized','1'),(3018,683,'_wp_attached_file','2019/03/about-company_b5.jpg'),(3019,683,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.891842744507321;s:5:\"bytes\";i:14419;s:11:\"size_before\";i:294756;s:10:\"size_after\";i:280337;s:4:\"time\";d:0.18000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:686;s:11:\"size_before\";i:8894;s:10:\"size_after\";i:8208;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1371;s:11:\"size_before\";i:21232;s:10:\"size_after\";i:19861;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:1722;s:11:\"size_before\";i:26561;s:10:\"size_after\";i:24839;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:2408;s:11:\"size_before\";i:40430;s:10:\"size_after\";i:38022;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:3503;s:11:\"size_before\";i:60265;s:10:\"size_after\";i:56762;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:2342;s:11:\"size_before\";i:40610;s:10:\"size_after\";i:38268;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:1985;s:11:\"size_before\";i:33400;s:10:\"size_after\";i:31415;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.32;s:5:\"bytes\";i:402;s:11:\"size_before\";i:4830;s:10:\"size_after\";i:4428;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24839;s:10:\"size_after\";i:24839;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4428;s:10:\"size_after\";i:4428;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24839;s:10:\"size_after\";i:24839;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4428;s:10:\"size_after\";i:4428;s:4:\"time\";d:0.01;}}}'),(3020,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:457;s:4:\"file\";s:28:\"2019/03/about-company_b5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b5-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:28:\"about-company_b5-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:28:\"about-company_b5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:28:\"about-company_b5-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:28:\"about-company_b5-590x390.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:28:\"about-company_b5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:28:\"about-company_b5-400x310.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"about-company_b5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"about-company_b5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3021,683,'_typist_tech_image_optimized','1'),(3023,684,'_wp_attached_file','2019/03/about-company_b6.jpg'),(3024,684,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.430238199259698;s:5:\"bytes\";i:9067;s:11:\"size_before\";i:373091;s:10:\"size_after\";i:364024;s:4:\"time\";d:0.3400000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.08;s:5:\"bytes\";i:304;s:11:\"size_before\";i:5004;s:10:\"size_after\";i:4700;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:443;s:11:\"size_before\";i:7868;s:10:\"size_after\";i:7425;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:882;s:11:\"size_before\";i:29088;s:10:\"size_after\";i:28206;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:44381;s:10:\"size_after\";i:43289;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:417;s:11:\"size_before\";i:11788;s:10:\"size_after\";i:11371;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:575;s:11:\"size_before\";i:19673;s:10:\"size_after\";i:19098;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.92;s:5:\"bytes\";i:1521;s:11:\"size_before\";i:79389;s:10:\"size_after\";i:77868;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:663;s:11:\"size_before\";i:26348;s:10:\"size_after\";i:25685;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:506;s:11:\"size_before\";i:16819;s:10:\"size_after\";i:16313;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:577;s:11:\"size_before\";i:11828;s:10:\"size_after\";i:11251;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:228;s:11:\"size_before\";i:3183;s:10:\"size_after\";i:2955;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:1135;s:11:\"size_before\";i:48410;s:10:\"size_after\";i:47275;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11371;s:10:\"size_after\";i:11371;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:724;s:11:\"size_before\";i:20692;s:10:\"size_after\";i:19968;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2955;s:10:\"size_after\";i:2955;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11371;s:10:\"size_after\";i:11371;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19968;s:10:\"size_after\";i:19968;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2955;s:10:\"size_after\";i:2955;s:4:\"time\";d:0.01;}}}'),(3025,684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:510;s:4:\"file\";s:28:\"2019/03/about-company_b6.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b6-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:28:\"about-company_b6-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"about-company_b6-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"about-company_b6-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:28:\"about-company_b6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:28:\"about-company_b6-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:29:\"about-company_b6-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:28:\"about-company_b6-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:28:\"about-company_b6-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:28:\"about-company_b6-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:28:\"about-company_b6-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"about-company_b6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"about-company_b6-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"about-company_b6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"about-company_b6-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3026,684,'_typist_tech_image_optimized','1'),(3028,694,'_wp_attached_file','2019/03/ab-bg-testimonial.jpg'),(3029,694,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.7610882172426319;s:5:\"bytes\";i:5624;s:11:\"size_before\";i:319348;s:10:\"size_after\";i:313724;s:4:\"time\";d:0.8500000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:257;s:11:\"size_before\";i:5194;s:10:\"size_after\";i:4937;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:264;s:11:\"size_before\";i:6176;s:10:\"size_after\";i:5912;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7;s:5:\"bytes\";i:365;s:11:\"size_before\";i:21515;s:10:\"size_after\";i:21150;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.64;s:5:\"bytes\";i:527;s:11:\"size_before\";i:32198;s:10:\"size_after\";i:31671;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:377;s:11:\"size_before\";i:12805;s:10:\"size_after\";i:12428;s:4:\"time\";d:0.53;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2;s:5:\"bytes\";i:376;s:11:\"size_before\";i:18782;s:10:\"size_after\";i:18406;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.67;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:60819;s:10:\"size_after\";i:59804;s:4:\"time\";d:0.07;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8;s:5:\"bytes\";i:445;s:11:\"size_before\";i:24698;s:10:\"size_after\";i:24253;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:466;s:11:\"size_before\";i:18510;s:10:\"size_after\";i:18044;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:300;s:11:\"size_before\";i:8996;s:10:\"size_after\";i:8696;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:183;s:11:\"size_before\";i:3199;s:10:\"size_after\";i:3016;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.63;s:5:\"bytes\";i:726;s:11:\"size_before\";i:44553;s:10:\"size_after\";i:43827;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12428;s:10:\"size_after\";i:12428;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.06;s:5:\"bytes\";i:323;s:11:\"size_before\";i:15669;s:10:\"size_after\";i:15346;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3016;s:10:\"size_after\";i:3016;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12428;s:10:\"size_after\";i:12428;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15346;s:10:\"size_after\";i:15346;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3016;s:10:\"size_after\";i:3016;s:4:\"time\";d:0.01;}}}'),(3030,694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:437;s:4:\"file\";s:29:\"2019/03/ab-bg-testimonial.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-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:28:\"ab-bg-testimonial-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"ab-bg-testimonial-1024x319.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:30:\"ab-bg-testimonial-1400x599.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-400x125.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-885x599.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"ab-bg-testimonial-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-600x187.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-600x187.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"ab-bg-testimonial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3031,694,'_typist_tech_image_optimized','1'),(3033,709,'_wp_attached_file','2019/03/avt1.jpg'),(3034,709,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.0241682872878966;s:5:\"bytes\";i:2727;s:11:\"size_before\";i:134722;s:10:\"size_after\";i:131995;s:4:\"time\";d:0.19000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:169;s:11:\"size_before\";i:4174;s:10:\"size_after\";i:4005;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:346;s:11:\"size_before\";i:11536;s:10:\"size_after\";i:11190;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11190;s:10:\"size_after\";i:11190;s:4:\"time\";d:0.03;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:688;s:11:\"size_before\";i:19470;s:10:\"size_after\";i:18782;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:907;s:11:\"size_before\";i:22924;s:10:\"size_after\";i:22017;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:492;s:11:\"size_before\";i:18097;s:10:\"size_after\";i:17605;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17605;s:10:\"size_after\";i:17605;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:125;s:11:\"size_before\";i:2532;s:10:\"size_after\";i:2407;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11190;s:10:\"size_after\";i:11190;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2407;s:10:\"size_after\";i:2407;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11190;s:10:\"size_after\";i:11190;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2407;s:10:\"size_after\";i:2407;s:4:\"time\";d:0.01;}}}'),(3035,709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:456;s:6:\"height\";i:456;s:4:\"file\";s:16:\"2019/03/avt1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"avt1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"avt1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:16:\"avt1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:16:\"avt1-456x324.jpg\";s:5:\"width\";i:456;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:16:\"avt1-456x390.jpg\";s:5:\"width\";i:456;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:16:\"avt1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:16:\"avt1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:16:\"avt1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"avt1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"avt1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"avt1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"avt1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3036,709,'_typist_tech_image_optimized','1'),(3038,710,'_wp_attached_file','2019/03/avt2.jpg'),(3039,710,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.834690681933041;s:5:\"bytes\";i:6843;s:11:\"size_before\";i:241402;s:10:\"size_after\";i:234559;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:563;s:11:\"size_before\";i:8289;s:10:\"size_after\";i:7726;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:1176;s:11:\"size_before\";i:22345;s:10:\"size_after\";i:21169;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21169;s:10:\"size_after\";i:21169;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:1501;s:11:\"size_before\";i:31274;s:10:\"size_after\";i:29773;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:38099;s:10:\"size_after\";i:36349;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:32896;s:10:\"size_after\";i:31428;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31428;s:10:\"size_after\";i:31428;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.06;s:5:\"bytes\";i:385;s:11:\"size_before\";i:4778;s:10:\"size_after\";i:4393;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21169;s:10:\"size_after\";i:21169;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4393;s:10:\"size_after\";i:4393;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21169;s:10:\"size_after\";i:21169;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4393;s:10:\"size_after\";i:4393;s:4:\"time\";d:0.01;}}}'),(3040,710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:456;s:6:\"height\";i:456;s:4:\"file\";s:16:\"2019/03/avt2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"avt2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"avt2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:16:\"avt2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:16:\"avt2-456x324.jpg\";s:5:\"width\";i:456;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:16:\"avt2-456x390.jpg\";s:5:\"width\";i:456;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:16:\"avt2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:16:\"avt2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:16:\"avt2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"avt2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"avt2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"avt2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"avt2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3041,710,'_typist_tech_image_optimized','1'),(3046,1219,'_wp_attached_file','2019/03/h10_brand_2.png'),(3047,1219,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.917100184594732;s:5:\"bytes\";i:1897;s:11:\"size_before\";i:11918;s:10:\"size_after\";i:10021;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.14;s:5:\"bytes\";i:968;s:11:\"size_before\";i:3567;s:10:\"size_after\";i:2599;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.3;s:5:\"bytes\";i:929;s:11:\"size_before\";i:3403;s:10:\"size_after\";i:2474;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2474;s:10:\"size_after\";i:2474;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2474;s:10:\"size_after\";i:2474;s:4:\"time\";d:0.02;}}}'),(3048,1219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:50;s:4:\"file\";s:23:\"2019/03/h10_brand_2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_2-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_2-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_2-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_2-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3049,1220,'_wp_attached_file','2019/03/h10_brand_3.png'),(3050,1220,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.676287307313874;s:5:\"bytes\";i:773;s:11:\"size_before\";i:6098;s:10:\"size_after\";i:5325;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.09;s:5:\"bytes\";i:449;s:11:\"size_before\";i:2033;s:10:\"size_after\";i:1584;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.62;s:5:\"bytes\";i:324;s:11:\"size_before\";i:1571;s:10:\"size_after\";i:1247;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1247;s:10:\"size_after\";i:1247;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1247;s:10:\"size_after\";i:1247;s:4:\"time\";d:0.02;}}}'),(3051,1220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:50;s:4:\"file\";s:23:\"2019/03/h10_brand_3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_3-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_3-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_3-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_3-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3055,1223,'_wp_attached_file','2019/03/h10_brand_5.png'),(3056,1223,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.37896182906486;s:5:\"bytes\";i:1873;s:11:\"size_before\";i:10191;s:10:\"size_after\";i:8318;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.36;s:5:\"bytes\";i:1068;s:11:\"size_before\";i:3518;s:10:\"size_after\";i:2450;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.16;s:5:\"bytes\";i:805;s:11:\"size_before\";i:2761;s:10:\"size_after\";i:1956;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1956;s:10:\"size_after\";i:1956;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1956;s:10:\"size_after\";i:1956;s:4:\"time\";d:0.02;}}}'),(3057,1223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:50;s:4:\"file\";s:23:\"2019/03/h10_brand_5.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_5-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_5-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_5-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_5-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3058,1224,'_wp_attached_file','2019/03/h10_brand_6.png'),(3059,1224,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.71481532335576;s:5:\"bytes\";i:1363;s:11:\"size_before\";i:7283;s:10:\"size_after\";i:5920;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.64;s:5:\"bytes\";i:753;s:11:\"size_before\";i:2380;s:10:\"size_after\";i:1627;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.89;s:5:\"bytes\";i:610;s:11:\"size_before\";i:2041;s:10:\"size_after\";i:1431;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1431;s:10:\"size_after\";i:1431;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1431;s:10:\"size_after\";i:1431;s:4:\"time\";d:0.01;}}}'),(3060,1224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:50;s:4:\"file\";s:23:\"2019/03/h10_brand_6.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_6-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_6-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_6-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"h10_brand_6-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3065,1412,'_wp_attached_file','2019/03/dma_bg6_3.jpg'),(3066,1412,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:44.73378348461368;s:5:\"bytes\";i:32330;s:11:\"size_before\";i:72272;s:10:\"size_after\";i:39942;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.96;s:5:\"bytes\";i:413;s:11:\"size_before\";i:1088;s:10:\"size_after\";i:675;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.93;s:5:\"bytes\";i:444;s:11:\"size_before\";i:1649;s:10:\"size_after\";i:1205;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.86;s:5:\"bytes\";i:2336;s:11:\"size_before\";i:5581;s:10:\"size_after\";i:3245;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.28;s:5:\"bytes\";i:4149;s:11:\"size_before\";i:9162;s:10:\"size_after\";i:5013;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.16;s:5:\"bytes\";i:1085;s:11:\"size_before\";i:2163;s:10:\"size_after\";i:1078;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.24;s:5:\"bytes\";i:1675;s:11:\"size_before\";i:3269;s:10:\"size_after\";i:1594;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.17;s:5:\"bytes\";i:9333;s:11:\"size_before\";i:17888;s:10:\"size_after\";i:8555;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.72;s:5:\"bytes\";i:2490;s:11:\"size_before\";i:4635;s:10:\"size_after\";i:2145;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.11;s:5:\"bytes\";i:1725;s:11:\"size_before\";i:3188;s:10:\"size_after\";i:1463;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.19;s:5:\"bytes\";i:730;s:11:\"size_before\";i:2418;s:10:\"size_after\";i:1688;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.14;s:5:\"bytes\";i:293;s:11:\"size_before\";i:884;s:10:\"size_after\";i:591;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.59;s:5:\"bytes\";i:6160;s:11:\"size_before\";i:10338;s:10:\"size_after\";i:4178;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1078;s:10:\"size_after\";i:1078;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.66;s:5:\"bytes\";i:1497;s:11:\"size_before\";i:4084;s:10:\"size_after\";i:2587;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:591;s:10:\"size_after\";i:591;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1078;s:10:\"size_after\";i:1078;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2587;s:10:\"size_after\";i:2587;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:591;s:10:\"size_after\";i:591;s:4:\"time\";d:0.01;}}}'),(3067,1412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:583;s:4:\"file\";s:21:\"2019/03/dma_bg6_3.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"dma_bg6_3-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:22:\"dma_bg6_3-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-400x167.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"dma_bg6_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"dma_bg6_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3068,1439,'_wp_attached_file','2019/03/dma_bg6_4.jpg'),(3069,1439,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.728135720663566;s:5:\"bytes\";i:36949;s:11:\"size_before\";i:106395;s:10:\"size_after\";i:69446;s:4:\"time\";d:0.6900000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.69;s:5:\"bytes\";i:356;s:11:\"size_before\";i:1386;s:10:\"size_after\";i:1030;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.39;s:5:\"bytes\";i:693;s:11:\"size_before\";i:2729;s:10:\"size_after\";i:2036;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.93;s:5:\"bytes\";i:4068;s:11:\"size_before\";i:10725;s:10:\"size_after\";i:6657;s:4:\"time\";d:0.44;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.99;s:5:\"bytes\";i:7181;s:11:\"size_before\";i:17517;s:10:\"size_after\";i:10336;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.89;s:5:\"bytes\";i:848;s:11:\"size_before\";i:3041;s:10:\"size_after\";i:2193;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.57;s:5:\"bytes\";i:1456;s:11:\"size_before\";i:4924;s:10:\"size_after\";i:3468;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.92;s:5:\"bytes\";i:9353;s:11:\"size_before\";i:18737;s:10:\"size_after\";i:9384;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.33;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:6321;s:10:\"size_after\";i:4151;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.79;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:4346;s:10:\"size_after\";i:2921;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.32;s:5:\"bytes\";i:1123;s:11:\"size_before\";i:3965;s:10:\"size_after\";i:2842;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.46;s:5:\"bytes\";i:249;s:11:\"size_before\";i:1018;s:10:\"size_after\";i:769;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.36;s:5:\"bytes\";i:5528;s:11:\"size_before\";i:13697;s:10:\"size_after\";i:8169;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2193;s:10:\"size_after\";i:2193;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.32;s:5:\"bytes\";i:2499;s:11:\"size_before\";i:7282;s:10:\"size_after\";i:4783;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:769;s:10:\"size_after\";i:769;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2193;s:10:\"size_after\";i:2193;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4783;s:10:\"size_after\";i:4783;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:769;s:10:\"size_after\";i:769;s:4:\"time\";d:0.01;}}}'),(2998,662,'_typist_tech_image_optimized','1'),(2999,663,'_wp_attached_file','2019/03/dma_banner5_12.jpg'),(3000,663,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8931183439544927;s:5:\"bytes\";i:7282;s:11:\"size_before\";i:187048;s:10:\"size_after\";i:179766;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2;s:5:\"bytes\";i:414;s:11:\"size_before\";i:6678;s:10:\"size_after\";i:6264;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:979;s:11:\"size_before\";i:18850;s:10:\"size_after\";i:17871;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:979;s:11:\"size_before\";i:19814;s:10:\"size_after\";i:18835;s:4:\"time\";d:0.04;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:1309;s:11:\"size_before\";i:26890;s:10:\"size_after\";i:25581;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:1638;s:11:\"size_before\";i:32793;s:10:\"size_after\";i:31155;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:1708;s:11:\"size_before\";i:33772;s:10:\"size_after\";i:32064;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:255;s:11:\"size_before\";i:3697;s:10:\"size_after\";i:3442;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18835;s:10:\"size_after\";i:18835;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3442;s:10:\"size_after\";i:3442;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18835;s:10:\"size_after\";i:18835;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3442;s:10:\"size_after\";i:3442;s:4:\"time\";d:0.01;}}}'),(18306,4713,'_elementor_version','2.6.8'),(18307,4713,'_elementor_pro_version','2.6.2'),(2969,580,'_wp_attached_file','2019/03/ab-bg-video.jpg'),(2970,580,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3100707361034645;s:5:\"bytes\";i:11035;s:11:\"size_before\";i:477691;s:10:\"size_after\";i:466656;s:4:\"time\";d:0.4300000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:342;s:11:\"size_before\";i:5868;s:10:\"size_after\";i:5526;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:599;s:11:\"size_before\";i:10595;s:10:\"size_after\";i:9996;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:1132;s:11:\"size_before\";i:40336;s:10:\"size_after\";i:39204;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.26;s:5:\"bytes\";i:1407;s:11:\"size_before\";i:62124;s:10:\"size_after\";i:60717;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:564;s:11:\"size_before\";i:14941;s:10:\"size_after\";i:14377;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:723;s:11:\"size_before\";i:23293;s:10:\"size_after\";i:22570;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.94;s:5:\"bytes\";i:1876;s:11:\"size_before\";i:96840;s:10:\"size_after\";i:94964;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:866;s:11:\"size_before\";i:31811;s:10:\"size_after\";i:30945;s:4:\"time\";d:0.07;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:670;s:11:\"size_before\";i:21884;s:10:\"size_after\";i:21214;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:695;s:11:\"size_before\";i:15703;s:10:\"size_after\";i:15008;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:275;s:11:\"size_before\";i:3570;s:10:\"size_after\";i:3295;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.63;s:5:\"bytes\";i:966;s:11:\"size_before\";i:59442;s:10:\"size_after\";i:58476;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14377;s:10:\"size_after\";i:14377;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:920;s:11:\"size_before\";i:28430;s:10:\"size_after\";i:27510;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3295;s:10:\"size_after\";i:3295;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14377;s:10:\"size_after\";i:14377;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27510;s:10:\"size_after\";i:27510;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3295;s:10:\"size_after\";i:3295;s:4:\"time\";d:0.01;}}}'),(2971,580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:715;s:4:\"file\";s:23:\"2019/03/ab-bg-video.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-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:\"ab-bg-video-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"ab-bg-video-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:24:\"ab-bg-video-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-400x204.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"ab-bg-video-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-600x307.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"ab-bg-video-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2972,580,'_typist_tech_image_optimized','1'),(2974,779,'_wp_attached_file','2019/03/about-company_b1.jpg'),(2975,779,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.404949885211938;s:5:\"bytes\";i:5154;s:11:\"size_before\";i:214308;s:10:\"size_after\";i:209154;s:4:\"time\";d:0.17000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:339;s:11:\"size_before\";i:6502;s:10:\"size_after\";i:6163;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:805;s:11:\"size_before\";i:18788;s:10:\"size_after\";i:17983;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17983;s:10:\"size_after\";i:17983;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:31948;s:10:\"size_after\";i:30704;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:35588;s:10:\"size_after\";i:34176;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:1149;s:11:\"size_before\";i:29023;s:10:\"size_after\";i:27874;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27874;s:10:\"size_after\";i:27874;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:205;s:11:\"size_before\";i:3682;s:10:\"size_after\";i:3477;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17983;s:10:\"size_after\";i:17983;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3477;s:10:\"size_after\";i:3477;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17983;s:10:\"size_after\";i:17983;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3477;s:10:\"size_after\";i:3477;s:4:\"time\";d:0.01;}}}'),(2976,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:453;s:6:\"height\";i:453;s:4:\"file\";s:28:\"2019/03/about-company_b1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b1-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:28:\"about-company_b1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:28:\"about-company_b1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:28:\"about-company_b1-453x324.jpg\";s:5:\"width\";i:453;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:28:\"about-company_b1-453x390.jpg\";s:5:\"width\";i:453;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:28:\"about-company_b1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:28:\"about-company_b1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"about-company_b1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"about-company_b1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-company_b1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2977,779,'_typist_tech_image_optimized','1'),(2979,658,'_wp_attached_file','2019/03/dma_banner5_7.jpg'),(2980,658,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4579503597369965;s:5:\"bytes\";i:6027;s:11:\"size_before\";i:174294;s:10:\"size_after\";i:168267;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:426;s:11:\"size_before\";i:6966;s:10:\"size_after\";i:6540;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:789;s:11:\"size_before\";i:17278;s:10:\"size_after\";i:16489;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:821;s:11:\"size_before\";i:18489;s:10:\"size_after\";i:17668;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:1189;s:11:\"size_before\";i:25495;s:10:\"size_after\";i:24306;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:1256;s:11:\"size_before\";i:29200;s:10:\"size_after\";i:27944;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:1226;s:11:\"size_before\";i:29750;s:10:\"size_after\";i:28524;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.73;s:5:\"bytes\";i:320;s:11:\"size_before\";i:4140;s:10:\"size_after\";i:3820;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17668;s:10:\"size_after\";i:17668;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3820;s:10:\"size_after\";i:3820;s:4:\"time\";d:0.03;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17668;s:10:\"size_after\";i:17668;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3820;s:10:\"size_after\";i:3820;s:4:\"time\";d:0.02;}}}'),(2981,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:429;s:4:\"file\";s:25:\"2019/03/dma_banner5_7.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_7-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:\"dma_banner5_7-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"dma_banner5_7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"dma_banner5_7-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"dma_banner5_7-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"dma_banner5_7-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dma_banner5_7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dma_banner5_7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2982,658,'_typist_tech_image_optimized','1'),(2983,659,'_wp_attached_file','2019/03/dma_banner5_8.jpg'),(2984,659,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6530062011323805;s:5:\"bytes\";i:3444;s:11:\"size_before\";i:129815;s:10:\"size_after\";i:126371;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:240;s:11:\"size_before\";i:4976;s:10:\"size_after\";i:4736;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:455;s:11:\"size_before\";i:12673;s:10:\"size_after\";i:12218;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.35;s:5:\"bytes\";i:455;s:11:\"size_before\";i:13582;s:10:\"size_after\";i:13127;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:683;s:11:\"size_before\";i:19532;s:10:\"size_after\";i:18849;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:695;s:11:\"size_before\";i:21917;s:10:\"size_after\";i:21222;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:722;s:11:\"size_before\";i:22230;s:10:\"size_after\";i:21508;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:194;s:11:\"size_before\";i:3013;s:10:\"size_after\";i:2819;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13127;s:10:\"size_after\";i:13127;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2819;s:10:\"size_after\";i:2819;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13127;s:10:\"size_after\";i:13127;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2819;s:10:\"size_after\";i:2819;s:4:\"time\";d:0.01;}}}'),(2985,659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:429;s:4:\"file\";s:25:\"2019/03/dma_banner5_8.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_8-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:\"dma_banner5_8-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"dma_banner5_8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"dma_banner5_8-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"dma_banner5_8-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"dma_banner5_8-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dma_banner5_8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dma_banner5_8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2986,659,'_typist_tech_image_optimized','1'),(2987,660,'_wp_attached_file','2019/03/dma_banner5_9.jpg'),(2988,660,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3944180317403094;s:5:\"bytes\";i:3188;s:11:\"size_before\";i:133143;s:10:\"size_after\";i:129955;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:242;s:11:\"size_before\";i:5046;s:10:\"size_after\";i:4804;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:364;s:11:\"size_before\";i:12711;s:10:\"size_after\";i:12347;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:412;s:11:\"size_before\";i:13862;s:10:\"size_after\";i:13450;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:635;s:11:\"size_before\";i:20292;s:10:\"size_after\";i:19657;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:667;s:11:\"size_before\";i:22757;s:10:\"size_after\";i:22090;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:670;s:11:\"size_before\";i:22944;s:10:\"size_after\";i:22274;s:4:\"time\";d:0.06;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:198;s:11:\"size_before\";i:3009;s:10:\"size_after\";i:2811;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13450;s:10:\"size_after\";i:13450;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2811;s:10:\"size_after\";i:2811;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13450;s:10:\"size_after\";i:13450;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2811;s:10:\"size_after\";i:2811;s:4:\"time\";d:0.01;}}}'),(2989,660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:429;s:4:\"file\";s:25:\"2019/03/dma_banner5_9.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_9-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:\"dma_banner5_9-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"dma_banner5_9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"dma_banner5_9-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"dma_banner5_9-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"dma_banner5_9-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dma_banner5_9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dma_banner5_9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2990,660,'_typist_tech_image_optimized','1'),(2991,661,'_wp_attached_file','2019/03/dma_banner5_10.jpg'),(2992,661,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9085285077558583;s:5:\"bytes\";i:4457;s:11:\"size_before\";i:153239;s:10:\"size_after\";i:148782;s:4:\"time\";d:0.11999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:357;s:11:\"size_before\";i:6019;s:10:\"size_after\";i:5662;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:545;s:11:\"size_before\";i:14756;s:10:\"size_after\";i:14211;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:611;s:11:\"size_before\";i:16240;s:10:\"size_after\";i:15629;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:876;s:11:\"size_before\";i:22998;s:10:\"size_after\";i:22122;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:909;s:11:\"size_before\";i:25794;s:10:\"size_after\";i:24885;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:919;s:11:\"size_before\";i:26139;s:10:\"size_after\";i:25220;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.85;s:5:\"bytes\";i:240;s:11:\"size_before\";i:3505;s:10:\"size_after\";i:3265;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15629;s:10:\"size_after\";i:15629;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3265;s:10:\"size_after\";i:3265;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15629;s:10:\"size_after\";i:15629;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3265;s:10:\"size_after\";i:3265;s:4:\"time\";d:0.01;}}}'),(2993,661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:429;s:4:\"file\";s:26:\"2019/03/dma_banner5_10.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_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:26:\"dma_banner5_10-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"dma_banner5_10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"dma_banner5_10-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"dma_banner5_10-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"dma_banner5_10-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"dma_banner5_10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"dma_banner5_10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2994,661,'_typist_tech_image_optimized','1'),(2995,662,'_wp_attached_file','2019/03/dma_banner5_11.jpg'),(2996,662,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.889002142958019;s:5:\"bytes\";i:4705;s:11:\"size_before\";i:162859;s:10:\"size_after\";i:158154;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:327;s:11:\"size_before\";i:6033;s:10:\"size_after\";i:5706;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:607;s:11:\"size_before\";i:16325;s:10:\"size_after\";i:15718;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:623;s:11:\"size_before\";i:17104;s:10:\"size_after\";i:16481;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:913;s:11:\"size_before\";i:23783;s:10:\"size_after\";i:22870;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:991;s:11:\"size_before\";i:27999;s:10:\"size_after\";i:27008;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:1027;s:11:\"size_before\";i:28794;s:10:\"size_after\";i:27767;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:217;s:11:\"size_before\";i:3431;s:10:\"size_after\";i:3214;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16481;s:10:\"size_after\";i:16481;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3214;s:10:\"size_after\";i:3214;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16481;s:10:\"size_after\";i:16481;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3214;s:10:\"size_after\";i:3214;s:4:\"time\";d:0.01;}}}'),(2997,662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:429;s:4:\"file\";s:26:\"2019/03/dma_banner5_11.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_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:26:\"dma_banner5_11-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"dma_banner5_11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"dma_banner5_11-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"dma_banner5_11-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"dma_banner5_11-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"dma_banner5_11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"dma_banner5_11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"dma_banner5_11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2564,285,'_elementor_pro_version','2.6.1'),(939,285,'_astra_sites_hotlink_imported','1'),(2938,380,'_wp_attached_file','2019/02/dma_banner5_6.jpg'),(2939,380,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8067362136108542;s:5:\"bytes\";i:9130;s:11:\"size_before\";i:239838;s:10:\"size_after\";i:230708;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:474;s:11:\"size_before\";i:7604;s:10:\"size_after\";i:7130;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:919;s:11:\"size_before\";i:17882;s:10:\"size_after\";i:16963;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:21381;s:10:\"size_after\";i:20294;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:1395;s:11:\"size_before\";i:32225;s:10:\"size_after\";i:30830;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:2244;s:11:\"size_before\";i:47818;s:10:\"size_after\";i:45574;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:1328;s:11:\"size_before\";i:31771;s:10:\"size_after\";i:30443;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:1345;s:11:\"size_before\";i:27853;s:10:\"size_after\";i:26508;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.57;s:5:\"bytes\";i:338;s:11:\"size_before\";i:4464;s:10:\"size_after\";i:4126;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20294;s:10:\"size_after\";i:20294;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4126;s:10:\"size_after\";i:4126;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20294;s:10:\"size_after\";i:20294;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4126;s:10:\"size_after\";i:4126;s:4:\"time\";d:0.01;}}}'),(943,569,'_wp_attached_file','2019/07/floral1-divider-free-img.png'),(944,569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:36:\"2019/07/floral1-divider-free-img.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"floral1-divider-free-img-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"floral1-divider-free-img-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:35:\"floral1-divider-free-img-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"floral1-divider-free-img-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"floral1-divider-free-img-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"floral1-divider-free-img-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"floral1-divider-free-img-100x60.png\";s:5:\"width\";i:100;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:{}}}'),(945,569,'_elementor_source_image_hash','53b7614cb5a3b5772fe1e187816f96a40deec3d2'),(2948,500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:457;s:4:\"file\";s:29:\"2019/03/h20_testimonial_1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"h20_testimonial_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"h20_testimonial_1-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"h20_testimonial_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"h20_testimonial_1-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:29:\"h20_testimonial_1-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:29:\"h20_testimonial_1-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:29:\"h20_testimonial_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"h20_testimonial_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"h20_testimonial_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"h20_testimonial_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"h20_testimonial_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2949,500,'_typist_tech_image_optimized','1'),(2950,535,'_wp_attached_file','2019/03/h10_img_1.jpg'),(2951,535,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.049629249342387;s:5:\"bytes\";i:5762;s:11:\"size_before\";i:188941;s:10:\"size_after\";i:183179;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:395;s:11:\"size_before\";i:6311;s:10:\"size_after\";i:5916;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:763;s:11:\"size_before\";i:16696;s:10:\"size_after\";i:15933;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:804;s:11:\"size_before\";i:19403;s:10:\"size_after\";i:18599;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1049;s:11:\"size_before\";i:29929;s:10:\"size_after\";i:28880;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:1245;s:11:\"size_before\";i:34425;s:10:\"size_after\";i:33180;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:1269;s:11:\"size_before\";i:34770;s:10:\"size_after\";i:33501;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:237;s:11:\"size_before\";i:3561;s:10:\"size_after\";i:3324;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18599;s:10:\"size_after\";i:18599;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3324;s:10:\"size_after\";i:3324;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18599;s:10:\"size_after\";i:18599;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3324;s:10:\"size_after\";i:3324;s:4:\"time\";d:0.01;}}}'),(2952,535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:457;s:4:\"file\";s:21:\"2019/03/h10_img_1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h10_img_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h10_img_1-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"h10_img_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"h10_img_1-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"h10_img_1-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"h10_img_1-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"h10_img_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h10_img_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h10_img_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"h10_img_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h10_img_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2953,535,'_typist_tech_image_optimized','1'),(2945,485,'_typist_tech_image_optimized','1'),(2946,500,'_wp_attached_file','2019/03/h20_testimonial_1.jpg'),(2947,500,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4455574843528534;s:5:\"bytes\";i:4327;s:11:\"size_before\";i:125582;s:10:\"size_after\";i:121255;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:229;s:11:\"size_before\";i:4767;s:10:\"size_after\";i:4538;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:503;s:11:\"size_before\";i:11672;s:10:\"size_after\";i:11169;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:620;s:11:\"size_before\";i:13378;s:10:\"size_after\";i:12758;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:837;s:11:\"size_before\";i:18376;s:10:\"size_after\";i:17539;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:975;s:11:\"size_before\";i:21851;s:10:\"size_after\";i:20876;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:993;s:11:\"size_before\";i:21989;s:10:\"size_after\";i:20996;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:170;s:11:\"size_before\";i:2791;s:10:\"size_after\";i:2621;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12758;s:10:\"size_after\";i:12758;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2621;s:10:\"size_after\";i:2621;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12758;s:10:\"size_after\";i:12758;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2621;s:10:\"size_after\";i:2621;s:4:\"time\";d:0.01;}}}'),(1046,599,'_wp_attached_file','2019/07/cowboyincband.jpg'),(1047,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:25:\"2019/07/cowboyincband.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cowboyincband-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:\"cowboyincband-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"cowboyincband-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"cowboyincband-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"cowboyincband-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"cowboyincband-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1048,599,'_wp_attachment_image_alt','Cowboy Inc'),(13471,4476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:296;s:4:\"file\";s:25:\"2019/10/BiscuitMiller.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"BiscuitMiller-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:\"BiscuitMiller-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"BiscuitMiller-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"BiscuitMiller-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"BiscuitMiller-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"BiscuitMiller-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"BiscuitMiller-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"BiscuitMiller-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"BiscuitMiller-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(13467,4475,'mec_reg_fields','a:0:{}'),(13466,4475,'mec_reg_fields_global_inheritance','1'),(13465,4475,'mec_ticket_variations','a:0:{}'),(13464,4475,'mec_ticket_variations_global_inheritance','1'),(13463,4475,'mec_fees','a:2:{i:1;a:3:{s:5:\"title\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:6:\"amount\";s:2:\"$1\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(13462,4475,'mec_fees_global_inheritance','1'),(13461,4475,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:19:\"GA - Biscuit Miller\";s:22:\"ticket_start_time_hour\";s:2:\"08\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:14:\"Biscuit Miller\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:3:\"$10\";s:5:\"limit\";s:3:\"100\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(13460,4475,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:3:\"100\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(13459,4475,'mec_hourly_schedules','a:0:{}'),(13458,4475,'mec_not_in_days',''),(13457,4475,'mec_in_days',''),(3159,2145,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.971639950678174;s:5:\"bytes\";i:2332;s:11:\"size_before\";i:12976;s:10:\"size_after\";i:10644;s:4:\"time\";d:0.09000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.02;s:5:\"bytes\";i:1364;s:11:\"size_before\";i:4397;s:10:\"size_after\";i:3033;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.62;s:5:\"bytes\";i:968;s:11:\"size_before\";i:3505;s:10:\"size_after\";i:2537;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2537;s:10:\"size_after\";i:2537;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2537;s:10:\"size_after\";i:2537;s:4:\"time\";d:0.02;}}}'),(1111,551,'_edit_lock','1572492057:1'),(2891,287,'_typist_tech_image_optimized','1'),(2893,288,'_wp_attached_file','2019/02/ct6.jpg'),(2894,288,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.671773127251174;s:5:\"bytes\";i:1758;s:11:\"size_before\";i:65799;s:10:\"size_after\";i:64041;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:343;s:11:\"size_before\";i:5544;s:10:\"size_after\";i:5201;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:558;s:11:\"size_before\";i:11017;s:10:\"size_after\";i:10459;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:600;s:11:\"size_before\";i:13441;s:10:\"size_after\";i:12841;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:257;s:11:\"size_before\";i:3543;s:10:\"size_after\";i:3286;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12841;s:10:\"size_after\";i:12841;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3286;s:10:\"size_after\";i:3286;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12841;s:10:\"size_after\";i:12841;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3286;s:10:\"size_after\";i:3286;s:4:\"time\";d:0.02;}}}'),(1116,606,'_wp_attached_file','2019/07/BridalSuite-CJ.jpg'),(1117,606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:788;s:4:\"file\";s:26:\"2019/07/BridalSuite-CJ.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BridalSuite-CJ-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:\"BridalSuite-CJ-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"BridalSuite-CJ-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"BridalSuite-CJ-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"BridalSuite-CJ-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"BridalSuite-CJ-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1118,607,'_wp_attached_file','2019/07/BridalSuitGroup.jpg'),(1119,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:949;s:4:\"file\";s:27:\"2019/07/BridalSuitGroup.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"BridalSuitGroup-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:27:\"BridalSuitGroup-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"BridalSuitGroup-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"BridalSuitGroup-1024x694.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:27:\"BridalSuitGroup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:27:\"BridalSuitGroup-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:23:\"Stacey Zoll Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1120,608,'_wp_attached_file','2019/07/Carasol.jpg'),(1121,608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:788;s:4:\"file\";s:19:\"2019/07/Carasol.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Carasol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Carasol-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Carasol-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Carasol-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:19:\"Carasol-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:19:\"Carasol-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1122,609,'_wp_attached_file','2019/07/champagne.jpg'),(1123,609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2019/07/champagne.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"champagne-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"champagne-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"champagne-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"champagne-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"champagne-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:23:\"Stacey Zoll Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1124,610,'_wp_attached_file','2019/07/Couple-Hyper.jpg'),(1125,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:932;s:4:\"file\";s:24:\"2019/07/Couple-Hyper.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Couple-Hyper-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Couple-Hyper-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:24:\"Couple-Hyper-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Couple-Hyper-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"Couple-Hyper-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"Couple-Hyper-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:25:\"T.H. Peterson Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1126,611,'_wp_attached_file','2019/07/Cowboy.jpg'),(1127,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1535;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2019/07/Cowboy.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Cowboy-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:\"Cowboy-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Cowboy-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Cowboy-1024x720.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"Cowboy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:18:\"Cowboy-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1128,612,'_wp_attached_file','2019/07/Creek.jpg'),(1129,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:920;s:4:\"file\";s:17:\"2019/07/Creek.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Creek-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:\"Creek-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Creek-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Creek-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:17:\"Creek-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:17:\"Creek-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1130,613,'_wp_attached_file','2019/07/Dancing.jpg'),(1131,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:934;s:4:\"file\";s:19:\"2019/07/Dancing.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Dancing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Dancing-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:19:\"Dancing-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:20:\"Dancing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:19:\"Dancing-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:19:\"Dancing-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:23:\"Stacey Zoll Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1132,614,'_wp_attached_file','2019/07/fullpost.jpg'),(1133,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:817;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2019/07/fullpost.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"fullpost-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"fullpost-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"fullpost-768x1015.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1015;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"fullpost-775x1024.jpg\";s:5:\"width\";i:775;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:20:\"fullpost-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:20:\"fullpost-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1134,615,'_wp_attached_file','2019/07/Lagoon-Post.jpg'),(1135,615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1731;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/07/Lagoon-Post.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Lagoon-Post-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:\"Lagoon-Post-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Lagoon-Post-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Lagoon-Post-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"Lagoon-Post-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"Lagoon-Post-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1136,616,'_wp_attached_file','2019/07/Lagoon2.jpg'),(1137,616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1685;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2019/07/Lagoon2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Lagoon2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Lagoon2-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Lagoon2-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Lagoon2-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:19:\"Lagoon2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:19:\"Lagoon2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1138,617,'_wp_attached_file','2019/07/Logo-Cut-web-small.png'),(1139,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:201;s:6:\"height\";i:80;s:4:\"file\";s:30:\"2019/07/Logo-Cut-web-small.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Logo-Cut-web-small-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"ast-transparent-logo-size\";a:4:{s:4:\"file\";s:28:\"Logo-Cut-web-small-60x24.png\";s:5:\"width\";i:60;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1140,618,'_wp_attached_file','2019/07/Logo-Cut-web.png'),(1141,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:556;s:4:\"file\";s:24:\"2019/07/Logo-Cut-web.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Logo-Cut-web-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Logo-Cut-web-300x119.png\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Logo-Cut-web-768x305.png\";s:5:\"width\";i:768;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Logo-Cut-web-1024x407.png\";s:5:\"width\";i:1024;s:6:\"height\";i:407;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"Logo-Cut-web-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"Logo-Cut-web-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1142,619,'_wp_attached_file','2019/07/OutlineBuilding.png'),(1143,619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:788;s:4:\"file\";s:27:\"2019/07/OutlineBuilding.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"OutlineBuilding-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"OutlineBuilding-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"OutlineBuilding-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"OutlineBuilding-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:27:\"OutlineBuilding-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:27:\"OutlineBuilding-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1144,620,'_wp_attached_file','2019/07/Postcard-back.jpg'),(1145,620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:899;s:4:\"file\";s:25:\"2019/07/Postcard-back.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Postcard-back-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:\"Postcard-back-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Postcard-back-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Postcard-back-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"Postcard-back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"Postcard-back-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1146,621,'_wp_attached_file','2019/07/Postcard-Lagoon.jpg'),(1147,621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:890;s:4:\"file\";s:27:\"2019/07/Postcard-Lagoon.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Postcard-Lagoon-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:27:\"Postcard-Lagoon-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Postcard-Lagoon-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Postcard-Lagoon-1024x651.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:27:\"Postcard-Lagoon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:27:\"Postcard-Lagoon-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1148,622,'_wp_attached_file','2019/07/SportsintheLagoon.jpg'),(1149,622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:878;s:4:\"file\";s:29:\"2019/07/SportsintheLagoon.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SportsintheLagoon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"SportsintheLagoon-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"SportsintheLagoon-768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"SportsintheLagoon-1024x642.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"SportsintheLagoon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"SportsintheLagoon-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1150,623,'_wp_attached_file','2019/07/StoneArchBridge.jpg'),(1151,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:903;s:4:\"file\";s:27:\"2019/07/StoneArchBridge.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"StoneArchBridge-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:27:\"StoneArchBridge-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"StoneArchBridge-768x495.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"StoneArchBridge-1024x661.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:27:\"StoneArchBridge-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:27:\"StoneArchBridge-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1152,624,'_wp_attached_file','2019/07/StoneAshBridge.jpg'),(1153,624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:737;s:4:\"file\";s:26:\"2019/07/StoneAshBridge.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"StoneAshBridge-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:\"StoneAshBridge-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"StoneAshBridge-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"StoneAshBridge-1024x539.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"StoneAshBridge-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"StoneAshBridge-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1212,632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1887;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2019/07/OutlineBuilding-Web2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"OutlineBuilding-Web2-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:32:\"OutlineBuilding-Web2-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"OutlineBuilding-Web2-768x326.png\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"OutlineBuilding-Web2-1024x434.png\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:32:\"OutlineBuilding-Web2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:32:\"OutlineBuilding-Web2-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;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:{}}}'),(1213,632,'_wp_attachment_image_alt','Vinewood'),(2480,285,'_edit_lock','1564335423:1'),(2481,285,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 35 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 95 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 6 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:18:\"6 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(2507,722,'_wp_attached_file','2019/01/Logo-Cut-web-small.png'),(2508,722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:201;s:6:\"height\";i:80;s:4:\"file\";s:30:\"2019/01/Logo-Cut-web-small.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Logo-Cut-web-small-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:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2509,722,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:42.65392781316348447262498666532337665557861328125;s:5:\"bytes\";i:4018;s:11:\"size_before\";i:9420;s:10:\"size_after\";i:5402;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4018;s:11:\"size_before\";i:9420;s:10:\"size_after\";i:5402;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(2510,723,'_wp_attached_file','2019/01/Logo-Cut-web.png'),(2511,723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:556;s:4:\"file\";s:24:\"2019/01/Logo-Cut-web.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Logo-Cut-web-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Logo-Cut-web-300x119.png\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Logo-Cut-web-768x305.png\";s:5:\"width\";i:768;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Logo-Cut-web-1024x407.png\";s:5:\"width\";i:1024;s:6:\"height\";i:407;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"Logo-Cut-web-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"Logo-Cut-web-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2512,723,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.934294427502078;s:5:\"bytes\";i:184107;s:11:\"size_before\";i:595155;s:10:\"size_after\";i:411048;s:4:\"time\";d:0.7;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.21;s:5:\"bytes\";i:9508;s:11:\"size_before\";i:27006;s:10:\"size_after\";i:17498;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.74;s:5:\"bytes\";i:12601;s:11:\"size_before\";i:34302;s:10:\"size_after\";i:21701;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.62;s:5:\"bytes\";i:42554;s:11:\"size_before\";i:138960;s:10:\"size_after\";i:96406;s:4:\"time\";d:0.16;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.4;s:5:\"bytes\";i:59100;s:11:\"size_before\";i:208096;s:10:\"size_after\";i:148996;s:4:\"time\";d:0.27;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.42;s:5:\"bytes\";i:23737;s:11:\"size_before\";i:75539;s:10:\"size_after\";i:51802;s:4:\"time\";d:0.09;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.9;s:5:\"bytes\";i:36607;s:11:\"size_before\";i:111252;s:10:\"size_after\";i:74645;s:4:\"time\";d:0.11;}}}'),(12011,738,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:204427;s:11:\"size_before\";i:552067;s:10:\"size_after\";i:347640;}'),(12024,3770,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:8976;s:11:\"size_before\";i:201591;s:10:\"size_after\";i:192615;}'),(12025,347,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:27793;s:11:\"size_before\";i:73080;s:10:\"size_after\";i:45287;}'),(12026,3648,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:76057;s:11:\"size_before\";i:167555;s:10:\"size_after\";i:91498;}'),(12027,3649,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:68102;s:11:\"size_before\";i:166548;s:10:\"size_after\";i:98446;}'),(2513,724,'_wp_attached_file','2019/01/Logo.png'),(2514,724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:569;s:4:\"file\";s:16:\"2019/01/Logo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Logo-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Logo-768x377.png\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Logo-1024x502.png\";s:5:\"width\";i:1024;s:6:\"height\";i:502;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:16:\"Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:16:\"Logo-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2515,725,'_wp_attached_file','2019/01/LogoBlackGold.png'),(2516,725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:374;s:4:\"file\";s:25:\"2019/01/LogoBlackGold.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"LogoBlackGold-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"LogoBlackGold-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"LogoBlackGold-768x248.png\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"LogoBlackGold-1024x330.png\";s:5:\"width\";i:1024;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"LogoBlackGold-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"LogoBlackGold-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1224,617,'_wp_attachment_image_alt','Logo'),(1225,634,'_wp_attached_file','2019/07/cropped-Logo-Cut-web-small.png'),(1226,634,'_wp_attachment_context','custom-logo'),(1227,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:201;s:6:\"height\";i:62;s:4:\"file\";s:38:\"2019/07/cropped-Logo-Cut-web-small.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Logo-Cut-web-small-150x62.png\";s:5:\"width\";i:150;s:6:\"height\";i:62;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:{}}}'),(1229,636,'_wp_attached_file','2019/07/cropped-OutlineBuilding-Web2.png'),(1230,636,'_wp_attachment_context','custom-logo'),(1231,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:467;s:4:\"file\";s:40:\"2019/07/cropped-OutlineBuilding-Web2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-OutlineBuilding-Web2-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:40:\"cropped-OutlineBuilding-Web2-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"cropped-OutlineBuilding-Web2-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"cropped-OutlineBuilding-Web2-1024x342.png\";s:5:\"width\";i:1024;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:40:\"cropped-OutlineBuilding-Web2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:40:\"cropped-OutlineBuilding-Web2-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ast-logo-size\";a:4:{s:4:\"file\";s:38:\"cropped-OutlineBuilding-Web2-60x20.png\";s:5:\"width\";i:60;s:6:\"height\";i:20;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:{}}}'),(946,553,'_astra_sites_hotlink_imported','1'),(2850,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:430;s:4:\"file\";s:21:\"2019/02/wedding-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"wedding-2-272x300.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"wedding-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"wedding-2-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"wedding-2-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"wedding-2-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"wedding-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"wedding-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2645,2,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 35 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 1 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:17:\"1 link discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(2644,549,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";d:-301.779999999999972715158946812152862548828125;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(2485,716,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.28519040572708664882384255179204046726226806640625;s:5:\"bytes\";i:24912;s:11:\"size_before\";i:341954;s:10:\"size_after\";i:317042;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:695;s:11:\"size_before\";i:5654;s:10:\"size_after\";i:4959;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2809;s:11:\"size_before\";i:30005;s:10:\"size_after\";i:27196;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:16963;s:11:\"size_before\";i:220263;s:10:\"size_after\";i:203300;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27196;s:10:\"size_after\";i:27196;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4445;s:11:\"size_before\";i:58836;s:10:\"size_after\";i:54391;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(2486,716,'_wp_attachment_image_alt','Gold Back'),(2487,619,'_wp_attachment_image_alt','Building Cutout'),(2596,738,'_wp_attached_file','2019/01/cropped-Logo-Cut-web.png'),(2597,738,'_wp_attachment_context','custom-logo'),(2598,738,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.391989266997573;s:5:\"bytes\";i:186684;s:11:\"size_before\";i:707351;s:10:\"size_after\";i:520667;s:4:\"time\";d:0.8;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.77;s:5:\"bytes\";i:25076;s:11:\"size_before\";i:37125;s:10:\"size_after\";i:24587;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.24;s:5:\"bytes\";i:27566;s:11:\"size_before\";i:38029;s:10:\"size_after\";i:24246;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.98;s:5:\"bytes\";i:92592;s:11:\"size_before\";i:154404;s:10:\"size_after\";i:108108;s:4:\"time\";d:0.14;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.15;s:5:\"bytes\";i:115568;s:11:\"size_before\";i:229770;s:10:\"size_after\";i:171986;s:4:\"time\";d:0.22;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.25;s:5:\"bytes\";i:46532;s:11:\"size_before\";i:95940;s:10:\"size_after\";i:72674;s:4:\"time\";d:0.12;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.72;s:5:\"bytes\";i:65040;s:11:\"size_before\";i:149714;s:10:\"size_after\";i:117194;s:4:\"time\";d:0.24;}s:13:\"ast-logo-size\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.98;s:5:\"bytes\";i:497;s:11:\"size_before\";i:2369;s:10:\"size_after\";i:1872;s:4:\"time\";d:0.01;}}}'),(12012,120,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(12013,746,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:28275;s:11:\"size_before\";i:122874;s:10:\"size_after\";i:94599;}'),(12021,3766,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(12022,3767,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:21409;s:11:\"size_before\";i:186606;s:10:\"size_after\";i:165197;}'),(12023,3768,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:32916;s:11:\"size_before\";i:288284;s:10:\"size_after\";i:255368;}'),(2599,738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:352;s:4:\"file\";s:32:\"2019/01/cropped-Logo-Cut-web.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-Cut-web-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:31:\"cropped-Logo-Cut-web-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-Cut-web-768x193.png\";s:5:\"width\";i:768;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"cropped-Logo-Cut-web-1024x257.png\";s:5:\"width\";i:1024;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-Cut-web-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-Cut-web-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ast-logo-size\";a:4:{s:4:\"file\";s:30:\"cropped-Logo-Cut-web-60x15.png\";s:5:\"width\";i:60;s:6:\"height\";i:15;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:{}}}'),(2600,617,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.53579361011447446117017534561455249786376953125;s:5:\"bytes\";i:4511;s:11:\"size_before\";i:11706;s:10:\"size_after\";i:7195;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4018;s:11:\"size_before\";i:9420;s:10:\"size_after\";i:5402;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:25:\"ast-transparent-logo-size\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:493;s:11:\"size_before\";i:2286;s:10:\"size_after\";i:1793;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(2851,168,'_typist_tech_image_optimized','1'),(2853,169,'_wp_attached_file','2019/02/wedding-3.jpg'),(2854,169,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.399487385849095;s:5:\"bytes\";i:14894;s:11:\"size_before\";i:275841;s:10:\"size_after\";i:260947;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6;s:5:\"bytes\";i:713;s:11:\"size_before\";i:9377;s:10:\"size_after\";i:8664;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:1841;s:11:\"size_before\";i:26325;s:10:\"size_after\";i:24484;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.89;s:5:\"bytes\";i:2016;s:11:\"size_before\";i:29250;s:10:\"size_after\";i:27234;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:3172;s:11:\"size_before\";i:43444;s:10:\"size_after\";i:40272;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8;s:5:\"bytes\";i:3327;s:11:\"size_before\";i:48911;s:10:\"size_after\";i:45584;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.85;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:50282;s:10:\"size_after\";i:46840;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9;s:5:\"bytes\";i:383;s:11:\"size_before\";i:4850;s:10:\"size_after\";i:4467;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27234;s:10:\"size_after\";i:27234;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4467;s:10:\"size_after\";i:4467;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27234;s:10:\"size_after\";i:27234;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4467;s:10:\"size_after\";i:4467;s:4:\"time\";d:0.01;}}}'),(2855,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:430;s:4:\"file\";s:21:\"2019/02/wedding-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"wedding-3-272x300.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"wedding-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"wedding-3-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"wedding-3-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"wedding-3-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"wedding-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"wedding-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2856,169,'_typist_tech_image_optimized','1'),(2858,229,'_wp_attached_file','2019/02/line.png'),(2859,229,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.016998498446867;s:5:\"bytes\";i:16591;s:11:\"size_before\";i:87243;s:10:\"size_after\";i:70652;s:4:\"time\";d:0.6699999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.85;s:5:\"bytes\";i:1004;s:11:\"size_before\";i:3739;s:10:\"size_after\";i:2735;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.18;s:5:\"bytes\";i:3115;s:11:\"size_before\";i:13439;s:10:\"size_after\";i:10324;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.5;s:5:\"bytes\";i:1795;s:11:\"size_before\";i:6527;s:10:\"size_after\";i:4732;s:4:\"time\";d:0.04;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.13;s:5:\"bytes\";i:2726;s:11:\"size_before\";i:10048;s:10:\"size_after\";i:7322;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.01;s:5:\"bytes\";i:2333;s:11:\"size_before\";i:8638;s:10:\"size_after\";i:6305;s:4:\"time\";d:0.06;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.03;s:5:\"bytes\";i:4190;s:11:\"size_before\";i:19920;s:10:\"size_after\";i:15730;s:4:\"time\";d:0.1;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.38;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:6108;s:10:\"size_after\";i:4680;s:4:\"time\";d:0.1;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4732;s:10:\"size_after\";i:4732;s:4:\"time\";d:0.08;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4680;s:10:\"size_after\";i:4680;s:4:\"time\";d:0.03;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4732;s:10:\"size_after\";i:4732;s:4:\"time\";d:0.06;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4680;s:10:\"size_after\";i:4680;s:4:\"time\";d:0.04;}}}'),(2860,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:144;s:4:\"file\";s:16:\"2019/02/line.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"line-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"line-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:16:\"line-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:16:\"line-474x144.png\";s:5:\"width\";i:474;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:16:\"line-400x144.png\";s:5:\"width\";i:400;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:16:\"line-400x100.png\";s:5:\"width\";i:400;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:16:\"line-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"line-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"line-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"line-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"line-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2861,229,'_typist_tech_image_optimized','1'),(2863,274,'_wp_attached_file','2019/02/line1.png'),(2864,274,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:45.6093666844066;s:5:\"bytes\";i:857;s:11:\"size_before\";i:1879;s:10:\"size_after\";i:1022;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.61;s:5:\"bytes\";i:857;s:11:\"size_before\";i:1879;s:10:\"size_after\";i:1022;s:4:\"time\";d:0.01;}}}'),(2865,274,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:94;s:6:\"height\";i:7;s:4:\"file\";s:17:\"2019/02/line1.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2869,283,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.303310116387231;s:5:\"bytes\";i:2912;s:11:\"size_before\";i:88154;s:10:\"size_after\";i:85242;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.69;s:5:\"bytes\";i:573;s:11:\"size_before\";i:7451;s:10:\"size_after\";i:6878;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13;s:5:\"bytes\";i:835;s:11:\"size_before\";i:13628;s:10:\"size_after\";i:12793;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:1141;s:11:\"size_before\";i:19176;s:10:\"size_after\";i:18035;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.67;s:5:\"bytes\";i:363;s:11:\"size_before\";i:4185;s:10:\"size_after\";i:3822;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18035;s:10:\"size_after\";i:18035;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3822;s:10:\"size_after\";i:3822;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18035;s:10:\"size_after\";i:18035;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3822;s:10:\"size_after\";i:3822;s:4:\"time\";d:0.01;}}}'),(2866,274,'_typist_tech_image_optimized','1'),(2868,283,'_wp_attached_file','2019/02/ct1.jpg'),(2809,774,'_additional_settings',NULL),(2810,774,'_locale','en_US'),(2846,167,'_typist_tech_image_optimized','1'),(2848,168,'_wp_attached_file','2019/02/wedding-2.jpg'),(2849,168,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4440085329671675;s:5:\"bytes\";i:9062;s:11:\"size_before\";i:203915;s:10:\"size_after\";i:194853;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:556;s:11:\"size_before\";i:7619;s:10:\"size_after\";i:7063;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:1135;s:11:\"size_before\";i:19320;s:10:\"size_after\";i:18185;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1238;s:11:\"size_before\";i:21384;s:10:\"size_after\";i:20146;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:1795;s:11:\"size_before\";i:31287;s:10:\"size_after\";i:29492;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:1918;s:11:\"size_before\";i:35247;s:10:\"size_after\";i:33329;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:2052;s:11:\"size_before\";i:36275;s:10:\"size_after\";i:34223;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.35;s:5:\"bytes\";i:368;s:11:\"size_before\";i:4409;s:10:\"size_after\";i:4041;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20146;s:10:\"size_after\";i:20146;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4041;s:10:\"size_after\";i:4041;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20146;s:10:\"size_after\";i:20146;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4041;s:10:\"size_after\";i:4041;s:4:\"time\";d:0.01;}}}'),(2814,776,'_wp_attached_file','2019/07/log_file_2019-07-29__07-20-36.txt'),(2815,26,'_wp_attached_file','2019/02/signature.png'),(2816,26,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.413763066202087;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:4592;s:10:\"size_after\";i:3425;s:4:\"time\";d:0.06999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.46;s:5:\"bytes\";i:680;s:11:\"size_before\";i:1768;s:10:\"size_after\";i:1088;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.47;s:5:\"bytes\";i:487;s:11:\"size_before\";i:1266;s:10:\"size_after\";i:779;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:779;s:10:\"size_after\";i:779;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:779;s:10:\"size_after\";i:779;s:4:\"time\";d:0.01;}}}'),(2817,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:229;s:6:\"height\";i:40;s:4:\"file\";s:21:\"2019/02/signature.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"signature-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:20:\"signature-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"signature-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"signature-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2818,26,'_typist_tech_image_optimized','1'),(2820,37,'_wp_attached_file','2019/02/logo.png'),(2821,37,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.428571428571427;s:5:\"bytes\";i:2406;s:11:\"size_before\";i:11228;s:10:\"size_after\";i:8822;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.53;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:4236;s:10:\"size_after\";i:2858;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.08;s:5:\"bytes\";i:1028;s:11:\"size_before\";i:3016;s:10:\"size_after\";i:1988;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1988;s:10:\"size_after\";i:1988;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1988;s:10:\"size_after\";i:1988;s:4:\"time\";d:0.02;}}}'),(2822,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:58;s:4:\"file\";s:16:\"2019/02/logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x58.png\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2823,37,'_typist_tech_image_optimized','1'),(2824,66,'_wp_attached_file','2019/02/bn1.jpg'),(2825,66,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9400270369915202;s:5:\"bytes\";i:8015;s:11:\"size_before\";i:203425;s:10:\"size_after\";i:195410;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:416;s:11:\"size_before\";i:6565;s:10:\"size_after\";i:6149;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:832;s:11:\"size_before\";i:15172;s:10:\"size_after\";i:14340;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:842;s:11:\"size_before\";i:17776;s:10:\"size_after\";i:16934;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:1373;s:11:\"size_before\";i:28024;s:10:\"size_after\";i:26651;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:1940;s:11:\"size_before\";i:41417;s:10:\"size_after\";i:39477;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:1200;s:11:\"size_before\";i:26537;s:10:\"size_after\";i:25337;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:1124;s:11:\"size_before\";i:23029;s:10:\"size_after\";i:21905;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44;s:5:\"bytes\";i:288;s:11:\"size_before\";i:3871;s:10:\"size_after\";i:3583;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16934;s:10:\"size_after\";i:16934;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3583;s:10:\"size_after\";i:3583;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16934;s:10:\"size_after\";i:16934;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3583;s:10:\"size_after\";i:3583;s:4:\"time\";d:0.01;}}}'),(2826,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:457;s:4:\"file\";s:15:\"2019/02/bn1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bn1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bn1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"bn1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"bn1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"bn1-590x390.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"bn1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"bn1-400x310.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"bn1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"bn1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"bn1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"bn1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bn1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2827,66,'_typist_tech_image_optimized','1'),(2829,77,'_wp_attached_file','2019/02/decor.png'),(2830,77,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:50.784427658338174;s:5:\"bytes\";i:874;s:11:\"size_before\";i:1721;s:10:\"size_after\";i:847;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.78;s:5:\"bytes\";i:874;s:11:\"size_before\";i:1721;s:10:\"size_after\";i:847;s:4:\"time\";d:0.01;}}}'),(2831,77,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:86;s:6:\"height\";i:36;s:4:\"file\";s:17:\"2019/02/decor.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2835,777,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:649159;s:10:\"size_after\";i:649159;s:4:\"time\";d:2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18284;s:10:\"size_after\";i:18284;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45646;s:10:\"size_after\";i:45646;s:4:\"time\";d:0.14;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57159;s:10:\"size_after\";i:57159;s:4:\"time\";d:0.15;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:87967;s:10:\"size_after\";i:87967;s:4:\"time\";d:0.31;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:130489;s:10:\"size_after\";i:130489;s:4:\"time\";d:0.43;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91692;s:10:\"size_after\";i:91692;s:4:\"time\";d:0.28;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74366;s:10:\"size_after\";i:74366;s:4:\"time\";d:0.23;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9746;s:10:\"size_after\";i:9746;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57159;s:10:\"size_after\";i:57159;s:4:\"time\";d:0.15;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9746;s:10:\"size_after\";i:9746;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57159;s:10:\"size_after\";i:57159;s:4:\"time\";d:0.2;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9746;s:10:\"size_after\";i:9746;s:4:\"time\";d:0.03;}}}'),(2832,77,'_typist_tech_image_optimized','1'),(2834,777,'_wp_attached_file','2019/02/bn2.png'),(2836,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:457;s:4:\"file\";s:15:\"2019/02/bn2.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bn2-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:\"bn2-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"bn2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"bn2-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"bn2-590x390.png\";s:5:\"width\";i:590;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"bn2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"bn2-400x310.png\";s:5:\"width\";i:400;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"bn2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"bn2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"bn2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"bn2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bn2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2837,777,'_typist_tech_image_optimized','1'),(2839,120,'_wp_attached_file','2019/02/h9_bg1.jpg'),(2840,120,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7883690690650016;s:5:\"bytes\";i:16469;s:11:\"size_before\";i:590632;s:10:\"size_after\";i:574163;s:4:\"time\";d:0.37000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:491;s:11:\"size_before\";i:7068;s:10:\"size_after\";i:6577;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:767;s:11:\"size_before\";i:14499;s:10:\"size_after\";i:13732;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:1613;s:11:\"size_before\";i:54276;s:10:\"size_after\";i:52663;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.51;s:5:\"bytes\";i:2058;s:11:\"size_before\";i:81935;s:10:\"size_after\";i:79877;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:904;s:11:\"size_before\";i:18634;s:10:\"size_after\";i:17730;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:28202;s:10:\"size_after\";i:27057;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:2440;s:11:\"size_before\";i:102935;s:10:\"size_after\";i:100495;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:1359;s:11:\"size_before\";i:37751;s:10:\"size_after\";i:36392;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:27435;s:10:\"size_after\";i:26272;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:1029;s:11:\"size_before\";i:21765;s:10:\"size_after\";i:20736;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.09;s:5:\"bytes\";i:292;s:11:\"size_before\";i:4121;s:10:\"size_after\";i:3829;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.44;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:72779;s:10:\"size_after\";i:71005;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17730;s:10:\"size_after\";i:17730;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:1434;s:11:\"size_before\";i:38774;s:10:\"size_after\";i:37340;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3829;s:10:\"size_after\";i:3829;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17730;s:10:\"size_after\";i:17730;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37340;s:10:\"size_after\";i:37340;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3829;s:10:\"size_after\";i:3829;s:4:\"time\";d:0.01;}}}'),(2841,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1290;s:4:\"file\";s:18:\"2019/02/h9_bg1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"h9_bg1-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:\"h9_bg1-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"h9_bg1-768x516.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"h9_bg1-1024x688.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"h9_bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:18:\"h9_bg1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:19:\"h9_bg1-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:18:\"h9_bg1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:18:\"h9_bg1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:18:\"h9_bg1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"h9_bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:18:\"h9_bg1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"h9_bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"h9_bg1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"h9_bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"h9_bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"h9_bg1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"h9_bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(2842,120,'_typist_tech_image_optimized','1'),(2843,167,'_wp_attached_file','2019/02/wedding-1.jpg'),(2844,167,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.325386379874403;s:5:\"bytes\";i:9202;s:11:\"size_before\";i:212744;s:10:\"size_after\";i:203542;s:4:\"time\";d:0.44000000000000017;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.14;s:5:\"bytes\";i:569;s:11:\"size_before\";i:7965;s:10:\"size_after\";i:7396;s:4:\"time\";d:0.28;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:1155;s:11:\"size_before\";i:20621;s:10:\"size_after\";i:19466;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.41;s:5:\"bytes\";i:1208;s:11:\"size_before\";i:22345;s:10:\"size_after\";i:21137;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:1873;s:11:\"size_before\";i:32212;s:10:\"size_after\";i:30339;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:1906;s:11:\"size_before\";i:36668;s:10:\"size_after\";i:34762;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:2129;s:11:\"size_before\";i:37958;s:10:\"size_after\";i:35829;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.09;s:5:\"bytes\";i:362;s:11:\"size_before\";i:4475;s:10:\"size_after\";i:4113;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21137;s:10:\"size_after\";i:21137;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4113;s:10:\"size_after\";i:4113;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21137;s:10:\"size_after\";i:21137;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4113;s:10:\"size_after\";i:4113;s:4:\"time\";d:0.01;}}}'),(2845,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:430;s:4:\"file\";s:21:\"2019/02/wedding-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"wedding-1-272x300.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"wedding-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"wedding-1-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"wedding-1-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"wedding-1-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"wedding-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"wedding-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(8370,3857,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8369,3857,'_menu_item_target',''),(8368,3857,'_menu_item_object','page'),(8367,3857,'_menu_item_object_id','2041'),(8366,3857,'_menu_item_menu_item_parent','0'),(8365,3857,'_menu_item_type','post_type'),(10251,995,'_edit_last','1'),(10252,995,'_wp_page_template','default'),(10253,995,'osf_portfolio_gallery','a:12:{i:4175;s:74:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9.jpg\";i:4177;s:74:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-8-of-9.jpg\";i:4178;s:74:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-9-of-9.jpg\";i:4373;s:74:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-2-of-9.jpg\";i:4374;s:76:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9-1.jpg\";i:4375;s:74:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-4-of-9.jpg\";i:4376;s:76:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9-1.jpg\";i:4377;s:74:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-6-of-9.jpg\";i:4378;s:76:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-2.jpg\";i:4379;s:76:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-8-of-9-1.jpg\";i:4380;s:76:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-9-of-9-1.jpg\";i:4330;s:84:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/THPetersonPhotography.jpg\";}'),(2808,774,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(10688,4187,'_elementor_data','[{\"id\":\"381122ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59667ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c31ead0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wedding\\nRentals\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f9d455b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have an extensive inventory of table decorations and proudly partner with Marla from Linens. Tablescapes are optional, additional rental.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7505b87\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule a Tour\",\"align\":\"justify\",\"align_tablet\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"53d78e4\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"545f9b5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d331d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>FULL DAY rentals<br \\/>venue access: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cc8f875\",\"elType\":\"widget\",\"settings\":{\"title\":\"$2,500 - $3,500\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a258617\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"1a4675b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering kitchen, stage and historic dancefloor.\",\"icon\":\"\",\"_id\":\"1f36316\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & Chairs for up to 350\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event Security\",\"icon\":\"\",\"_id\":\"867901c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Day of Event Coordinator\",\"icon\":\"\",\"_id\":\"a0c48c0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"15191651\",\"elType\":\"widget\",\"settings\":{\"text\":\"ORDER NOW\",\"align\":\"justify\",\"align_tablet\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-5\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"756441f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"285fd5fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CEREMONY ONLY<br \\/>Three hour rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ad20327\",\"elType\":\"widget\",\"settings\":{\"title\":\"$500\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c664b67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"b9e028d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Rehearsal Time\",\"icon\":\"\",\"_id\":\"66b94d6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Choice of indoor or outdoor ceremony with coordinating seatingarrangements for 350. Additional seating outside is available at additional cost (chair rental)\",\"icon\":\"\",\"_id\":\"19968f4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Day of Event Coordinator\",\"icon\":\"\",\"_id\":\"cd86456\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"118a979e\",\"elType\":\"widget\",\"settings\":{\"text\":\"ORDER NOW\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#777777\",\"background_color\":\"#f3f3f3\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#666b7e\",\"button_hover_border_color\":\"#666b7e\",\"border_border\":\"solid\",\"border_color\":\"#f3f3f3\",\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-1\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(10676,4187,'_elementor_edit_mode','builder'),(10677,4187,'_elementor_template_type','section'),(10678,4187,'inline_featured_image','0'),(10679,4187,'_elementor_version','2.6.8'),(10680,4187,'_elementor_pro_version','2.6.2'),(10685,4187,'_wp_page_template','default'),(10686,4187,'_elementor_page_settings','a:35:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}}'),(969,551,'_astra_sites_hotlink_imported','1'),(2888,287,'_wp_attached_file','2019/02/ct5.jpg'),(2870,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:235;s:4:\"file\";s:15:\"2019/02/ct1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ct1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ct1-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"ct1-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"ct1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"ct1-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"ct1-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2871,283,'_typist_tech_image_optimized','1'),(2873,284,'_wp_attached_file','2019/02/ct2.jpg'),(2886,286,'_typist_tech_image_optimized','1'),(2875,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:235;s:4:\"file\";s:15:\"2019/02/ct2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ct2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ct2-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"ct2-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"ct2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"ct2-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"ct2-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2876,284,'_typist_tech_image_optimized','1'),(2878,778,'_wp_attached_file','2019/02/ct3.jpg'),(2879,778,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.005463275590017;s:5:\"bytes\";i:1182;s:11:\"size_before\";i:58939;s:10:\"size_after\";i:57757;s:4:\"time\";d:0.09999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:268;s:11:\"size_before\";i:5026;s:10:\"size_after\";i:4758;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:326;s:11:\"size_before\";i:9354;s:10:\"size_after\";i:9028;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:392;s:11:\"size_before\";i:12174;s:10:\"size_after\";i:11782;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38;s:5:\"bytes\";i:196;s:11:\"size_before\";i:3071;s:10:\"size_after\";i:2875;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11782;s:10:\"size_after\";i:11782;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2875;s:10:\"size_after\";i:2875;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11782;s:10:\"size_after\";i:11782;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2875;s:10:\"size_after\";i:2875;s:4:\"time\";d:0.01;}}}'),(2880,778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:235;s:4:\"file\";s:15:\"2019/02/ct3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ct3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ct3-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"ct3-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"ct3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"ct3-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"ct3-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2881,778,'_typist_tech_image_optimized','1'),(2883,286,'_wp_attached_file','2019/02/ct4.jpg'),(2884,286,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.489067849860864;s:5:\"bytes\";i:1941;s:11:\"size_before\";i:77981;s:10:\"size_after\";i:76040;s:4:\"time\";d:0.09999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:361;s:11:\"size_before\";i:6400;s:10:\"size_after\";i:6039;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:581;s:11:\"size_before\";i:12973;s:10:\"size_after\";i:12392;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:750;s:11:\"size_before\";i:16476;s:10:\"size_after\";i:15726;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.68;s:5:\"bytes\";i:249;s:11:\"size_before\";i:3726;s:10:\"size_after\";i:3477;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15726;s:10:\"size_after\";i:15726;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3477;s:10:\"size_after\";i:3477;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15726;s:10:\"size_after\";i:15726;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3477;s:10:\"size_after\";i:3477;s:4:\"time\";d:0.01;}}}'),(2885,286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:235;s:4:\"file\";s:15:\"2019/02/ct4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ct4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ct4-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"ct4-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"ct4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"ct4-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"ct4-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2643,549,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 34 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 24 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(2890,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:235;s:4:\"file\";s:15:\"2019/02/ct5.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ct5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ct5-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"ct5-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"ct5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"ct5-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"ct5-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"ct5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(16738,4635,'_wp_page_template','page-elementor.php'),(16739,4635,'_elementor_edit_mode','builder'),(16740,4635,'_elementor_template_type','wp-post'),(16741,4635,'_elementor_version','2.8.3'),(16742,4635,'_elementor_pro_version','2.7.3'),(16731,4634,'_elementor_template_type','wp-post'),(16732,4634,'_elementor_version','2.8.3'),(16733,4634,'_elementor_pro_version','2.7.3'),(16734,4634,'_elementor_data','[{\"id\":\"b2ee6ba\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"505f71c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"scheduled_content_on\":\"yes\",\"schedule_start_date\":\"2019-08-23 12:00\",\"background_background\":\"classic\",\"background_color\":\"#222222\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac42ff9\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"9d5ac5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"253a087\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide-home16\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"381122ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59667ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c31ead0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wedding\\nPackage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f9d455b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wedding event package includes full day and full access to The Vinewood for your ceremony and reception. It includes setup and teardown of tables and chairs for both events (not decorating), plus one hour rehearsal time. You also have the option of holding your ceremony indoors or out at no additional cost.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8022021\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule a tour of The Vinewood Today!\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"545f9b5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46ff9e1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d331d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>WEDDING Ceremony &amp; Reception<\\/strong><br \\/>venue access: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cc8f875\",\"elType\":\"widget\",\"settings\":{\"title\":\"$4000\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a258617\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering space, stage and historic dance floor\",\"icon\":\"\",\"_id\":\"1f36316\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Seating for up to 350 <\\/br>(linens requried and not included)\",\"icon\":\"opal-icon-seating-chart\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking & event security\",\"icon\":\"opal-icon-arrow-right\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Decorative inventory access\",\"icon\":\"opal-icon-flower-decor\",\"_id\":\"867901c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Day of event coordinator\",\"icon\":\"opal-icon-budget\",\"_id\":\"a0c48c0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Personalized wedding website\",\"icon\":\"opal-icon-guest-list\",\"_id\":\"3b5ada6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"756441f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8cbc0b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"285fd5fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>RECEPTION ONLY<\\/strong><br \\/>Full Day Venue RENTAL: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ad20327\",\"elType\":\"widget\",\"settings\":{\"title\":\"$3500\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c664b67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Same access and amenities as our wedding package for your reception.\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Does not include rehearsal time or any ceremony services\",\"icon\":\"fa fa-check\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"b5d23ba\"}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9fa01da\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTES\",\"title_color\":\"#3d7b5f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9180220\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Use any liscensed caterer of your choice\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"a1127dc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Linen rental is extra and must be procured through The Vinewood. We partner with Linens by Marlen\",\"icon\":\"\",\"_id\":\"6d7e737\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96a0185\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a69963c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e42f855\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event & Hourly\\nRentals\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a871273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51be045\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>WEEKDAY<\\/strong>: Monday - Thursday<br \\/><strong>WEEKEND<\\/strong>: Friday - Sunday<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57d5b3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"PRICING NOTES\",\"title_color\":\"#3d7b5f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aaadae\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"We have a house projector and meeting equipment available for a small fee lable for nominal fee\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Limited access to decorative inventory\",\"icon\":\"\",\"_id\":\"a1127dc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"No caterer restrictions (must be liscensed) \",\"icon\":\"\",\"_id\":\"6d7e737\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"2c1737d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"367c686\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2468886\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b6cca82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>WEEKEND - 5 hour Rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b535c95\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1200\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4af8825\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$250 \\/ additional hour\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"35f0213\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event staff & coordinator\",\"icon\":\"\",\"_id\":\"54b2cb2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\",\"icon\":\"\",\"_id\":\"cd86456\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Parking & event security\",\"icon\":\"\",\"_id\":\"7cab898\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to catering prep station (all caterers must be licensed)\",\"icon\":\"\",\"_id\":\"a4872bd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"All alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"18ffa6a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"0173971\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e62d24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7379054\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Weekday - 3 hour rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e148658\",\"elType\":\"widget\",\"settings\":{\"title\":\"$600\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05b566f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$200 \\/ additional hour\",\"icon\":\"\",\"_id\":\"bb86953\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"fd2a7e1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event staff & coordinator\",\"icon\":\"\",\"_id\":\"540f263\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"a043ed9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to catering prep station (all caterers must be licensed)\",\"icon\":\"\",\"_id\":\"fdc751c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"All alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"a83b6a4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8d862a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"0af82b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"884c5b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW AVAILABLE DATES\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4caf1e55\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.05)\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"100\",\"bottom\":\"120\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":582,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/plant2-free-img.png\"},\"background_overlay_position\":\"center right\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"75\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"234cc2bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"414aee47\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALL RENTALS\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"505f34a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Alcohol must be purchased through The Vinewood. Cash bar options are available.<\\/p><p>Linen rentals must be rented through The Vinewood and coordinated with Marla Oliaviar. <br \\/>There is an additional fee which varies greatly on your desired table decore.<br \\/>We advise wedding couples to budget $36 per table. <\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ceda537\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"height\":\"min-height\"},\"elements\":[{\"id\":\"42ba746\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ab17ac\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"Gallery 1\",\"_id\":\"220e6f5\",\"wp_gallery\":[{\"id\":4095,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\"},{\"id\":4101,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableScape-3.jpg\"},{\"id\":4194,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/ManizanaTables2-Web.jpg\"},{\"id\":4104,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableSetup.jpg\"},{\"id\":4093,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Decorations.jpg\"},{\"id\":4008,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-6-e1566582948853.jpg\"},{\"id\":4102,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableScape-Gold.jpg\"},{\"id\":4092,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Chairs.jpg\"}]}],\"thumbnail_size\":\"dreama-featured-image-small\",\"columns\":\"4\",\"gutter\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"content_delay_time\":\"0.50\"},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a901ee0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"e9791d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f05e807\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"Schedule a tour of The Vinewood Today!\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c0a92c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3cfae1c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"CHECK YOUR DATES \\/ CALENDAR OF EVENTS\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db5083b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"18c3e12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60121f3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"Pay Venue Deposit, Secure Your Date\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9185b59\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%224630%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f7932b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d007c0\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"FLOOR PLAN - PDF\",\"link\":{\"url\":\"https:\\/\\/drive.google.com\\/file\\/d\\/147NXaO11SOYE6DS6HITR9m4DzDPaZnup\\/view?usp=sharing\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(16735,4634,'_elementor_page_settings','a:35:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}}'),(16743,4635,'_elementor_data','[{\"id\":\"b2ee6ba\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"505f71c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"scheduled_content_on\":\"yes\",\"schedule_start_date\":\"2019-08-23 12:00\",\"background_background\":\"classic\",\"background_color\":\"#222222\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac42ff9\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"9d5ac5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"253a087\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide-home16\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"381122ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59667ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c31ead0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wedding\\nPackage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f9d455b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wedding event package includes full day and full access to The Vinewood for your ceremony and reception. It includes setup and teardown of tables and chairs for both events (not decorating), plus one hour rehearsal time. You also have the option of holding your ceremony indoors or out at no additional cost.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8022021\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule a tour of The Vinewood Today!\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"545f9b5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46ff9e1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d331d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>WEDDING Ceremony &amp; Reception<\\/strong><br \\/>venue access: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cc8f875\",\"elType\":\"widget\",\"settings\":{\"title\":\"$4000\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a258617\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering space, stage and historic dance floor\",\"icon\":\"\",\"_id\":\"1f36316\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Seating for up to 350 <\\/br>(linens requried and not included)\",\"icon\":\"opal-icon-seating-chart\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking & event security\",\"icon\":\"opal-icon-arrow-right\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Decorative inventory access\",\"icon\":\"opal-icon-flower-decor\",\"_id\":\"867901c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Day of event coordinator\",\"icon\":\"opal-icon-budget\",\"_id\":\"a0c48c0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Personalized wedding website\",\"icon\":\"opal-icon-guest-list\",\"_id\":\"3b5ada6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"756441f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8cbc0b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"285fd5fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>RECEPTION ONLY<\\/strong><br \\/>Full Day Venue RENTAL: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ad20327\",\"elType\":\"widget\",\"settings\":{\"title\":\"$3500\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c664b67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Same access and amenities as our wedding package for your reception.\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Does not include rehearsal time or any ceremony services\",\"icon\":\"fa fa-check\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"b5d23ba\"}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9fa01da\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTES\",\"title_color\":\"#3d7b5f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9180220\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Use any liscensed caterer of your choice\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"a1127dc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Linen rental is extra and must be procured through The Vinewood. We partner with Linens by Marlen\",\"icon\":\"\",\"_id\":\"6d7e737\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96a0185\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a69963c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e42f855\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event & Hourly\\nRentals\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a871273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51be045\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>WEEKDAY<\\/strong>: Monday - Thursday<br \\/><strong>WEEKEND<\\/strong>: Friday - Sunday<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57d5b3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"PRICING NOTES\",\"title_color\":\"#3d7b5f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aaadae\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"We have a house projector and meeting equipment available for a small fee lable for nominal fee\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Limited access to decorative inventory\",\"icon\":\"\",\"_id\":\"a1127dc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"No caterer restrictions (must be liscensed) \",\"icon\":\"\",\"_id\":\"6d7e737\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"2c1737d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"367c686\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2468886\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b6cca82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>WEEKEND - 5 hour Rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b535c95\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1200\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4af8825\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$250 \\/ additional hour\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"35f0213\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event staff & coordinator\",\"icon\":\"\",\"_id\":\"54b2cb2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\",\"icon\":\"\",\"_id\":\"cd86456\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Parking & event security\",\"icon\":\"\",\"_id\":\"7cab898\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to catering prep station (all caterers must be licensed)\",\"icon\":\"\",\"_id\":\"a4872bd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"All alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"18ffa6a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"0173971\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e62d24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7379054\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Weekday - 3 hour rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e148658\",\"elType\":\"widget\",\"settings\":{\"title\":\"$600\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05b566f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$200 \\/ additional hour\",\"icon\":\"\",\"_id\":\"bb86953\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"fd2a7e1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event staff & coordinator\",\"icon\":\"\",\"_id\":\"540f263\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"a043ed9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to catering prep station (all caterers must be licensed)\",\"icon\":\"\",\"_id\":\"fdc751c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"All alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"a83b6a4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8d862a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"0af82b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"884c5b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW AVAILABLE DATES\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4caf1e55\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.05)\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"100\",\"bottom\":\"120\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":582,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/plant2-free-img.png\"},\"background_overlay_position\":\"center right\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"234cc2bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"414aee47\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALL RENTALS\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"505f34a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Alcohol must be purchased through The Vinewood. Cash bar options are available.<\\/p><p>Linen rentals must be rented through The Vinewood and coordinated with Marla Oliaviar. <br \\/>There is an additional fee which varies greatly on your desired table decore.<br \\/>We advise wedding couples to budget $36 per table. <\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a901ee0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"e9791d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f05e807\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule a tour of The Vinewood Today!\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c0a92c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3cfae1c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"secondary\",\"text\":\"CHECK YOUR DATES \\/ CALENDAR OF EVENTS\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db5083b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"18c3e12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60121f3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"Pay Venue Deposit, Secure Your Date\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9185b59\\\" name=\\\"popup\\\" settings=\\\"%7B%22popup%22%3A%224630%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f7932b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d007c0\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"FLOOR PLAN - PDF\",\"link\":{\"url\":\"https:\\/\\/drive.google.com\\/file\\/d\\/147NXaO11SOYE6DS6HITR9m4DzDPaZnup\\/view?usp=sharing\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d46af8e\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d7f6d96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ab17ac\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"Gallery 1\",\"_id\":\"220e6f5\",\"wp_gallery\":[{\"id\":4095,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\"},{\"id\":4101,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableScape-3.jpg\"},{\"id\":4194,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/ManizanaTables2-Web.jpg\"},{\"id\":4104,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableSetup.jpg\"},{\"id\":4093,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Decorations.jpg\"},{\"id\":4008,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-6-e1566582948853.jpg\"},{\"id\":4102,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableScape-Gold.jpg\"},{\"id\":4092,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Chairs.jpg\"}]}],\"thumbnail_size\":\"dreama-featured-image-small\",\"columns\":\"4\",\"gutter\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"content_delay_time\":\"0.50\"},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ceda537\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"height\":\"min-height\"},\"elements\":[{\"id\":\"42ba746\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2679,553,'_elementor_pro_version','2.6.2'),(2682,752,'_wp_attached_file','2019/07/DancebyMarceleana.jpg'),(2683,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2019/07/DancebyMarceleana.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"DancebyMarceleana-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"DancebyMarceleana-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"DancebyMarceleana-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"DancebyMarceleana-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"DancebyMarceleana-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2658,746,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5542244253676896;s:5:\"bytes\";i:3746;s:11:\"size_before\";i:146659;s:10:\"size_after\";i:142913;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:190;s:11:\"size_before\";i:4583;s:10:\"size_after\";i:4393;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:302;s:11:\"size_before\";i:9879;s:10:\"size_after\";i:9577;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:887;s:11:\"size_before\";i:40062;s:10:\"size_after\";i:39175;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.63;s:5:\"bytes\";i:1586;s:11:\"size_before\";i:60353;s:10:\"size_after\";i:58767;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:336;s:11:\"size_before\";i:12654;s:10:\"size_after\";i:12318;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.33;s:5:\"bytes\";i:445;s:11:\"size_before\";i:19128;s:10:\"size_after\";i:18683;s:4:\"time\";d:0.02;}}}'),(12014,748,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:74117;s:11:\"size_before\";i:1871073;s:10:\"size_after\";i:1796956;}'),(12018,4243,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(12019,3779,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:229668;s:11:\"size_before\";i:796148;s:10:\"size_after\";i:566480;}'),(12020,3780,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:49332;s:11:\"size_before\";i:440560;s:10:\"size_after\";i:391228;}'),(2659,747,'_wp_attached_file','2019/07/NoGoodJohnny.png'),(2660,747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1077;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2019/07/NoGoodJohnny.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"NoGoodJohnny-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"NoGoodJohnny-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:24:\"NoGoodJohnny-768x770.png\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"NoGoodJohnny-1021x1024.png\";s:5:\"width\";i:1021;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"NoGoodJohnny-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"NoGoodJohnny-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2661,747,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2386164;s:10:\"size_after\";i:2386164;s:4:\"time\";d:2.949999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39962;s:10:\"size_after\";i:39962;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:136430;s:10:\"size_after\";i:136430;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:719110;s:10:\"size_after\";i:719110;s:4:\"time\";d:0.84999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1139298;s:10:\"size_after\";i:1139298;s:4:\"time\";d:1.6799999999999999378275106209912337362766265869140625;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:136430;s:10:\"size_after\";i:136430;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:214934;s:10:\"size_after\";i:214934;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}}}'),(2662,748,'_wp_attached_file','2019/07/ladiesbyMarcealena.png'),(2663,748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:934;s:4:\"file\";s:30:\"2019/07/ladiesbyMarcealena.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ladiesbyMarcealena-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:30:\"ladiesbyMarcealena-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ladiesbyMarcealena-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"ladiesbyMarcealena-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:30:\"ladiesbyMarcealena-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:30:\"ladiesbyMarcealena-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2664,748,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2301762;s:10:\"size_after\";i:2301762;s:4:\"time\";d:1.56;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45682;s:10:\"size_after\";i:45682;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:120800;s:10:\"size_after\";i:120800;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:639249;s:10:\"size_after\";i:639249;s:4:\"time\";d:0.38;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1058113;s:10:\"size_after\";i:1058113;s:4:\"time\";d:0.81;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:158258;s:10:\"size_after\";i:158258;s:4:\"time\";d:0.1;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:279660;s:10:\"size_after\";i:279660;s:4:\"time\";d:0.18;}}}'),(12015,2156,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:9794;s:11:\"size_before\";i:98229;s:10:\"size_after\";i:88435;}'),(12016,855,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:19786;s:11:\"size_before\";i:57661;s:10:\"size_after\";i:37875;}'),(12017,3211,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:82295;s:11:\"size_before\";i:526944;s:10:\"size_after\";i:444649;}'),(10729,4194,'_wp_attached_file','2019/08/ManizanaTables2-Web.jpg'),(10730,4194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:31:\"2019/08/ManizanaTables2-Web.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-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:31:\"ManizanaTables2-Web-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"ManizanaTables2-Web-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"ManizanaTables2-Web-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:32:\"ManizanaTables2-Web-1200x700.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-400x533.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"ManizanaTables2-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"ManizanaTables2-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10731,4194,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2081733857741255;s:5:\"bytes\";i:30613;s:11:\"size_before\";i:954219;s:10:\"size_after\";i:923606;s:4:\"time\";d:0.45000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:444;s:11:\"size_before\";i:7210;s:10:\"size_after\";i:6766;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:734;s:11:\"size_before\";i:16090;s:10:\"size_after\";i:15356;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:5419;s:11:\"size_before\";i:127531;s:10:\"size_after\";i:122112;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122112;s:10:\"size_after\";i:122112;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:962;s:11:\"size_before\";i:21133;s:10:\"size_after\";i:20171;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:1571;s:11:\"size_before\";i:34753;s:10:\"size_after\";i:33182;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:1233;s:11:\"size_before\";i:25006;s:10:\"size_after\";i:23773;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:6850;s:11:\"size_before\";i:153115;s:10:\"size_after\";i:146265;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:2097;s:11:\"size_before\";i:49736;s:10:\"size_after\";i:47639;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:1552;s:11:\"size_before\";i:33564;s:10:\"size_after\";i:32012;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:1768;s:11:\"size_before\";i:41321;s:10:\"size_after\";i:39553;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.65;s:5:\"bytes\";i:313;s:11:\"size_before\";i:4089;s:10:\"size_after\";i:3776;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:3916;s:11:\"size_before\";i:102509;s:10:\"size_after\";i:98593;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20171;s:10:\"size_after\";i:20171;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:3754;s:11:\"size_before\";i:85955;s:10:\"size_after\";i:82201;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3776;s:10:\"size_after\";i:3776;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20171;s:10:\"size_after\";i:20171;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82201;s:10:\"size_after\";i:82201;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3776;s:10:\"size_after\";i:3776;s:4:\"time\";d:0.01;}}}'),(2646,2,'_wds_readability','a:4:{s:5:\"score\";d:74.1929704301075645389573764987289905548095703125;s:9:\"raw_score\";d:74.1929704301075645389573764987289905548095703125;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(2504,721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:59;s:4:\"file\";s:42:\"2019/01/OutlineBuilding-White-WebSmall.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"OutlineBuilding-White-WebSmall-150x59.png\";s:5:\"width\";i:150;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(2889,287,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.2071114888794447;s:5:\"bytes\";i:1558;s:11:\"size_before\";i:70590;s:10:\"size_after\";i:69032;s:4:\"time\";d:0.09999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:271;s:11:\"size_before\";i:5351;s:10:\"size_after\";i:5080;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:485;s:11:\"size_before\";i:11874;s:10:\"size_after\";i:11389;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:599;s:11:\"size_before\";i:15138;s:10:\"size_after\";i:14539;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:203;s:11:\"size_before\";i:3185;s:10:\"size_after\";i:2982;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14539;s:10:\"size_after\";i:14539;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2982;s:10:\"size_after\";i:2982;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14539;s:10:\"size_after\";i:14539;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2982;s:10:\"size_after\";i:2982;s:4:\"time\";d:0.01;}}}'),(2874,284,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.898962067723907;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:63877;s:10:\"size_after\";i:62664;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:256;s:11:\"size_before\";i:5421;s:10:\"size_after\";i:5165;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:336;s:11:\"size_before\";i:10138;s:10:\"size_after\";i:9802;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:441;s:11:\"size_before\";i:13300;s:10:\"size_after\";i:12859;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:180;s:11:\"size_before\";i:3220;s:10:\"size_after\";i:3040;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12859;s:10:\"size_after\";i:12859;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3040;s:10:\"size_after\";i:3040;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12859;s:10:\"size_after\";i:12859;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3040;s:10:\"size_after\";i:3040;s:4:\"time\";d:0.01;}}}'),(2517,724,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.638948293076463613715532119385898113250732421875;s:5:\"bytes\";i:183815;s:11:\"size_before\";i:599939;s:10:\"size_after\";i:416124;s:4:\"time\";d:1.600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:7534;s:11:\"size_before\";i:22529;s:10:\"size_after\";i:14995;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:9420;s:11:\"size_before\";i:29173;s:10:\"size_after\";i:19753;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:44951;s:11:\"size_before\";i:144705;s:10:\"size_after\";i:99754;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:59633;s:11:\"size_before\";i:217044;s:10:\"size_after\";i:157411;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:23739;s:11:\"size_before\";i:72886;s:10:\"size_after\";i:49147;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:38538;s:11:\"size_before\";i:113602;s:10:\"size_after\";i:75064;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}}}'),(2528,729,'_wp_attached_file','2019/01/GoldAnd.png'),(2940,380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:457;s:4:\"file\";s:25:\"2019/02/dma_banner5_6.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_6-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:\"dma_banner5_6-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"dma_banner5_6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"dma_banner5_6-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"dma_banner5_6-590x390.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"dma_banner5_6-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"dma_banner5_6-400x310.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dma_banner5_6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dma_banner5_6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner5_6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(1035,553,'_edit_lock','1566780760:1'),(3160,2145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2019/03/gift_b1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3162,2146,'_wp_attached_file','2019/03/gift_b2.png'),(3163,2146,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.270499394457506;s:5:\"bytes\";i:2705;s:11:\"size_before\";i:14037;s:10:\"size_after\";i:11332;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.8;s:5:\"bytes\";i:1363;s:11:\"size_before\";i:4286;s:10:\"size_after\";i:2923;s:4:\"time\";d:0.04;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.38;s:5:\"bytes\";i:1342;s:11:\"size_before\";i:4145;s:10:\"size_after\";i:2803;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2803;s:10:\"size_after\";i:2803;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2803;s:10:\"size_after\";i:2803;s:4:\"time\";d:0.03;}}}'),(3164,2146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2019/03/gift_b2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b2-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3166,2147,'_wp_attached_file','2019/03/gift_b3.png'),(3167,2147,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.787077826725405;s:5:\"bytes\";i:2156;s:11:\"size_before\";i:10896;s:10:\"size_after\";i:8740;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.35;s:5:\"bytes\";i:1144;s:11:\"size_before\";i:3536;s:10:\"size_after\";i:2392;s:4:\"time\";d:0.04;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.35;s:5:\"bytes\";i:1012;s:11:\"size_before\";i:3128;s:10:\"size_after\";i:2116;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2116;s:10:\"size_after\";i:2116;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2116;s:10:\"size_after\";i:2116;s:4:\"time\";d:0.03;}}}'),(3168,2147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2019/03/gift_b3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b3-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3170,2148,'_wp_attached_file','2019/03/gift_b4.png'),(3171,2148,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.78588937440051;s:5:\"bytes\";i:2138;s:11:\"size_before\";i:9383;s:10:\"size_after\";i:7245;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.34;s:5:\"bytes\";i:1241;s:11:\"size_before\";i:3512;s:10:\"size_after\";i:2271;s:4:\"time\";d:0.04;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.11;s:5:\"bytes\";i:897;s:11:\"size_before\";i:2555;s:10:\"size_after\";i:1658;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1658;s:10:\"size_after\";i:1658;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1658;s:10:\"size_after\";i:1658;s:4:\"time\";d:0.02;}}}'),(3172,2148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2019/03/gift_b4.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b4-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3174,2149,'_wp_attached_file','2019/03/gift_b5.png'),(3175,2149,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.893293255682886;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:10646;s:10:\"size_after\";i:8954;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.03;s:5:\"bytes\";i:871;s:11:\"size_before\";i:3222;s:10:\"size_after\";i:2351;s:4:\"time\";d:0.05;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.17;s:5:\"bytes\";i:821;s:11:\"size_before\";i:3022;s:10:\"size_after\";i:2201;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2201;s:10:\"size_after\";i:2201;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2201;s:10:\"size_after\";i:2201;s:4:\"time\";d:0.02;}}}'),(3176,2149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2019/03/gift_b5.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b5-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3178,2150,'_wp_attached_file','2019/03/gift_b6.png'),(3179,2150,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.88358856213579;s:5:\"bytes\";i:1541;s:11:\"size_before\";i:7379;s:10:\"size_after\";i:5838;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.07;s:5:\"bytes\";i:845;s:11:\"size_before\";i:2555;s:10:\"size_after\";i:1710;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.59;s:5:\"bytes\";i:696;s:11:\"size_before\";i:2072;s:10:\"size_after\";i:1376;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1376;s:10:\"size_after\";i:1376;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1376;s:10:\"size_after\";i:1376;s:4:\"time\";d:0.01;}}}'),(3180,2150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2019/03/gift_b6.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b6-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"gift_b6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3182,2156,'_wp_attached_file','2019/03/Service_bg2.jpg'),(3183,2156,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1434552125171447;s:5:\"bytes\";i:16639;s:11:\"size_before\";i:529322;s:10:\"size_after\";i:512683;s:4:\"time\";d:0.3500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:462;s:11:\"size_before\";i:7397;s:10:\"size_after\";i:6935;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:611;s:11:\"size_before\";i:9864;s:10:\"size_after\";i:9253;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:1562;s:11:\"size_before\";i:37340;s:10:\"size_after\";i:35778;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:2001;s:11:\"size_before\";i:56682;s:10:\"size_after\";i:54681;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:841;s:11:\"size_before\";i:19309;s:10:\"size_after\";i:18468;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:1286;s:11:\"size_before\";i:30607;s:10:\"size_after\";i:29321;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.57;s:5:\"bytes\";i:2796;s:11:\"size_before\";i:108867;s:10:\"size_after\";i:106071;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:1582;s:11:\"size_before\";i:40805;s:10:\"size_after\";i:39223;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:968;s:11:\"size_before\";i:28174;s:10:\"size_after\";i:27206;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:872;s:11:\"size_before\";i:14888;s:10:\"size_after\";i:14016;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:296;s:11:\"size_before\";i:4358;s:10:\"size_after\";i:4062;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:2111;s:11:\"size_before\";i:74500;s:10:\"size_after\";i:72389;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18468;s:10:\"size_after\";i:18468;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:1251;s:11:\"size_before\";i:26361;s:10:\"size_after\";i:25110;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4062;s:10:\"size_after\";i:4062;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18468;s:10:\"size_after\";i:18468;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25110;s:10:\"size_after\";i:25110;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4062;s:10:\"size_after\";i:4062;s:4:\"time\";d:0.01;}}}'),(3184,2156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:466;s:4:\"file\";s:23:\"2019/03/Service_bg2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Service_bg2-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:\"Service_bg2-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Service_bg2-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Service_bg2-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"Service_bg2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"Service_bg2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:24:\"Service_bg2-1400x639.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"Service_bg2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"Service_bg2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"Service_bg2-400x133.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"Service_bg2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:23:\"Service_bg2-885x639.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Service_bg2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Service_bg2-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Service_bg2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Service_bg2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Service_bg2-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Service_bg2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3186,2629,'_wp_attached_file','2019/03/dma_banner7_5.jpg'),(3187,2629,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.000019663363222;s:5:\"bytes\";i:8137;s:11:\"size_before\";i:203424;s:10:\"size_after\";i:195287;s:4:\"time\";d:0.6300000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:595;s:11:\"size_before\";i:8309;s:10:\"size_after\";i:7714;s:4:\"time\";d:0.21;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:18673;s:10:\"size_after\";i:17554;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:1230;s:11:\"size_before\";i:22912;s:10:\"size_after\";i:21682;s:4:\"time\";d:0.29;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:1644;s:11:\"size_before\";i:34594;s:10:\"size_after\";i:32950;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:1671;s:11:\"size_before\";i:34067;s:10:\"size_after\";i:32396;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:1501;s:11:\"size_before\";i:28036;s:10:\"size_after\";i:26535;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.95;s:5:\"bytes\";i:377;s:11:\"size_before\";i:4741;s:10:\"size_after\";i:4364;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21682;s:10:\"size_after\";i:21682;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4364;s:10:\"size_after\";i:4364;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21682;s:10:\"size_after\";i:21682;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4364;s:10:\"size_after\";i:4364;s:4:\"time\";d:0.01;}}}'),(3188,2629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:357;s:4:\"file\";s:25:\"2019/03/dma_banner7_5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner7_5-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:\"dma_banner7_5-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"dma_banner7_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"dma_banner7_5-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"dma_banner7_5-400x357.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"dma_banner7_5-400x291.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner7_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dma_banner7_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner7_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dma_banner7_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner7_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3189,2674,'_wp_attached_file','2019/03/dma_banner7_6.jpg'),(3190,2674,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.044734302232967;s:5:\"bytes\";i:8633;s:11:\"size_before\";i:213438;s:10:\"size_after\";i:204805;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:408;s:11:\"size_before\";i:7180;s:10:\"size_after\";i:6772;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:1178;s:11:\"size_before\";i:20506;s:10:\"size_after\";i:19328;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:962;s:11:\"size_before\";i:21534;s:10:\"size_after\";i:20572;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:2193;s:11:\"size_before\";i:41019;s:10:\"size_after\";i:38826;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:1840;s:11:\"size_before\";i:38421;s:10:\"size_after\";i:36581;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:1780;s:11:\"size_before\";i:32406;s:10:\"size_after\";i:30626;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:272;s:11:\"size_before\";i:3924;s:10:\"size_after\";i:3652;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20572;s:10:\"size_after\";i:20572;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3652;s:10:\"size_after\";i:3652;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20572;s:10:\"size_after\";i:20572;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3652;s:10:\"size_after\";i:3652;s:4:\"time\";d:0.01;}}}'),(3191,2674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:357;s:4:\"file\";s:25:\"2019/03/dma_banner7_6.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner7_6-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:\"dma_banner7_6-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"dma_banner7_6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"dma_banner7_6-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"dma_banner7_6-400x357.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"dma_banner7_6-400x291.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner7_6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dma_banner7_6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner7_6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"dma_banner7_6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dma_banner7_6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3192,2677,'_wp_attached_file','2019/03/decor1.png'),(3193,2677,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.008476915905192;s:5:\"bytes\";i:39809;s:11:\"size_before\";i:441906;s:10:\"size_after\";i:402097;s:4:\"time\";d:0.4600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:1233;s:11:\"size_before\";i:27877;s:10:\"size_after\";i:26644;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:2882;s:11:\"size_before\";i:68098;s:10:\"size_after\";i:65216;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.21;s:5:\"bytes\";i:17109;s:11:\"size_before\";i:84641;s:10:\"size_after\";i:67532;s:4:\"time\";d:0.07;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.47;s:5:\"bytes\";i:17960;s:11:\"size_before\";i:87723;s:10:\"size_after\";i:69763;s:4:\"time\";d:0.09;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:625;s:11:\"size_before\";i:13251;s:10:\"size_after\";i:12626;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67532;s:10:\"size_after\";i:67532;s:4:\"time\";d:0.06;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12626;s:10:\"size_after\";i:12626;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67532;s:10:\"size_after\";i:67532;s:4:\"time\";d:0.09;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12626;s:10:\"size_after\";i:12626;s:4:\"time\";d:0.02;}}}'),(3194,2677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:360;s:4:\"file\";s:18:\"2019/03/decor1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"decor1-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:18:\"decor1-229x300.png\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"decor1-275x300.png\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:18:\"decor1-275x324.png\";s:5:\"width\";i:275;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"decor1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"decor1-275x300.png\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"decor1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"decor1-275x300.png\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"decor1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3195,2681,'_wp_attached_file','2019/03/decor2.png'),(3196,2681,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.55191631723276;s:5:\"bytes\";i:48452;s:11:\"size_before\";i:507249;s:10:\"size_after\";i:458797;s:4:\"time\";d:0.59;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:1631;s:11:\"size_before\";i:33523;s:10:\"size_after\";i:31892;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:3670;s:11:\"size_before\";i:80572;s:10:\"size_after\";i:76902;s:4:\"time\";d:0.08;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.56;s:5:\"bytes\";i:20877;s:11:\"size_before\";i:96811;s:10:\"size_after\";i:75934;s:4:\"time\";d:0.11;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.6;s:5:\"bytes\";i:21299;s:11:\"size_before\";i:98590;s:10:\"size_after\";i:77291;s:4:\"time\";d:0.11;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:975;s:11:\"size_before\";i:15945;s:10:\"size_after\";i:14970;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75934;s:10:\"size_after\";i:75934;s:4:\"time\";d:0.1;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14970;s:10:\"size_after\";i:14970;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75934;s:10:\"size_after\";i:75934;s:4:\"time\";d:0.09;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14970;s:10:\"size_after\";i:14970;s:4:\"time\";d:0.02;}}}'),(3197,2681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:338;s:4:\"file\";s:18:\"2019/03/decor2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"decor2-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:18:\"decor2-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"decor2-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:18:\"decor2-254x324.png\";s:5:\"width\";i:254;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"decor2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"decor2-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"decor2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"decor2-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"decor2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3198,2687,'_wp_attached_file','2019/03/decor_heading_1.png'),(3199,2687,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.189489013577761;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:23347;s:10:\"size_after\";i:21435;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.11;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:9057;s:10:\"size_after\";i:7145;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7145;s:10:\"size_after\";i:7145;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7145;s:10:\"size_after\";i:7145;s:4:\"time\";d:0.02;}}}'),(3200,2687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:108;s:6:\"height\";i:85;s:4:\"file\";s:27:\"2019/03/decor_heading_1.png\";s:5:\"sizes\";a:3:{s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"decor_heading_1-100x85.png\";s:5:\"width\";i:100;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"decor_heading_1-100x85.png\";s:5:\"width\";i:100;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"decor_heading_1-100x85.png\";s:5:\"width\";i:100;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3201,2688,'_wp_attached_file','2019/03/decor_heading_2.png'),(3202,2688,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.931067496409767;s:5:\"bytes\";i:1749;s:11:\"size_before\";i:8356;s:10:\"size_after\";i:6607;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.93;s:5:\"bytes\";i:1749;s:11:\"size_before\";i:8356;s:10:\"size_after\";i:6607;s:4:\"time\";d:0.01;}}}'),(3203,2688,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:88;s:6:\"height\";i:70;s:4:\"file\";s:27:\"2019/03/decor_heading_2.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3204,2689,'_wp_attached_file','2019/03/decor_heading_3.png'),(3205,2689,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.389597013003733;s:5:\"bytes\";i:1739;s:11:\"size_before\";i:7767;s:10:\"size_after\";i:6028;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.39;s:5:\"bytes\";i:1739;s:11:\"size_before\";i:7767;s:10:\"size_after\";i:6028;s:4:\"time\";d:0.01;}}}'),(3206,2689,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:81;s:6:\"height\";i:76;s:4:\"file\";s:27:\"2019/03/decor_heading_3.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3207,2724,'_wp_attached_file','2019/03/shutterstock-348030206.jpg'),(3208,2724,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.447189968870817;s:5:\"bytes\";i:16201;s:11:\"size_before\";i:469977;s:10:\"size_after\";i:453776;s:4:\"time\";d:0.5100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.74;s:5:\"bytes\";i:616;s:11:\"size_before\";i:7958;s:10:\"size_after\";i:7342;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:1078;s:11:\"size_before\";i:16549;s:10:\"size_after\";i:15471;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:2116;s:11:\"size_before\";i:62283;s:10:\"size_after\";i:60167;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:1195;s:11:\"size_before\";i:21593;s:10:\"size_after\";i:20398;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:1617;s:11:\"size_before\";i:32692;s:10:\"size_after\";i:31075;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:1812;s:11:\"size_before\";i:43406;s:10:\"size_after\";i:41594;s:4:\"time\";d:0.26;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:1418;s:11:\"size_before\";i:31758;s:10:\"size_after\";i:30340;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:25117;s:10:\"size_after\";i:23706;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.63;s:5:\"bytes\";i:402;s:11:\"size_before\";i:4656;s:10:\"size_after\";i:4254;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:2669;s:11:\"size_before\";i:88264;s:10:\"size_after\";i:85595;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20398;s:10:\"size_after\";i:20398;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:1867;s:11:\"size_before\";i:44132;s:10:\"size_after\";i:42265;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4254;s:10:\"size_after\";i:4254;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20398;s:10:\"size_after\";i:20398;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42265;s:10:\"size_after\";i:42265;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4254;s:10:\"size_after\";i:4254;s:4:\"time\";d:0.01;}}}'),(3209,2724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:34:\"2019/03/shutterstock-348030206.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-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:34:\"shutterstock-348030206-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:34:\"shutterstock-348030206-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-885x667.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock-348030206-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-348030206-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3210,2762,'_wp_attached_file','2019/03/logo_2.png'),(3211,2762,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.161907508893375;s:5:\"bytes\";i:1681;s:11:\"size_before\";i:10401;s:10:\"size_after\";i:8720;s:4:\"time\";d:0.09000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.93;s:5:\"bytes\";i:986;s:11:\"size_before\";i:3802;s:10:\"size_after\";i:2816;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.1;s:5:\"bytes\";i:695;s:11:\"size_before\";i:2663;s:10:\"size_after\";i:1968;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1968;s:10:\"size_after\";i:1968;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1968;s:10:\"size_after\";i:1968;s:4:\"time\";d:0.02;}}}'),(3212,2762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:58;s:4:\"file\";s:18:\"2019/03/logo_2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_2-150x58.png\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_2-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_2-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo_2-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(3214,2888,'_wp_attached_file','2019/03/bg_home14_2.jpg'),(3215,2888,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.036299582091256;s:5:\"bytes\";i:14124;s:11:\"size_before\";i:280444;s:10:\"size_after\";i:266320;s:4:\"time\";d:0.29000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.35;s:5:\"bytes\";i:305;s:11:\"size_before\";i:4147;s:10:\"size_after\";i:3842;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:729;s:11:\"size_before\";i:11495;s:10:\"size_after\";i:10766;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:836;s:11:\"size_before\";i:14015;s:10:\"size_after\";i:13179;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1054;s:11:\"size_before\";i:18195;s:10:\"size_after\";i:17141;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:3260;s:11:\"size_before\";i:60080;s:10:\"size_after\";i:56820;s:4:\"time\";d:0.09;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:1690;s:11:\"size_before\";i:26930;s:10:\"size_after\";i:25240;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38;s:5:\"bytes\";i:1214;s:11:\"size_before\";i:22558;s:10:\"size_after\";i:21344;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:32864;s:10:\"size_after\";i:31093;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.96;s:5:\"bytes\";i:200;s:11:\"size_before\";i:2232;s:10:\"size_after\";i:2032;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:3065;s:11:\"size_before\";i:57506;s:10:\"size_after\";i:54441;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13179;s:10:\"size_after\";i:13179;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2032;s:10:\"size_after\";i:2032;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13179;s:10:\"size_after\";i:13179;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2032;s:10:\"size_after\";i:2032;s:4:\"time\";d:0.01;}}}'),(3216,2888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:591;s:6:\"height\";i:792;s:4:\"file\";s:23:\"2019/03/bg_home14_2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-591x700.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-591x390.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-400x536.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-591x675.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"bg_home14_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"bg_home14_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3305,146,'_menu_item_type','post_type'),(3306,146,'_menu_item_menu_item_parent','0'),(3307,146,'_menu_item_object_id','103'),(3308,146,'_menu_item_object','page'),(3309,146,'_menu_item_target',''),(3310,146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3311,146,'_menu_item_xfn',''),(3312,146,'_menu_item_url',''),(12968,4439,'inline_featured_image','0'),(12969,4439,'_edit_lock','1570658094:1'),(12970,4439,'_thumbnail_id','4362'),(3357,2889,'inline_featured_image','0'),(3358,2889,'inline_featured_image','0'),(3359,2889,'_elementor_template_type','section'),(3360,2889,'_elementor_edit_mode','builder'),(3361,2889,'_wp_page_template','default'),(3362,2889,'_elementor_data','[{\"id\":\"e23a4e0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/line.png\",\"id\":229},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"edbd1bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"f21dd83\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"testimonial_title\":\"Read reviews from couples like you\",\"testimonial_content\":\"\\u2018I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!\\u2019\",\"testimonial_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/bn3.png\",\"id\":232},\"testimonial_name\":\"\\u2014  Julianna, Maine\",\"testimonial_job\":\"Wedding 7\\/1\\/19\",\"_id\":\"57f255d\"},{\"testimonial_title\":\"Over 3 million reviews\",\"testimonial_content\":\"\\u2018Such a great community to be part of. The commitment and service you all provide to the community is just outstanding.\\u2019\",\"testimonial_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/bn3.png\",\"id\":232},\"testimonial_name\":\"\\u2014  John Doe\",\"testimonial_job\":\"Wedding 7\\/5\\/19\",\"_id\":\"f4645aa\"},{\"testimonial_title\":\"Read reviews from couples like you\",\"testimonial_content\":\"\\u2018I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!\\u2019\",\"testimonial_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/bn3.png\",\"id\":232},\"testimonial_name\":\"\\u2014  Michael\",\"testimonial_job\":\"Wedding 23\\/8\\/19\",\"_id\":\"3f456be\"}],\"testimonial_alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_content_color\":\"#202020\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"name_text_color\":\"#202020\",\"backgroud_dot\":\"#e5e5e5\",\"backgroud_dot_active\":\"#202020\",\"enable_carousel\":\"yes\",\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"opal-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(3363,2889,'_elementor_version','0.4'),(3364,2889,'_wxr_import_has_attachment_refs','1'),(3492,1352,'_menu_item_type','custom'),(3493,1352,'_menu_item_menu_item_parent','0'),(3494,1352,'_menu_item_object_id','1352'),(3495,1352,'_menu_item_object','custom'),(3496,1352,'_menu_item_target',''),(3497,1352,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3498,1352,'_menu_item_xfn',''),(3499,1352,'_menu_item_url','#'),(3500,1353,'_menu_item_type','custom'),(3501,1353,'_menu_item_menu_item_parent','0'),(3502,1353,'_menu_item_object_id','1353'),(3503,1353,'_menu_item_object','custom'),(3504,1353,'_menu_item_target',''),(3505,1353,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3506,1353,'_menu_item_xfn',''),(3507,1353,'_menu_item_url','#'),(3508,1354,'_menu_item_type','custom'),(3509,1354,'_menu_item_menu_item_parent','0'),(3510,1354,'_menu_item_object_id','1354'),(3511,1354,'_menu_item_object','custom'),(3512,1354,'_menu_item_target',''),(3513,1354,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3514,1354,'_menu_item_xfn',''),(3515,1354,'_menu_item_url','#'),(3516,1355,'_menu_item_type','custom'),(3517,1355,'_menu_item_menu_item_parent','0'),(3518,1355,'_menu_item_object_id','1355'),(3519,1355,'_menu_item_object','custom'),(3520,1355,'_menu_item_target',''),(3521,1355,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3522,1355,'_menu_item_xfn',''),(3523,1355,'_menu_item_url','#'),(3524,1356,'_menu_item_type','custom'),(3525,1356,'_menu_item_menu_item_parent','0'),(3526,1356,'_menu_item_object_id','1356'),(3527,1356,'_menu_item_object','custom'),(3528,1356,'_menu_item_target',''),(3529,1356,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3530,1356,'_menu_item_xfn',''),(3531,1356,'_menu_item_url','#'),(3532,1358,'_menu_item_type','custom'),(3533,1358,'_menu_item_menu_item_parent','0'),(3534,1358,'_menu_item_object_id','1358'),(3535,1358,'_menu_item_object','custom'),(3536,1358,'_menu_item_target',''),(3537,1358,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3538,1358,'_menu_item_xfn',''),(3539,1358,'_menu_item_url','#'),(3540,1359,'_menu_item_type','custom'),(3541,1359,'_menu_item_menu_item_parent','0'),(3542,1359,'_menu_item_object_id','1359'),(3543,1359,'_menu_item_object','custom'),(3544,1359,'_menu_item_target',''),(3545,1359,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3546,1359,'_menu_item_xfn',''),(3547,1359,'_menu_item_url','#'),(3548,1360,'_menu_item_type','custom'),(3549,1360,'_menu_item_menu_item_parent','0'),(3550,1360,'_menu_item_object_id','1360'),(3551,1360,'_menu_item_object','custom'),(3552,1360,'_menu_item_target',''),(3553,1360,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3554,1360,'_menu_item_xfn',''),(3555,1360,'_menu_item_url','#'),(3556,1361,'_menu_item_type','custom'),(3557,1361,'_menu_item_menu_item_parent','0'),(3558,1361,'_menu_item_object_id','1361'),(3559,1361,'_menu_item_object','custom'),(3560,1361,'_menu_item_target',''),(3561,1361,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3562,1361,'_menu_item_xfn',''),(3563,1361,'_menu_item_url','#'),(3564,1362,'_menu_item_type','custom'),(3565,1362,'_menu_item_menu_item_parent','0'),(3566,1362,'_menu_item_object_id','1362'),(3567,1362,'_menu_item_object','custom'),(3568,1362,'_menu_item_target',''),(3569,1362,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3570,1362,'_menu_item_xfn',''),(3571,1362,'_menu_item_url','#'),(3572,1363,'_menu_item_type','custom'),(3573,1363,'_menu_item_menu_item_parent','0'),(3574,1363,'_menu_item_object_id','1363'),(3575,1363,'_menu_item_object','custom'),(3576,1363,'_menu_item_target',''),(3577,1363,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3578,1363,'_menu_item_xfn',''),(3579,1363,'_menu_item_url','#'),(17297,4667,'_order_currency','USD'),(17296,4667,'_customer_user_agent','Mozilla/5.0 (Linux; Android 8.0.0; SM-G930VL Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/251.0.0.31.111;]'),(17295,4667,'_customer_ip_address','174.255.2.185'),(17293,4667,'_order_key','wc_order_cvvZLxkHFiyqj'),(17294,4667,'_customer_user','28'),(12215,4363,'_menu_item_url',''),(12214,4363,'_menu_item_xfn',''),(12213,4363,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12212,4363,'_menu_item_target',''),(12211,4363,'_menu_item_object','page'),(12210,4363,'_menu_item_object_id','4126'),(12209,4363,'_menu_item_menu_item_parent','0'),(12208,4363,'_menu_item_type','post_type'),(3811,1868,'inline_featured_image','0'),(3812,1868,'inline_featured_image','0'),(3813,1868,'_elementor_edit_mode','builder'),(3814,1868,'_elementor_template_type','wp-post'),(3815,1868,'_wp_page_template','elementor_canvas'),(3816,1868,'_elementor_data','[{\"id\":\"a4e0774\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/BridalSuitGroup.jpg\",\"id\":607},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"section_parallax_on\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0.75)\"},\"elements\":[{\"id\":\"3a5deb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"91bfc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>THE VINEWOOD<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5},\"text_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c29e16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events & more - Join our email list\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37fa522\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"a565273\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.328,\"_inline_size_tablet\":5},\"elements\":[],\"isInner\":true},{\"id\":\"bc9d8ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":75.672,\"_inline_size_tablet\":95,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.88)\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c2dcd4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-mc4wp_form_widget\"}],\"isInner\":true},{\"id\":\"021c393\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":4.664,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f6e7665\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"798b322\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"437f9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"2848 SE 29th  |  Topeka, KAN 66605\",\"align\":\"left\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b08b652\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"css_classes\":\"opal-border-1\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a067ce4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>785-260-6772<\\/p>\",\"align\":\"left\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"normal\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"13aaf2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"_inline_size_mobile\":50,\"content_position\":\"center\"},\"elements\":[{\"id\":\"94ea717\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUR THE VINEWOOD\",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db2c747\",\"elType\":\"widget\",\"settings\":{\"text\":\"SCHD A TOUR\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5fc6781\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd9ea13\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"752ae08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4314dce\",\"elType\":\"widget\",\"settings\":{\"gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7ee031\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"ec0d1c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"e9332b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d9ccb8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.37,\"content_position\":\"center\"},\"elements\":[{\"id\":\"92daaa3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>featured photography by:<\\/p>\",\"align\":\"left\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7daf0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.63,\"content_position\":\"center\"},\"elements\":[{\"id\":\"043e1a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/MollyHarmen-photog.jpg\",\"id\":4369}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4a3dec5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"d46930e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/WhitneyCathleenPhotography.jpg\",\"id\":4328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9f3f17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"9f76f95\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/THPetersonPhotography.jpg\",\"id\":4330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00c7ae1\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"925e25c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f2cbae\",\"elType\":\"widget\",\"settings\":{\"gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"286918a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f1f7d6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"2eb30ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4c92a5d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"EVENTS\",\"icon\":\"\",\"_id\":\"5d4b4db\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/dance-events\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FAQ\",\"icon\":\"fa fa-circle\",\"_id\":\"f224a92\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"RATES\",\"icon\":\"fa fa-circle\",\"_id\":\"aa81a75\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/rates-dates\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"CALENDAR\",\"icon\":\"fa fa-circle\",\"_id\":\"41744b0\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/calendar-of-events\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-circle\",\"_id\":\"8f31f9c\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/thevinewood\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}}],\"icon_align\":\"right\",\"icon_font_size\":{\"unit\":\"px\",\"size\":2},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_color\":\"#777777\",\"icon_color_hover\":\"#777777\",\"text_indent\":{\"unit\":\"px\",\"size\":8},\"text_color\":\"#777777\",\"text_color_hover\":\"#222222\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3817,1868,'_elementor_version','2.8.3'),(16681,4628,'_wp_page_template','page-elementor.php'),(16682,4628,'_elementor_edit_mode','builder'),(12345,3984,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:11:\"title_color\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;s:15:\"animation_delay\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:22:\"border_list_item_width\";i:2;s:17:\"list_item_padding\";i:2;s:16:\"list_item_margin\";i:2;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_line_height\";i:2;s:10:\"text_color\";i:2;s:16:\"text_color_hover\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;s:13:\"_border_color\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_button\";a:3:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:12:\"align_tablet\";i:1;}s:12:\"contactform7\";a:1:{s:12:\"contact_slug\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:12:\"text_padding\";i:2;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}}'),(3819,1868,'slide_template','default'),(20792,1868,'_elementor_css','a:5:{s:4:\"time\";i:1582008611;s:5:\"fonts\";a:2:{i:0;s:10:\"Montserrat\";i:1;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20793,4335,'_elementor_css','a:5:{s:4:\"time\";i:1582008689;s:5:\"fonts\";a:1:{i:0;s:16:\"Cormorant Infant\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(18332,4717,'inline_featured_image','0'),(18333,4717,'_wds_readability','a:4:{s:5:\"score\";d:75.00197183098594;s:9:\"raw_score\";d:75.00197183098594;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(18334,4717,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 35 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 36 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(10166,4110,'_elementor_edit_mode','builder'),(10167,4110,'_elementor_template_type','section'),(10168,4110,'inline_featured_image','0'),(10169,4110,'_elementor_version','2.6.8'),(10170,4110,'_elementor_pro_version','2.6.2'),(10175,4110,'_wp_page_template','default'),(10177,4110,'_elementor_data','[{\"id\":\"64b274c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ee307b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"c2814ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Versatile Spaces\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce7bdf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Weddings, Conferences, Reunions, Parties<br \\/>For whatever memory you want to make!<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c5bf54f\",\"elType\":\"widget\",\"settings\":{\"contents\":[{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-31.jpg\",\"id\":3767},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Seating for 350\",\"content\":\"<p>Our large indoor space holds 499 people standing and comfortably seats 350 guests.<\\/p>\",\"_id\":\"418b17d\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-7-1.jpg\",\"id\":3780},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Indoor. Outdoor. Or Both.\",\"content\":\"<p>Create your dream ceremony on our five-acre property which includes our large event hall, back deck and plenty of green spaces to outdoor ceremonies.<\\/p>\",\"_id\":\"10c9295\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-40.jpg\",\"id\":3770},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Your Event. Your Space.\",\"content\":\"<p>Event rentals include the entire facility; indoor \\/ outdoor options, back deck, bridal lounge and more.<\\/p><div id=\\\"comp-jhsartkp\\\" class=\\\"txtNew\\\" data-packed=\\\"true\\\">\\u00a0<\\/div>\",\"_id\":\"ad6e0db\"}],\"column\":\"2\",\"gutter\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"style\":\"1\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"content_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"enable_carousel\":\"yes\",\"navigation\":\"arrows\",\"content_typography_typography\":\"custom\",\"title_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"column_tablet\":\"1\",\"column_mobile\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"opal-text_carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(15775,4587,'slide_template','default'),(15776,4587,'_booked_appointment','no'),(15777,4587,'_edit_lock','1578423376:1'),(18502,4729,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(7258,3725,'_wp_attached_file','2019/08/TheVinewood-Logo_Logo-2.jpg'),(7259,3725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:35:\"2019/08/TheVinewood-Logo_Logo-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"TheVinewood-Logo_Logo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:35:\"TheVinewood-Logo_Logo-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"TheVinewood-Logo_Logo-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"TheVinewood-Logo_Logo-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7260,3725,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.54789665143177;s:5:\"bytes\";i:702;s:11:\"size_before\";i:10721;s:10:\"size_after\";i:10019;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.58;s:5:\"bytes\";i:450;s:11:\"size_before\";i:4253;s:10:\"size_after\";i:3803;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.84;s:5:\"bytes\";i:252;s:11:\"size_before\";i:2324;s:10:\"size_after\";i:2072;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2072;s:10:\"size_after\";i:2072;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2072;s:10:\"size_after\";i:2072;s:4:\"time\";d:0.01;}}}'),(7261,3726,'_wp_attached_file','2019/08/Vinewood-Logo-Website.png'),(7262,3726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:33:\"2019/08/Vinewood-Logo-Website.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Vinewood-Logo-Website-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:33:\"Vinewood-Logo-Website-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Vinewood-Logo-Website-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Vinewood-Logo-Website-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7263,3726,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.145492165224194;s:5:\"bytes\";i:5606;s:11:\"size_before\";i:39631;s:10:\"size_after\";i:34025;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.15;s:5:\"bytes\";i:3856;s:11:\"size_before\";i:17406;s:10:\"size_after\";i:13550;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.41;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:8575;s:10:\"size_after\";i:6825;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6825;s:10:\"size_after\";i:6825;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6825;s:10:\"size_after\";i:6825;s:4:\"time\";d:0.01;}}}'),(7264,3726,'_wp_attachment_image_alt','The Vinewood Website Logo'),(7265,3727,'_wp_attached_file','2019/08/cropped-Vinewood-Logo-Website.png'),(7266,3727,'_wp_attachment_context','custom-logo'),(7267,3727,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.279002176167317;s:5:\"bytes\";i:9092;s:11:\"size_before\";i:68469;s:10:\"size_after\";i:59377;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.75;s:5:\"bytes\";i:5889;s:11:\"size_before\";i:29812;s:10:\"size_after\";i:23923;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.32;s:5:\"bytes\";i:3203;s:11:\"size_before\";i:15021;s:10:\"size_after\";i:11818;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11818;s:10:\"size_after\";i:11818;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11818;s:10:\"size_after\";i:11818;s:4:\"time\";d:0.02;}}}'),(7268,3727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:152;s:4:\"file\";s:41:\"2019/08/cropped-Vinewood-Logo-Website.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-Vinewood-Logo-Website-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-Vinewood-Logo-Website-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-Vinewood-Logo-Website-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-Vinewood-Logo-Website-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10784,4206,'_wp_attached_file','2019/03/40138555_996416710518907_3713356800599261184_o.jpg'),(10247,984,'_wds_readability','a:4:{s:5:\"score\";d:33.690000000000026;s:9:\"raw_score\";d:33.690000000000026;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(10248,995,'_edit_lock','1567385096:1'),(3867,2748,'inline_featured_image','0'),(3868,2748,'inline_featured_image','0'),(3869,2748,'_wp_page_template','default'),(3870,2748,'slide_template','default'),(3871,2748,'osf_enable_header_absolute','1'),(3872,2748,'_elementor_edit_mode','builder'),(3873,2748,'_elementor_template_type','post'),(3875,2748,'_elementor_data','[{\"id\":\"f945b39\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"34\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"30\",\"bottom\":\"27\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1720,\"sizes\":[]},\"sticky_show\":\"active\",\"sticky_background_background\":\"classic\",\"sticky_background_color\":\"#222222\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"sticky_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"8d7b109\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"_inline_size_mobile\":70},\"elements\":[{\"id\":\"0a0127a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"left\",\"width\":{\"unit\":\"px\",\"size\":151},\"logo_select\":\"customize\",\"image_logo\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/TheVinewood-Web-400-White.png\",\"id\":4032},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"opal-site-logo\"}],\"isInner\":false},{\"id\":\"f4fafad\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"76d89f2\",\"elType\":\"widget\",\"settings\":{\"indicator\":\"angle\",\"subMenusMinWidth\":{\"unit\":\"px\",\"size\":270},\"dropdown\":\"mobile\",\"toggle_align\":\"\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"menu_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"menu_space_between\":{\"unit\":\"px\",\"size\":40},\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(102,107,126,0.18)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":0},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":0},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":0},\"toggle_size\":{\"unit\":\"px\",\"size\":30},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20},\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":5},\"animation_line\":\"drop-out\",\"pointer_width\":{\"unit\":\"px\",\"size\":40},\"content_delay_time\":\"0.50\",\"width_dropdown_mobile\":{\"unit\":\"px\",\"size\":290},\"wave_show_1\":\"\",\"wave_color_1\":\"\",\"wave_bones_1\":3,\"wave_animate_1\":0.25,\"wave_height_1\":60,\"wave_amplitude_1\":40,\"wave_show_2\":\"\",\"wave_color_2\":\"\",\"wave_bones_2\":3,\"wave_animate_2\":0.25,\"wave_height_2\":60,\"wave_amplitude_2\":40,\"wave_show_3\":\"\",\"wave_color_3\":\"\",\"wave_bones_3\":3,\"wave_animate_3\":0.25,\"wave_height_3\":60,\"wave_amplitude_3\":40,\"menu_item_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":32,\"blur\":11,\"spread\":-34,\"color\":\"rgba(0,0,0,0.5)\"},\"menu_item_box_shadow_box_shadow_position\":\"inset\",\"menu_item_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":-4,\"blur\":0,\"spread\":0,\"color\":\"#1e3954\"},\"menu_item_box_shadow_hover_box_shadow_position\":\"inset\",\"menu_item_box_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":-4,\"blur\":0,\"spread\":0,\"color\":\"#1e3954\"},\"menu_item_box_shadow_active_box_shadow_position\":\"inset\",\"menu-toggle-title\":\"\",\"full_width\":\"stretch\",\"toggle_align_mobile\":\"right\",\"dropdown_layout\":\"canvas\",\"align_items\":\"center\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"menu_typography_text_transform\":\"uppercase\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_font_weight\":\"400\",\"pointer_height\":{\"unit\":\"px\",\"size\":3},\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"pointer\":\"none\",\"color_dropdown_item_hover\":\"#222222\",\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":25},\"menu_typography_typography\":\"custom\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5},\"color_menu_item\":\"#ffffff\",\"color_dropdown_item\":\"#777777\",\"dropdown_typography_typography\":\"custom\",\"menu\":\"main-menu\",\"padding_vertical_menu_item_tablet\":{\"unit\":\"px\",\"size\":10},\"background_color_dropdown_item\":\"#ffffff\",\"border_color_dropdown_item_hover\":\"#222222\",\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"spacing_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"dropdown_min_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"dropdown_min_width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"dropdown_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"dropdown_max_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"dropdown_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"dropdown_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dropdown_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"align_items_tablet\":\"center\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"toggle_color\":\"#ffffff\",\"toggle_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"opal-nav-menu\"}],\"isInner\":false},{\"id\":\"c3ea8d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"5760f4b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"link\",\"text\":\"Events\",\"align\":\"right\",\"show_decor\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Cormorant Infant\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"decor_color\":\"#ffffff\",\"button_text_color\":\"#ffffff\",\"link\":{\"url\":\" https:\\/\\/thehistoricvinewood.com\\/dance-events\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(10273,2748,'_elementor_pro_version','2.6.2'),(10276,4126,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 36 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:164:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 19 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:19:\"19 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(3876,2748,'_elementor_version','2.6.8'),(3877,2748,'osf_header_bg_color_mobile','#222222'),(18697,4737,'_customer_ip_address','107.77.208.117'),(18696,4737,'_customer_user','47'),(18695,4737,'_order_key','wc_order_Oy9HtfNcXabuE'),(18694,4736,'_payment_method_title','PayPal'),(18693,4736,'_payment_method','paypal'),(18817,4736,'_download_permissions_granted','yes'),(18692,4736,'_billing_email',''),(18315,4715,'_wp_page_template','default'),(18316,4715,'_elementor_edit_mode','builder'),(18308,4714,'_wp_page_template','default'),(18309,4714,'_elementor_edit_mode','builder'),(18310,4714,'_elementor_template_type','wp-post'),(18311,4714,'_elementor_data','[{\"id\":\"c08bfb6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"7b22936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"01971d7\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide-home2\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30096ac\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"60\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#3d7b5f\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d774108\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"background_hover_background\":\"classic\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"f34965c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Events\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-music\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec360c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224126%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"b4ad1d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"background_hover_background\":\"classic\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"484558a\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Say \\\"I DO\\\"\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-couple\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec360c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%222041%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4b82353\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"7d38fb3\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Rates\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-budget\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"57d6a27\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223991%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"39f9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"8dad1c7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"History\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-leaf-small-4\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"73bdec3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"365f2de\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Photos\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-favourite\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ee60827\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"90e8ca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"0c96ff9\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Contact \",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-phone\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"57d6a27\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22553%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"410390b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1200},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/decor_img1.png\",\"id\":786},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":68},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-7},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":-20,\"_id\":\"e66d2ea\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/decor_img.png\",\"id\":785},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-1},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":53},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":20,\"_id\":\"c38b456\",\"osf_section_parallax_mouse\":\"yes\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"8d417da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"z_index\":99},\"elements\":[{\"id\":\"4014851\",\"elType\":\"widget\",\"settings\":{\"title\":\"Live Music & Dance Hall\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8aa5f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Most Fridays from 8 - 11pm<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"de5d18f\",\"elType\":\"widget\",\"settings\":{\"type\":\"16\"},\"elements\":[],\"widgetType\":\"MEC\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0af051c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#611239\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"z_index\":1000,\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#611239\",\"background_overlay_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/OutlineBuilding-White-Web.png\",\"id\":720},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]}},\"elements\":[{\"id\":\"cdb2fef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"c086ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>THE VINEWOOD - SINCE 1889<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.5}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc60b3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Where Memories are Made\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_family\":\"Playfair Display\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"624067c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since the turn of the 20th Century, dance halls, like The Vinewood, have been a gathering place for people to dance, celebrate or even have community conversations. No matter the style of event, we stay rooted in The Vinewood tradition, welcoming all to enjoy and make meaningful memories.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.2},\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a9b2aa3\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"180\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99964c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-right\",\"animation_duration\":\"fast\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"009e115\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/40243169_996408780519700_8265206971041316864_o.jpg\",\"id\":4213}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b020c5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3bd893e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Where Memories Are Made<br \\/><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5554537\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by and say hello or schedule a private tour of the property today.<\\/p><p><strong>Welcome!\\u00a0 <\\/strong><\\/p><p><em>- Nicole &amp; Mike<\\/em><\\/p>\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27230a74\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"20989965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6574b106\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/NicoleSig.png\",\"id\":3773},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"218440b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"78aec74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MikeSig.png\",\"id\":3774},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7feacf1\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":808},\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor1.png\",\"id\":857},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-2},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-15},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":20,\"_id\":\"c068d33\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor2.png\",\"id\":858},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-1},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":60},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"551df8e\",\"osf_section_parallax_mouse\":\"yes\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor3.png\",\"id\":859},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":85},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-4},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"f8756f2\",\"osf_section_parallax_mouse\":\"yes\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor4.png\",\"id\":915},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":93},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":52},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"4649df7\",\"osf_section_parallax_mouse\":\"yes\"}],\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Outside.jpg\",\"id\":4099},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.63,\"sizes\":[]},\"background_size\":\"cover\",\"background_ypos\":{\"unit\":\"px\",\"size\":-424,\"sizes\":[]}},\"elements\":[{\"id\":\"8e13b21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"schedule_end_date\":\"2018-11-30 00:00\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"436fc45\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"testimonial_title\":\"Gorgeous and such Good Vibes\",\"testimonial_content\":\"\\u2018I only attended a wedding here, but this venue is GORGEOUS! It has such a good vibe even without decorations. Large open space and a unique setup. Has a stage as well and public restrooms and a bar area. Makes me wish I could\\u2019ve had my wedding reception here!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Abby\",\"testimonial_job\":\"Wedding - February 2019\",\"_id\":\"57f255d\"},{\"testimonial_title\":\"Most quaint little place\",\"testimonial_content\":\"\\u2018It\'s the most quaint little place to have a wedding. I think the wedding that I attended here had about 300 or 350 people and it fit us all very comfortably. Didn\'t feel cramped at all.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Britney\",\"testimonial_job\":\"Wedding - July 2019\",\"_id\":\"f4645aa\"},{\"testimonial_title\":\"It felt so magical\",\"testimonial_content\":\"\\u2018The ceremony was outdoors, shaded by trees. BEAUTIFUL. And then the reception was indoors. Beautiful refinished hardwood floors and white walls. There were lights strung from the rafters and it just felt so magical.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Britney\",\"testimonial_job\":\"Wedding July 2019\",\"_id\":\"3f456be\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":32},\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_content_color\":\"rgba(255,255,255,0.87)\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"name_text_color\":\"#d9b351\",\"backgroud_dot\":\"#e5e5e5\",\"backgroud_dot_active\":\"#202020\",\"enable_carousel\":\"yes\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"title_color\":\"#d9b351\",\"title_typography_font_family\":\"Playfair Display\",\"title_typography_font_weight\":\"normal\",\"job_text_color\":\"#d9b351\",\"name_line_color\":\"#d9b351\",\"job_dot_color\":\"#d9b351\",\"carousel_dot_color\":\"#d9b351\",\"carousel_dot_color_hover\":\"#ffffff\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"opal-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43d1064\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_position\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"z_index\":10},\"elements\":[{\"id\":\"235d8fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"21dd79c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce0195e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b0b3f8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Versatile Spaces\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eeb9d58\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>WEDDINGS\\u00a0 \\u2022\\u00a0 CORPORATE\\u00a0 \\u2022\\u00a0 REUNIONS\\u00a0 \\u2022\\u00a0 RETIREMENT\\u00a0 \\u2022 NONPROFIT FUNDRAISERS\\u00a0 \\u2022 CONFERENCES\\u00a0 \\u2022\\u00a0 HOLIDAY PARTIES<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c91b709\",\"elType\":\"widget\",\"settings\":{\"contents\":[{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MrsMrs-Color.jpg\",\"id\":4245},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Venue Hall: Seating for 350\",\"content\":\"<p>Indoors we can accommodate up to 350 guests seated. Capacity is 499. Plus we have amble outdoor acreage for use.<\\/p>\",\"_id\":\"418b17d\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-6-e1566582948853.jpg\",\"id\":4008},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Outdoor Spaces: Lots of Greenary\",\"content\":\"<p>The Vinewood sits on five-acres and includes a large event hall, back deck and plenty of green spaces.<\\/p>\",\"_id\":\"10c9295\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-40.jpg\",\"id\":3770},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Mezzanine: Beautiful, Natural Light\",\"content\":\"<p><span id=\\\"fbPhotoSnowliftCaption\\\" class=\\\"fbPhotosPhotoCaption\\\" tabindex=\\\"0\\\" aria-live=\\\"polite\\\" data-ft=\\\"{\\\"><span class=\\\"hasCaption\\\">Our mezzanine is great for photos, a cocktail hour, extra guest seating or even a live and silent auction area.<br \\/><\\/span><\\/span><\\/p><div id=\\\"comp-jhsartkp\\\" class=\\\"txtNew\\\" data-packed=\\\"true\\\">\\u00a0<\\/div>\",\"_id\":\"ad6e0db\"}],\"column\":\"2\",\"gutter\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"style\":\"1\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"content_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"enable_carousel\":\"yes\",\"navigation\":\"arrows\",\"content_typography_typography\":\"custom\",\"title_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"column_tablet\":\"1\",\"column_mobile\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"autoplay_speed\":4000},\"elements\":[],\"widgetType\":\"opal-text_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ed2369\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc3fe4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"bf33a89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Inspired\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"003c350\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":8,\"style\":\"overlay\",\"content_delay_time\":\"0.50\",\"show_load_more\":\"yes\",\"text\":\"View more weddings\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"align\":\"center\",\"size\":\"md\",\"text_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#e7e4d8\",\"button_background_hover_color\":\"#e8dfc0\"},\"elements\":[],\"widgetType\":\"opal-portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ba980a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"881e8dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"05b06f6\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"\",\"_id\":\"30e9e9c\",\"wp_gallery\":[{\"id\":4100,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/PetersonFlowers.jpg\"},{\"id\":4095,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\"},{\"id\":4087,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/BridalSuite-2.jpg\"},{\"id\":4221,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Mezzinea2018Autum.jpg\"}]}],\"thumbnail_size\":\"full\",\"columns\":\"4\",\"columns_tablet\":\"2\",\"columns_mobile\":\"1\",\"gutter\":{\"unit\":\"px\",\"size\":0},\"content_delay_time\":\"0.50\",\"schedule_end_date\":\"2018-11-30 00:00\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(18876,4745,'_action_manager_schedule','O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1580850596;}'),(18877,4745,'_elementor_controls_usage','a:0:{}'),(20799,4556,'_elementor_css','a:6:{s:4:\"time\";i:1582008705;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(20798,4072,'_elementor_css','a:5:{s:4:\"time\";i:1582008693;s:5:\"fonts\";a:1:{i:0;s:16:\"Playfair Display\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20796,4830,'inline_featured_image','0'),(20797,4830,'_elementor_css','a:6:{s:4:\"time\";i:1582008692;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(20794,4830,'_elementor_edit_mode','builder'),(20795,4830,'_elementor_template_type','kit'),(18886,4746,'_order_key','wc_order_4CEAdhlUjTNTu'),(18887,4746,'_customer_user','51'),(18888,4746,'_customer_ip_address','66.109.118.37'),(18889,4746,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362'),(18890,4746,'_order_currency','USD'),(18891,4746,'_cart_discount','0'),(18892,4746,'_cart_discount_tax','0'),(18893,4746,'_order_shipping','0'),(18894,4746,'_order_shipping_tax','0'),(18895,4746,'_order_tax','0'),(18896,4746,'_order_total','22.12'),(18897,4746,'_order_version','3.9.1'),(18898,4746,'_prices_include_tax','no'),(18899,4746,'_billing_address_index','Kelley Schulte        kelleyschulte.ks@gmail.com '),(18900,4746,'_shipping_address_index','        '),(18901,4746,'_mec_transaction_id','KRC11600'),(18902,4746,'_billing_first_name','Kelley'),(18903,4746,'_billing_last_name','Schulte'),(18904,4746,'_shipping_first_name','Kelley'),(18905,4746,'_shipping_last_name','Schulte'),(18906,4746,'_shipping_email','kelleyschulte.ks@gmail.com'),(18907,4746,'_billing_email','kelleyschulte.ks@gmail.com'),(18908,4746,'_payment_method','paypal'),(18909,4746,'_payment_method_title','PayPal'),(18910,4746,'Payment type','instant'),(18911,4746,'_transaction_id','1JJ691849L265424V'),(18912,4746,'_paypal_status','completed'),(18913,4746,'PayPal Transaction Fee','0.94'),(18914,4746,'_date_completed','1580906583'),(18915,4746,'_date_paid','1580906583'),(18916,4746,'_paid_date','2020-02-05 12:43:03'),(18917,4746,'_completed_date','2020-02-05 12:43:03'),(18918,4747,'_elementor_controls_usage','a:0:{}'),(18919,4747,'mec_verified','1'),(18920,4747,'mec_verification_key','1ce9056bafb22921f570e23b5ad0ecda'),(18301,718,'_wp_attachment_image_alt','Outline Building'),(9978,857,'_typist_tech_image_optimized','1'),(9979,858,'_wp_attached_file','2019/03/img-decor2.png'),(9980,858,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64125;s:10:\"size_after\";i:64125;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24951;s:10:\"size_after\";i:24951;s:4:\"time\";d:0.04;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13058;s:10:\"size_after\";i:13058;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13058;s:10:\"size_after\";i:13058;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13058;s:10:\"size_after\";i:13058;s:4:\"time\";d:0.02;}}}'),(9981,858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:230;s:4:\"file\";s:22:\"2019/03/img-decor2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9982,858,'_typist_tech_image_optimized','1'),(9983,859,'_wp_attached_file','2019/03/img-decor3.png'),(9984,859,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.093006478822435;s:5:\"bytes\";i:11600;s:11:\"size_before\";i:72081;s:10:\"size_after\";i:60481;s:4:\"time\";d:0.38999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.45;s:5:\"bytes\";i:55;s:11:\"size_before\";i:409;s:10:\"size_after\";i:354;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:292;s:11:\"size_before\";i:11699;s:10:\"size_after\";i:11407;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.59;s:5:\"bytes\";i:503;s:11:\"size_before\";i:1892;s:10:\"size_after\";i:1389;s:4:\"time\";d:0.03;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.14;s:5:\"bytes\";i:5425;s:11:\"size_before\";i:17420;s:10:\"size_after\";i:11995;s:4:\"time\";d:0.07;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.84;s:5:\"bytes\";i:2390;s:11:\"size_before\";i:8905;s:10:\"size_after\";i:6515;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.28;s:5:\"bytes\";i:2689;s:11:\"size_before\";i:9856;s:10:\"size_after\";i:7167;s:4:\"time\";d:0.05;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1;s:5:\"bytes\";i:202;s:11:\"size_before\";i:18433;s:10:\"size_after\";i:18231;s:4:\"time\";d:0.04;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.99;s:5:\"bytes\";i:44;s:11:\"size_before\";i:259;s:10:\"size_after\";i:215;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1389;s:10:\"size_after\";i:1389;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:215;s:10:\"size_after\";i:215;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1389;s:10:\"size_after\";i:1389;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:215;s:10:\"size_after\";i:215;s:4:\"time\";d:0.01;}}}'),(9985,859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:239;s:4:\"file\";s:22:\"2019/03/img-decor3.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor3-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:22:\"img-decor3-300x128.png\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:22:\"img-decor3-300x239.png\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:22:\"img-decor3-474x239.png\";s:5:\"width\";i:474;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:22:\"img-decor3-391x239.png\";s:5:\"width\";i:391;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:22:\"img-decor3-400x239.png\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:22:\"img-decor3-400x171.png\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"img-decor3-300x239.png\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"img-decor3-300x239.png\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(18691,4736,'_shipping_email','iteachhsart@gmail.com'),(9973,855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:658;s:4:\"file\";s:15:\"2019/03/bg1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bg1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"bg1-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"bg1-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"bg1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:15:\"bg1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:16:\"bg1-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"bg1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"bg1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"bg1-400x188.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:15:\"bg1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"bg1-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"bg1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"bg1-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9974,855,'_typist_tech_image_optimized','1'),(9975,857,'_wp_attached_file','2019/03/img-decor1.png'),(9976,857,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.596350252665712;s:5:\"bytes\";i:48994;s:11:\"size_before\";i:422495;s:10:\"size_after\";i:373501;s:4:\"time\";d:0.82;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.51;s:5:\"bytes\";i:365;s:11:\"size_before\";i:14556;s:10:\"size_after\";i:14191;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.71;s:5:\"bytes\";i:270;s:11:\"size_before\";i:38099;s:10:\"size_after\";i:37829;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.06;s:5:\"bytes\";i:465;s:11:\"size_before\";i:43776;s:10:\"size_after\";i:43311;s:4:\"time\";d:0.08;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.12;s:5:\"bytes\";i:26125;s:11:\"size_before\";i:54287;s:10:\"size_after\";i:28162;s:4:\"time\";d:0.13;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.3;s:5:\"bytes\";i:173;s:11:\"size_before\";i:57882;s:10:\"size_after\";i:57709;s:4:\"time\";d:0.07;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.38;s:5:\"bytes\";i:21321;s:11:\"size_before\";i:45004;s:10:\"size_after\";i:23683;s:4:\"time\";d:0.11;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.02;s:5:\"bytes\";i:12;s:11:\"size_before\";i:60160;s:10:\"size_after\";i:60148;s:4:\"time\";d:0.08;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:263;s:11:\"size_before\";i:7545;s:10:\"size_after\";i:7282;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43311;s:10:\"size_after\";i:43311;s:4:\"time\";d:0.09;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7282;s:10:\"size_after\";i:7282;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43311;s:10:\"size_after\";i:43311;s:4:\"time\";d:0.09;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7282;s:10:\"size_after\";i:7282;s:4:\"time\";d:0.03;}}}'),(9977,857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:474;s:6:\"height\";i:323;s:4:\"file\";s:22:\"2019/03/img-decor1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor1-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:22:\"img-decor1-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:22:\"img-decor1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:22:\"img-decor1-474x323.png\";s:5:\"width\";i:474;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:22:\"img-decor1-391x260.png\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:22:\"img-decor1-400x323.png\";s:5:\"width\";i:400;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:22:\"img-decor1-400x273.png\";s:5:\"width\";i:400;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"img-decor1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"img-decor1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9969,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:518;s:4:\"file\";s:22:\"2019/03/decor_img1.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"decor_img1-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:22:\"decor_img1-300x215.png\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:22:\"decor_img1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:22:\"decor_img1-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:22:\"decor_img1-391x260.png\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:22:\"decor_img1-600x390.png\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:22:\"decor_img1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:22:\"decor_img1-400x287.png\";s:5:\"width\";i:400;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"decor_img1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"decor_img1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"decor_img1-600x430.png\";s:5:\"width\";i:600;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"decor_img1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"decor_img1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"decor_img1-600x430.png\";s:5:\"width\";i:600;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"decor_img1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9970,786,'_typist_tech_image_optimized','1'),(9971,855,'_wp_attached_file','2019/03/bg1.jpg'),(9972,855,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.410293114289153;s:5:\"bytes\";i:29018;s:11:\"size_before\";i:149498;s:10:\"size_after\";i:120480;s:4:\"time\";d:0.29000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.43;s:5:\"bytes\";i:404;s:11:\"size_before\";i:1109;s:10:\"size_after\";i:705;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.48;s:5:\"bytes\";i:272;s:11:\"size_before\";i:3634;s:10:\"size_after\";i:3362;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.42;s:5:\"bytes\";i:2224;s:11:\"size_before\";i:15420;s:10:\"size_after\";i:13196;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.58;s:5:\"bytes\";i:3796;s:11:\"size_before\";i:22893;s:10:\"size_after\";i:19097;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.52;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:2199;s:10:\"size_after\";i:1132;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.14;s:5:\"bytes\";i:1390;s:11:\"size_before\";i:6007;s:10:\"size_after\";i:4617;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.03;s:5:\"bytes\";i:933;s:11:\"size_before\";i:4659;s:10:\"size_after\";i:3726;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.76;s:5:\"bytes\";i:7339;s:11:\"size_before\";i:39119;s:10:\"size_after\";i:31780;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.76;s:5:\"bytes\";i:1982;s:11:\"size_before\";i:9107;s:10:\"size_after\";i:7125;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.13;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:3233;s:10:\"size_after\";i:1483;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.42;s:5:\"bytes\";i:514;s:11:\"size_before\";i:5455;s:10:\"size_after\";i:4941;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.81;s:5:\"bytes\";i:286;s:11:\"size_before\";i:899;s:10:\"size_after\";i:613;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.42;s:5:\"bytes\";i:5841;s:11:\"size_before\";i:13768;s:10:\"size_after\";i:7927;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1132;s:10:\"size_after\";i:1132;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.37;s:5:\"bytes\";i:1220;s:11:\"size_before\";i:9863;s:10:\"size_after\";i:8643;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:613;s:10:\"size_after\";i:613;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1132;s:10:\"size_after\";i:1132;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8643;s:10:\"size_after\";i:8643;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:613;s:10:\"size_after\";i:613;s:4:\"time\";d:0.01;}}}'),(9961,296,'_typist_tech_image_optimized','1'),(9962,296,'_wxr_import_parent','46'),(9963,785,'_wp_attached_file','2019/03/decor_img.png'),(9964,785,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.486902225355735;s:5:\"bytes\";i:192475;s:11:\"size_before\";i:513446;s:10:\"size_after\";i:320971;s:4:\"time\";d:0.7100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19761;s:10:\"size_after\";i:19761;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55272;s:10:\"size_after\";i:55272;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.72;s:5:\"bytes\";i:32552;s:11:\"size_before\";i:60597;s:10:\"size_after\";i:28045;s:4:\"time\";d:0.07;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.34;s:5:\"bytes\";i:37171;s:11:\"size_before\";i:68402;s:10:\"size_after\";i:31231;s:4:\"time\";d:0.08;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.73;s:5:\"bytes\";i:24555;s:11:\"size_before\";i:46569;s:10:\"size_after\";i:22014;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.05;s:5:\"bytes\";i:48037;s:11:\"size_before\";i:87261;s:10:\"size_after\";i:39224;s:4:\"time\";d:0.08;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.34;s:5:\"bytes\";i:50002;s:11:\"size_before\";i:90353;s:10:\"size_after\";i:40351;s:4:\"time\";d:0.1;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.61;s:5:\"bytes\";i:158;s:11:\"size_before\";i:9819;s:10:\"size_after\";i:9661;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28045;s:10:\"size_after\";i:28045;s:4:\"time\";d:0.06;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9661;s:10:\"size_after\";i:9661;s:4:\"time\";d:0.03;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28045;s:10:\"size_after\";i:28045;s:4:\"time\";d:0.08;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9661;s:10:\"size_after\";i:9661;s:4:\"time\";d:0.02;}}}'),(9965,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:429;s:4:\"file\";s:21:\"2019/03/decor_img.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"decor_img-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:21:\"decor_img-175x300.png\";s:5:\"width\";i:175;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"decor_img-250x300.png\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"decor_img-250x324.png\";s:5:\"width\";i:250;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:21:\"decor_img-250x260.png\";s:5:\"width\";i:250;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"decor_img-250x390.png\";s:5:\"width\";i:250;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"decor_img-250x400.png\";s:5:\"width\";i:250;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"decor_img-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"decor_img-250x300.png\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"decor_img-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"decor_img-250x300.png\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"decor_img-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9966,785,'_typist_tech_image_optimized','1'),(9967,786,'_wp_attached_file','2019/03/decor_img1.png'),(9968,786,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.171447044526844;s:5:\"bytes\";i:32570;s:11:\"size_before\";i:1026976;s:10:\"size_after\";i:994406;s:4:\"time\";d:1.8100000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9;s:5:\"bytes\";i:2085;s:11:\"size_before\";i:19123;s:10:\"size_after\";i:17038;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:3035;s:11:\"size_before\";i:47997;s:10:\"size_after\";i:44962;s:4:\"time\";d:0.09;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7;s:5:\"bytes\";i:3809;s:11:\"size_before\";i:56891;s:10:\"size_after\";i:53082;s:4:\"time\";d:0.13;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:3676;s:11:\"size_before\";i:98805;s:10:\"size_after\";i:95129;s:4:\"time\";d:0.2;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:3609;s:11:\"size_before\";i:70908;s:10:\"size_after\";i:67299;s:4:\"time\";d:0.11;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:3660;s:11:\"size_before\";i:141171;s:10:\"size_after\";i:137511;s:4:\"time\";d:0.23;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:4796;s:11:\"size_before\";i:91545;s:10:\"size_after\";i:86749;s:4:\"time\";d:0.16;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:3550;s:11:\"size_before\";i:76033;s:10:\"size_after\";i:72483;s:4:\"time\";d:0.13;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:10078;s:10:\"size_after\";i:8959;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53082;s:10:\"size_after\";i:53082;s:4:\"time\";d:0.11;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2;s:5:\"bytes\";i:3231;s:11:\"size_before\";i:146787;s:10:\"size_after\";i:143556;s:4:\"time\";d:0.23;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8959;s:10:\"size_after\";i:8959;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53082;s:10:\"size_after\";i:53082;s:4:\"time\";d:0.1;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:143556;s:10:\"size_after\";i:143556;s:4:\"time\";d:0.21;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8959;s:10:\"size_after\";i:8959;s:4:\"time\";d:0.02;}}}'),(20791,2748,'_elementor_css','a:5:{s:4:\"time\";i:1582008611;s:5:\"fonts\";a:1:{i:0;s:16:\"Cormorant Infant\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(18322,4716,'_wp_page_template','default'),(18323,4716,'_elementor_edit_mode','builder'),(18324,4716,'_elementor_template_type','wp-post');
INSERT INTO `wp_postmeta` VALUES (18325,4716,'_elementor_data','[{\"id\":\"c08bfb6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"7b22936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"01971d7\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide-home2\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30096ac\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"60\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#3d7b5f\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d774108\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"background_hover_background\":\"classic\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"f34965c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Events\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-music\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec360c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224126%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"b4ad1d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"background_hover_background\":\"classic\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"484558a\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Say \\\"I DO\\\"\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-couple\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec360c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%222041%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4b82353\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"7d38fb3\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Rates\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-budget\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"57d6a27\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223991%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"39f9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"8dad1c7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"History\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-leaf-small-4\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"73bdec3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"365f2de\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Photos\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-favourite\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ee60827\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"90e8ca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"0c96ff9\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Contact \",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-phone\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"57d6a27\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22553%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"410390b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1200},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/decor_img1.png\",\"id\":786},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":68},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-7},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":-20,\"_id\":\"e66d2ea\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/decor_img.png\",\"id\":785},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-1},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":53},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":20,\"_id\":\"c38b456\",\"osf_section_parallax_mouse\":\"yes\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"8d417da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"z_index\":99},\"elements\":[{\"id\":\"4014851\",\"elType\":\"widget\",\"settings\":{\"title\":\"Live Music & Dance Hall\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8aa5f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Most Fridays from 8 - 11pm<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"de5d18f\",\"elType\":\"widget\",\"settings\":{\"type\":\"16\"},\"elements\":[],\"widgetType\":\"MEC\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0af051c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#611239\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"z_index\":1000,\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#611239\",\"background_overlay_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/OutlineBuilding-White-Web.png\",\"id\":720},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]}},\"elements\":[{\"id\":\"cdb2fef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"c086ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>THE VINEWOOD - SINCE 1889<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.5}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc60b3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Where Memories are Made\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_family\":\"Playfair Display\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"624067c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since the turn of the 20th Century, dance halls, like The Vinewood, have been a gathering place for people to dance, celebrate or even have community conversations. No matter the style of event, we stay rooted in The Vinewood tradition, welcoming all to enjoy and make meaningful memories.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.2},\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a9b2aa3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"180\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99964c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-right\",\"animation_duration\":\"fast\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"009e115\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/40243169_996408780519700_8265206971041316864_o.jpg\",\"id\":4213}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b020c5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3bd893e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Where Memories Are Made<br \\/><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5554537\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by and say hello or schedule a private tour of the property today.<\\/p><p><strong>Welcome!\\u00a0 <\\/strong><\\/p><p><em>- Nicole &amp; Mike<\\/em><\\/p>\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27230a74\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"20989965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6574b106\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/NicoleSig.png\",\"id\":3773},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"218440b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"78aec74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MikeSig.png\",\"id\":3774},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21dd79c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce0195e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b0b3f8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Versatile Spaces\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eeb9d58\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>WEDDINGS\\u00a0 \\u2022\\u00a0 CORPORATE\\u00a0 \\u2022\\u00a0 REUNIONS\\u00a0 \\u2022\\u00a0 RETIREMENT\\u00a0 \\u2022 NONPROFIT FUNDRAISERS\\u00a0 \\u2022 CONFERENCES\\u00a0 \\u2022\\u00a0 HOLIDAY PARTIES<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c91b709\",\"elType\":\"widget\",\"settings\":{\"contents\":[{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MrsMrs-Color.jpg\",\"id\":4245},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Venue Hall: Seating for 350\",\"content\":\"<p>Indoors we can accommodate up to 350 guests seated. Capacity is 499. Plus we have amble outdoor acreage for use.<\\/p>\",\"_id\":\"418b17d\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-6-e1566582948853.jpg\",\"id\":4008},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Outdoor Spaces: Lots of Greenary\",\"content\":\"<p>The Vinewood sits on five-acres and includes a large event hall, back deck and plenty of green spaces.<\\/p>\",\"_id\":\"10c9295\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-40.jpg\",\"id\":3770},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Mezzanine: Beautiful, Natural Light\",\"content\":\"<p><span id=\\\"fbPhotoSnowliftCaption\\\" class=\\\"fbPhotosPhotoCaption\\\" tabindex=\\\"0\\\" aria-live=\\\"polite\\\" data-ft=\\\"{\\\"><span class=\\\"hasCaption\\\">Our mezzanine is great for photos, a cocktail hour, extra guest seating or even a live and silent auction area.<br \\/><\\/span><\\/span><\\/p><div id=\\\"comp-jhsartkp\\\" class=\\\"txtNew\\\" data-packed=\\\"true\\\">\\u00a0<\\/div>\",\"_id\":\"ad6e0db\"}],\"column\":\"2\",\"gutter\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"style\":\"1\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"content_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"enable_carousel\":\"yes\",\"navigation\":\"arrows\",\"content_typography_typography\":\"custom\",\"title_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"column_tablet\":\"1\",\"column_mobile\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"autoplay_speed\":4000},\"elements\":[],\"widgetType\":\"opal-text_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ed2369\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc3fe4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"bf33a89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Inspired\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"003c350\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":8,\"style\":\"overlay\",\"content_delay_time\":\"0.50\",\"show_load_more\":\"yes\",\"text\":\"View more weddings\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"277\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"align\":\"center\",\"size\":\"md\",\"text_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#e7e4d8\",\"button_background_hover_color\":\"#e8dfc0\"},\"elements\":[],\"widgetType\":\"opal-portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43d1064\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_position\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"z_index\":10,\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/MettalicGoldBack.jpg\",\"id\":716}},\"elements\":[{\"id\":\"235d8fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7feacf1\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":808},\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor1.png\",\"id\":857},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-2},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-15},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":20,\"_id\":\"c068d33\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor2.png\",\"id\":858},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-1},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":60},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"551df8e\",\"osf_section_parallax_mouse\":\"yes\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor3.png\",\"id\":859},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":85},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-4},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"f8756f2\",\"osf_section_parallax_mouse\":\"yes\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor4.png\",\"id\":915},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":93},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":52},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"4649df7\",\"osf_section_parallax_mouse\":\"yes\"}],\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Outside.jpg\",\"id\":4099},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.63,\"sizes\":[]},\"background_size\":\"cover\",\"background_ypos\":{\"unit\":\"px\",\"size\":-424,\"sizes\":[]}},\"elements\":[{\"id\":\"8e13b21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"schedule_end_date\":\"2018-11-30 00:00\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"436fc45\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"testimonial_title\":\"Gorgeous and such Good Vibes\",\"testimonial_content\":\"\\u2018I only attended a wedding here, but this venue is GORGEOUS! It has such a good vibe even without decorations. Large open space and a unique setup. Has a stage as well and public restrooms and a bar area. Makes me wish I could\\u2019ve had my wedding reception here!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Abby\",\"testimonial_job\":\"Wedding - February 2019\",\"_id\":\"57f255d\"},{\"testimonial_title\":\"Most quaint little place\",\"testimonial_content\":\"\\u2018It\'s the most quaint little place to have a wedding. I think the wedding that I attended here had about 300 or 350 people and it fit us all very comfortably. Didn\'t feel cramped at all.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Britney\",\"testimonial_job\":\"Wedding - July 2019\",\"_id\":\"f4645aa\"},{\"testimonial_title\":\"It felt so magical\",\"testimonial_content\":\"\\u2018The ceremony was outdoors, shaded by trees. BEAUTIFUL. And then the reception was indoors. Beautiful refinished hardwood floors and white walls. There were lights strung from the rafters and it just felt so magical.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Britney\",\"testimonial_job\":\"Wedding July 2019\",\"_id\":\"3f456be\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":32},\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_content_color\":\"rgba(255,255,255,0.87)\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"name_text_color\":\"#d9b351\",\"backgroud_dot\":\"#e5e5e5\",\"backgroud_dot_active\":\"#202020\",\"enable_carousel\":\"yes\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"title_color\":\"#d9b351\",\"title_typography_font_family\":\"Playfair Display\",\"title_typography_font_weight\":\"normal\",\"job_text_color\":\"#d9b351\",\"name_line_color\":\"#d9b351\",\"job_dot_color\":\"#d9b351\",\"carousel_dot_color\":\"#d9b351\",\"carousel_dot_color_hover\":\"#ffffff\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"opal-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ba980a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"881e8dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"05b06f6\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"\",\"_id\":\"30e9e9c\",\"wp_gallery\":[{\"id\":4100,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/PetersonFlowers.jpg\"},{\"id\":4095,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\"},{\"id\":4087,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/BridalSuite-2.jpg\"},{\"id\":4221,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Mezzinea2018Autum.jpg\"}]}],\"thumbnail_size\":\"full\",\"columns\":\"4\",\"columns_tablet\":\"2\",\"columns_mobile\":\"1\",\"gutter\":{\"unit\":\"px\",\"size\":0},\"content_delay_time\":\"0.50\",\"schedule_end_date\":\"2018-11-30 00:00\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(18326,4716,'_elementor_version','2.8.4'),(18327,4716,'_elementor_pro_version','2.8.3'),(18328,4072,'_elementor_controls_usage','a:12:{s:14:\"opal-revslider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:10:\"rev_slider\";a:1:{s:9:\"rev_alias\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:6:\"layout\";a:5:{s:21:\"space_between_widgets\";i:14;s:12:\"_inline_size\";i:11;s:19:\"_inline_size_tablet\";i:6;s:19:\"_inline_size_mobile\";i:8;s:16:\"content_position\";i:1;}s:26:\"section_scheduled_controls\";a:1:{s:17:\"schedule_end_date\";i:1;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:6;s:12:\"border_width\";i:6;s:12:\"border_color\";i:6;s:19:\"border_width_mobile\";i:4;}s:13:\"section_style\";a:2:{s:27:\"background_hover_background\";i:2;s:21:\"background_background\";i:2;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:7:\"z_index\";i:1;s:13:\"margin_mobile\";i:1;s:6:\"margin\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:10;s:6:\"layout\";i:2;s:3:\"gap\";i:9;s:13:\"content_width\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:20:\"osf_section_parallax\";a:2:{s:29:\"osf_section_parallax_switcher\";i:2;s:26:\"osf_section_parallax_layer\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:19:\"background_position\";i:2;s:16:\"background_image\";i:2;s:15:\"background_ypos\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:24:\"background_overlay_image\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:2;s:22:\"css_filters_css_filter\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:7;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:7;s:7:\"padding\";i:7;s:14:\"padding_tablet\";i:5;s:7:\"z_index\";i:4;s:13:\"margin_tablet\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:6;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:5;}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:4:\"icon\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:18:\"title_bottom_space\";i:6;s:26:\"title_typography_font_size\";i:6;s:30:\"subtitle_typography_typography\";i:2;s:33:\"description_typography_typography\";i:2;}s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:6;s:13:\"primary_color\";i:6;}}s:8:\"advanced\";a:4:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:6;s:18:\"animation_duration\";i:6;s:16:\"_animation_delay\";i:4;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:6;}s:15:\"_section_border\";a:3:{s:13:\"_border_width\";i:6;s:13:\"_border_color\";i:6;s:20:\"_border_width_mobile\";i:4;}s:19:\"_section_background\";a:3:{s:28:\"_background_hover_background\";i:6;s:23:\"_background_hover_color\";i:6;s:28:\"_background_hover_transition\";i:6;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:5:\"align\";i:4;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:2;s:11:\"title_color\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_font_family\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:4;s:21:\"typography_typography\";i:6;s:20:\"typography_font_size\";i:6;s:25:\"typography_letter_spacing\";i:6;s:10:\"text_color\";i:3;s:25:\"typography_text_transform\";i:3;s:32:\"typography_letter_spacing_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:1;s:14:\"_margin_tablet\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:18:\"animation_duration\";i:6;}}}}s:3:\"MEC\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:1:{s:4:\"type\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:18:\"opal-text_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:21:\"section_text_carousel\";a:6:{s:8:\"contents\";i:1;s:6:\"column\";i:1;s:6:\"gutter\";i:1;s:5:\"style\";i:1;s:13:\"column_tablet\";i:1;s:13:\"column_mobile\";i:1;}s:24:\"section_carousel_options\";a:3:{s:15:\"enable_carousel\";i:1;s:10:\"navigation\";i:1;s:14:\"autoplay_speed\";i:1;}}s:5:\"style\";a:3:{s:27:\"section_text_carousel_style\";a:3:{s:30:\"content_typography_line_height\";i:1;s:14:\"content_margin\";i:1;s:29:\"content_typography_typography\";i:1;}s:19:\"section_style_image\";a:1:{s:11:\"image_space\";i:1;}s:19:\"section_title_style\";a:1:{s:12:\"title_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:14:\"opal-portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:14:\"section_layout\";a:2:{s:14:\"posts_per_page\";i:1;s:5:\"style\";i:1;}s:23:\"section_button_loadmore\";a:3:{s:14:\"show_load_more\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:11:\"text_margin\";i:1;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}}}s:17:\"opal-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:19:\"section_testimonial\";a:1:{s:12:\"testimonials\";i:1;}s:24:\"section_carousel_options\";a:2:{s:15:\"enable_carousel\";i:1;s:10:\"navigation\";i:1;}}s:5:\"style\";a:6:{s:31:\"section_style_testimonial_title\";a:8:{s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:31:\"title_typography_text_transform\";i:1;s:31:\"title_typography_letter_spacing\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_color\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:31:\"section_style_testimonial_style\";a:6:{s:21:\"content_content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:33:\"content_typography_letter_spacing\";i:1;s:14:\"content_margin\";i:1;}s:30:\"section_style_testimonial_name\";a:1:{s:15:\"name_text_color\";i:1;}s:29:\"section_style_testimonial_job\";a:1:{s:14:\"job_text_color\";i:1;}s:32:\"section_style_testimonial_symbol\";a:2:{s:15:\"name_line_color\";i:1;s:13:\"job_dot_color\";i:1;}s:22:\"section_carousel_style\";a:2:{s:18:\"carousel_dot_color\";i:1;s:24:\"carousel_dot_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:18:\"opal-image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:1:{s:6:\"filter\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:14:\"thumbnail_size\";i:1;s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:6:\"gutter\";i:1;}s:26:\"section_scheduled_controls\";a:1:{s:17:\"schedule_end_date\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(18210,4707,'_customer_user','0'),(18211,4707,'_customer_ip_address','70.184.228.154'),(18212,4707,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),(18213,4707,'_order_currency','USD'),(18214,4707,'_cart_discount','0'),(18215,4707,'_cart_discount_tax','0'),(18216,4707,'_order_shipping','0'),(18217,4707,'_order_shipping_tax','0'),(18218,4707,'_order_tax','0'),(18219,4707,'_order_total','22.12'),(18220,4707,'_order_version','3.8.1'),(18221,4707,'_prices_include_tax','no'),(18222,4707,'_billing_address_index','          '),(18223,4707,'_shipping_address_index','        '),(18224,4707,'_mec_transaction_id','UXW75486'),(18225,4707,'_billing_first_name','Kathy'),(18226,4707,'_billing_last_name','Griffin'),(18227,4707,'_shipping_first_name','Kathy'),(18228,4707,'_shipping_last_name','Griffin'),(18229,4707,'_shipping_email','katgriffin2000@yahoo.com'),(18230,4707,'_billing_email','katgriffin2000@yahoo.com'),(18231,4708,'_order_key','wc_order_0CjPQnwaqIaAw'),(18232,4708,'_customer_user','42'),(18233,4708,'_customer_ip_address','24.255.227.10'),(18234,4708,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(18235,4708,'_order_currency','USD'),(18236,4708,'_cart_discount','0'),(18237,4708,'_cart_discount_tax','0'),(18238,4708,'_order_shipping','0'),(18239,4708,'_order_shipping_tax','0'),(18240,4708,'_order_tax','0'),(18241,4708,'_order_total','33.18'),(18242,4708,'_order_version','3.9.2'),(18243,4708,'_prices_include_tax','no'),(18244,4708,'_billing_address_index','jill patterson        jillann62@yahoo.com '),(18245,4708,'_shipping_address_index','        '),(18246,4708,'_mec_transaction_id','QZE94107'),(18247,4708,'_billing_first_name','jill'),(18248,4708,'_billing_last_name','patterson'),(18249,4708,'_shipping_first_name','jill'),(18250,4708,'_shipping_last_name','patterson'),(18251,4708,'_shipping_email','jillann62@yahoo.com'),(18252,4708,'_billing_email','jillann62@yahoo.com'),(18253,4708,'_payment_method','paypal'),(18254,4708,'_payment_method_title','PayPal'),(18255,4708,'Payment type','instant'),(18256,4708,'_transaction_id','0MJ53161DN1022059'),(18257,4708,'_paypal_status','completed'),(18258,4708,'PayPal Transaction Fee','1.26'),(18259,4708,'_date_completed','1579836923'),(18260,4708,'_date_paid','1579836923'),(18261,4708,'_paid_date','2020-01-24 03:35:23'),(18262,4708,'_completed_date','2020-01-24 03:35:23'),(18263,4709,'_elementor_controls_usage','a:0:{}'),(18264,4709,'mec_verified','1'),(18265,4709,'mec_verification_key','f582db315761ce24b6f234316c2a512a'),(18266,4709,'mec_cancellation_key','92a25670c642e34011ab1b7c99ea9da0'),(18267,4709,'mec_confirmed','1'),(18268,4709,'mec_transaction_id','QZE94107'),(18269,4709,'mec_event_id','4615'),(18270,4709,'mec_date','2020-02-14:2020-02-14'),(18271,4709,'mec_ticket_id',',1,1,1,'),(18272,4709,'mec_booking_time','2020-01-24 03:35:23'),(18273,4709,'mec_attendees','a:3:{i:0;a:6:{s:4:\"name\";s:14:\"jill patterson\";s:5:\"email\";s:19:\"jillann62@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859697662\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"jill patterson\";s:5:\"email\";s:19:\"jillann62@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859697662\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:14:\"jill patterson\";s:5:\"email\";s:19:\"jillann62@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859697662\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18274,4709,'mec_price','33.1788'),(18275,4709,'mec_gateway','MEC_gateway_woocommerce'),(18276,4709,'mec_gateway_label','Pay by WooCommerce'),(18277,4708,'_download_permissions_granted','yes'),(18278,4708,'_recorded_sales','yes'),(18279,4708,'_recorded_coupon_usage_counts','yes'),(18280,4708,'_order_stock_reduced','yes'),(18104,4702,'_order_key','wc_order_5vd2vcokHVRqv'),(18105,4702,'_customer_user','40'),(18106,4702,'_customer_ip_address','66.6.116.73'),(18107,4702,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(18108,4702,'_order_currency','USD'),(18109,4702,'_cart_discount','0'),(18110,4702,'_cart_discount_tax','0'),(18111,4702,'_order_shipping','0'),(18112,4702,'_order_shipping_tax','0'),(18113,4702,'_order_tax','0'),(18114,4702,'_order_total','22.12'),(18115,4702,'_order_version','3.8.1'),(18116,4702,'_prices_include_tax','no'),(18117,4702,'_billing_address_index','          '),(18118,4702,'_shipping_address_index','        '),(18119,4702,'_mec_transaction_id','VWJ23013'),(18120,4702,'_billing_first_name','Karen'),(18121,4702,'_billing_last_name','Gehle'),(18122,4702,'_shipping_first_name','Karen'),(18123,4702,'_shipping_last_name','Gehle'),(18124,4702,'_shipping_email','ceo@kansasrealtor.com'),(18125,4702,'_billing_email',''),(18126,4702,'_payment_method','paypal'),(18127,4702,'_payment_method_title','PayPal'),(18128,4702,'Payment type','instant'),(18129,4702,'_transaction_id','0MY69416V2436544P'),(18130,4702,'_paypal_status','completed'),(18131,4702,'PayPal Transaction Fee','0.94'),(18132,4702,'_date_completed','1578951721'),(18133,4702,'_date_paid','1578951721'),(18134,4702,'_paid_date','2020-01-13 21:42:01'),(18135,4702,'_completed_date','2020-01-13 21:42:01'),(18136,4703,'_elementor_controls_usage','a:0:{}'),(18137,4703,'mec_verified','1'),(18138,4703,'mec_verification_key','e7fce205dd98ac6b9311df25d2ac962c'),(18139,4703,'mec_cancellation_key','c79a18b03a518b1e84231624447ea772'),(18140,4703,'mec_confirmed','1'),(18141,4703,'mec_transaction_id','VWJ23013'),(18142,4703,'mec_event_id','4468'),(18143,4703,'mec_date','2020-02-07:2020-02-07'),(18144,4703,'mec_ticket_id',',1,1,'),(18145,4703,'mec_booking_time','2020-01-13 21:42:01'),(18146,4703,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Karen Gehle\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Karen Gehle\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18147,4703,'mec_price','22.1192'),(18148,4703,'mec_gateway','MEC_gateway_woocommerce'),(18149,4703,'mec_gateway_label','Pay by WooCommerce'),(18150,4702,'_download_permissions_granted','yes'),(18151,4702,'_recorded_sales','yes'),(18152,4702,'_recorded_coupon_usage_counts','yes'),(18153,4702,'_order_stock_reduced','yes'),(18199,4706,'mec_ticket_id',',1,1,'),(18156,4675,'_appointment_user_reminder_sent','1'),(18157,4675,'_appointment_admin_reminder_sent','1'),(18209,4707,'_order_key','wc_order_CQopMUw9Gy9IL'),(18200,4706,'mec_booking_time','2020-01-17 00:20:18'),(18201,4706,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Janice Esau\";s:5:\"email\";s:14:\"jjmesa@aok.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497387\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Janice Esau\";s:5:\"email\";s:14:\"jjmesa@aok.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497387\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18202,4706,'mec_price','22.1192'),(18203,4706,'mec_gateway','MEC_gateway_woocommerce'),(18204,4706,'mec_gateway_label','Pay by WooCommerce'),(18205,4705,'_download_permissions_granted','yes'),(18206,4705,'_recorded_sales','yes'),(18207,4705,'_recorded_coupon_usage_counts','yes'),(18208,4705,'_order_stock_reduced','yes'),(18312,4714,'_elementor_version','2.6.8'),(18313,4714,'_elementor_pro_version','2.6.2'),(17953,4693,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:25:\"Ladies\' Brunch - 03.29.20\";s:22:\"ticket_start_time_hour\";s:2:\"11\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"AM\";s:20:\"ticket_end_time_hour\";s:2:\"02\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:56:\"Ladies\' Brunch - includes brunch, mimosas and live music\";s:5:\"price\";s:2:\"30\";s:11:\"price_label\";s:3:\"$30\";s:5:\"limit\";s:3:\"140\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(17973,4696,'_order_key','wc_order_z99Fj0hhlHYjt'),(17974,4696,'_customer_user','0'),(17954,4693,'mec_fees_global_inheritance','1'),(17955,4693,'mec_fees','a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(17956,4693,'mec_ticket_variations_global_inheritance','1'),(17957,4693,'mec_ticket_variations','a:0:{}'),(17958,4693,'mec_reg_fields_global_inheritance','1'),(17959,4693,'mec_reg_fields','a:0:{}'),(17960,4693,'mec_op','a:0:{}'),(17961,4693,'slide_template','default'),(17962,4693,'_thumbnail_id','4694'),(17963,4693,'_elementor_controls_usage','a:0:{}'),(17964,4693,'_wp_page_template','default'),(17965,4693,'mec_color','e14d43'),(17966,4693,'mec_location_id','83'),(17967,4693,'mec_dont_show_map','1'),(17968,4693,'mec_organizer_id','1'),(17969,4694,'_wp_attached_file','2020/01/LadiesBrunch-Logo-scaled.jpg'),(17970,4694,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:1400;s:4:\"file\";s:36:\"2020/01/LadiesBrunch-Logo-scaled.jpg\";s:5:\"sizes\";a:21:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"LadiesBrunch-Logo-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"LadiesBrunch-Logo-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"LadiesBrunch-Logo-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-Logo-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}s:14:\"original_image\";s:21:\"LadiesBrunch-Logo.jpg\";}'),(17971,4694,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.496517058682993;s:5:\"bytes\";i:49083;s:11:\"size_before\";i:426938;s:10:\"size_after\";i:377855;s:4:\"time\";d:0.3600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:10375;s:10:\"size_after\";i:9203;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.08;s:5:\"bytes\";i:10998;s:11:\"size_before\";i:64382;s:10:\"size_after\";i:53384;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.51;s:5:\"bytes\";i:364;s:11:\"size_before\";i:3829;s:10:\"size_after\";i:3465;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.33;s:5:\"bytes\";i:6515;s:11:\"size_before\";i:42490;s:10:\"size_after\";i:35975;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9203;s:10:\"size_after\";i:9203;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.91;s:5:\"bytes\";i:1936;s:11:\"size_before\";i:19539;s:10:\"size_after\";i:17603;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.58;s:5:\"bytes\";i:1386;s:11:\"size_before\";i:14462;s:10:\"size_after\";i:13076;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7;s:5:\"bytes\";i:10433;s:11:\"size_before\";i:76138;s:10:\"size_after\";i:65705;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.57;s:5:\"bytes\";i:2883;s:11:\"size_before\";i:27269;s:10:\"size_after\";i:24386;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.29;s:5:\"bytes\";i:1972;s:11:\"size_before\";i:16052;s:10:\"size_after\";i:14080;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14080;s:10:\"size_after\";i:14080;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.88;s:5:\"bytes\";i:194;s:11:\"size_before\";i:2184;s:10:\"size_after\";i:1990;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03;s:5:\"bytes\";i:6967;s:11:\"size_before\";i:49660;s:10:\"size_after\";i:42693;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9203;s:10:\"size_after\";i:9203;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.41;s:5:\"bytes\";i:4263;s:11:\"size_before\";i:29576;s:10:\"size_after\";i:25313;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1990;s:10:\"size_after\";i:1990;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9203;s:10:\"size_after\";i:9203;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25313;s:10:\"size_after\";i:25313;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1990;s:10:\"size_after\";i:1990;s:4:\"time\";d:0.01;}}}'),(17972,4694,'_wp_attachment_image_alt','Ladies Brunch Logo'),(17975,4696,'_customer_ip_address','24.255.251.137'),(17976,4696,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(17977,4696,'_order_currency','USD'),(17978,4696,'_cart_discount','0'),(17979,4696,'_cart_discount_tax','0'),(17980,4696,'_order_shipping','0'),(17981,4696,'_order_shipping_tax','0'),(17982,4696,'_order_tax','0'),(17983,4696,'_order_total','33.18'),(17984,4696,'_order_version','3.8.1'),(17985,4696,'_prices_include_tax','no'),(17986,4696,'_billing_address_index','          '),(17987,4696,'_shipping_address_index','        '),(17988,4696,'_mec_transaction_id','LJX61171'),(17989,4696,'_billing_first_name','Irene'),(17990,4696,'_billing_last_name','Davis'),(17991,4696,'_shipping_first_name','Irene'),(17992,4696,'_shipping_last_name','Davis'),(17993,4696,'_shipping_email','irenepdavis@icloud.com'),(17994,4696,'_billing_email','irenepdavis@icloud.com'),(17995,4697,'_order_key','wc_order_qgvlaIbcLNMvt'),(17996,4697,'_customer_user','39'),(17997,4697,'_customer_ip_address','64.6.122.251'),(17998,4697,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,2;FBMD/iPhone;FBSN/iOS;FBSV/13.1.3;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Verizon]'),(17999,4697,'_order_currency','USD'),(18000,4697,'_cart_discount','0'),(18001,4697,'_cart_discount_tax','0'),(18002,4697,'_order_shipping','0'),(18003,4697,'_order_shipping_tax','0'),(18004,4697,'_order_tax','0'),(18005,4697,'_order_total','22.12'),(18006,4697,'_order_version','3.8.1'),(18007,4697,'_prices_include_tax','no'),(18008,4697,'_billing_address_index','          '),(18009,4697,'_shipping_address_index','        '),(18010,4697,'_mec_transaction_id','PKW59578'),(18011,4697,'_billing_first_name','Christienne'),(18012,4697,'_billing_last_name','Riccomini '),(18013,4697,'_shipping_first_name','Christienne'),(18014,4697,'_shipping_last_name','Riccomini '),(18015,4697,'_shipping_email','workfromhome13@outlook.com'),(18016,4697,'_billing_email',''),(18017,4697,'_payment_method','paypal'),(18018,4697,'_payment_method_title','PayPal'),(18019,4697,'Payment type','instant'),(18020,4697,'_transaction_id','93J21775TG0868508'),(18021,4697,'_paypal_status','completed'),(18022,4697,'PayPal Transaction Fee','0.94'),(18023,4697,'_date_completed','1578872861'),(18024,4697,'_date_paid','1578872861'),(18025,4697,'_paid_date','2020-01-12 23:47:41'),(18026,4697,'_completed_date','2020-01-12 23:47:41'),(18027,4698,'_elementor_controls_usage','a:0:{}'),(18028,4698,'mec_verified','1'),(18029,4698,'mec_verification_key','31026c140967810bec25d59eb0032dfe'),(18030,4698,'mec_cancellation_key','ee94e46779cc531eb4ba6af594db45b3'),(18031,4698,'mec_confirmed','1'),(18032,4698,'mec_transaction_id','PKW59578'),(18033,4698,'mec_event_id','4313'),(18034,4698,'mec_date','2020-05-15:2020-05-15'),(18035,4698,'mec_ticket_id',',1,1,'),(18036,4698,'mec_booking_time','2020-01-12 23:47:41'),(18037,4698,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:22:\"Christienne Riccomini \";s:5:\"email\";s:26:\"workfromhome13@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"8166684240\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:22:\"Christienne Riccomini \";s:5:\"email\";s:26:\"workfromhome13@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"8166684240\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18038,4698,'mec_price','22.1192'),(18039,4698,'mec_gateway','MEC_gateway_woocommerce'),(18040,4698,'mec_gateway_label','Pay by WooCommerce'),(18041,4697,'_download_permissions_granted','yes'),(18042,4697,'_recorded_sales','yes'),(18043,4697,'_recorded_coupon_usage_counts','yes'),(18044,4697,'_order_stock_reduced','yes'),(18045,4699,'inline_featured_image','0'),(18046,4699,'_wds_readability','a:4:{s:5:\"score\";d:62.597043010752714;s:9:\"raw_score\";d:62.597043010752714;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(18047,4699,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 51 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 24 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(18050,4699,'_thumbnail_id','4694'),(18051,4699,'_wp_page_template','default'),(18052,4699,'_elementor_controls_usage','a:0:{}'),(18048,4699,'_edit_lock','1582055526:1'),(18049,4699,'_edit_last','1'),(18053,4699,'mec_color','fdd700'),(18054,4699,'mec_location_id','1'),(18055,4699,'mec_dont_show_map','0'),(18056,4699,'mec_organizer_id','1'),(18057,4699,'mec_read_more',''),(18058,4699,'mec_more_info',''),(18059,4699,'mec_more_info_title',''),(18060,4699,'mec_more_info_target','_self'),(18061,4699,'mec_cost','$30 per person (Children 5 years and younger are $5)'),(18062,4699,'mec_additional_organizer_ids','a:0:{}'),(18063,4699,'mec_additional_location_ids','a:0:{}'),(18064,4699,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-05-10\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-05-10\";s:4:\"hour\";s:1:\"2\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:114:\"Buffet from 11:30a - 1:30p / No reserved seating, but limited tickets so you\'re guarenteed a table when you arrive\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(18065,4699,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(18066,4699,'mec_certain_weekdays','a:0:{}'),(18067,4699,'mec_allday','0'),(18068,4699,'mec_hide_time','0'),(18069,4699,'mec_hide_end_time','0'),(18070,4699,'mec_comment','Buffet from 11:30a - 1:30p / No reserved seating, but limited tickets so you\'re guarenteed a table when you arrive'),(18071,4699,'mec_start_date','2020-05-10'),(18072,4699,'mec_start_time_hour','11'),(18073,4699,'mec_start_time_minutes','0'),(18074,4699,'mec_start_time_ampm','AM'),(18075,4699,'mec_start_day_seconds','39600'),(18076,4699,'mec_end_date','2020-05-10'),(18077,4699,'mec_end_time_hour','2'),(18078,4699,'mec_end_time_minutes','0'),(18079,4699,'mec_end_time_ampm','PM'),(18080,4699,'mec_end_day_seconds','50400'),(18081,4699,'mec_repeat_status','0'),(18082,4699,'mec_repeat_type',''),(18083,4699,'mec_repeat_interval','1'),(18084,4699,'mec_repeat_end',''),(18085,4699,'mec_repeat_end_at_occurrences',''),(18086,4699,'mec_repeat_end_at_date',''),(18087,4699,'mec_advanced_days','a:0:{}'),(18088,4699,'mec_in_days',''),(18089,4699,'mec_not_in_days',''),(18090,4699,'mec_hourly_schedules','a:0:{}'),(18091,4699,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(18092,4699,'mec_tickets','a:2:{i:1;a:13:{s:4:\"name\";s:27:\"Mother\'s Day Brunch & Music\";s:22:\"ticket_start_time_hour\";s:2:\"11\";s:24:\"ticket_start_time_minute\";s:1:\"5\";s:22:\"ticket_start_time_ampm\";s:2:\"AM\";s:20:\"ticket_end_time_hour\";s:2:\"02\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:29:\"Mother\'s Day Brunch and Music\";s:5:\"price\";s:2:\"30\";s:11:\"price_label\";s:3:\"$30\";s:5:\"limit\";s:3:\"100\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}i:2;a:13:{s:4:\"name\";s:35:\"CHILD - Mother\'s Day Brunch & Music\";s:22:\"ticket_start_time_hour\";s:2:\"11\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"AM\";s:20:\"ticket_end_time_hour\";s:2:\"02\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:28:\"Children 5 years and younger\";s:5:\"price\";s:1:\"5\";s:11:\"price_label\";s:2:\"$5\";s:5:\"limit\";s:2:\"20\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(18093,4699,'mec_fees_global_inheritance','1'),(18094,4699,'mec_fees','a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(18095,4699,'mec_ticket_variations_global_inheritance','1'),(18096,4699,'mec_ticket_variations','a:0:{}'),(18097,4699,'mec_reg_fields_global_inheritance','1'),(18098,4699,'mec_reg_fields','a:0:{}'),(18099,4699,'mec_op','a:0:{}'),(18100,4699,'slide_template','default'),(17952,4693,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(17565,4678,'_prices_include_tax','no'),(17566,4678,'_billing_address_index','          '),(17567,4678,'_shipping_address_index','        '),(17568,4678,'_mec_transaction_id','ZDL19167'),(17569,4678,'_billing_first_name','Christine'),(17570,4678,'_billing_last_name','kottman'),(17571,4678,'_shipping_first_name','Christine'),(17572,4678,'_shipping_last_name','kottman'),(17573,4678,'_shipping_email','jkottman@cox.net'),(17574,4678,'_billing_email','jkottman@cox.net'),(17575,4678,'_payment_method','paypal'),(17576,4678,'_payment_method_title','PayPal'),(18181,4705,'_payment_method','paypal'),(18182,4705,'_payment_method_title','PayPal'),(18183,4705,'Payment type','instant'),(18184,4705,'_transaction_id','71N16114WJ910094K'),(18185,4705,'_paypal_status','completed'),(18186,4705,'PayPal Transaction Fee','0.94'),(18187,4705,'_date_completed','1579220417'),(18188,4705,'_date_paid','1579220417'),(18189,4705,'_paid_date','2020-01-17 00:20:17'),(18190,4705,'_completed_date','2020-01-17 00:20:17'),(18191,4706,'_elementor_controls_usage','a:0:{}'),(18192,4706,'mec_verified','1'),(18193,4706,'mec_verification_key','555e7c4adfa028eb09c462455d2532e0'),(18194,4706,'mec_cancellation_key','40f5fcf3a5926f19547ae055a4220bdb'),(18195,4706,'mec_confirmed','1'),(18196,4706,'mec_transaction_id','VWY98479'),(18197,4706,'mec_event_id','4615'),(17587,4680,'_order_key','wc_order_bt26NV0ATCHqW'),(17588,4680,'_customer_user','33'),(17589,4680,'_customer_ip_address','24.255.229.224'),(17590,4680,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]'),(17591,4680,'_order_currency','USD'),(17592,4680,'_cart_discount','0'),(17593,4680,'_cart_discount_tax','0'),(17594,4680,'_order_shipping','0'),(17595,4680,'_order_shipping_tax','0'),(17596,4680,'_order_tax','0'),(17597,4680,'_order_total','44.24'),(17598,4680,'_order_version','3.8.1'),(17599,4680,'_prices_include_tax','no'),(17600,4680,'_billing_address_index','          '),(17601,4680,'_shipping_address_index','        '),(17602,4680,'_mec_transaction_id','OHD48542'),(17603,4680,'_billing_first_name','Christine'),(17604,4680,'_billing_last_name','Kottman'),(17605,4680,'_shipping_first_name','Christine'),(17606,4680,'_shipping_last_name','Kottman'),(17607,4680,'_shipping_email','jkottman@cox.net'),(17608,4680,'_billing_email',''),(17609,4680,'_payment_method','paypal'),(17610,4680,'_payment_method_title','PayPal'),(17611,4681,'_order_key','wc_order_LfCPOhsQKuohg'),(17612,4681,'_customer_user','34'),(17613,4681,'_customer_ip_address','68.103.22.86'),(17614,4681,'_customer_user_agent','Mozilla/5.0 (Linux; Android 8.0.0; SM-G930V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36'),(17615,4681,'_order_currency','USD'),(17616,4681,'_cart_discount','0'),(17617,4681,'_cart_discount_tax','0'),(17618,4681,'_order_shipping','0'),(17619,4681,'_order_shipping_tax','0'),(17620,4681,'_order_tax','0'),(17621,4681,'_order_total','22.12'),(17622,4681,'_order_version','3.8.1'),(17623,4681,'_prices_include_tax','no'),(17624,4681,'_billing_address_index','          '),(17625,4681,'_shipping_address_index','        '),(17626,4681,'_mec_transaction_id','CWP64567'),(17627,4681,'_billing_first_name','Don'),(17628,4681,'_billing_last_name','Hoffman '),(17629,4681,'_shipping_first_name','Don'),(17630,4681,'_shipping_last_name','Hoffman '),(17631,4681,'_shipping_email','dhoffman17@cox.net'),(17632,4681,'_billing_email',''),(17633,4681,'_payment_method','paypal'),(17634,4681,'_payment_method_title','PayPal'),(17635,4680,'Payment type','instant'),(17636,4680,'_transaction_id','4U949570WV792713R'),(17637,4680,'_paypal_status','completed'),(17638,4680,'PayPal Transaction Fee','1.58'),(17639,4680,'_date_completed','1578698095'),(17640,4680,'_date_paid','1578698095'),(17641,4680,'_paid_date','2020-01-10 23:14:55'),(17642,4680,'_completed_date','2020-01-10 23:14:55'),(17643,4682,'_elementor_controls_usage','a:0:{}'),(17644,4682,'mec_verified','1'),(17645,4682,'mec_verification_key','6194c1d1eafc717a9ed4c4cc1ab66ae2'),(17646,4682,'mec_cancellation_key','d2aed7f7676a686bf4b6ee401b3253ea'),(17647,4682,'mec_confirmed','1'),(17648,4682,'mec_transaction_id','OHD48542'),(17649,4682,'mec_event_id','4615'),(17650,4682,'mec_date','2020-02-14:2020-02-14'),(17651,4682,'mec_ticket_id',',1,1,1,1,'),(17652,4682,'mec_booking_time','2020-01-10 23:14:55'),(17653,4682,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:17:\"Christine Kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:17:\"Christine Kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:17:\"Christine Kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:17:\"Christine Kottman\";s:5:\"email\";s:16:\"jkottman@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(17654,4682,'mec_price','44.2384'),(17655,4682,'mec_gateway','MEC_gateway_woocommerce'),(17656,4682,'mec_gateway_label','Pay by WooCommerce'),(17657,4680,'_download_permissions_granted','yes'),(17658,4680,'_recorded_sales','yes'),(17659,4680,'_recorded_coupon_usage_counts','yes'),(17660,4680,'_order_stock_reduced','yes'),(17661,4681,'Payment type','instant'),(17662,4681,'_transaction_id','92L744277N7952443'),(17663,4681,'_paypal_status','completed'),(17664,4681,'PayPal Transaction Fee','0.94'),(17665,4681,'_date_completed','1578698148'),(17666,4681,'_date_paid','1578698148'),(17667,4681,'_paid_date','2020-01-10 23:15:48'),(17668,4681,'_completed_date','2020-01-10 23:15:48'),(17669,4683,'_elementor_controls_usage','a:0:{}'),(17670,4683,'mec_verified','1'),(17671,4683,'mec_verification_key','91633cd9e74314a22cad6c7013ede7aa'),(17672,4683,'mec_cancellation_key','bf598bb24327d72c4974dc1a9cebf662'),(17673,4683,'mec_confirmed','1'),(17674,4683,'mec_transaction_id','CWP64567'),(17675,4683,'mec_event_id','4475'),(17676,4683,'mec_date','2020-01-10:2020-01-10'),(17677,4683,'mec_ticket_id',',1,1,'),(17678,4683,'mec_booking_time','2020-01-10 23:15:48'),(17679,4683,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Don Hoffman \";s:5:\"email\";s:18:\"dhoffman17@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7856332404\";i:4;a:1:{i:0;s:21:\"TV / Radio / Magazine\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Don Hoffman \";s:5:\"email\";s:18:\"dhoffman17@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7856332404\";i:4;a:1:{i:0;s:21:\"TV / Radio / Magazine\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(17680,4683,'mec_price','22.1192'),(17681,4683,'mec_gateway','MEC_gateway_woocommerce'),(17682,4683,'mec_gateway_label','Pay by WooCommerce'),(17683,4681,'_download_permissions_granted','yes'),(17684,4681,'_recorded_sales','yes'),(17685,4681,'_recorded_coupon_usage_counts','yes'),(17686,4681,'_order_stock_reduced','yes'),(17687,4535,'_edit_lock','1578700828:1'),(17688,4535,'_wds_readability','a:4:{s:5:\"score\";d:59.999444745395465;s:9:\"raw_score\";d:59.999444745395465;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(17689,4670,'_edit_lock','1578702245:1'),(17690,4684,'_order_key','wc_order_bWz6L5UJW8zT2'),(17691,4684,'_customer_user','35'),(17692,4684,'_customer_ip_address','174.255.5.24'),(17693,4684,'_customer_user_agent','Mozilla/5.0 (Linux; Android 7.0; SM-G930V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36'),(17694,4684,'_order_currency','USD'),(17695,4684,'_cart_discount','0'),(17696,4684,'_cart_discount_tax','0'),(17697,4684,'_order_shipping','0'),(17698,4684,'_order_shipping_tax','0'),(17699,4684,'_order_tax','0'),(17700,4684,'_order_total','11.06'),(17701,4684,'_order_version','3.8.1'),(17702,4684,'_prices_include_tax','no'),(17703,4684,'_billing_address_index','          '),(17704,4684,'_shipping_address_index','        '),(17705,4684,'_mec_transaction_id','AYR83754'),(17706,4684,'_billing_first_name','Gwendolyn'),(17707,4684,'_billing_last_name','Littrell'),(17708,4684,'_shipping_first_name','Gwendolyn'),(17709,4684,'_shipping_last_name','Littrell'),(17710,4684,'_shipping_email','gwenlittrell@gmail.com'),(17711,4684,'_billing_email',''),(17712,4684,'_payment_method','paypal'),(17713,4684,'_payment_method_title','PayPal'),(17714,4684,'Payment type','instant'),(17715,4684,'_transaction_id','45P56914GU732405U'),(17716,4684,'_paypal_status','completed'),(17717,4684,'PayPal Transaction Fee','0.62'),(17718,4684,'_date_completed','1578758063'),(17719,4684,'_date_paid','1578758063'),(17720,4684,'_paid_date','2020-01-11 15:54:23'),(17721,4684,'_completed_date','2020-01-11 15:54:23'),(17722,4685,'_elementor_controls_usage','a:0:{}'),(17723,4685,'mec_verified','1'),(17724,4685,'mec_verification_key','c1cfeffcde74189cac097af0e92144ff'),(17725,4685,'mec_cancellation_key','dfdec324a55d4410b431d6609428e023'),(17726,4685,'mec_confirmed','1'),(17727,4685,'mec_transaction_id','AYR83754'),(17728,4685,'mec_event_id','4313'),(17729,4685,'mec_date','2020-05-15:2020-05-15'),(17730,4685,'mec_ticket_id',',1,'),(17731,4685,'mec_booking_time','2020-01-11 15:54:23'),(17732,4685,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:18:\"Gwendolyn Littrell\";s:5:\"email\";s:22:\"gwenlittrell@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852603552\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(17733,4685,'mec_price','11.0596'),(17734,4685,'mec_gateway','MEC_gateway_woocommerce'),(17735,4685,'mec_gateway_label','Pay by WooCommerce'),(17736,4684,'_download_permissions_granted','yes'),(17737,4684,'_recorded_sales','yes'),(17738,4684,'_recorded_coupon_usage_counts','yes'),(17739,4684,'_order_stock_reduced','yes'),(17740,4686,'_order_key','wc_order_7WOmeWJyaeqwg'),(17741,4686,'_customer_user','36'),(17742,4686,'_customer_ip_address','70.182.248.46'),(17743,4686,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(17744,4686,'_order_currency','USD'),(17745,4686,'_cart_discount','0'),(17746,4686,'_cart_discount_tax','0'),(17747,4686,'_order_shipping','0'),(17748,4686,'_order_shipping_tax','0'),(17749,4686,'_order_tax','0'),(17750,4686,'_order_total','33.18'),(17751,4686,'_order_version','3.8.1'),(17752,4686,'_prices_include_tax','no'),(17753,4686,'_billing_address_index','          '),(17754,4686,'_shipping_address_index','        '),(17755,4686,'_mec_transaction_id','RBA42510'),(17756,4686,'_billing_first_name','Mako'),(17757,4686,'_billing_last_name','Ueno'),(17758,4686,'_shipping_first_name','Mako'),(17759,4686,'_shipping_last_name','Ueno'),(17760,4686,'_shipping_email','makoueno7@gmail.com'),(17761,4686,'_billing_email',''),(17762,4686,'_payment_method','paypal'),(17763,4686,'_payment_method_title','PayPal'),(17764,4686,'Payment type','instant'),(17765,4686,'_transaction_id','6VN72748D3341002H'),(17766,4686,'_paypal_status','completed'),(17767,4686,'PayPal Transaction Fee','1.26'),(17768,4686,'_date_completed','1578781348'),(17769,4686,'_date_paid','1578781348'),(17770,4686,'_paid_date','2020-01-11 22:22:28'),(17771,4686,'_completed_date','2020-01-11 22:22:28'),(17772,4687,'_elementor_controls_usage','a:0:{}'),(17773,4687,'mec_verified','1'),(17774,4687,'mec_verification_key','9fc861c1399baed5979a390e26395b1d'),(17775,4687,'mec_cancellation_key','ce6069961fac7841b324b158438c95bf'),(17776,4687,'mec_confirmed','1'),(17777,4687,'mec_transaction_id','RBA42510'),(17778,4687,'mec_event_id','4551'),(17779,4687,'mec_date','2020-01-12:2020-01-12'),(17780,4687,'mec_ticket_id',',1,'),(17781,4687,'mec_booking_time','2020-01-11 22:22:28'),(17782,4687,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:9:\"Mako Ueno\";s:5:\"email\";s:19:\"makoueno7@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855546832\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(17783,4687,'mec_price','33.1788'),(17784,4687,'mec_gateway','MEC_gateway_woocommerce'),(17785,4687,'mec_gateway_label','Pay by WooCommerce'),(17786,4686,'_download_permissions_granted','yes'),(17787,4686,'_recorded_sales','yes'),(17788,4686,'_recorded_coupon_usage_counts','yes'),(17789,4686,'_order_stock_reduced','yes'),(17790,4688,'_order_key','wc_order_AJod04FlxUiGa'),(17791,4688,'_customer_user','37'),(17792,4688,'_customer_ip_address','23.115.46.161'),(17793,4688,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(17794,4688,'_order_currency','USD'),(17795,4688,'_cart_discount','0'),(17796,4688,'_cart_discount_tax','0'),(17797,4688,'_order_shipping','0'),(17798,4688,'_order_shipping_tax','0'),(17799,4688,'_order_tax','0'),(17800,4688,'_order_total','33.18'),(17801,4688,'_order_version','3.8.1'),(17802,4688,'_prices_include_tax','no'),(17803,4688,'_billing_address_index','Staci Ogle        staci.ogle@gmail.com '),(17804,4688,'_shipping_address_index','        '),(17805,4688,'_mec_transaction_id','FWE30036'),(17806,4688,'_billing_first_name','Staci'),(17807,4688,'_billing_last_name','Ogle'),(17808,4688,'_shipping_first_name','Staci'),(17809,4688,'_shipping_last_name','Ogle'),(17810,4688,'_shipping_email','staci.ogle@gmail.com'),(17811,4688,'_billing_email','staci.ogle@gmail.com'),(17812,4688,'_payment_method','paypal'),(17813,4688,'_payment_method_title','PayPal'),(17814,4688,'Payment type','instant'),(17815,4688,'_transaction_id','7BC88544VC642745N'),(17816,4688,'_paypal_status','completed'),(17817,4688,'PayPal Transaction Fee','1.26'),(17818,4688,'_date_completed','1578802552'),(17819,4688,'_date_paid','1578802552'),(17820,4688,'_paid_date','2020-01-12 04:15:52'),(17821,4688,'_completed_date','2020-01-12 04:15:52'),(17822,4689,'_elementor_controls_usage','a:0:{}'),(17823,4689,'mec_verified','1'),(17824,4689,'mec_verification_key','98d3b67b223d2ba604c275f422487c8d'),(17825,4689,'mec_cancellation_key','b4a6be931493236df33cdb69a17a2e77'),(17826,4689,'mec_confirmed','1'),(17827,4689,'mec_transaction_id','FWE30036'),(17828,4689,'mec_event_id','4551'),(17829,4689,'mec_date','2020-01-12:2020-01-12'),(17830,4689,'mec_ticket_id',',1,'),(17831,4689,'mec_booking_time','2020-01-12 04:15:52'),(17832,4689,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:10:\"Staci Ogle\";s:5:\"email\";s:20:\"staci.ogle@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852215499\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(17833,4689,'mec_price','33.1788'),(17834,4689,'mec_gateway','MEC_gateway_woocommerce'),(17835,4689,'mec_gateway_label','Pay by WooCommerce'),(17836,4688,'_download_permissions_granted','yes'),(17837,4688,'_recorded_sales','yes'),(17838,4688,'_recorded_coupon_usage_counts','yes'),(17839,4688,'_order_stock_reduced','yes'),(17840,4690,'_order_key','wc_order_Dcndec93zqpM5'),(17841,4690,'_customer_user','38'),(17842,4690,'_customer_ip_address','99.106.126.136'),(17843,4690,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/89.2.287201133 Mobile/15E148 Safari/604.1'),(17844,4690,'_order_currency','USD'),(17845,4690,'_cart_discount','0'),(17846,4690,'_cart_discount_tax','0'),(17847,4690,'_order_shipping','0'),(17848,4690,'_order_shipping_tax','0'),(17849,4690,'_order_tax','0'),(17850,4690,'_order_total','44.24'),(17851,4690,'_order_version','3.8.1'),(17852,4690,'_prices_include_tax','no'),(17853,4690,'_billing_address_index','          '),(17854,4690,'_shipping_address_index','        '),(17855,4690,'_mec_transaction_id','WXH11633'),(17856,4690,'_billing_first_name','Tammy'),(17857,4690,'_billing_last_name','Lee'),(17858,4690,'_shipping_first_name','Tammy'),(17859,4690,'_shipping_last_name','Lee'),(17860,4690,'_shipping_email','txleefamily@sbcglobal.net'),(17861,4690,'_billing_email',''),(17862,4690,'_payment_method','paypal'),(17863,4690,'_payment_method_title','PayPal'),(17864,4690,'Payment type','instant'),(17865,4690,'_transaction_id','3PV963402K5485402'),(17866,4690,'_paypal_status','completed'),(17867,4690,'PayPal Transaction Fee','1.58'),(17868,4690,'_date_completed','1578804680'),(17869,4690,'_date_paid','1578804680'),(17870,4690,'_paid_date','2020-01-12 04:51:20'),(17871,4690,'_completed_date','2020-01-12 04:51:20'),(17872,4691,'_elementor_controls_usage','a:0:{}'),(17873,4691,'mec_verified','1'),(17874,4691,'mec_verification_key','b467a12c23254173734c41b21216b18e'),(17875,4691,'mec_cancellation_key','b2a00c4873db45c2c67b9c191e17cf00'),(17876,4691,'mec_confirmed','1'),(17877,4691,'mec_transaction_id','WXH11633'),(17878,4691,'mec_event_id','4468'),(17879,4691,'mec_date','2020-02-07:2020-02-07'),(17880,4691,'mec_ticket_id',',1,1,1,1,'),(17881,4691,'mec_booking_time','2020-01-12 04:51:20'),(17882,4691,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:9:\"Tammy Lee\";s:5:\"email\";s:25:\"txleefamily@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"8177059641\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:9:\"Tammy Lee\";s:5:\"email\";s:25:\"txleefamily@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"8177059641\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:9:\"Tammy Lee\";s:5:\"email\";s:25:\"txleefamily@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"8177059641\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:9:\"Tammy Lee\";s:5:\"email\";s:25:\"txleefamily@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"8177059641\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(17883,4691,'mec_price','44.2384'),(17884,4691,'mec_gateway','MEC_gateway_woocommerce'),(17885,4691,'mec_gateway_label','Pay by WooCommerce'),(17886,4690,'_download_permissions_granted','yes'),(17887,4690,'_recorded_sales','yes'),(17888,4690,'_recorded_coupon_usage_counts','yes'),(17889,4690,'_order_stock_reduced','yes'),(17890,4692,'_order_key','wc_order_2HsZr3kLQwO4a'),(17891,4692,'_customer_user','0'),(17892,4692,'_customer_ip_address','104.3.200.135'),(17893,4692,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763'),(17894,4692,'_order_currency','USD'),(17895,4692,'_cart_discount','0'),(17896,4692,'_cart_discount_tax','0'),(17897,4692,'_order_shipping','0'),(17898,4692,'_order_shipping_tax','0'),(17899,4692,'_order_tax','0'),(17900,4692,'_order_total','33.18'),(17901,4692,'_order_version','3.8.1'),(17902,4692,'_prices_include_tax','no'),(17903,4692,'_billing_address_index','          '),(17904,4692,'_shipping_address_index','        '),(17905,4692,'_mec_transaction_id','HJT28223'),(17906,4692,'_billing_first_name','thelma'),(17907,4692,'_billing_last_name','stoltz'),(17908,4692,'_shipping_first_name','thelma'),(17909,4692,'_shipping_last_name','stoltz'),(17910,4692,'_shipping_email','tlsjgs@outlook.com'),(17911,4692,'_billing_email','tlsjgs@outlook.com'),(17912,4693,'inline_featured_image','0'),(17913,4693,'inline_featured_image','0'),(17914,4693,'_wds_readability','a:4:{s:5:\"score\";d:69.32207207207207;s:9:\"raw_score\";d:69.32207207207207;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(17915,4693,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 52 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 146 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(17564,4678,'_order_version','3.8.1'),(17411,4669,'Payment type','instant'),(17410,4671,'mec_price','22.1192'),(17397,4670,'_paid_date','2020-01-08 22:12:55'),(17398,4670,'_completed_date','2020-01-08 22:12:55'),(17399,4671,'_elementor_controls_usage','a:0:{}'),(17400,4671,'mec_verified','1'),(17401,4671,'mec_verification_key','9d29ae5f3e2d3c058db26b5270a82e8d'),(17402,4671,'mec_cancellation_key','f46eb9c2e4c1f955c35d480e17cb5cb4'),(17403,4671,'mec_confirmed','1'),(17404,4671,'mec_transaction_id','XVY37913'),(17405,4671,'mec_event_id','4468'),(17406,4671,'mec_date','2020-02-07:2020-02-07'),(17407,4671,'mec_ticket_id',',1,1,'),(17408,4671,'mec_booking_time','2020-01-08 22:12:55'),(17409,4671,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852864532\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852864532\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18939,4748,'_order_key','wc_order_aepodGQ9PQpJB'),(18940,4748,'_customer_user','0'),(18941,4748,'_customer_ip_address','72.209.191.186'),(18942,4748,'_customer_user_agent','Mozilla/5.0 (iPad; CPU OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/91.1.292041477 Mobile/15E148 Safari/605.1'),(18943,4748,'_order_currency','USD'),(18944,4748,'_cart_discount','0'),(18945,4748,'_cart_discount_tax','0'),(18946,4748,'_order_shipping','0'),(18947,4748,'_order_shipping_tax','0'),(18948,4748,'_order_tax','0'),(18949,4748,'_order_total','22.12'),(18950,4748,'_order_version','3.9.1'),(18951,4748,'_prices_include_tax','no'),(18952,4748,'_billing_address_index','          '),(16817,4639,'_order_key','wc_order_wlJAfg3iEXqXo'),(16818,4639,'_customer_user','20'),(16819,4639,'_customer_ip_address','98.186.125.188'),(16820,4639,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Verizon]'),(16821,4639,'_order_currency','USD'),(16822,4639,'_cart_discount','0'),(16823,4639,'_cart_discount_tax','0'),(16824,4639,'_order_shipping','0'),(16825,4639,'_order_shipping_tax','0'),(16826,4639,'_order_tax','0'),(16827,4639,'_order_total','33.18'),(16828,4639,'_order_version','3.8.1'),(16829,4639,'_prices_include_tax','no'),(16830,4639,'_billing_address_index','          '),(16831,4639,'_shipping_address_index','        '),(16832,4639,'_mec_transaction_id','YQX11301'),(16833,4639,'_billing_first_name','Cathy'),(16834,4639,'_billing_last_name','Madl'),(16835,4639,'_shipping_first_name','Cathy'),(16836,4639,'_shipping_last_name','Madl'),(16837,4639,'_shipping_email','chermie55@gmail.com'),(16838,4639,'_billing_email',''),(16839,4639,'_payment_method','paypal'),(16840,4639,'_payment_method_title','PayPal'),(16841,4639,'Payment type','instant'),(16842,4639,'_transaction_id','3US50267LL8392541'),(16843,4639,'_paypal_status','completed'),(16844,4639,'PayPal Transaction Fee','1.26'),(16845,4639,'_date_completed','1578082440'),(16846,4639,'_date_paid','1578082440'),(16847,4639,'_paid_date','2020-01-03 20:14:00'),(16848,4639,'_completed_date','2020-01-03 20:14:00'),(16849,4640,'_elementor_controls_usage','a:0:{}'),(16850,4640,'mec_verified','1'),(16851,4640,'mec_verification_key','c1095ac0512fd63642439654781e752f'),(16852,4640,'mec_cancellation_key','5eee4376228f976e844a295044900390'),(16853,4640,'mec_confirmed','1'),(16854,4640,'mec_transaction_id','YQX11301'),(16855,4640,'mec_event_id','4551'),(16856,4640,'mec_date','2020-01-12:2020-01-12'),(16857,4640,'mec_ticket_id',',1,'),(16858,4640,'mec_booking_time','2020-01-03 20:14:00'),(16859,4640,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:10:\"Cathy Madl\";s:5:\"email\";s:19:\"chermie55@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497073\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(16860,4640,'mec_price','33.1788'),(16861,4640,'mec_gateway','MEC_gateway_woocommerce'),(16862,4640,'mec_gateway_label','Pay by WooCommerce'),(16863,4639,'_download_permissions_granted','yes'),(16864,4639,'_recorded_sales','yes'),(16865,4639,'_recorded_coupon_usage_counts','yes'),(16866,4639,'_order_stock_reduced','yes'),(16868,4641,'_customer_user','21'),(16869,4641,'_customer_ip_address','68.103.22.6'),(16870,4641,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(16871,4641,'_order_currency','USD'),(16872,4641,'_cart_discount','0'),(16873,4641,'_cart_discount_tax','0'),(16874,4641,'_order_shipping','0'),(16875,4641,'_order_shipping_tax','0'),(16876,4641,'_order_tax','0'),(16877,4641,'_order_total','33.18'),(16878,4641,'_order_version','3.8.1'),(16879,4641,'_prices_include_tax','no'),(16880,4641,'_billing_address_index','Misti Robertson        mistir171@gmail.com '),(16881,4641,'_shipping_address_index','        '),(16882,4641,'_mec_transaction_id','PDK31538'),(16883,4641,'_billing_first_name','Misti'),(16884,4641,'_billing_last_name','Robertson'),(16885,4641,'_shipping_first_name','Misti'),(16886,4641,'_shipping_last_name','Robertson'),(16887,4641,'_shipping_email','mistir171@gmail.com'),(16888,4641,'_billing_email','mistir171@gmail.com'),(16889,4641,'_payment_method','paypal'),(16890,4641,'_payment_method_title','PayPal'),(16891,4641,'Payment type','instant'),(16892,4641,'_transaction_id','9HH391157B588411D'),(16893,4641,'_paypal_status','completed'),(16894,4641,'PayPal Transaction Fee','1.26'),(16895,4641,'_date_completed','1578235999'),(16896,4641,'_date_paid','1578235999'),(16897,4641,'_paid_date','2020-01-05 14:53:19'),(16898,4641,'_completed_date','2020-01-05 14:53:19'),(16899,4642,'_elementor_controls_usage','a:0:{}'),(16900,4642,'mec_verified','1'),(16901,4642,'mec_verification_key','dd45484d0d4dec9808d92e0ac4aab6be'),(16902,4642,'mec_cancellation_key','137187368a3d82a261d53ed00d78f14a'),(16903,4642,'mec_confirmed','1'),(16904,4642,'mec_transaction_id','PDK31538'),(16905,4642,'mec_event_id','4551'),(16906,4642,'mec_date','2020-01-12:2020-01-12'),(16907,4642,'mec_ticket_id',',1,'),(16908,4642,'mec_booking_time','2020-01-05 14:53:19'),(16909,4642,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:15:\"Misti Robertson\";s:5:\"email\";s:19:\"mistir171@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852153020\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(16910,4642,'mec_price','33.1788'),(16911,4642,'mec_gateway','MEC_gateway_woocommerce'),(16912,4642,'mec_gateway_label','Pay by WooCommerce'),(16913,4641,'_download_permissions_granted','yes'),(16914,4641,'_recorded_sales','yes'),(16915,4641,'_recorded_coupon_usage_counts','yes'),(16916,4641,'_order_stock_reduced','yes'),(16917,4643,'_order_key','wc_order_3M8tUVdwdfFti'),(16918,4643,'_customer_user','22'),(16919,4643,'_customer_ip_address','72.209.158.235'),(16920,4643,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36'),(16921,4643,'_order_currency','USD'),(16922,4643,'_cart_discount','0'),(16923,4643,'_cart_discount_tax','0'),(16924,4643,'_order_shipping','0'),(16925,4643,'_order_shipping_tax','0'),(16926,4643,'_order_tax','0'),(16927,4643,'_order_total','33.18'),(16928,4643,'_order_version','3.8.1'),(16929,4643,'_prices_include_tax','no'),(16930,4643,'_billing_address_index','Sonja L8nk        porky538@yahoo.com '),(16931,4643,'_shipping_address_index','        '),(16932,4643,'_mec_transaction_id','DZR76422'),(16933,4643,'_billing_first_name','Sonja'),(16934,4643,'_billing_last_name','L8nk'),(16935,4643,'_shipping_first_name','Sonja'),(16936,4643,'_shipping_last_name','L8nk'),(16937,4643,'_shipping_email','porky538@yahoo.com'),(16938,4643,'_billing_email','porky538@yahoo.com'),(16939,4643,'_payment_method','paypal'),(16940,4643,'_payment_method_title','PayPal'),(16941,4643,'Payment type','instant'),(16942,4643,'_transaction_id','91W060247P751030B'),(16943,4643,'_paypal_status','completed'),(16944,4643,'PayPal Transaction Fee','1.26'),(16945,4643,'_date_completed','1578239420'),(16946,4643,'_date_paid','1578239420'),(16947,4643,'_paid_date','2020-01-05 15:50:20'),(16948,4643,'_completed_date','2020-01-05 15:50:20'),(16949,4644,'_elementor_controls_usage','a:0:{}'),(16950,4644,'mec_verified','1'),(16951,4644,'mec_verification_key','ca9c43149da74793621fa8384b4ffe79'),(16952,4644,'mec_cancellation_key','36b1e4f733e6825c8d7f3d44c0f6805c'),(16953,4644,'mec_confirmed','1'),(16954,4644,'mec_transaction_id','DZR76422'),(16955,4644,'mec_event_id','4551'),(16956,4644,'mec_date','2020-01-12:2020-01-12'),(16957,4644,'mec_ticket_id',',1,'),(16958,4644,'mec_booking_time','2020-01-05 15:50:20'),(16959,4644,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:10:\"Sonja L8nk\";s:5:\"email\";s:18:\"porky538@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858455266\";i:4;a:3:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";i:2;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(16960,4644,'mec_price','33.1788'),(16961,4644,'mec_gateway','MEC_gateway_woocommerce'),(16962,4644,'mec_gateway_label','Pay by WooCommerce'),(16963,4643,'_download_permissions_granted','yes'),(16964,4643,'_recorded_sales','yes'),(16965,4643,'_recorded_coupon_usage_counts','yes'),(16966,4643,'_order_stock_reduced','yes'),(16967,4645,'_order_key','wc_order_omGu3vY7oqfJT'),(16968,4645,'_customer_user','23'),(16969,4645,'_customer_ip_address','23.115.47.107'),(16970,4645,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(16971,4645,'_order_currency','USD'),(16972,4645,'_cart_discount','0'),(16973,4645,'_cart_discount_tax','0'),(16974,4645,'_order_shipping','0'),(16975,4645,'_order_shipping_tax','0'),(16976,4645,'_order_tax','0'),(16977,4645,'_order_total','33.18'),(16978,4645,'_order_version','3.8.1'),(16979,4645,'_prices_include_tax','no'),(16980,4645,'_billing_address_index','          '),(16981,4645,'_shipping_address_index','        '),(16982,4645,'_mec_transaction_id','BFU32019'),(16983,4645,'_billing_first_name','Connie'),(16984,4645,'_billing_last_name','Bennett'),(16985,4645,'_shipping_first_name','Connie'),(16986,4645,'_shipping_last_name','Bennett'),(16987,4645,'_shipping_email','kevbennett_1@sbcglobal.net'),(16988,4645,'_billing_email',''),(16989,4645,'_payment_method','paypal'),(16990,4645,'_payment_method_title','PayPal'),(16991,4645,'Payment type','instant'),(16992,4645,'_transaction_id','3D615747S7322221W'),(16993,4645,'_paypal_status','completed'),(16994,4645,'PayPal Transaction Fee','1.26'),(16995,4645,'_date_completed','1578251246'),(16996,4645,'_date_paid','1578251246'),(16997,4645,'_paid_date','2020-01-05 19:07:26'),(16998,4645,'_completed_date','2020-01-05 19:07:26'),(16999,4646,'_elementor_controls_usage','a:0:{}'),(17000,4646,'mec_verified','1'),(17001,4646,'mec_verification_key','95eb5c922f6405dea50c21a77b74cc92'),(17002,4646,'mec_cancellation_key','1598029c34f44660833eac5146935e60'),(17003,4646,'mec_confirmed','1'),(17004,4646,'mec_transaction_id','BFU32019'),(17005,4646,'mec_event_id','4551'),(17006,4646,'mec_date','2020-01-12:2020-01-12'),(17007,4646,'mec_ticket_id',',1,'),(17008,4646,'mec_booking_time','2020-01-05 19:07:26'),(17009,4646,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:14:\"Connie Bennett\";s:5:\"email\";s:26:\"kevbennett_1@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852344538\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(17010,4646,'mec_price','33.1788'),(17011,4646,'mec_gateway','MEC_gateway_woocommerce'),(17012,4646,'mec_gateway_label','Pay by WooCommerce'),(17013,4645,'_download_permissions_granted','yes'),(17014,4645,'_recorded_sales','yes'),(17015,4645,'_recorded_coupon_usage_counts','yes'),(17016,4645,'_order_stock_reduced','yes'),(17017,4647,'_order_key','wc_order_LYnQpPvEm79ND'),(17018,4647,'_customer_user','15'),(17019,4647,'_customer_ip_address','99.203.29.251'),(17020,4647,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1'),(17021,4647,'_order_currency','USD'),(17022,4647,'_cart_discount','0'),(17023,4647,'_cart_discount_tax','0'),(17024,4647,'_order_shipping','0'),(17025,4647,'_order_shipping_tax','0'),(17026,4647,'_order_tax','0'),(17027,4647,'_order_total','66.36'),(17028,4647,'_order_version','3.8.1'),(17029,4647,'_prices_include_tax','no'),(17030,4647,'_billing_address_index','          '),(17031,4647,'_shipping_address_index','        '),(17032,4647,'_mec_transaction_id','RVY70051'),(17033,4647,'_billing_first_name','Kim'),(17034,4647,'_billing_last_name','Scott'),(17035,4647,'_shipping_first_name','Kim'),(17036,4647,'_shipping_last_name','Scott'),(17037,4647,'_shipping_email','kimberleyscott59@gmail.com'),(17038,4647,'_billing_email',''),(17039,4647,'_payment_method','paypal'),(17040,4647,'_payment_method_title','PayPal'),(17041,4647,'Payment type','instant'),(17042,4647,'_transaction_id','7KT83183BT707544K'),(17043,4647,'_paypal_status','completed'),(17044,4647,'PayPal Transaction Fee','2.22'),(17045,4647,'_date_completed','1578254184'),(17046,4647,'_date_paid','1578254184'),(17047,4647,'_paid_date','2020-01-05 19:56:24'),(17048,4647,'_completed_date','2020-01-05 19:56:24'),(17049,4648,'_elementor_controls_usage','a:0:{}'),(17050,4648,'mec_verified','1'),(17051,4648,'mec_verification_key','d3f59e7e1800f340b59f40ecc94d571e'),(17052,4648,'mec_cancellation_key','ebe00c1d5615c7dc70a49e1ae0360a47'),(17053,4648,'mec_confirmed','1'),(17054,4648,'mec_transaction_id','RVY70051'),(17055,4648,'mec_event_id','4551'),(17056,4648,'mec_date','2020-01-12:2020-01-12'),(17057,4648,'mec_ticket_id',',1,1,'),(17058,4648,'mec_booking_time','2020-01-05 19:56:24'),(17059,4648,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:9:\"Kim Scott\";s:5:\"email\";s:26:\"kimberleyscott59@gmail.com\";s:3:\"reg\";a:2:{i:2;s:1:\"2\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:9:\"Kim Scott\";s:5:\"email\";s:26:\"kimberleyscott59@gmail.com\";s:3:\"reg\";a:2:{i:2;s:1:\"2\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(17060,4648,'mec_price','66.3576'),(17061,4648,'mec_gateway','MEC_gateway_woocommerce'),(17062,4648,'mec_gateway_label','Pay by WooCommerce'),(17063,4647,'_download_permissions_granted','yes'),(17064,4647,'_recorded_sales','yes'),(17065,4647,'_recorded_coupon_usage_counts','yes'),(17066,4647,'_order_stock_reduced','yes'),(17067,4649,'_order_key','wc_order_ptgje7iwvgIbN'),(17068,4649,'_customer_user','24'),(17069,4649,'_customer_ip_address','68.110.253.12'),(17070,4649,'_customer_user_agent','Mozilla/5.0 (Linux; Android 6.0.1; SM-G900V Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/251.0.0.31.111;]'),(17071,4649,'_order_currency','USD'),(17072,4649,'_cart_discount','0'),(17073,4649,'_cart_discount_tax','0'),(17074,4649,'_order_shipping','0'),(17075,4649,'_order_shipping_tax','0'),(17076,4649,'_order_tax','0'),(17077,4649,'_order_total','33.18'),(17078,4649,'_order_version','3.8.1'),(17079,4649,'_prices_include_tax','no'),(17080,4649,'_billing_address_index','Rebecca Radziejeski         rebeccaradziejeski@yahoo.fr '),(17081,4649,'_shipping_address_index','        '),(17082,4649,'_mec_transaction_id','QUV23357'),(17083,4649,'_billing_first_name','Rebecca'),(17084,4649,'_billing_last_name','Radziejeski '),(17085,4649,'_shipping_first_name','Rebecca'),(17086,4649,'_shipping_last_name','Radziejeski '),(17087,4649,'_shipping_email','rebeccaradziejeski@yahoo.fr'),(17088,4649,'_billing_email','rebeccaradziejeski@yahoo.fr'),(17113,4649,'_download_permissions_granted','yes'),(17089,4649,'_payment_method','paypal'),(17090,4649,'_payment_method_title','PayPal'),(17091,4649,'Payment type','instant'),(17092,4649,'_transaction_id','5ND502022N148003S'),(17093,4649,'_paypal_status','completed'),(17094,4649,'PayPal Transaction Fee','1.26'),(17095,4649,'_date_completed','1578256854'),(17096,4649,'_date_paid','1578256854'),(17097,4649,'_paid_date','2020-01-05 20:40:54'),(17098,4649,'_completed_date','2020-01-05 20:40:54'),(17099,4650,'_elementor_controls_usage','a:0:{}'),(17100,4650,'mec_verified','1'),(17101,4650,'mec_verification_key','4e4dc87a10d10b18f61f0dbeac1e56fe'),(17102,4650,'mec_cancellation_key','3669109785379d5f56ec13653b048c5a'),(17103,4650,'mec_confirmed','1'),(17104,4650,'mec_transaction_id','QUV23357'),(17105,4650,'mec_event_id','4551'),(17106,4650,'mec_date','2020-01-12:2020-01-12'),(17107,4650,'mec_ticket_id',',1,'),(17108,4650,'mec_booking_time','2020-01-05 20:40:54'),(17109,4650,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:20:\"Rebecca Radziejeski \";s:5:\"email\";s:27:\"rebeccaradziejeski@yahoo.fr\";s:3:\"reg\";a:2:{i:2;s:10:\"5044581340\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(17110,4650,'mec_price','33.1788'),(17111,4650,'mec_gateway','MEC_gateway_woocommerce'),(17112,4650,'mec_gateway_label','Pay by WooCommerce'),(17114,4649,'_recorded_sales','yes'),(17115,4649,'_recorded_coupon_usage_counts','yes'),(17116,4649,'_order_stock_reduced','yes'),(17117,4651,'_order_key','wc_order_1JCTAGP3kMIHq'),(17118,4651,'_customer_user','25'),(17119,4651,'_customer_ip_address','173.16.103.70'),(17120,4651,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone12,1;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/2;FBCR/AT&T;FBID/phone;FBLC/en_US;FBOP/5]'),(17121,4651,'_order_currency','USD'),(17122,4651,'_cart_discount','0'),(17123,4651,'_cart_discount_tax','0'),(17124,4651,'_order_shipping','0'),(17125,4651,'_order_shipping_tax','0'),(17126,4651,'_order_tax','0'),(17127,4651,'_order_total','22.12'),(17128,4651,'_order_version','3.8.1'),(17129,4651,'_prices_include_tax','no'),(17130,4651,'_billing_address_index','Christine Flynn         christinef972@gmail.com '),(17131,4651,'_shipping_address_index','        '),(17132,4651,'_mec_transaction_id','CYN36872'),(17133,4651,'_billing_first_name','Christine'),(17134,4651,'_billing_last_name','Flynn '),(17135,4651,'_shipping_first_name','Christine'),(17136,4651,'_shipping_last_name','Flynn '),(17137,4651,'_shipping_email','christinef972@gmail.com'),(17138,4651,'_billing_email','christinef972@gmail.com'),(17139,4651,'_payment_method','paypal'),(17140,4651,'_payment_method_title','PayPal'),(17141,4651,'Payment type','instant'),(17142,4651,'_transaction_id','12511318T3655014S'),(17143,4651,'_paypal_status','completed'),(17144,4651,'PayPal Transaction Fee','0.94'),(17145,4651,'_date_completed','1578259544'),(17146,4651,'_date_paid','1578259544'),(17147,4651,'_paid_date','2020-01-05 21:25:44'),(17148,4651,'_completed_date','2020-01-05 21:25:44'),(17149,4652,'_elementor_controls_usage','a:0:{}'),(17150,4652,'mec_verified','1'),(17151,4652,'mec_verification_key','0d8cc05798486f81d29e42fbf964e525'),(17152,4652,'mec_cancellation_key','bc5e5d00981d766d9ffd7ce2fb350df3'),(17153,4652,'mec_confirmed','1'),(17154,4652,'mec_transaction_id','CYN36872'),(17155,4652,'mec_event_id','4615'),(17156,4652,'mec_date','2020-02-14:2020-02-14'),(17157,4652,'mec_ticket_id',',1,1,'),(17158,4652,'mec_booking_time','2020-01-05 21:25:45'),(17159,4652,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Christine Flynn \";s:5:\"email\";s:23:\"christinef972@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858511007\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Christine Flynn \";s:5:\"email\";s:23:\"christinef972@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858511007\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(17160,4652,'mec_price','22.1192'),(17161,4652,'mec_gateway','MEC_gateway_woocommerce'),(17162,4652,'mec_gateway_label','Pay by WooCommerce'),(17163,4651,'_download_permissions_granted','yes'),(17164,4651,'_recorded_sales','yes'),(17165,4651,'_recorded_coupon_usage_counts','yes'),(17166,4651,'_order_stock_reduced','yes'),(17378,4670,'_order_version','3.8.1'),(17379,4670,'_prices_include_tax','no'),(17380,4670,'_billing_address_index','          '),(17381,4670,'_shipping_address_index','        '),(17382,4670,'_mec_transaction_id','XVY37913'),(17383,4670,'_billing_first_name','Everett'),(17384,4670,'_billing_last_name','Humbert'),(17385,4670,'_shipping_first_name','Everett'),(17386,4670,'_shipping_last_name','Humbert'),(17387,4670,'_shipping_email','ehumbert@cox.net'),(17388,4670,'_billing_email',''),(17389,4670,'_payment_method','paypal'),(17390,4670,'_payment_method_title','PayPal'),(17391,4670,'Payment type','instant'),(17392,4670,'_transaction_id','3EK3798233518123M'),(17393,4670,'_paypal_status','completed'),(17394,4670,'PayPal Transaction Fee','0.94'),(17395,4670,'_date_completed','1578521575'),(17396,4670,'_date_paid','1578521575'),(3948,2994,'_wp_attached_file','2019/03/avartar.png'),(3949,2994,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1187570;s:10:\"size_after\";i:1187570;s:4:\"time\";d:0.62;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43511;s:10:\"size_after\";i:43511;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:149964;s:10:\"size_after\";i:149964;s:4:\"time\";d:0.07;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:149964;s:10:\"size_after\";i:149964;s:4:\"time\";d:0.08;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:229903;s:10:\"size_after\";i:229903;s:4:\"time\";d:0.12;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:251195;s:10:\"size_after\";i:251195;s:4:\"time\";d:0.11;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21035;s:10:\"size_after\";i:21035;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:149964;s:10:\"size_after\";i:149964;s:4:\"time\";d:0.08;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21035;s:10:\"size_after\";i:21035;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:149964;s:10:\"size_after\";i:149964;s:4:\"time\";d:0.08;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21035;s:10:\"size_after\";i:21035;s:4:\"time\";d:0.02;}}}'),(3950,2994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:390;s:4:\"file\";s:19:\"2019/03/avartar.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"avartar-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:19:\"avartar-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:19:\"avartar-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:19:\"avartar-390x324.png\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:19:\"avartar-390x390.png\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"avartar-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"avartar-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"avartar-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"avartar-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"avartar-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(3951,3001,'inline_featured_image','0'),(3952,3001,'inline_featured_image','0'),(3953,3001,'_elementor_template_type','section'),(3954,3001,'_elementor_edit_mode','builder'),(3955,3001,'_wp_page_template','default'),(3956,3001,'_elementor_data','[{\"id\":\"11f0acd\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#666b7e\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e32644b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0e7055f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"e017e3f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"16702ff\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-instagram\",\"_id\":\"49fbc77\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-vimeo\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"_id\":\"385f4ef\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(255,255,255,0)\",\"icon_secondary_color\":\"#cccccc\",\"icon_size\":{\"unit\":\"px\",\"size\":16},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"rgba(0,0,0,0.1)\",\"hover_secondary_color\":\"#ffffff\",\"hover_animation\":\"pop\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"8552f49\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"About\",\"icon\":\"\",\"_id\":\"6bd6233\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FAQs\",\"icon\":\"fa fa-circle\",\"_id\":\"f224a92\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Terms & Conditions\",\"icon\":\"fa fa-circle\",\"_id\":\"b9c8bb7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Terms & Conditions\",\"icon\":\"fa fa-circle\",\"_id\":\"2dea6d6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Contact\",\"icon\":\"fa fa-circle\",\"_id\":\"aca0cfa\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"icon_align\":\"center\",\"icon_font_size\":{\"unit\":\"px\",\"size\":2},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_color\":\"#cccccc\",\"icon_color_hover\":\"#cccccc\",\"text_indent\":{\"unit\":\"px\",\"size\":8},\"text_color\":\"#cccccc\",\"text_color_hover\":\"#ffffff\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1faa62d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9Proudly powered by WordPress.<\\/p>\",\"align\":\"center\",\"text_color\":\"#cccccc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Cormorant Infant\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_style\":\"italic\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3957,3001,'_elementor_version','0.4'),(3966,3009,'_wp_attached_file','2019/03/logo-Dreama.svg'),(16746,3991,'_elementor_controls_usage','a:9:{s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:26:\"section_scheduled_controls\";a:2:{s:20:\"scheduled_content_on\";i:1;s:19:\"schedule_start_date\";i:1;}s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:11;s:19:\"_inline_size_tablet\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;s:15:\"animation_delay\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:2;s:6:\"height\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:5;s:7:\"padding\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:3;s:14:\"padding_tablet\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:14:\"opal-revslider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:10:\"rev_slider\";a:1:{s:9:\"rev_alias\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:9;s:20:\"typography_font_size\";i:9;s:11:\"title_color\";i:6;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:7;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:6;s:20:\"typography_font_size\";i:6;s:25:\"typography_text_transform\";i:4;s:25:\"typography_letter_spacing\";i:4;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:5;}}s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:6;s:4:\"link\";i:6;s:5:\"align\";i:6;s:11:\"button_type\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:11:\"hover_color\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:6;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:22:\"border_list_item_width\";i:6;s:17:\"list_item_padding\";i:6;s:16:\"list_item_margin\";i:6;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:6;s:27:\"icon_typography_line_height\";i:6;s:10:\"text_color\";i:6;s:16:\"text_color_hover\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_padding\";i:6;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:6;s:13:\"_border_width\";i:6;s:13:\"_border_color\";i:6;}}}}s:18:\"opal-image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:1:{s:6:\"filter\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:14:\"thumbnail_size\";i:1;s:7:\"columns\";i:1;s:6:\"gutter\";i:1;}}}}}'),(16753,4636,'_wp_page_template','default'),(16751,4636,'_edit_lock','1578026140:1'),(16752,4636,'_edit_last','1'),(16754,4636,'_elementor_controls_usage','a:0:{}'),(16755,4636,'mec_color','fdd700'),(16756,4636,'mec_location_id','1'),(16757,4636,'mec_dont_show_map','0'),(16758,4636,'mec_organizer_id','1'),(16759,4636,'mec_read_more',''),(16760,4636,'mec_more_info',''),(16761,4636,'mec_more_info_title',''),(16762,4636,'mec_more_info_target','_self'),(16763,4636,'mec_cost',''),(16764,4636,'mec_additional_organizer_ids','a:0:{}'),(16765,4636,'mec_additional_location_ids','a:0:{}'),(16766,4636,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-10-17\";s:4:\"hour\";s:1:\"9\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-10-17\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:2:\"55\";s:4:\"ampm\";s:2:\"PM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:28:\"Private Event - Venue Rental\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(16767,4636,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(16768,4636,'mec_certain_weekdays','a:0:{}'),(16769,4636,'mec_allday','1'),(16770,4636,'mec_hide_time','0'),(16771,4636,'mec_hide_end_time','0'),(16772,4636,'mec_comment','Private Event - Venue Rental'),(16773,4636,'mec_start_date','2020-10-17'),(16774,4636,'mec_start_time_hour','8'),(16775,4636,'mec_start_time_minutes','00'),(16776,4636,'mec_start_time_ampm','AM'),(16777,4636,'mec_start_day_seconds','28800'),(16778,4636,'mec_end_date','2020-10-17'),(16779,4636,'mec_end_time_hour','6'),(16780,4636,'mec_end_time_minutes','00'),(16781,4636,'mec_end_time_ampm','PM'),(16782,4636,'mec_end_day_seconds','64800'),(16783,4636,'mec_repeat_status','0'),(16784,4636,'mec_repeat_type',''),(16785,4636,'mec_repeat_interval','1'),(16786,4636,'mec_repeat_end',''),(16787,4636,'mec_repeat_end_at_occurrences',''),(16788,4636,'mec_repeat_end_at_date',''),(16789,4636,'mec_advanced_days','a:0:{}'),(16790,4636,'mec_in_days',''),(16791,4636,'mec_not_in_days',''),(16792,4636,'mec_hourly_schedules','a:0:{}'),(16793,4636,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(16794,4636,'mec_tickets','a:0:{}'),(16795,4636,'mec_fees_global_inheritance','1'),(16796,4636,'mec_fees','a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(16797,4636,'mec_ticket_variations_global_inheritance','1'),(16798,4636,'mec_ticket_variations','a:0:{}'),(16799,4636,'mec_reg_fields_global_inheritance','1'),(16800,4636,'mec_reg_fields','a:0:{}'),(16801,4636,'mec_op','a:0:{}'),(16802,4636,'slide_template','default'),(16807,4638,'_elementor_version','2.7.5'),(16808,4638,'_elementor_pro_version','2.7.3'),(18921,4747,'mec_cancellation_key','4d047666e2a2c1e1d8b791de0d40cd9a'),(18922,4747,'mec_confirmed','1'),(18291,4213,'_wp_attachment_image_alt','Welcome - Carlason'),(16694,4629,'_elementor_page_settings','a:35:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}}'),(16704,4631,'_elementor_template_type','popup'),(16705,4631,'_elementor_version','2.8.3'),(16706,4631,'_elementor_pro_version','2.7.3'),(16707,4630,'_wp_page_template','default'),(16708,4630,'_elementor_data','[{\"id\":\"ff84cb8\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"d94891d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0c9ba08\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"VENUE RENTAL DEPOSIT - Credit Card Processing\",\"content\":\"<a href=https:\\/\\/checkout.square.site\\/pay\\/f2eee2cd3d1345a89376a4f8d8795ce1 target=\\\"_blank\\\"style=display:inline-block;font-family:Helvetica,Arial,sans-serif;font-size:18px;line-height:48px;height:48px;padding-left:48px;padding-right:48px;color:#fff;background-color:#000;border-radius:4px;>Buy now<\\/a>\"}},\"elements\":[],\"widgetType\":\"wp-widget-custom_html\"}],\"isInner\":false}],\"isInner\":false}]'),(16709,4632,'_elementor_edit_mode','builder'),(16710,4632,'_elementor_template_type','popup'),(16711,4632,'_elementor_version','2.8.3'),(16712,4632,'_elementor_pro_version','2.7.3'),(16713,4632,'_wp_page_template','default'),(16714,4632,'_elementor_data','[{\"id\":\"ff84cb8\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"d94891d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0c9ba08\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"VENUE RENTAL DEPOSIT - Credit Card Processing\",\"content\":\"<a href=https:\\/\\/checkout.square.site\\/pay\\/f2eee2cd3d1345a89376a4f8d8795ce1 target=\\\"_blank\\\"style=display:inline-block;font-family:Helvetica,Arial,sans-serif;font-size:18px;line-height:48px;height:48px;padding-left:48px;padding-right:48px;color:#fff;background-color:#000;border-radius:4px;>Buy now<\\/a>\"}},\"elements\":[],\"widgetType\":\"wp-widget-custom_html\"}],\"isInner\":false}],\"isInner\":false}]'),(16715,4630,'_elementor_controls_usage','a:3:{s:21:\"wp-widget-custom_html\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(16716,4630,'_elementor_popup_display_settings','a:2:{s:8:\"triggers\";a:0:{}s:6:\"timing\";a:0:{}}'),(16718,4630,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(16719,4630,'_wds_analysis','a:3:{s:6:\"errors\";a:8:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:19:\"There is no content\";s:27:\"wds-checks::keyword_density\";s:31:\"Keyword density is less than 2%\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:43;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 46 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:19:\"There is no content\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is less than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(16606,4623,'mec_ticket_variations','a:0:{}'),(16607,4623,'mec_reg_fields_global_inheritance','1'),(16608,4623,'mec_reg_fields','a:0:{}'),(16609,4623,'mec_op','a:0:{}'),(16610,4623,'slide_template','default'),(16611,4625,'inline_featured_image','0'),(16612,4625,'_wds_readability','a:4:{s:5:\"score\";d:36.62000000000003;s:9:\"raw_score\";d:36.62000000000003;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(16613,4625,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 48 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 7 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(16618,4625,'_thumbnail_id','3700'),(16619,4625,'_wp_page_template','default'),(16620,4625,'_elementor_controls_usage','a:0:{}'),(16621,4625,'mec_color','fdd700'),(16622,4625,'mec_location_id','1'),(16623,4625,'mec_dont_show_map','0'),(16624,4625,'mec_organizer_id','1'),(16625,4625,'mec_read_more',''),(16626,4625,'mec_more_info',''),(16627,4625,'mec_more_info_title',''),(16628,4625,'mec_more_info_target','_self'),(16629,4625,'mec_cost','$10'),(16630,4625,'mec_additional_organizer_ids','a:0:{}'),(16631,4625,'mec_additional_location_ids','a:0:{}'),(16632,4625,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-03-27\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-03-27\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:16:\"Door open at 7pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(16633,4625,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(16634,4625,'mec_certain_weekdays','a:0:{}'),(16635,4625,'mec_allday','0'),(16636,4625,'mec_hide_time','0'),(16637,4625,'mec_hide_end_time','0'),(16638,4625,'mec_comment','Door open at 7pm'),(16639,4625,'mec_start_date','2020-03-27'),(16640,4625,'mec_start_time_hour','8'),(16641,4625,'mec_start_time_minutes','0'),(16642,4625,'mec_start_time_ampm','PM'),(16643,4625,'mec_start_day_seconds','72000'),(16644,4625,'mec_end_date','2020-03-27'),(16645,4625,'mec_end_time_hour','11'),(16646,4625,'mec_end_time_minutes','0'),(16647,4625,'mec_end_time_ampm','PM'),(16648,4625,'mec_end_day_seconds','82800'),(16649,4625,'mec_repeat_status','0'),(16650,4625,'mec_repeat_type',''),(16651,4625,'mec_repeat_interval','1'),(16652,4625,'mec_repeat_end',''),(16653,4625,'mec_repeat_end_at_occurrences',''),(16654,4625,'mec_repeat_end_at_date',''),(16655,4625,'mec_advanced_days','a:0:{}'),(16656,4625,'mec_in_days',''),(16657,4625,'mec_not_in_days',''),(16658,4625,'mec_hourly_schedules','a:0:{}'),(16659,4625,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(16660,4625,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:37:\"GA - Dr Cook\'s Medicine Show 03.27.20\";s:22:\"ticket_start_time_hour\";s:2:\"08\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:38:\"GA - Dr. Cook\'s Medicine Show 03.27.20\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:3:\"$10\";s:5:\"limit\";s:0:\"\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(16661,4625,'mec_fees_global_inheritance','1'),(16662,4625,'mec_fees','a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(16663,4625,'mec_ticket_variations_global_inheritance','1'),(16664,4625,'mec_ticket_variations','a:0:{}'),(16665,4625,'mec_reg_fields_global_inheritance','1'),(16666,4625,'mec_reg_fields','a:0:{}'),(16667,4625,'mec_op','a:0:{}'),(16668,4625,'slide_template','default'),(16605,4623,'mec_ticket_variations_global_inheritance','1'),(4009,3211,'_wp_attached_file','2019/03/bg-1.png'),(4010,3211,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.783222251313041;s:5:\"bytes\";i:154413;s:11:\"size_before\";i:2276396;s:10:\"size_after\";i:2121983;s:4:\"time\";d:5.750000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.35;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:18102;s:10:\"size_after\";i:16410;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.47;s:5:\"bytes\";i:3300;s:11:\"size_before\";i:31518;s:10:\"size_after\";i:28218;s:4:\"time\";d:0.09;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.04;s:5:\"bytes\";i:19615;s:11:\"size_before\";i:195343;s:10:\"size_after\";i:175728;s:4:\"time\";d:0.43;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.71;s:5:\"bytes\";i:30341;s:11:\"size_before\";i:312360;s:10:\"size_after\";i:282019;s:4:\"time\";d:0.78;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.58;s:5:\"bytes\";i:7026;s:11:\"size_before\";i:66386;s:10:\"size_after\";i:59360;s:4:\"time\";d:0.16;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7;s:5:\"bytes\";i:11980;s:11:\"size_before\";i:111919;s:10:\"size_after\";i:99939;s:4:\"time\";d:0.29;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:445596;s:10:\"size_after\";i:445596;s:4:\"time\";d:1.29;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.49;s:5:\"bytes\";i:15042;s:11:\"size_before\";i:158480;s:10:\"size_after\";i:143438;s:4:\"time\";d:0.42;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.56;s:5:\"bytes\";i:13542;s:11:\"size_before\";i:117165;s:10:\"size_after\";i:103623;s:4:\"time\";d:0.33;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82;s:5:\"bytes\";i:3696;s:11:\"size_before\";i:47277;s:10:\"size_after\";i:43581;s:4:\"time\";d:0.13;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:591;s:11:\"size_before\";i:8903;s:10:\"size_after\";i:8312;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.53;s:5:\"bytes\";i:40599;s:11:\"size_before\";i:426194;s:10:\"size_after\";i:385595;s:4:\"time\";d:0.9;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59360;s:10:\"size_after\";i:59360;s:4:\"time\";d:0.16;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.69;s:5:\"bytes\";i:6989;s:11:\"size_before\";i:104399;s:10:\"size_after\";i:97410;s:4:\"time\";d:0.25;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8312;s:10:\"size_after\";i:8312;s:4:\"time\";d:0.03;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59360;s:10:\"size_after\";i:59360;s:4:\"time\";d:0.15;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:97410;s:10:\"size_after\";i:97410;s:4:\"time\";d:0.25;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8312;s:10:\"size_after\";i:8312;s:4:\"time\";d:0.03;}}}'),(4011,3211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:787;s:4:\"file\";s:16:\"2019/03/bg-1.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:16:\"bg-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:16:\"bg-1-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:17:\"bg-1-1400x700.png\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:16:\"bg-1-600x390.png\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:16:\"bg-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:16:\"bg-1-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:16:\"bg-1-885x675.png\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"bg-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"bg-1-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"bg-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"bg-1-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(18645,4733,'_download_permissions_granted','yes'),(18644,4734,'mec_gateway_label','Pay by WooCommerce'),(18643,4734,'mec_gateway','MEC_gateway_woocommerce'),(18627,4733,'_date_completed','1580665542'),(18626,4733,'PayPal Transaction Fee','1.90'),(18625,4733,'_paypal_status','completed'),(18624,4733,'_transaction_id','7XS45044AG487345C'),(16109,4596,'_edit_lock','1577770145:1'),(16110,4596,'_wds_readability','a:4:{s:5:\"score\";d:59.999444745395465;s:9:\"raw_score\";d:59.999444745395465;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(16111,4524,'_edit_last','1'),(16112,4524,'slide_template','default'),(16113,4604,'_order_currency','USD'),(16114,4604,'_cart_discount','0'),(16115,4604,'_cart_discount_tax','0'),(16116,4604,'_order_shipping','0'),(16117,4604,'_order_shipping_tax','0'),(16118,4604,'_order_tax','0'),(16119,4604,'_order_total','-300.00'),(16120,4604,'_order_version','3.8.1'),(16121,4604,'_prices_include_tax','no'),(16122,4604,'_refund_amount','300'),(16123,4604,'_refunded_by','1'),(16124,4604,'_refunded_payment',''),(16125,4604,'_refund_reason','Order fully refunded.'),(16126,4605,'_order_key','wc_order_ctVea1yXDyPbZ'),(16127,4605,'_customer_user','16'),(16128,4605,'_customer_ip_address','24.255.230.170'),(16129,4605,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1'),(16130,4605,'_order_currency','USD'),(16131,4605,'_cart_discount','0'),(16132,4605,'_cart_discount_tax','0'),(16133,4605,'_order_shipping','0'),(16134,4605,'_order_shipping_tax','0'),(16135,4605,'_order_tax','0'),(16136,4605,'_order_total','132.72'),(16137,4605,'_order_version','3.8.1'),(16138,4605,'_prices_include_tax','no'),(16139,4605,'_billing_address_index','Donna Bishop        babyd2318@yahoo.com '),(16140,4605,'_shipping_address_index','        '),(16141,4605,'_mec_transaction_id','GWP34598'),(16142,4605,'_billing_first_name','Donna'),(16143,4605,'_billing_last_name','Bishop'),(16144,4605,'_shipping_first_name','Donna'),(16145,4605,'_shipping_last_name','Bishop'),(16146,4605,'_shipping_email','babyd2318@yahoo.com'),(16147,4605,'_billing_email','babyd2318@yahoo.com'),(16148,4605,'_payment_method','paypal'),(16149,4605,'_payment_method_title','PayPal'),(16150,4605,'Payment type','instant'),(16151,4605,'_transaction_id','73537953HJ8578732'),(16152,4605,'_paypal_status','completed'),(16153,4605,'PayPal Transaction Fee','4.15'),(16154,4605,'_date_completed','1577822297'),(16155,4605,'_date_paid','1577822297'),(16156,4605,'_paid_date','2019-12-31 19:58:17'),(16157,4605,'_completed_date','2019-12-31 19:58:17'),(16158,4606,'_elementor_controls_usage','a:0:{}'),(16159,4606,'mec_verified','1'),(16160,4606,'mec_verification_key','74bb6bde48d9c4caa02caee5e7612148'),(16161,4606,'mec_cancellation_key','047ddebebed97dc2947e3def6cf331d4'),(16162,4606,'mec_confirmed','1'),(16163,4606,'mec_transaction_id','GWP34598'),(16164,4606,'mec_event_id','4589'),(16165,4606,'mec_date','2019-12-31:2020-01-01'),(16166,4606,'mec_ticket_id',',1,1,1,'),(16167,4606,'mec_booking_time','2019-12-31 19:58:17'),(16168,4606,'mec_attendees','a:3:{i:0;a:6:{s:4:\"name\";s:12:\"Donna Bishop\";s:5:\"email\";s:19:\"babyd2318@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859699367\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Donna Bishop\";s:5:\"email\";s:19:\"babyd2318@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859699367\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Donna Bishop\";s:5:\"email\";s:19:\"babyd2318@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859699367\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(16169,4606,'mec_price','132.7152'),(16170,4606,'mec_gateway','MEC_gateway_woocommerce'),(16171,4606,'mec_gateway_label','Pay by WooCommerce'),(16172,4605,'_download_permissions_granted','yes'),(16173,4605,'_recorded_sales','yes'),(16174,4605,'_recorded_coupon_usage_counts','yes'),(16175,4605,'_order_stock_reduced','yes'),(16352,4613,'PayPal Transaction Fee','1.26'),(16353,4613,'_date_completed','1577991056'),(16354,4613,'_date_paid','1577991056'),(16355,4613,'_paid_date','2020-01-02 18:50:56'),(16356,4613,'_completed_date','2020-01-02 18:50:56'),(16357,4614,'_elementor_controls_usage','a:0:{}'),(16358,4614,'mec_verified','1'),(16359,4614,'mec_verification_key','ce6471502cab81437668bcef4aab3348'),(16360,4614,'mec_cancellation_key','5c8c8d66f867a073911f7caa946a4d7c'),(16361,4614,'mec_confirmed','1'),(16362,4614,'mec_transaction_id','BHJ90772'),(16363,4614,'mec_event_id','4551'),(16364,4614,'mec_date','2020-01-12:2020-01-12'),(16365,4614,'mec_ticket_id',',1,'),(16366,4614,'mec_booking_time','2020-01-02 18:50:56'),(16367,4614,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:14:\"Lorri Caldwell\";s:5:\"email\";s:25:\"lorricaldwell@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852240765\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(16368,4614,'mec_price','33.1788'),(16369,4614,'mec_gateway','MEC_gateway_woocommerce'),(16370,4614,'mec_gateway_label','Pay by WooCommerce'),(16372,4613,'_recorded_sales','yes'),(16373,4613,'_recorded_coupon_usage_counts','yes'),(16374,4613,'_order_stock_reduced','yes'),(16382,747,'_wp_attachment_image_alt','No Good Johnny'),(16383,4615,'_thumbnail_id','4722'),(16384,4615,'_wp_page_template','default'),(16380,4615,'_edit_lock','1581719938:1'),(16381,4615,'_edit_last','1'),(16385,4615,'_elementor_controls_usage','a:0:{}'),(16386,4615,'mec_color','fdd700'),(16387,4615,'mec_location_id','1'),(16388,4615,'mec_dont_show_map','0'),(16389,4615,'mec_organizer_id','1'),(16390,4615,'mec_read_more',''),(16391,4615,'mec_more_info',''),(16392,4615,'mec_more_info_title',''),(16393,4615,'mec_more_info_target','_self'),(16394,4615,'mec_cost','$10'),(16395,4615,'mec_additional_organizer_ids','a:0:{}'),(16396,4615,'mec_additional_location_ids','a:0:{}'),(16397,4615,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-02-14\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-02-14\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:20:\"Doors open at 6:30pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(16398,4615,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(16399,4615,'mec_certain_weekdays','a:0:{}'),(16400,4615,'mec_allday','0'),(16401,4615,'mec_hide_time','0'),(16402,4615,'mec_hide_end_time','0'),(16403,4615,'mec_comment','Doors open at 6:30pm'),(16404,4615,'mec_start_date','2020-02-14'),(16405,4615,'mec_start_time_hour','8'),(16406,4615,'mec_start_time_minutes','0'),(16407,4615,'mec_start_time_ampm','PM'),(16408,4615,'mec_start_day_seconds','72000'),(16409,4615,'mec_end_date','2020-02-14'),(16410,4615,'mec_end_time_hour','11'),(16411,4615,'mec_end_time_minutes','0'),(16412,4615,'mec_end_time_ampm','PM'),(16413,4615,'mec_end_day_seconds','82800'),(16414,4615,'mec_repeat_status','0'),(16415,4615,'mec_repeat_type',''),(16416,4615,'mec_repeat_interval','1'),(16417,4615,'mec_repeat_end',''),(16418,4615,'mec_repeat_end_at_occurrences',''),(16419,4615,'mec_repeat_end_at_date',''),(16420,4615,'mec_advanced_days','a:0:{}'),(16421,4615,'mec_in_days',''),(16422,4615,'mec_not_in_days',''),(16423,4615,'mec_hourly_schedules','a:0:{}'),(16424,4615,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(16425,4615,'mec_tickets','a:2:{i:1;a:13:{s:4:\"name\";s:28:\"GA - No Good Johnny 02.14.20\";s:22:\"ticket_start_time_hour\";s:2:\"08\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:14:\"No Good Johnny\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:3:\"$10\";s:5:\"limit\";s:0:\"\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}i:2;a:13:{s:4:\"name\";s:40:\"Dance & Dinner - No Good Johnny 02.14.20\";s:22:\"ticket_start_time_hour\";s:2:\"06\";s:24:\"ticket_start_time_minute\";s:2:\"30\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:97:\"Traditional BBQ Buffet Dinner from Front Door Catering plus dancing and music from No Good Johnny\";s:5:\"price\";s:2:\"25\";s:11:\"price_label\";s:3:\"$25\";s:5:\"limit\";s:3:\"100\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(16426,4615,'mec_fees_global_inheritance','1'),(16427,4615,'mec_fees','a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(16428,4615,'mec_ticket_variations_global_inheritance','1'),(16429,4615,'mec_ticket_variations','a:0:{}'),(16430,4615,'mec_reg_fields_global_inheritance','1'),(16431,4615,'mec_reg_fields','a:0:{}'),(16432,4615,'mec_op','a:0:{}'),(16433,4615,'slide_template','default'),(16434,4617,'inline_featured_image','0'),(16435,4617,'_wds_readability','a:4:{s:5:\"score\";i:100;s:9:\"raw_score\";d:118.17500000000001;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(16436,4617,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 42 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 21 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(16439,4618,'_wp_attached_file','2020/01/VelvetBluesRevue-2.jpg'),(16440,4618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:30:\"2020/01/VelvetBluesRevue-2.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-885x576.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"VelvetBluesRevue-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(16437,4617,'_edit_lock','1578018389:1'),(16438,4617,'_edit_last','1'),(16441,4618,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.090612341613778;s:5:\"bytes\";i:15130;s:11:\"size_before\";i:489547;s:10:\"size_after\";i:474417;s:4:\"time\";d:0.3700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:895;s:11:\"size_before\";i:14941;s:10:\"size_after\";i:14046;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.43;s:5:\"bytes\";i:451;s:11:\"size_before\";i:7010;s:10:\"size_after\";i:6559;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:2173;s:11:\"size_before\";i:64157;s:10:\"size_after\";i:61984;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:833;s:11:\"size_before\";i:19751;s:10:\"size_after\";i:18918;s:4:\"time\";d:0.03;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:1373;s:11:\"size_before\";i:34232;s:10:\"size_after\";i:32859;s:4:\"time\";d:0.03;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:1205;s:11:\"size_before\";i:24981;s:10:\"size_after\";i:23776;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:1666;s:11:\"size_before\";i:46895;s:10:\"size_after\";i:45229;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:957;s:11:\"size_before\";i:29619;s:10:\"size_after\";i:28662;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:1200;s:11:\"size_before\";i:23388;s:10:\"size_after\";i:22188;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03;s:5:\"bytes\";i:274;s:11:\"size_before\";i:3897;s:10:\"size_after\";i:3623;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:2306;s:11:\"size_before\";i:89181;s:10:\"size_after\";i:86875;s:4:\"time\";d:0.07;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18918;s:10:\"size_after\";i:18918;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:1797;s:11:\"size_before\";i:44105;s:10:\"size_after\";i:42308;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3623;s:10:\"size_after\";i:3623;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18918;s:10:\"size_after\";i:18918;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42308;s:10:\"size_after\";i:42308;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3623;s:10:\"size_after\";i:3623;s:4:\"time\";d:0.01;}}}'),(16442,4618,'_wp_attachment_image_alt','Velvet Blues Revue'),(16443,4617,'_thumbnail_id','4618'),(16444,4617,'_wp_page_template','default'),(16445,4617,'_elementor_controls_usage','a:0:{}'),(16446,4617,'mec_color','fdd700'),(16447,4617,'mec_location_id','1'),(16448,4617,'mec_dont_show_map','0'),(16449,4617,'mec_organizer_id','1'),(16450,4617,'mec_read_more',''),(16451,4617,'mec_more_info',''),(16452,4617,'mec_more_info_title',''),(16453,4617,'mec_more_info_target','_self'),(16454,4617,'mec_cost','$10'),(16455,4617,'mec_additional_organizer_ids','a:0:{}'),(16456,4617,'mec_additional_location_ids','a:0:{}'),(16457,4617,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-02-21\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-02-21\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:17:\"Doors open at 7pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(16458,4617,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(16459,4617,'mec_certain_weekdays','a:0:{}'),(16460,4617,'mec_allday','0'),(16461,4617,'mec_hide_time','0'),(16462,4617,'mec_hide_end_time','0'),(16463,4617,'mec_comment','Doors open at 7pm'),(16464,4617,'mec_start_date','2020-02-21'),(16465,4617,'mec_start_time_hour','8'),(16466,4617,'mec_start_time_minutes','0'),(16467,4617,'mec_start_time_ampm','PM'),(16468,4617,'mec_start_day_seconds','72000'),(16469,4617,'mec_end_date','2020-02-21'),(16470,4617,'mec_end_time_hour','11'),(16471,4617,'mec_end_time_minutes','0'),(16472,4617,'mec_end_time_ampm','PM'),(16473,4617,'mec_end_day_seconds','82800'),(16474,4617,'mec_repeat_status','0'),(16475,4617,'mec_repeat_type',''),(16476,4617,'mec_repeat_interval','1'),(16477,4617,'mec_repeat_end',''),(16478,4617,'mec_repeat_end_at_occurrences',''),(16479,4617,'mec_repeat_end_at_date',''),(16480,4617,'mec_advanced_days','a:0:{}'),(16481,4617,'mec_in_days',''),(16482,4617,'mec_not_in_days',''),(16483,4617,'mec_hourly_schedules','a:0:{}'),(16484,4617,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(16485,4617,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:32:\"GA - Velvet Blues Revue 02.21.20\";s:22:\"ticket_start_time_hour\";s:2:\"08\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:33:\"Velvet Blues Revue - FEB 21, 2020\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:3:\"$10\";s:5:\"limit\";s:0:\"\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(16486,4617,'mec_fees_global_inheritance','1'),(16487,4617,'mec_fees','a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(16488,4617,'mec_ticket_variations_global_inheritance','1'),(16489,4617,'mec_ticket_variations','a:0:{}'),(16490,4617,'mec_reg_fields_global_inheritance','1'),(16491,4617,'mec_reg_fields','a:0:{}'),(16492,4617,'mec_op','a:0:{}'),(16493,4617,'slide_template','default'),(16494,4620,'inline_featured_image','0'),(16495,4620,'_wds_readability','a:4:{s:5:\"score\";d:49.48000000000002;s:9:\"raw_score\";d:49.48000000000002;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(16496,4620,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 40 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 35 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(16499,4621,'_wp_attached_file','2020/01/ChanceEncounter-2.jpg'),(16500,4621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:29:\"2020/01/ChanceEncounter-2.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-960x700.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"ChanceEncounter-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"ChanceEncounter-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(16497,4620,'_edit_lock','1581728450:1'),(16498,4620,'_edit_last','1'),(4023,3224,'_wp_attached_file','2019/03/blog_13.jpg'),(4024,3224,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6899916522428113;s:5:\"bytes\";i:15648;s:11:\"size_before\";i:424066;s:10:\"size_after\";i:408418;s:4:\"time\";d:0.27;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:455;s:11:\"size_before\";i:7857;s:10:\"size_after\";i:7402;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03;s:5:\"bytes\";i:1064;s:11:\"size_before\";i:17656;s:10:\"size_after\";i:16592;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:3072;s:11:\"size_before\";i:71168;s:10:\"size_after\";i:68096;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:1045;s:11:\"size_before\";i:22237;s:10:\"size_after\";i:21192;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:1884;s:11:\"size_before\";i:38151;s:10:\"size_after\";i:36267;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:2422;s:11:\"size_before\";i:52165;s:10:\"size_after\";i:49743;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:33481;s:10:\"size_after\";i:32087;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:1580;s:11:\"size_before\";i:27629;s:10:\"size_after\";i:26049;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:283;s:11:\"size_before\";i:4459;s:10:\"size_after\";i:4176;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21192;s:10:\"size_after\";i:21192;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:2449;s:11:\"size_before\";i:50488;s:10:\"size_after\";i:48039;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4176;s:10:\"size_after\";i:4176;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21192;s:10:\"size_after\";i:21192;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48039;s:10:\"size_after\";i:48039;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4176;s:10:\"size_after\";i:4176;s:4:\"time\";d:0.01;}}}'),(4025,3224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:476;s:4:\"file\";s:19:\"2019/03/blog_13.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog_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:19:\"blog_13-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog_13-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:19:\"blog_13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:19:\"blog_13-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:19:\"blog_13-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:19:\"blog_13-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:19:\"blog_13-400x241.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"blog_13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog_13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"blog_13-600x362.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"blog_13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"blog_13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"blog_13-600x362.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"blog_13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(18165,4705,'_cart_discount_tax','0'),(18166,4705,'_order_shipping','0'),(18167,4705,'_order_shipping_tax','0'),(18168,4705,'_order_tax','0'),(18169,4705,'_order_total','22.12'),(18170,4705,'_order_version','3.8.1'),(15991,4598,'PayPal Transaction Fee','1.46'),(15992,4598,'_date_paid','1577649566'),(15993,4598,'_paid_date','2019-12-29 19:59:26'),(15994,4598,'_download_permissions_granted','yes'),(15995,4598,'_recorded_sales','yes'),(15996,4598,'_recorded_coupon_usage_counts','yes'),(15997,4598,'_order_stock_reduced','yes'),(18179,4705,'_shipping_email','jjmesa@aok.com'),(18178,4705,'_shipping_last_name','Esau'),(18177,4705,'_shipping_first_name','Janice'),(18176,4705,'_billing_last_name','Esau'),(18175,4705,'_billing_first_name','Janice'),(18174,4705,'_mec_transaction_id','VWY98479'),(18173,4705,'_shipping_address_index','        '),(18171,4705,'_prices_include_tax','no'),(18172,4705,'_billing_address_index','Janice Esau        jjmesa@aok.com '),(15849,4592,'_elementor_version','2.6.8'),(15850,4592,'_elementor_pro_version','2.6.2'),(16810,1868,'_elementor_controls_usage','a:9:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:2;s:25:\"typography_letter_spacing\";i:2;s:10:\"text_color\";i:3;s:22:\"typography_font_family\";i:2;s:21:\"typography_font_style\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:3;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_line_height\";i:3;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:21:\"typography_font_style\";i:2;s:25:\"typography_letter_spacing\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:13;s:19:\"_inline_size_tablet\";i:4;s:21:\"space_between_widgets\";i:4;s:16:\"content_position\";i:7;s:19:\"_inline_size_mobile\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:7:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:3;s:14:\"padding_tablet\";i:3;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:3;s:15:\"animation_delay\";i:2;}}}}s:27:\"wp-widget-mc4wp_form_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:4;s:15:\"stretch_section\";i:5;s:6:\"layout\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:3;s:14:\"padding_tablet\";i:3;s:6:\"margin\";i:2;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_mobile\";i:2;s:20:\"reverse_order_tablet\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:1:{s:3:\"gap\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:10:\"icon_align\";i:1;s:16:\"list_item_margin\";i:1;s:17:\"list_item_padding\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:14:\"icon_font_size\";i:1;s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:30:\"icon_typography_text_transform\";i:1;s:30:\"icon_typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}'),(16377,4615,'inline_featured_image','0'),(15853,4593,'_wp_page_template','page-elementor.php'),(15854,4593,'_elementor_edit_mode','builder'),(15855,4593,'_elementor_template_type','wp-post'),(15856,4593,'_elementor_data','[{\"id\":\"1a301a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"structure\":\"00\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c427e1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"-134\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a94a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"ee7854b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy New Year!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b170d8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Champagn2.jpg\",\"id\":3759},\"background_size\":\"auto\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":776},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":700},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":500},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a187030\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.496,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c0f70e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>RESERVATIONS ARE NOW CLOSED. HOWEVER...<br \\/><\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ea59c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"311e55b\",\"elType\":\"widget\",\"settings\":{\"title\":\"we know you want to celebrate, therefore...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17f416d\",\"elType\":\"widget\",\"settings\":{\"title\":\"a limited number of dance-only tickets are now being sold\",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#f7f2ee\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c12b5fe\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ccbde22\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE & PURCHASE TICKETS\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/product\\/nye-2020-danceonly\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"83db4d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.504,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"97672f9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bacd470\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d516e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy New Year!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fcf5ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reservations are now closed but here are the details for all those who are joining.<\\/p><p>You should recieve your tickets in the mail (gold envelope). If you don\'t, or something happens, have no worries - we will have your name at the door. Thanks and we\'ll see you Tuesday night!<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3959c95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"fee4c23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a96cd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dinner\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-right\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c63c690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>6:30 \\u2013 8PM<\\/p>\",\"align\":\"center\",\"_animation\":\"opal-move-right\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"778052a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Doors will open no earlier than 6pm. Dinner service begins at 6:30pm. The caterer will start packing up around 7:45pm.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"88cd75c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ebebeb\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d5dfeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Live Music\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b81fd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>8:00PM - MIDNIGHT<br \\/><strong><span style=\\\"text-decoration: underline;\\\">Mark &amp; The Sharks<\\/span><\\/strong><strong><br \\/><\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eb29530\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ebebeb\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cc1e4a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Midnight Toast\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76c5830\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Champagne toast and balloon drop plus homemade biscuits and gravy<\\/p>\",\"align\":\"center\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ad221f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":\"\"},\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.18\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":\"\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"85\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"37fa78ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"42\",\"spread\":\"1\",\"color\":\"rgba(0,0,0,0.5)\"},\"z_index\":\"0\"},\"elements\":[{\"id\":\"5fe94362\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"15a60cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"38.947\",\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"z_index\":\"1\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"3567893d\",\"elType\":\"widget\",\"settings\":{\"title\":\"MENU\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"66\"},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_color\":\"#000000\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f55110\",\"elType\":\"widget\",\"settings\":{\"color\":\"#000000\",\"width\":{\"unit\":\"%\",\"size\":\"39\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"weight\":{\"unit\":\"px\",\"size\":\"2\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7b41d71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Chef Carved Black Angus Prime Rib smoked and served with creamed horseradish and au jus<\\/p><p>Champagne Butter Chicken breast baked with creamy champagne butter sauce<\\/p><p>Roasted Herb New Potatoes <br \\/>tossed in seasoned butter<\\/p><p>Farm Fav: Riviera Vegetables (green beans, whole wax beans and baby carrots)<\\/p><p>Front Door Catering House Salad<\\/p><p>Fresh baked split top dinner rolls<\\/p><p>Variety of homemade desserts<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"6c240763\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"61.053\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"42\",\"spread\":\"1\",\"color\":\"rgba(0,0,0,0.5)\"},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"background_color\":\"#191935\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"91c94c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/emailsiglogo.png\",\"id\":3846},\"image_size\":\"woocommerce_single\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":\"100\"},\"space\":{\"unit\":\"%\",\"size\":\"100\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"800\"},\"opacity_hover\":{\"unit\":\"px\",\"size\":\"0.88\"},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"124\",\"bottom\":\"124\",\"left\":\"124\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(15857,4593,'_elementor_version','2.8.2'),(15858,4593,'_elementor_pro_version','2.7.3'),(15861,4594,'_wp_page_template','page-elementor.php'),(15862,4594,'_elementor_edit_mode','builder'),(15863,4594,'_elementor_template_type','wp-post'),(15864,4594,'_elementor_data','[{\"id\":\"1a301a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"structure\":\"00\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c427e1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"-134\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a94a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"ee7854b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy New Year!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b170d8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Champagn2.jpg\",\"id\":3759},\"background_size\":\"auto\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":776},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":700},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":500},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a187030\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.496,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c0f70e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>RESERVATIONS ARE NOW CLOSED. HOWEVER...<br \\/><\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ea59c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"311e55b\",\"elType\":\"widget\",\"settings\":{\"title\":\"we know you want to celebrate, therefore...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17f416d\",\"elType\":\"widget\",\"settings\":{\"title\":\"a limited number of dance-only tickets are now being sold\",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#f7f2ee\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c12b5fe\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ccbde22\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE & PURCHASE TICKETS\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/product\\/nye-2020-danceonly\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"83db4d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.504,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"97672f9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bacd470\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d516e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy New Year!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fcf5ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reservations are now closed but here are the details for all those who are joining.<\\/p><p>You should receive your tickets in the mail (gold envelope). If you don\'t, or something happens, have no worries - we will have your name at the door. Thanks and we\'ll see you Tuesday night!<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3959c95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"fee4c23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a96cd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dinner\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-right\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c63c690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>6:30 \\u2013 8PM<\\/p>\",\"align\":\"center\",\"_animation\":\"opal-move-right\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"778052a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Doors will open no earlier than 6pm. Dinner service begins at 6:30pm. The caterer will start packing up around 7:45pm.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"88cd75c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ebebeb\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d5dfeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Live Music\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b81fd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>8:00PM - MIDNIGHT<br \\/><strong><span style=\\\"text-decoration: underline;\\\">Mark &amp; The Sharks<\\/span><\\/strong><strong><br \\/><\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eb29530\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ebebeb\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cc1e4a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Midnight Toast\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76c5830\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Champagne toast and balloon drop plus homemade biscuits and gravy<\\/p>\",\"align\":\"center\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ad221f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":\"\"},\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.18\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":\"\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"85\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"37fa78ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"42\",\"spread\":\"1\",\"color\":\"rgba(0,0,0,0.5)\"},\"z_index\":\"0\"},\"elements\":[{\"id\":\"5fe94362\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"15a60cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"38.947\",\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"z_index\":\"1\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"3567893d\",\"elType\":\"widget\",\"settings\":{\"title\":\"MENU\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"66\"},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_color\":\"#000000\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f55110\",\"elType\":\"widget\",\"settings\":{\"color\":\"#000000\",\"width\":{\"unit\":\"%\",\"size\":\"39\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"weight\":{\"unit\":\"px\",\"size\":\"2\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7b41d71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Chef Carved Black Angus Prime Rib smoked and served with creamed horseradish and au jus<\\/p><p>Champagne Butter Chicken breast baked with creamy champagne butter sauce<\\/p><p>Roasted Herb New Potatoes <br \\/>tossed in seasoned butter<\\/p><p>Farm Fav: Riviera Vegetables (green beans, whole wax beans and baby carrots)<\\/p><p>Front Door Catering House Salad<\\/p><p>Fresh baked split top dinner rolls<\\/p><p>Variety of homemade desserts<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"6c240763\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"61.053\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"42\",\"spread\":\"1\",\"color\":\"rgba(0,0,0,0.5)\"},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"background_color\":\"#191935\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"91c94c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/emailsiglogo.png\",\"id\":3846},\"image_size\":\"woocommerce_single\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":\"100\"},\"space\":{\"unit\":\"%\",\"size\":\"100\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"800\"},\"opacity_hover\":{\"unit\":\"px\",\"size\":\"0.88\"},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"124\",\"bottom\":\"124\",\"left\":\"124\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(15868,1935,'_elementor_controls_usage','a:8:{s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:3:\"gap\";i:3;s:6:\"layout\";i:2;s:15:\"stretch_section\";i:1;s:6:\"height\";i:2;s:13:\"custom_height\";i:2;s:20:\"custom_height_tablet\";i:1;s:20:\"custom_height_mobile\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:5;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:4;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:15:\"background_size\";i:2;s:19:\"background_position\";i:1;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:5:\"align\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:7;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:11:\"title_color\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_letter_spacing\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:7;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:5;s:8:\"_padding\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:8;s:18:\"animation_duration\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:21:\"space_between_widgets\";i:7;s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;s:16:\"content_position\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}s:14:\"section_border\";a:7:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;s:19:\"border_width_mobile\";i:1;s:21:\"box_shadow_box_shadow\";i:2;s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:7;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:4;s:6:\"margin\";i:2;s:7:\"z_index\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:5:\"align\";i:6;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:5;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:6:\"weight\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:1;s:13:\"opacity_hover\";i:1;s:27:\"background_hover_transition\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),(15865,4594,'_elementor_version','2.8.2'),(15866,4594,'_elementor_pro_version','2.7.3'),(15888,4595,'_shipping_first_name','Stacy'),(15889,4595,'_shipping_last_name','R Ross'),(15890,4595,'_shipping_email','stacy.leso@outlook.com'),(15891,4595,'_billing_email',''),(15892,4595,'_payment_method','paypal'),(15893,4595,'_payment_method_title','PayPal'),(15894,4595,'Payment type','instant'),(15895,4595,'_transaction_id','8TS6055334231244R'),(15896,4595,'_paypal_status','completed'),(15897,4595,'PayPal Transaction Fee','9.92'),(15898,4595,'_date_completed','1577582835'),(15899,4595,'_date_paid','1577582835'),(15900,4595,'_paid_date','2019-12-29 01:27:15'),(15901,4595,'_completed_date','2019-12-29 01:27:15'),(15902,4596,'_elementor_controls_usage','a:0:{}'),(15903,4596,'mec_verified','1'),(15904,4596,'mec_verification_key','0cc4505e7ce0a376ab1c7de9889e4121'),(15905,4596,'mec_cancellation_key','b6f0dd96958132da04849bdfdf806d08'),(15906,4596,'mec_confirmed','1'),(15907,4596,'mec_transaction_id','LKC30711'),(15908,4596,'mec_event_id','3716'),(15909,4596,'mec_date','2019-12-31:2020-01-01'),(15910,4596,'mec_ticket_id',',1,1,1,1,'),(15911,4596,'mec_booking_time','2019-12-29 01:27:16'),(15912,4596,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:12:\"Stacy R Ross\";s:5:\"email\";s:22:\"stacy.leso@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497889\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Stacy R Ross\";s:5:\"email\";s:22:\"stacy.leso@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497889\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Stacy R Ross\";s:5:\"email\";s:22:\"stacy.leso@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497889\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:12:\"Stacy R Ross\";s:5:\"email\";s:22:\"stacy.leso@outlook.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497889\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(15913,4596,'mec_price','331.788'),(15914,4596,'mec_gateway','MEC_gateway_woocommerce'),(15915,4596,'mec_gateway_label','Pay by WooCommerce'),(15916,4595,'_download_permissions_granted','yes'),(15917,4595,'_recorded_sales','yes'),(15918,4595,'_recorded_coupon_usage_counts','yes'),(15919,4595,'_order_stock_reduced','yes'),(15920,4597,'_order_key','wc_order_ua4WhdblfjcBs'),(15921,4597,'_customer_user','0'),(15922,4597,'_payment_method','paypal'),(15923,4597,'_payment_method_title','PayPal'),(15924,4597,'_customer_ip_address','70.57.88.47'),(15925,4597,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(15926,4597,'_created_via','checkout'),(15927,4597,'_cart_hash','66ab24d90caeb977440646d2b2b1631d'),(15928,4597,'_billing_first_name','Carl'),(15929,4597,'_billing_last_name','Nuzman'),(15930,4597,'_billing_address_1','3314 NW Huxman Rd'),(15931,4597,'_billing_city','Silver Lake'),(15932,4597,'_billing_state','KS'),(15933,4597,'_billing_postcode','66539'),(15934,4597,'_billing_country','US'),(15935,4597,'_billing_email','cenuzman@gmail.com'),(15936,4597,'_billing_phone','7852249929'),(15937,4597,'_order_currency','USD'),(15938,4597,'_cart_discount','0'),(15939,4597,'_cart_discount_tax','0'),(15940,4597,'_order_shipping','0.00'),(15941,4597,'_order_shipping_tax','0'),(15942,4597,'_order_tax','0'),(15943,4597,'_order_total','80.00'),(15944,4597,'_order_version','3.8.1'),(15945,4597,'_prices_include_tax','no'),(15946,4597,'_billing_address_index','Carl Nuzman  3314 NW Huxman Rd  Silver Lake KS 66539 US cenuzman@gmail.com 7852249929'),(15947,4597,'_shipping_address_index','        '),(15948,4597,'is_vat_exempt','no'),(15949,4597,'Payment type','instant'),(15950,4597,'_transaction_id','2L878783WY1671452'),(15951,4597,'_paypal_status','completed'),(15952,4597,'PayPal Transaction Fee','2.62'),(15953,4597,'_date_paid','1577591070'),(15954,4597,'_paid_date','2019-12-29 03:44:30'),(15955,4597,'_download_permissions_granted','yes'),(15956,4597,'_recorded_sales','yes'),(15957,4597,'_recorded_coupon_usage_counts','yes'),(15958,4597,'_order_stock_reduced','yes'),(15959,4598,'_order_key','wc_order_OyMNyfvZ9Uli2'),(15960,4598,'_customer_user','0'),(15961,4598,'_payment_method','paypal'),(15962,4598,'_payment_method_title','PayPal'),(15963,4598,'_customer_ip_address','99.203.93.233'),(15964,4598,'_customer_user_agent','Mozilla/5.0 (Linux; Android 7.1.2; LG-SP200 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36'),(15965,4598,'_created_via','checkout'),(15966,4598,'_cart_hash','5b9062f0b65e96f4a3a15e501453477b'),(15967,4598,'_billing_first_name','Christopher'),(15968,4598,'_billing_last_name','Kanatzar'),(15969,4598,'_billing_address_1','3704 SW 29thSt. Apt.424'),(15970,4598,'_billing_city','topeka'),(15971,4598,'_billing_state','KS'),(15972,4598,'_billing_postcode','66614'),(15973,4598,'_billing_country','US'),(15974,4598,'_billing_email','cekanatzar@gmail.com'),(15975,4598,'_billing_phone','6087275'),(15976,4598,'_order_currency','USD'),(15977,4598,'_cart_discount','0'),(15978,4598,'_cart_discount_tax','0'),(15979,4598,'_order_shipping','0.00'),(15980,4598,'_order_shipping_tax','0'),(15981,4598,'_order_tax','0'),(15982,4598,'_order_total','40.00'),(15983,4598,'_order_version','3.8.1'),(15984,4598,'_prices_include_tax','no'),(15985,4598,'_billing_address_index','Christopher Kanatzar  3704 SW 29thSt. Apt.424  topeka KS 66614 US cekanatzar@gmail.com 6087275'),(15986,4598,'_shipping_address_index','        '),(15987,4598,'is_vat_exempt','no'),(15988,4598,'Payment type','instant'),(15787,4589,'mec_organizer_id','69'),(15788,4589,'mec_read_more',''),(15789,4589,'_edit_last','1'),(15790,4589,'_edit_lock','1581719721:1'),(15791,4589,'mec_more_info','https://thehistoricvinewood.com/nye/'),(15792,4589,'mec_more_info_title','More Information & Tickets'),(15793,4589,'mec_more_info_target','_blank'),(15794,4589,'mec_cost','40'),(15795,4589,'mec_additional_organizer_ids','a:0:{}'),(15796,4589,'mec_additional_location_ids','a:0:{}'),(15797,4589,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-12-31\";s:4:\"hour\";s:1:\"7\";s:7:\"minutes\";s:2:\"30\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-01-01\";s:4:\"hour\";s:1:\"1\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:7:\"comment\";s:44:\"Non-dinner guests may not enter until 7:30pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(15798,4589,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(15799,4589,'mec_certain_weekdays','a:0:{}'),(15800,4589,'mec_allday','0'),(15801,4589,'mec_hide_time','0'),(15802,4589,'mec_hide_end_time','0'),(15803,4589,'mec_comment','Non-dinner guests may not enter until 7:30pm'),(15804,4589,'mec_start_date','2019-12-31'),(15805,4589,'mec_start_time_hour','7'),(15806,4589,'mec_start_time_minutes','30'),(15807,4589,'mec_start_time_ampm','PM'),(15808,4589,'mec_start_day_seconds','70200'),(15809,4589,'mec_end_date','2020-01-01'),(15810,4589,'mec_end_time_hour','1'),(15811,4589,'mec_end_time_minutes','0'),(15812,4589,'mec_end_time_ampm','AM'),(15813,4589,'mec_end_day_seconds','3600'),(15814,4589,'mec_repeat_status','0'),(15815,4589,'mec_repeat_type',''),(15816,4589,'mec_repeat_interval','1'),(15817,4589,'mec_repeat_end',''),(15818,4589,'mec_repeat_end_at_occurrences',''),(15819,4589,'mec_repeat_end_at_date',''),(15820,4589,'mec_advanced_days','a:0:{}'),(15821,4589,'mec_in_days',''),(15822,4589,'mec_not_in_days',''),(15823,4589,'mec_hourly_schedules','a:0:{}'),(15824,4589,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:2:\"10\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(15825,4589,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:35:\"NYE Dance (non-dinner / music only)\";s:22:\"ticket_start_time_hour\";s:2:\"07\";s:24:\"ticket_start_time_minute\";s:2:\"30\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"01\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"AM\";s:11:\"description\";s:41:\"NYE Dance with music by Mark & The Sharks\";s:5:\"price\";s:2:\"40\";s:11:\"price_label\";s:3:\"$40\";s:5:\"limit\";s:2:\"10\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(15826,4589,'mec_fees_global_inheritance','1'),(15827,4589,'mec_fees','a:1:{s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(15828,4589,'mec_ticket_variations_global_inheritance','1'),(15829,4589,'mec_ticket_variations','a:0:{}'),(15830,4589,'mec_reg_fields_global_inheritance','1'),(15831,4589,'mec_reg_fields','a:0:{}'),(15832,4589,'mec_op','a:0:{}'),(15833,4589,'slide_template','default'),(15834,4589,'_wds_readability','a:4:{s:5:\"score\";d:74.00789473684213;s:9:\"raw_score\";d:74.00789473684213;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(15835,4589,'inline_featured_image','0'),(15836,4589,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 51 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 187 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(15837,4589,'_elementor_controls_usage','a:0:{}'),(15842,4591,'_elementor_version','2.6.8'),(15843,4591,'_elementor_pro_version','2.6.2'),(16378,4615,'_wds_readability','a:4:{s:5:\"score\";d:81.7072072072072;s:9:\"raw_score\";d:81.7072072072072;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(15785,4589,'mec_location_id','1'),(15786,4589,'mec_dont_show_map','0'),(4067,3495,'_wp_attached_file','2019/03/placeholder.jpg'),(4068,3495,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:42.818270716117965;s:5:\"bytes\";i:30213;s:11:\"size_before\";i:70561;s:10:\"size_after\";i:40348;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.17;s:5:\"bytes\";i:398;s:11:\"size_before\";i:1200;s:10:\"size_after\";i:802;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.04;s:5:\"bytes\";i:1024;s:11:\"size_before\";i:2379;s:10:\"size_after\";i:1355;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.66;s:5:\"bytes\";i:5859;s:11:\"size_before\";i:10918;s:10:\"size_after\";i:5059;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1355;s:10:\"size_after\";i:1355;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.25;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:3664;s:10:\"size_after\";i:2006;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.42;s:5:\"bytes\";i:6987;s:11:\"size_before\";i:13079;s:10:\"size_after\";i:6092;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.17;s:5:\"bytes\";i:2457;s:11:\"size_before\";i:5209;s:10:\"size_after\";i:2752;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.6;s:5:\"bytes\";i:1661;s:11:\"size_before\";i:3564;s:10:\"size_after\";i:1903;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1903;s:10:\"size_after\";i:1903;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.35;s:5:\"bytes\";i:270;s:11:\"size_before\";i:920;s:10:\"size_after\";i:650;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.22;s:5:\"bytes\";i:6210;s:11:\"size_before\";i:11669;s:10:\"size_after\";i:5459;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1355;s:10:\"size_after\";i:1355;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.31;s:5:\"bytes\";i:3689;s:11:\"size_before\";i:7190;s:10:\"size_after\";i:3501;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:650;s:10:\"size_after\";i:650;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1355;s:10:\"size_after\";i:1355;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3501;s:10:\"size_after\";i:3501;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:650;s:10:\"size_after\";i:650;s:4:\"time\";d:0.01;}}}'),(4069,3495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2019/03/placeholder.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-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:\"placeholder-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"placeholder-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"placeholder-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"placeholder-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:24:\"placeholder-1000x700.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"placeholder-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"placeholder-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"placeholder-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:23:\"placeholder-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"placeholder-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"placeholder-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"placeholder-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(13082,4446,'_elementor_controls_usage','a:0:{}'),(13083,4446,'mec_verified','1'),(13084,4446,'mec_verification_key','d5893e46973d4a6c3f8945c1684015e3'),(13085,4446,'mec_cancellation_key','fcb435f84514888ae90e878d9e262c17'),(13086,4446,'mec_confirmed','1'),(13087,4446,'mec_transaction_id','RCB69552'),(13088,4446,'mec_event_id','4417'),(13089,4446,'mec_date','2019-10-26:2019-10-26'),(11114,3900,'_elementor_pro_version','2.6.2'),(11116,3900,'_elementor_data','[{\"id\":\"e851992\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"28411d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c49bf3\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4d3fceb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"#d9b351\",\"heading_color\":\"#ffffff\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"155acf8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Inspired by Real Events & Schedule Your Vinewood Tour Today!\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"511329b\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"7675984\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"050\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7078dd8\",\"elType\":\"widget\",\"settings\":{\"columns\":\"2\",\"content_delay_time\":\"0.50\",\"text\":\"View more weddings\"},\"elements\":[],\"widgetType\":\"opal-portfolio\"}],\"isInner\":false},{\"id\":\"a3e4546\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c653a6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ae7535e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule a Tour\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff589c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"79065829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We would love to show you The Vinewood and see if it\'s a perfect fit for your next event.<\\/p><p>Venue tours are conducted on Tuesdays and Wednesdays. You may book your tour using the booking calendar below.<\\/p><p>If Tuesday or Wednesday does not work for you, please email shana@thehistoricvinewood to schedule an alternate time.<\\/p><p>Thanks!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b50b4f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[booked-calendar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(11420,4296,'_wp_attached_file','2019/03/NewYears-Vinewood-square-web.jpg'),(11421,4296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:444;s:4:\"file\";s:40:\"2019/03/NewYears-Vinewood-square-web.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-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:40:\"NewYears-Vinewood-square-web-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-460x324.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-460x390.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-400x386.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"NewYears-Vinewood-square-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(11422,4296,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.16745923598172;s:5:\"bytes\";i:22298;s:11:\"size_before\";i:431508;s:10:\"size_after\";i:409210;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:642;s:11:\"size_before\";i:9455;s:10:\"size_after\";i:8813;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.85;s:5:\"bytes\";i:2161;s:11:\"size_before\";i:31542;s:10:\"size_after\";i:29381;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:32585;s:10:\"size_after\";i:30418;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:3752;s:11:\"size_before\";i:63990;s:10:\"size_after\";i:60238;s:4:\"time\";d:0.03;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:2451;s:11:\"size_before\";i:38339;s:10:\"size_after\";i:35888;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:4266;s:11:\"size_before\";i:73219;s:10:\"size_after\";i:68953;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:3281;s:11:\"size_before\";i:54475;s:10:\"size_after\";i:51194;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:3217;s:11:\"size_before\";i:52708;s:10:\"size_after\";i:49491;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:361;s:11:\"size_before\";i:5027;s:10:\"size_after\";i:4666;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30418;s:10:\"size_after\";i:30418;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4666;s:10:\"size_after\";i:4666;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30418;s:10:\"size_after\";i:30418;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4666;s:10:\"size_after\";i:4666;s:4:\"time\";d:0.01;}}}'),(11423,4296,'_wp_attachment_image_alt','New Year\'s Eve 2020'),(11424,1589,'_wp_old_slug','nye-2019'),(11425,1589,'_booked_appointment','no'),(11435,4299,'_form','<div>[text* text-140 your-name placeholder \"Your Name\"][email* email-865 your-email placeholder \"Email Address\"][select menu-912 \"2 Guests\" \"4 Guests\"][select menu-913 \"New Years Eve 2019\"][textarea your-message x3 placeholder \"Anything special you\'d like to share with us?\"][submit \"SEND\"]</div>'),(11436,4299,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:57:\"The Historic Vinewood <wordpress@thehistoricvinewood.com>\";s:9:\"recipient\";s:29:\"thehistoricvinewood@gmail.com\";s:4:\"body\";s:191:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(11437,4299,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(11438,4299,'_messages','a:23:{s:12:\"mail_sent_ok\";s:245:\"Thank you for RSVPing for New Years 2019. We will be sending you an email with a link to purchase your tickets, or you can purchase them in person at The Vinewood. Payment must be made by December 20 or your reservation will be canceled. Thanks!\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(11439,4299,'_additional_settings',''),(11440,4299,'_locale','en_US'),(11453,2623,'_edit_last','1'),(11454,2623,'slide_template',''),(11462,2623,'_edit_lock','1566844799:1'),(9697,4046,'inline_featured_image','0'),(9698,4046,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(9699,4046,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 35 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(9702,4046,'_wp_page_template','default'),(9700,4046,'_edit_last','1'),(9701,4046,'_edit_lock','1566611429:1'),(9703,4046,'mec_color','3d7b5f'),(9704,4046,'mec_location_id','1'),(9705,4046,'mec_dont_show_map','0'),(9706,4046,'mec_organizer_id','1'),(9707,4046,'mec_read_more',''),(9708,4046,'mec_more_info',''),(9709,4046,'mec_more_info_title',''),(9710,4046,'mec_more_info_target','_self'),(9711,4046,'mec_cost',''),(9712,4046,'mec_additional_organizer_ids','a:0:{}'),(9713,4046,'mec_additional_location_ids','a:0:{}'),(9714,4046,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-09-06\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-09-06\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:20:\"Doors open at 6:30pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(9715,4046,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(9716,4046,'mec_certain_weekdays','a:0:{}'),(9717,4046,'mec_allday','0'),(9718,4046,'mec_hide_time','0'),(9719,4046,'mec_hide_end_time','0'),(9720,4046,'mec_comment','Doors open at 6:30pm'),(9721,4046,'mec_start_date','2019-09-06'),(9722,4046,'mec_start_time_hour','8'),(9723,4046,'mec_start_time_minutes','0'),(9724,4046,'mec_start_time_ampm','PM'),(9725,4046,'mec_start_day_seconds','72000'),(9726,4046,'mec_end_date','2019-09-06'),(9727,4046,'mec_end_time_hour','11'),(9728,4046,'mec_end_time_minutes','0'),(9729,4046,'mec_end_time_ampm','PM'),(9730,4046,'mec_end_day_seconds','82800'),(9731,4046,'mec_repeat_status','0'),(9732,4046,'mec_repeat_type',''),(9733,4046,'mec_repeat_interval','1'),(9734,4046,'mec_repeat_end',''),(9735,4046,'mec_repeat_end_at_occurrences',''),(9736,4046,'mec_repeat_end_at_date',''),(9737,4046,'mec_advanced_days','a:0:{}'),(9738,4046,'mec_in_days',''),(9739,4046,'mec_not_in_days',''),(9740,4046,'mec_hourly_schedules','a:0:{}'),(9741,4046,'mec_booking','a:0:{}'),(9742,4046,'mec_tickets','a:0:{}'),(9743,4046,'mec_fees_global_inheritance','1'),(9744,4046,'mec_fees','a:0:{}'),(9745,4046,'mec_ticket_variations_global_inheritance','1'),(9746,4046,'mec_ticket_variations','a:0:{}'),(9747,4046,'mec_reg_fields_global_inheritance','1'),(9748,4046,'mec_reg_fields','a:0:{}'),(9749,4046,'mec_op','a:0:{}'),(9750,4046,'slide_template','default'),(8940,3944,'_elementor_edit_mode','builder'),(8941,3944,'_elementor_template_type','section'),(8942,3944,'inline_featured_image','0'),(8943,3944,'_elementor_version','2.6.8'),(8944,3944,'_elementor_pro_version','2.6.2'),(8949,3944,'_wp_page_template','default'),(8951,3944,'_elementor_data','[{\"id\":\"ccdb948\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"731bd35\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8445e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event & Wedding \\nHire Prices\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a9e069\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If all proposal details are agreeable, a contract will be presented.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6a79eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"411cee7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Exclusions:\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"386bc71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starting at $5,500\",\"title_color\":\"#d85502\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b5717e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"State Sales Tax on Goods + Services\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" County Rental Tax on Rental Goods \\/ Infastructure\",\"icon\":\"\",\"_id\":\"bb86953\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"On Site Ceremony + Ceremony Chairs Gratuity\",\"icon\":\"\",\"_id\":\"1f36316\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol \\u2013 BYOB; Service + Set-Up Included in Standard Pricing\",\"icon\":\"\",\"_id\":\"e60c9dd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" Bakery Desserts\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"D\\u00e9cor\",\"icon\":\"\",\"_id\":\"5f20f06\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Entertainment\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ed27de\",\"elType\":\"widget\",\"settings\":{\"text\":\"ORDER NOW\",\"align\":\"justify\",\"align_tablet\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-5\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"fa3bc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27b3657\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Exclusions:\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0b837da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starting at $4,500\",\"title_color\":\"#d85502\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"daf88de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Event Planning &amp; Management Services\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" Event Staffing Services\",\"icon\":\"\",\"_id\":\"66b94d6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Bar Set-up: Sodas, Juices, Ice &amp; Fruit Garnish\",\"icon\":\"\",\"_id\":\"19968f4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables, Chairs, Linen, China, Flatware &amp; Glassware\",\"icon\":\"\",\"_id\":\"cd86456\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f209719\",\"elType\":\"widget\",\"settings\":{\"text\":\"ORDER NOW\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#777777\",\"background_color\":\"#f3f3f3\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#666b7e\",\"button_hover_border_color\":\"#666b7e\",\"border_border\":\"solid\",\"border_color\":\"#f3f3f3\",\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-1\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(9427,4014,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.012295804677855;s:5:\"bytes\";i:84250;s:11:\"size_before\";i:311895;s:10:\"size_after\";i:227645;s:4:\"time\";d:0.76;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.05;s:5:\"bytes\";i:7179;s:11:\"size_before\";i:34109;s:10:\"size_after\";i:26930;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.18;s:5:\"bytes\";i:12400;s:11:\"size_before\";i:49238;s:10:\"size_after\";i:36838;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.79;s:5:\"bytes\";i:18267;s:11:\"size_before\";i:36687;s:10:\"size_after\";i:18420;s:4:\"time\";d:0.11;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.84;s:5:\"bytes\";i:21447;s:11:\"size_before\";i:43030;s:10:\"size_after\";i:21583;s:4:\"time\";d:0.1;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.73;s:5:\"bytes\";i:21445;s:11:\"size_before\";i:43119;s:10:\"size_after\";i:21674;s:4:\"time\";d:0.11;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21674;s:10:\"size_after\";i:21674;s:4:\"time\";d:0.1;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.43;s:5:\"bytes\";i:3512;s:11:\"size_before\";i:18074;s:10:\"size_after\";i:14562;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18420;s:10:\"size_after\";i:18420;s:4:\"time\";d:0.08;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14562;s:10:\"size_after\";i:14562;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18420;s:10:\"size_after\";i:18420;s:4:\"time\";d:0.09;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14562;s:10:\"size_after\";i:14562;s:4:\"time\";d:0.02;}}}'),(9428,4014,'_wp_attachment_image_alt','The Vinewood Logo'),(9207,3984,'_elementor_edit_mode','builder'),(9208,3984,'_elementor_template_type','section'),(9209,3984,'inline_featured_image','0'),(9104,1868,'_edit_lock','1578026528:1'),(18339,4717,'mec_color','fdd700'),(18340,4717,'mec_location_id','1'),(18341,4717,'mec_dont_show_map','0'),(18342,4717,'mec_organizer_id','1'),(18343,4717,'mec_read_more',''),(18344,4717,'mec_more_info',''),(18345,4717,'mec_more_info_title',''),(18346,4717,'mec_more_info_target','_self'),(18347,4717,'mec_cost',''),(18348,4717,'mec_additional_organizer_ids','a:1:{i:0;s:2:\"81\";}'),(18349,4717,'mec_additional_location_ids','a:0:{}'),(18350,4717,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-02-09\";s:4:\"hour\";s:1:\"2\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-02-09\";s:4:\"hour\";s:1:\"5\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(18351,4717,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(18352,4717,'mec_certain_weekdays','a:0:{}'),(18353,4717,'mec_allday','0'),(18354,4717,'mec_hide_time','0'),(18355,4717,'mec_hide_end_time','0'),(18356,4717,'mec_comment',''),(18357,4717,'mec_start_date','2020-02-09'),(18358,4717,'mec_start_time_hour','2'),(18359,4717,'mec_start_time_minutes','0'),(18360,4717,'mec_start_time_ampm','PM'),(18361,4717,'mec_start_day_seconds','50400'),(18362,4717,'mec_end_date','2020-02-09'),(18363,4717,'mec_end_time_hour','5'),(18364,4717,'mec_end_time_minutes','0'),(18365,4717,'mec_end_time_ampm','PM'),(18366,4717,'mec_end_day_seconds','61200'),(18367,4717,'mec_repeat_status','0'),(18368,4717,'mec_repeat_type',''),(18369,4717,'mec_repeat_interval','1'),(18370,4717,'mec_repeat_end',''),(18371,4717,'mec_repeat_end_at_occurrences',''),(18372,4717,'mec_repeat_end_at_date',''),(18373,4717,'mec_advanced_days','a:0:{}'),(9585,4032,'_wp_attachment_image_alt','The Vinewood Logo White'),(8973,3949,'_elementor_edit_mode','builder'),(8974,3949,'_elementor_template_type','section'),(8975,3949,'inline_featured_image','0'),(8976,3949,'_elementor_version','2.6.8'),(8977,3949,'_elementor_pro_version','2.6.2'),(8982,3949,'_wp_page_template','default'),(8984,3949,'_elementor_data','[{\"id\":\"a622cd2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2710de7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c6a57d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ade378c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have managed various corporate events successfully\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"173170f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"401cd50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Corporate Events\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a44f549\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Launching a new product, annual conferences, government summits, industry exhibitions or business entertainment. We cater to all your MICE necessities\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2241962\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e8b4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Private Ocassions\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"614b6de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"From birthdays to anniversaries, theme parties to religious gatherings - personal, private and memorable affairs are special. They are the kinds\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.67,\"sizes\":[]},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(18337,4717,'_wp_page_template','default'),(18335,4717,'_edit_lock','1579937225:1'),(18336,4717,'_edit_last','1'),(18338,4717,'_elementor_controls_usage','a:0:{}'),(9582,4032,'_wp_attached_file','2019/03/TheVinewood-Web-400-White.png'),(9583,4032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:178;s:4:\"file\";s:37:\"2019/03/TheVinewood-Web-400-White.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-391x178.png\";s:5:\"width\";i:391;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-400x178.png\";s:5:\"width\";i:400;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-400x178.png\";s:5:\"width\";i:400;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400-White-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9584,4032,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.634149463329006;s:5:\"bytes\";i:23663;s:11:\"size_before\";i:109378;s:10:\"size_after\";i:85715;s:4:\"time\";d:1.0400000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.49;s:5:\"bytes\";i:5616;s:11:\"size_before\";i:20431;s:10:\"size_after\";i:14815;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.64;s:5:\"bytes\";i:9796;s:11:\"size_before\";i:26738;s:10:\"size_after\";i:16942;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.24;s:5:\"bytes\";i:1717;s:11:\"size_before\";i:6080;s:10:\"size_after\";i:4363;s:4:\"time\";d:0.12;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.23;s:5:\"bytes\";i:1976;s:11:\"size_before\";i:7258;s:10:\"size_after\";i:5282;s:4:\"time\";d:0.16;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.4;s:5:\"bytes\";i:2005;s:11:\"size_before\";i:7317;s:10:\"size_after\";i:5312;s:4:\"time\";d:0.18;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5312;s:10:\"size_after\";i:5312;s:4:\"time\";d:0.14;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.48;s:5:\"bytes\";i:2553;s:11:\"size_before\";i:10874;s:10:\"size_after\";i:8321;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4363;s:10:\"size_after\";i:4363;s:4:\"time\";d:0.12;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8321;s:10:\"size_after\";i:8321;s:4:\"time\";d:0.03;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4363;s:10:\"size_after\";i:4363;s:4:\"time\";d:0.14;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8321;s:10:\"size_after\";i:8321;s:4:\"time\";d:0.03;}}}'),(18374,4717,'mec_in_days',''),(18375,4717,'mec_not_in_days',''),(18376,4717,'mec_hourly_schedules','a:0:{}'),(18377,4717,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(18378,4717,'mec_tickets','a:0:{}'),(18379,4717,'mec_fees_global_inheritance','1'),(18380,4717,'mec_fees','a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(18381,4717,'mec_ticket_variations_global_inheritance','1'),(18382,4717,'mec_ticket_variations','a:0:{}'),(18383,4717,'mec_reg_fields_global_inheritance','1'),(18384,4717,'mec_reg_fields','a:0:{}'),(18385,4717,'mec_op','a:0:{}'),(18386,4717,'slide_template','default'),(18387,4709,'_edit_lock','1579938384:1'),(18388,4709,'_wds_readability','a:4:{s:5:\"score\";d:62.80674943566592;s:9:\"raw_score\";d:62.80674943566592;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(18935,4746,'_order_stock_reduced','yes'),(18933,4746,'_recorded_sales','yes'),(18934,4746,'_recorded_coupon_usage_counts','yes'),(18931,4747,'mec_gateway_label','Pay by WooCommerce'),(18932,4746,'_download_permissions_granted','yes'),(18392,4722,'_wp_attached_file','2020/01/Valentines-Poster-Web-Color-scaled.jpg'),(18393,4722,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:929;s:6:\"height\";i:1400;s:4:\"file\";s:46:\"2020/01/Valentines-Poster-Web-Color-scaled.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Valentines-Poster-Web-Color-680x1024.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Valentines-Poster-Web-Color-768x1157.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"Valentines-Poster-Web-Color-1020x1536.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:40:\"Valentines-Poster-Web-Color-1195x700.jpg\";s:5:\"width\";i:1195;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-400x603.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-600x904.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:904;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-600x904.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:904;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Valentines-Poster-Web-Color-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}s:14:\"original_image\";s:31:\"Valentines-Poster-Web-Color.jpg\";}'),(18394,4722,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.671253321784465;s:5:\"bytes\";i:48677;s:11:\"size_before\";i:729653;s:10:\"size_after\";i:680976;s:4:\"time\";d:0.48;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:17048;s:10:\"size_after\";i:15945;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.04;s:5:\"bytes\";i:8065;s:11:\"size_before\";i:100295;s:10:\"size_after\";i:92230;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.84;s:5:\"bytes\";i:522;s:11:\"size_before\";i:7634;s:10:\"size_after\";i:7112;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.92;s:5:\"bytes\";i:9323;s:11:\"size_before\";i:117780;s:10:\"size_after\";i:108457;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63;s:5:\"bytes\";i:1550;s:11:\"size_before\";i:20311;s:10:\"size_after\";i:18761;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.08;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:21650;s:10:\"size_after\";i:19900;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42;s:5:\"bytes\";i:1168;s:11:\"size_before\";i:15742;s:10:\"size_after\";i:14574;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.47;s:5:\"bytes\";i:5482;s:11:\"size_before\";i:57877;s:10:\"size_after\";i:52395;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.03;s:5:\"bytes\";i:2124;s:11:\"size_before\";i:26455;s:10:\"size_after\";i:24331;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86;s:5:\"bytes\";i:2295;s:11:\"size_before\";i:29197;s:10:\"size_after\";i:26902;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:3698;s:11:\"size_before\";i:47981;s:10:\"size_after\";i:44283;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:313;s:11:\"size_before\";i:4426;s:10:\"size_after\";i:4113;s:4:\"time\";d:0.04;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.48;s:5:\"bytes\";i:4798;s:11:\"size_before\";i:56613;s:10:\"size_after\";i:51815;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18761;s:10:\"size_after\";i:18761;s:4:\"time\";d:0.03;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:6486;s:11:\"size_before\";i:83691;s:10:\"size_after\";i:77205;s:4:\"time\";d:0.05;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4113;s:10:\"size_after\";i:4113;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18761;s:10:\"size_after\";i:18761;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77205;s:10:\"size_after\";i:77205;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4113;s:10:\"size_after\";i:4113;s:4:\"time\";d:0.01;}}}'),(18395,4722,'_wp_attachment_image_alt','Valentine\'s Day 2020'),(18929,4747,'mec_price','22.1192'),(18930,4747,'mec_gateway','MEC_gateway_woocommerce'),(18399,4623,'_oembed_7377f233f04a6a4e236e2a97b5dc21c3','<div class=\"embed-container\"><iframe title=\"Marilyn Pierce\" width=\"640\" height=\"520\" scrolling=\"no\" frameborder=\"no\" src=\"https://www.reverbnation.com/widget_code/html_widget/artist_1801345?widget_id=55&pwc[included_songs]=1\"></iframe></div>'),(18400,4623,'_oembed_time_7377f233f04a6a4e236e2a97b5dc21c3','1579987579'),(18928,4747,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Kelley Schulte\";s:5:\"email\";s:26:\"kelleyschulte.ks@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858458512\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Kelley Schulte\";s:5:\"email\";s:26:\"kelleyschulte.ks@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858458512\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18926,4747,'mec_ticket_id',',1,1,'),(18927,4747,'mec_booking_time','2020-02-05 12:43:03'),(18923,4747,'mec_transaction_id','KRC11600'),(18924,4747,'mec_event_id','4468'),(18925,4747,'mec_date','2020-02-07:2020-02-07'),(18405,4725,'_order_key','wc_order_lHvJu57btOTPj'),(18406,4725,'_customer_user','43'),(18407,4725,'_customer_ip_address','68.102.216.70'),(18408,4725,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(18409,4725,'_order_currency','USD'),(18410,4725,'_cart_discount','0'),(18411,4725,'_cart_discount_tax','0'),(18412,4725,'_order_shipping','0'),(18413,4725,'_order_shipping_tax','0'),(18414,4725,'_order_tax','0'),(18415,4725,'_order_total','22.12'),(18416,4725,'_order_version','3.8.1'),(18417,4725,'_prices_include_tax','no'),(18418,4725,'_billing_address_index','Brittany Austin        brittany.n.austin21@gmail.com '),(18419,4725,'_shipping_address_index','        '),(18420,4725,'_mec_transaction_id','GXQ85377'),(18421,4725,'_billing_first_name','Brittany'),(18422,4725,'_billing_last_name','Austin'),(18423,4725,'_shipping_first_name','Brittany'),(18424,4725,'_shipping_last_name','Austin'),(18425,4725,'_shipping_email','brittany.n.austin21@gmail.com'),(18426,4725,'_billing_email','brittany.n.austin21@gmail.com'),(18451,4725,'_download_permissions_granted','yes'),(18427,4725,'_payment_method','paypal'),(18428,4725,'_payment_method_title','PayPal'),(18429,4725,'Payment type','instant'),(18430,4725,'_transaction_id','4MG31746YP973000T'),(18431,4725,'_paypal_status','completed'),(18432,4725,'PayPal Transaction Fee','0.94'),(18433,4725,'_date_completed','1580076664'),(18434,4725,'_date_paid','1580076664'),(18435,4725,'_paid_date','2020-01-26 22:11:04'),(18436,4725,'_completed_date','2020-01-26 22:11:04'),(18437,4726,'_elementor_controls_usage','a:0:{}'),(18438,4726,'mec_verified','1'),(18439,4726,'mec_verification_key','b9de804458a8f073e101b9d35b5dbb93'),(18440,4726,'mec_cancellation_key','d2370892cac953f6c347e4b5ffbb11fe'),(18441,4726,'mec_confirmed','1'),(18442,4726,'mec_transaction_id','GXQ85377'),(18443,4726,'mec_event_id','4468'),(18444,4726,'mec_date','2020-02-07:2020-02-07'),(18445,4726,'mec_ticket_id',',1,1,'),(18446,4726,'mec_booking_time','2020-01-26 22:11:04'),(18447,4726,'mec_attendees','a:2:{i:0;a:5:{s:4:\"name\";s:15:\"Brittany Austin\";s:5:\"email\";s:29:\"brittany.n.austin21@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856338682\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:11:\"Will Austin\";s:5:\"email\";s:29:\"brittany.n.austin21@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856338682\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(18448,4726,'mec_price','22.1192'),(18449,4726,'mec_gateway','MEC_gateway_woocommerce'),(18450,4726,'mec_gateway_label','Pay by WooCommerce'),(18452,4725,'_recorded_sales','yes'),(18453,4725,'_recorded_coupon_usage_counts','yes'),(18454,4725,'_order_stock_reduced','yes'),(18455,4727,'_order_key','wc_order_x29wn7OXjJyyx'),(18456,4727,'_customer_user','0'),(18457,4727,'_customer_ip_address','70.184.228.154'),(18458,4727,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),(18459,4727,'_order_currency','USD'),(18460,4727,'_cart_discount','0'),(18461,4727,'_cart_discount_tax','0'),(18462,4727,'_order_shipping','0'),(18463,4727,'_order_shipping_tax','0'),(18464,4727,'_order_tax','0'),(18465,4727,'_order_total','55.30'),(18466,4727,'_order_version','3.8.1'),(18467,4727,'_prices_include_tax','no'),(18468,4727,'_billing_address_index','          '),(18469,4727,'_shipping_address_index','        '),(18470,4727,'_mec_transaction_id','UCA84203'),(18471,4727,'_billing_first_name','Kathy'),(18472,4727,'_billing_last_name','Griffin'),(18473,4727,'_shipping_first_name','Kathy'),(18474,4727,'_shipping_last_name','Griffin'),(18475,4727,'_shipping_email','katgriffin2000@yahoo.com'),(18476,4727,'_billing_email','katgriffin2000@yahoo.com'),(18477,4728,'_order_key','wc_order_76QCJzMlJnAUe'),(18478,4728,'_customer_user','0'),(18479,4728,'_customer_ip_address','70.179.152.164'),(18480,4728,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone9,2;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Verizon]'),(18481,4728,'_order_currency','USD'),(18482,4728,'_cart_discount','0'),(9569,4030,'_wp_attached_file','2019/03/TheVinewood-Web-400invert.png'),(9570,4030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:178;s:4:\"file\";s:37:\"2019/03/TheVinewood-Web-400invert.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-391x178.png\";s:5:\"width\";i:391;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-400x178.png\";s:5:\"width\";i:400;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-400x178.png\";s:5:\"width\";i:400;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"TheVinewood-Web-400invert-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9071,3725,'_wp_attachment_image_alt','Logo'),(12338,4233,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:6;s:21:\"space_between_widgets\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:14:\"padding_tablet\";i:2;}}}}s:12:\"featured-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;}}s:5:\"style\";a:3:{s:21:\"section_style_wrapper\";a:1:{s:14:\"height_wrapper\";i:2;}s:18:\"section_style_icon\";a:1:{s:12:\"spacing_icon\";i:4;}s:21:\"section_style_content\";a:7:{s:27:\"title_typography_typography\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_font_weight\";i:4;s:31:\"title_typography_text_transform\";i:4;s:13:\"spacing_title\";i:4;s:11:\"title_color\";i:4;s:34:\"description_typography_line_height\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:15:\"stretch_section\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),(12339,4187,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:11:\"title_color\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:5:\"align\";i:3;s:12:\"align_tablet\";i:2;s:4:\"link\";i:1;}s:12:\"contactform7\";a:1:{s:12:\"contact_slug\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:12:\"text_padding\";i:3;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:3;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:2;s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;s:15:\"animation_delay\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:22:\"border_list_item_width\";i:2;s:17:\"list_item_padding\";i:2;s:16:\"list_item_margin\";i:2;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_line_height\";i:2;s:10:\"text_color\";i:2;s:16:\"text_color_hover\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;s:13:\"_border_color\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),(12341,4116,'_elementor_controls_usage','a:5:{s:8:\"progress\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_progress\";a:2:{s:5:\"title\";i:4;s:7:\"percent\";i:3;}}s:5:\"style\";a:1:{s:22:\"section_progress_style\";a:4:{s:20:\"bar_color_background\";i:4;s:15:\"bar_color_color\";i:4;s:17:\"bar_color_color_b\";i:4;s:24:\"bar_color_gradient_angle\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:19:\"_inline_size_mobile\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:2;s:10:\"text_color\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:13:\"margin_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),(12342,4113,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:10:\"text_color\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_letter_spacing\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),(12343,4110,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:18:\"opal-text_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:21:\"section_text_carousel\";a:6:{s:8:\"contents\";i:1;s:6:\"column\";i:1;s:6:\"gutter\";i:1;s:5:\"style\";i:1;s:13:\"column_tablet\";i:1;s:13:\"column_mobile\";i:1;}s:24:\"section_carousel_options\";a:2:{s:15:\"enable_carousel\";i:1;s:10:\"navigation\";i:1;}}s:5:\"style\";a:3:{s:27:\"section_text_carousel_style\";a:3:{s:30:\"content_typography_line_height\";i:1;s:14:\"content_margin\";i:1;s:29:\"content_typography_typography\";i:1;}s:19:\"section_style_image\";a:1:{s:11:\"image_space\";i:1;}s:19:\"section_title_style\";a:1:{s:12:\"title_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),(4115,103,'inline_featured_image','0'),(4116,103,'inline_featured_image','0'),(4117,103,'_wp_page_template','default'),(4118,103,'slide_template','default'),(4119,103,'osf_enable_sidebar_page','0'),(4120,103,'osf_sidebar_width','320'),(4121,103,'osf_enable_page_heading','1'),(4122,103,'osf_enable_full_page','0'),(4123,103,'osf_enable_custom_header','0'),(4124,103,'osf_header_layout','default'),(4125,103,'osf_enable_breadcrumb','1'),(4126,103,'osf_enable_custom_footer','0'),(4127,103,'osf_footer_padding_top','15'),(4128,103,'osf_enable_fixed_footer','0'),(4129,237,'inline_featured_image','0'),(4130,237,'inline_featured_image','0'),(4131,237,'_wp_page_template','page-elementor.php'),(4132,237,'slide_template',''),(4133,237,'osf_enable_sidebar_page','0'),(4134,237,'osf_sidebar_width','320'),(4135,237,'osf_enable_page_heading','1'),(4136,237,'osf_enable_full_page','0'),(4137,237,'osf_enable_custom_header','0'),(4138,237,'osf_header_layout','default'),(4139,237,'osf_enable_breadcrumb','1'),(4140,237,'osf_enable_custom_footer','1'),(4141,237,'osf_footer_padding_top','0'),(4142,237,'osf_enable_fixed_footer','0'),(4143,237,'_elementor_edit_mode','builder'),(4144,237,'_elementor_template_type','post'),(4145,237,'_elementor_data','[{\"id\":\"2dd90b3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f52efa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"df74d07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/who-we-are.jpg\",\"id\":258},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a94d939\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4811887\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb66ce6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Read about who we are, our areas of business and how we work.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c2aa10a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dreama is the largest and most trusted global marketplace connecting engaged couples with local wedding professionals.<\\/p><p>Millions of couples around the world are able to search, compare and book from a directory of over 500,000 vendors. Founded in 2007, Dreama\'s portfolio of sites help couples and businesses in 15 countries across North America, Latin America, Asia and Europe.<\\/p>\",\"text_color\":\"#202020\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eb4f4c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"schedule_end_date\":\"2018-11-30 00:00\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/ab-bg-counter-parallax.jpg\",\"id\":310},\"section_parallax_on\":\"yes\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"color_link_hover\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0fd6f4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f2430f0\",\"elType\":\"widget\",\"settings\":{\"ending_number\":160000,\"title\":\"Monthly Users\",\"wrapper_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"spacing_number_wrapper\":{\"unit\":\"px\",\"size\":16},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_number_prefix_typography\":\"custom\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b2fbdb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"056883f\",\"elType\":\"widget\",\"settings\":{\"ending_number\":200000,\"title\":\"Reviews\",\"wrapper_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"number_color\":\"#ffffff\",\"spacing_number_wrapper\":{\"unit\":\"px\",\"size\":16},\"title_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150,\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"typography_number_prefix_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ceee12e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9b87f30\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50000,\"title\":\"Vendors\",\"wrapper_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"number_color\":\"#ffffff\",\"spacing_number_wrapper\":{\"unit\":\"px\",\"size\":15},\"title_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0dbb9d9\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"683f08e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02d21c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leadership\",\"typography_typography\":\"custom\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ce1da6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet our team\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52f3e93\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f16209a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"76\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d42c507\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-1.jpg\",\"id\":339},\"name\":\"Sadie Gonzales\",\"job\":\"President & Founder\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"name_typography_typography\":\"custom\",\"job_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true},{\"id\":\"ebf3667\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"38\",\"bottom\":\"0\",\"left\":\"38\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d99ba23\",\"elType\":\"widget\",\"settings\":{\"name\":\"Mildred Wilkins\",\"job\":\"Chief Financial Officer\",\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-2.jpg\",\"id\":340},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true},{\"id\":\"ed221e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"76\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"449ee37\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-3.jpg\",\"id\":341},\"name\":\"Marvin Becker\",\"job\":\"Chief Operating Officer\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"927b067\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"27dee9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"76\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7dd6d19\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-4.jpg\",\"id\":342},\"name\":\"Bernice Medina\",\"job\":\"Chief Marketing Officer\",\"name_space\":{\"unit\":\"px\",\"size\":2},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"name_typography_typography\":\"custom\",\"job_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":100,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true},{\"id\":\"f40ce55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"38\",\"bottom\":\"0\",\"left\":\"38\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a7ebf6\",\"elType\":\"widget\",\"settings\":{\"name\":\"Eddie Christensen\",\"job\":\"Chief Financial Officer\",\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-5.jpg\",\"id\":343},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true},{\"id\":\"89c1968\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"76\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1173634\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-6.jpg\",\"id\":344},\"name\":\"Theresa Hunt\",\"job\":\"Chief Operating Officer\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20f80a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"b0a6d19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"schedule_end_date\":\"2018-11-30 00:00\"},\"elements\":[{\"id\":\"090bb98\",\"elType\":\"widget\",\"settings\":{\"text\":\"See the full list\",\"align\":\"center\",\"typography_typography\":\"custom\",\"button_text_color\":\"#222222\",\"background_color\":\"#fbe6ce\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"button_type\":\"\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#e8b275\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"998e9e4\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/ab-bg-video.jpg\",\"id\":580},\"section_parallax_on\":\"yes\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400}},\"elements\":[{\"id\":\"38f8e1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7a28ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction Video\\u00a0\",\"header_size\":\"div\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d2a193\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dreama Presentation\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a210e40\",\"elType\":\"widget\",\"settings\":{\"video_link\":\"#\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"opal-video-popup\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a76827\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a32b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dbcf93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Professionality\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"\",\"bar_color\":\"#000000\",\"bar_bg_color\":\"#ebebeb\",\"bar_inline_color\":\"#666b7e\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"bar_color_background\":\"classic\",\"bar_color_color\":\"#222222\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"1efe930\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food Ordering\",\"inner_text\":\"\",\"bar_color\":\"#000000\",\"bar_bg_color\":\"#ebebeb\",\"bar_inline_color\":\"#666b7e\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"bar_color_background\":\"classic\",\"bar_color_color\":\"#222222\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5b9115c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience and Quality\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"\",\"bar_color\":\"#000000\",\"bar_bg_color\":\"#ebebeb\",\"bar_inline_color\":\"#ffffff\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"bar_color_background\":\"classic\",\"bar_color_color\":\"#222222\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"2a7801d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guarantee\",\"percent\":{\"unit\":\"%\",\"size\":70},\"inner_text\":\"\",\"bar_color\":\"#000000\",\"bar_bg_color\":\"#ebebeb\",\"bar_inline_color\":\"#666b7e\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"bar_color_background\":\"classic\",\"bar_color_color\":\"#222222\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"597f7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"110\",\"isLinked\":false},\"_inline_size_tablet\":80,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a378b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore our Wedding Services.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70a8768\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hello. Our <span style=\\\"text-decoration: underline;\\\">Wedding Experience has been present for over 20 years<\\/span> in the market.<br \\/>We have the best Wedding Services!<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d4a8599\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/signature.png\",\"id\":26},\"image_size\":\"full\",\"align\":\"left\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bc9fed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/ab-bg-testimonial.jpg\",\"id\":694},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"section_parallax_on\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":808,\"sizes\":[]}},\"elements\":[{\"id\":\"2f2ee2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b522930\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"testimonial_title\":\"Read reviews from couples like you\",\"testimonial_content\":\"\\u2018I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Julianna, Maine\",\"testimonial_job\":\"Wedding 7\\/1\\/19\",\"_id\":\"57f255d\"},{\"testimonial_title\":\"Over 3 million reviews\",\"testimonial_content\":\"\\u2018Such a great community to be part of. The commitment and service you all provide to the community is just outstanding.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Wedding 7\\/5\\/19\",\"_id\":\"f4645aa\"},{\"testimonial_title\":\"Read reviews from couples like you\",\"testimonial_content\":\"\\u2018I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Michael\",\"testimonial_job\":\"Wedding 23\\/8\\/19\",\"_id\":\"3f456be\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"name_text_color\":\"#ffffff\",\"backgroud_dot\":\"#e5e5e5\",\"backgroud_dot_active\":\"#202020\",\"enable_carousel\":\"yes\",\"carousel_nav_color_hover\":\"#ffffff\",\"carousel_dot_color_hover\":\"#ffffff\",\"title_color\":\"#ffffff\",\"name_line_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"job_text_color\":\"#ffffff\",\"job_dot_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"opal-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(4146,237,'_elementor_version','2.5.5'),(4147,237,'osf_footer_layout','footer-01'),(4148,237,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(4150,517,'inline_featured_image','0'),(4151,517,'inline_featured_image','0'),(4152,517,'_wp_page_template','page-elementor.php'),(4153,517,'slide_template','default'),(4154,517,'osf_enable_sidebar_page','0'),(4155,517,'osf_sidebar_width','320'),(4156,517,'osf_enable_page_heading','1'),(4157,517,'osf_enable_full_page','0'),(4158,517,'osf_enable_custom_header','0'),(4159,517,'osf_header_layout','default'),(4160,517,'osf_enable_breadcrumb','1'),(4161,517,'osf_enable_custom_footer','1'),(4162,517,'osf_footer_padding_top','15'),(4163,517,'osf_enable_fixed_footer','0'),(4164,517,'_elementor_edit_mode','builder'),(4165,517,'_elementor_template_type','post'),(4166,517,'_elementor_data','[{\"id\":\"6793ccd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"970e6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9897c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet our team\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89a6d05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"who dares to create differently\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e48b873\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f545e61\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55363\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-1.jpg\",\"id\":339},\"name\":\"Sadie Gonzales\",\"job\":\"President & Founder\",\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"name_text_color\":\"#222222\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"job_space\":{\"unit\":\"px\",\"size\":\"\"},\"job_text_color\":\"#777777\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"team_position\":\"flex-start\"},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":false},{\"id\":\"aa1b4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"84a42fb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-2.jpg\",\"id\":340},\"name\":\"Mildred Wilkins\",\"job\":\"Chief Financial Officer\",\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"name_text_color\":\"#222222\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"job_space\":{\"unit\":\"px\",\"size\":\"\"},\"job_text_color\":\"#777777\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":false},{\"id\":\"d756151\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b127efa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-3.jpg\",\"id\":341},\"name\":\"Marvin Becker\",\"job\":\"Chief Operating Officer\",\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"name_text_color\":\"#222222\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"job_space\":{\"unit\":\"px\",\"size\":\"\"},\"job_text_color\":\"#777777\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"team_position\":\"flex-end\"},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6619224\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e54eecd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"82c4bb9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-4.jpg\",\"id\":342},\"name\":\"Bernice Medina\",\"job\":\"Chief Marketing Officer\",\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"name_text_color\":\"#222222\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"job_space\":{\"unit\":\"px\",\"size\":\"\"},\"job_text_color\":\"#777777\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"team_position\":\"flex-start\"},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":false},{\"id\":\"d0e1af6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9f0af7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-5.jpg\",\"id\":343},\"name\":\"Eddie Christensen\",\"job\":\"Chief Technology Officer\",\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"name_text_color\":\"#222222\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"job_space\":{\"unit\":\"px\",\"size\":\"\"},\"job_text_color\":\"#777777\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":false},{\"id\":\"5e777ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9fbceb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-6.jpg\",\"id\":344},\"name\":\"Theresa Hunt\",\"job\":\"General Counsel\",\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"name_text_color\":\"#222222\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"job_space\":{\"unit\":\"px\",\"size\":\"\"},\"job_text_color\":\"#777777\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"team_position\":\"flex-end\"},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bb33cae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"160\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"94f7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"438f64d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/tem_adsfasdf.jpg\",\"id\":566},\"name\":\"Bernice Medina\",\"job\":\"Chief Marketing Officer\",\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"name_text_color\":\"#222222\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"job_space\":{\"unit\":\"px\",\"size\":\"\"},\"job_text_color\":\"#777777\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"team_position\":\"flex-start\"},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":false},{\"id\":\"be135ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"7393bd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/tem_page_2.jpg\",\"id\":572},\"name\":\"Eddie Christensen\",\"job\":\"Chief Technology Officer\",\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"name_text_color\":\"#222222\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"job_space\":{\"unit\":\"px\",\"size\":\"\"},\"job_text_color\":\"#777777\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":false},{\"id\":\"b76e1ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"background_overlay_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"css_filters_hover_blur\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"css_filters_hover_hue\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"border_hover_transition\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1cacec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/tem_page_3.jpg\",\"id\":573},\"name\":\"Theresa Hunt\",\"job\":\"General Counsel\",\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"name_text_color\":\"#222222\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"job_space\":{\"unit\":\"px\",\"size\":\"\"},\"job_text_color\":\"#777777\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"image_space_mobile\":{\"unit\":\"px\",\"size\":0},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"team_position\":\"flex-end\"},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a987e43\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#fbe6ce\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ef38002\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b9c70ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"\\\" data-color-group=\\\"turquoise\\\">Interested in\\u00a0<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a42e8dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Joining our team?\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d24802\",\"elType\":\"widget\",\"settings\":{\"text\":\"See all open positions\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"button_text_color\":\"#222222\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"em\",\"top\":\"0.75\",\"right\":\"7.5\",\"bottom\":\"0.75\",\"left\":\"7.5\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#e8b275\",\"text_padding_mobile\":{\"unit\":\"em\",\"top\":\".75\",\"right\":\"3.5\",\"bottom\":\".75\",\"left\":\"3.5\",\"isLinked\":false},\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4167,517,'_elementor_version','0.4'),(4168,517,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(4169,517,'osf_footer_layout','footer-01'),(14790,4536,'_order_currency','USD'),(14791,4536,'_cart_discount','0'),(14792,4536,'_cart_discount_tax','0'),(14793,4536,'_order_shipping','0.00'),(14794,4536,'_order_shipping_tax','0'),(14795,4536,'_order_tax','0'),(14796,4536,'_order_total','450.00'),(14797,4536,'_order_version','3.8.1'),(14798,4536,'_prices_include_tax','no'),(14799,4536,'_billing_address_index','Lawrence Flowers  3436 SE Arbor Dr.  Topeka KS 66605-3019 US marleneflowers@cox.net 785-2676375'),(14800,4536,'_shipping_address_index','        '),(14801,4536,'is_vat_exempt','no'),(14802,4536,'Payment type','instant'),(14803,4536,'_transaction_id','5HY74564VL023990Y'),(14804,4536,'_paypal_status','completed'),(14805,4536,'PayPal Transaction Fee','13.35'),(14806,4536,'_date_paid','1576872462'),(14807,4536,'_paid_date','2019-12-20 20:07:42'),(14808,4536,'_download_permissions_granted','yes'),(14809,4536,'_recorded_sales','yes'),(14810,4536,'_recorded_coupon_usage_counts','yes'),(14811,4536,'_order_stock_reduced','yes'),(14814,4534,'_edit_lock','1576877225:1'),(14815,4532,'_edit_lock','1576877488:1'),(14816,4531,'_edit_lock','1576877451:1'),(14817,4529,'_edit_lock','1576877737:1'),(14818,4528,'_edit_lock','1576877698:1'),(14819,4527,'_edit_lock','1576877713:1'),(14820,4524,'_edit_lock','1577804640:1'),(14821,4523,'_edit_lock','1576878089:1'),(14822,4522,'_edit_lock','1577143993:1'),(14823,4520,'_edit_lock','1576878025:1'),(14824,4519,'_edit_lock','1576878205:1'),(14825,4516,'_edit_lock','1576878248:1'),(14826,4514,'_edit_lock','1576878139:1'),(14827,4509,'_edit_lock','1576878177:1'),(14828,4508,'_edit_lock','1576878211:1'),(14829,4507,'_edit_lock','1576878255:1'),(14830,4506,'_edit_lock','1576878268:1'),(14831,4504,'_edit_lock','1576878470:1'),(14832,4503,'_edit_lock','1576878505:1'),(14833,4499,'_edit_lock','1576878543:1'),(14834,4538,'_order_key','wc_order_0iRcdNWAsUhKk'),(14835,4538,'_customer_user','0'),(14836,4538,'_payment_method','paypal'),(14837,4538,'_payment_method_title','PayPal'),(14838,4538,'_customer_ip_address','68.103.50.108'),(14839,4538,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(14840,4538,'_created_via','checkout'),(14841,4538,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(14842,4538,'_billing_first_name','Rhonda'),(14843,4538,'_billing_last_name','Ross'),(14844,4538,'_billing_address_1','3742 SW Clarion Park Drive'),(14845,4538,'_billing_city','Topeka'),(14846,4538,'_billing_state','KS'),(14847,4538,'_billing_postcode','66610'),(14848,4538,'_billing_country','US'),(14849,4538,'_billing_email','rjross71@gmail.com'),(14850,4538,'_billing_phone','7852733424'),(14851,4538,'_order_currency','USD'),(14852,4538,'_cart_discount','0'),(14853,4538,'_cart_discount_tax','0'),(14854,4538,'_order_shipping','0'),(14855,4538,'_order_shipping_tax','0'),(14856,4538,'_order_tax','0'),(14857,4538,'_order_total','150.00'),(14858,4538,'_order_version','3.8.1'),(14859,4538,'_prices_include_tax','no'),(14860,4538,'_billing_address_index','Rhonda Ross  3742 SW Clarion Park Drive  Topeka KS 66610 US rjross71@gmail.com 7852733424'),(14861,4538,'_shipping_address_index','        '),(14862,4538,'is_vat_exempt','no'),(14863,4538,'Payment type','instant'),(14864,4538,'_transaction_id','1PK88915CV255620N'),(14865,4538,'_paypal_status','completed'),(14866,4538,'PayPal Transaction Fee','4.65'),(14867,4538,'_date_paid','1576962789'),(14868,4538,'_paid_date','2019-12-21 21:13:09'),(14869,4538,'_download_permissions_granted','yes'),(14870,4538,'_recorded_sales','yes'),(14871,4538,'_recorded_coupon_usage_counts','yes'),(14872,4538,'_order_stock_reduced','yes'),(19133,4756,'_prices_include_tax','no'),(19134,4756,'_billing_address_index','          '),(19125,4756,'_order_currency','USD'),(19126,4756,'_cart_discount','0'),(19127,4756,'_cart_discount_tax','0'),(19128,4756,'_order_shipping','0'),(19129,4756,'_order_shipping_tax','0'),(19130,4756,'_order_tax','0'),(14874,4540,'_order_key','wc_order_Y6gftRJBtArac'),(14875,4540,'_customer_user','0'),(14876,4540,'_payment_method','paypal'),(14877,4540,'_payment_method_title','PayPal'),(14878,4540,'_customer_ip_address','104.178.178.48'),(14879,4540,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763'),(14880,4540,'_created_via','checkout'),(14881,4540,'_cart_hash','0018fb5ec2f5db51277ee07810b7e4f3'),(14882,4540,'_billing_first_name','Mike & Meelanie'),(14883,4540,'_billing_last_name','McPike'),(14884,4540,'_billing_address_1','3333 SW Skyline Dr W'),(14885,4540,'_billing_city','Topeka'),(14886,4540,'_billing_state','KS'),(14887,4540,'_billing_postcode','66614'),(14888,4540,'_billing_country','US'),(14889,4540,'_billing_email','kansas_auntie_m@yahoo.com'),(14890,4540,'_billing_phone','7853832395'),(14891,4540,'_order_currency','USD'),(14892,4540,'_cart_discount','0'),(14893,4540,'_cart_discount_tax','0'),(14894,4540,'_order_shipping','0.00'),(14895,4540,'_order_shipping_tax','0'),(14896,4540,'_order_tax','0'),(14897,4540,'_order_total','300.00'),(14898,4540,'_order_version','3.8.1'),(14899,4540,'_prices_include_tax','no'),(14900,4540,'_billing_address_index','Mike & Meelanie McPike  3333 SW Skyline Dr W  Topeka KS 66614 US kansas_auntie_m@yahoo.com 7853832395'),(14901,4540,'_shipping_address_index','        '),(14902,4540,'is_vat_exempt','no'),(14903,4540,'Payment type','instant'),(14904,4540,'_transaction_id','89A063379C4737746'),(14905,4540,'_paypal_status','completed'),(14906,4540,'PayPal Transaction Fee','9.00'),(14907,4540,'_date_paid','1577059850'),(14908,4540,'_paid_date','2019-12-23 00:10:50'),(14909,4540,'_download_permissions_granted','yes'),(14910,4540,'_recorded_sales','yes'),(14911,4540,'_recorded_coupon_usage_counts','yes'),(14912,4540,'_order_stock_reduced','yes'),(14913,4541,'_elementor_controls_usage','a:0:{}'),(14914,4541,'mec_verified','1'),(14915,4541,'mec_verification_key','1d307b5ce25732573a59dc6a01fa6681'),(14916,4541,'mec_cancellation_key','f66fa82bb3f1f7258472dac58e17a9d3'),(14917,4541,'mec_confirmed','1'),(14918,4541,'mec_transaction_id','BRH87224'),(14919,4541,'mec_event_id','4470'),(14920,4541,'mec_date','2019-11-22:2019-11-22'),(14921,4541,'mec_ticket_id',',1,1,1,1,'),(14922,4541,'mec_booking_time','2019-12-23 06:44:52'),(14923,4541,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(14924,4541,'mec_price','44.2384'),(14925,4541,'mec_gateway','MEC_gateway_paypal_express'),(14926,4541,'mec_gateway_label','PayPal Express'),(14927,4538,'_edit_lock','1577143937:1'),(14928,4538,'_edit_last','1'),(14929,4538,'slide_template','default'),(14930,4542,'_order_currency','USD'),(14931,4542,'_cart_discount','0'),(14932,4542,'_cart_discount_tax','0'),(14933,4542,'_order_shipping','0'),(14934,4542,'_order_shipping_tax','0'),(14935,4542,'_order_tax','0'),(14936,4542,'_order_total','-150.00'),(14937,4542,'_order_version','3.8.1'),(14938,4542,'_prices_include_tax','no'),(14939,4542,'_refund_amount','150'),(14940,4542,'_refunded_by','1'),(14941,4542,'_refunded_payment',''),(14942,4542,'_refund_reason','Order fully refunded.'),(14943,4540,'_edit_lock','1577144247:1'),(14944,4432,'_edit_lock','1577144350:1'),(14945,4432,'_edit_last','1'),(14946,4432,'_download_permissions_granted','yes'),(14947,4432,'_recorded_sales','yes'),(14948,4432,'_recorded_coupon_usage_counts','yes'),(14949,4432,'_order_stock_reduced','yes'),(14950,4432,'slide_template','default'),(14951,4425,'_edit_lock','1577157680:1'),(14952,4425,'_payment_method','paypal'),(14953,4425,'_payment_method_title','PayPal'),(21026,4844,'_customer_user','78'),(21027,4844,'_customer_ip_address','104.50.41.236'),(21028,4844,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(18283,4707,'_edit_lock','1579931023:1'),(21025,4844,'_order_key','wc_order_brCOkUonS365I'),(18599,4733,'_order_key','wc_order_mZ0UctPWThKxf'),(18600,4733,'_customer_user','46'),(18601,4733,'_customer_ip_address','23.115.43.21'),(18602,4733,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; moto g(7) power) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36'),(18603,4733,'_order_currency','USD'),(18604,4733,'_cart_discount','0'),(18605,4733,'_cart_discount_tax','0'),(18606,4733,'_order_shipping','0'),(18607,4733,'_order_shipping_tax','0'),(18608,4733,'_order_tax','0'),(18609,4733,'_order_total','55.30'),(18610,4733,'_order_version','3.8.1'),(18611,4733,'_prices_include_tax','no'),(18612,4733,'_billing_address_index','          '),(18613,4733,'_shipping_address_index','        '),(18614,4733,'_mec_transaction_id','YAM66694'),(18615,4733,'_billing_first_name','Lawrence'),(18616,4733,'_billing_last_name','Mapes'),(18617,4733,'_shipping_first_name','Lawrence'),(18618,4733,'_shipping_last_name','Mapes'),(18619,4733,'_shipping_email','mapeslarry57@gmail.com'),(18620,4733,'_billing_email',''),(18621,4733,'_payment_method','paypal'),(18622,4733,'_payment_method_title','PayPal'),(18623,4733,'Payment type','instant'),(16350,4613,'_transaction_id','00352577LB102472P'),(16351,4613,'_paypal_status','completed'),(14994,4551,'inline_featured_image','0'),(14995,4551,'_wds_readability','a:4:{s:5:\"score\";d:64.54132364570978;s:9:\"raw_score\";d:64.54132364570978;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(14996,4551,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 52 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 143 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(14789,4536,'_billing_phone','785-2676375'),(14788,4536,'_billing_email','marleneflowers@cox.net'),(14787,4536,'_billing_country','US'),(14786,4536,'_billing_postcode','66605-3019'),(14785,4536,'_billing_state','KS'),(14784,4536,'_billing_city','Topeka'),(14783,4536,'_billing_address_1','3436 SE Arbor Dr.'),(14782,4536,'_billing_last_name','Flowers'),(14770,4535,'mec_price','22.1192'),(14771,4535,'mec_gateway','MEC_gateway_paypal_express'),(14772,4535,'mec_gateway_label','PayPal Express'),(14773,4536,'_order_key','wc_order_5RJw6zPAjaapL'),(14774,4536,'_customer_user','0'),(14775,4536,'_payment_method','paypal'),(14776,4536,'_payment_method_title','PayPal'),(14777,4536,'_customer_ip_address','24.255.248.210'),(14778,4536,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(14779,4536,'_created_via','checkout'),(14780,4536,'_cart_hash','56793396633ffed87b77ef096accda58'),(14781,4536,'_billing_first_name','Lawrence'),(4194,705,'inline_featured_image','0'),(4195,705,'inline_featured_image','0'),(4196,705,'_wp_page_template','default'),(4197,705,'slide_template','default'),(4198,705,'_thumbnail_id','3495'),(4201,3515,'inline_featured_image','0'),(4202,3515,'inline_featured_image','0'),(4203,3515,'_wp_page_template','default'),(4204,3515,'slide_template','default'),(4205,3515,'_thumbnail_id','3495'),(4229,3518,'inline_featured_image','0'),(4230,3518,'inline_featured_image','0'),(4231,3518,'_wp_page_template','default'),(4232,3518,'slide_template','default'),(4233,3518,'_thumbnail_id','3495'),(4236,3519,'inline_featured_image','0'),(4237,3519,'inline_featured_image','0'),(4238,3519,'_wp_page_template','default'),(4239,3519,'slide_template','default'),(4240,3519,'_thumbnail_id','3495'),(7332,3735,'location',''),(7333,3735,'organizer',''),(7334,3735,'tag',''),(7335,3735,'author',''),(7336,3735,'sf_status','0'),(7337,3735,'sf-options','a:10:{s:4:\"list\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:4:\"grid\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:6:\"agenda\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:13:\"full_calendar\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:12:\"monthly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:11:\"yearly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:3:\"map\";a:7:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:10:\"daily_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:11:\"weekly_view\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}s:9:\"timetable\";a:8:{s:8:\"category\";a:1:{s:4:\"type\";s:1:\"0\";}s:8:\"location\";a:1:{s:4:\"type\";s:1:\"0\";}s:9:\"organizer\";a:1:{s:4:\"type\";s:1:\"0\";}s:7:\"speaker\";a:1:{s:4:\"type\";s:1:\"0\";}s:3:\"tag\";a:1:{s:4:\"type\";s:1:\"0\";}s:5:\"label\";a:1:{s:4:\"type\";s:1:\"0\";}s:12:\"month_filter\";a:1:{s:4:\"type\";s:1:\"0\";}s:11:\"text_search\";a:1:{s:4:\"type\";s:1:\"0\";}}}'),(7331,3735,'category',''),(7330,3735,'label',''),(7325,10,'_edit_lock','1564818381:1'),(7326,10,'_wds_readability','a:4:{s:5:\"score\";d:42.380308749516075;s:9:\"raw_score\";d:42.380308749516075;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(7327,3735,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(7328,3735,'_edit_last','1'),(7329,3735,'_edit_lock','1566574341:1'),(4303,984,'inline_featured_image','0'),(4304,984,'inline_featured_image','0'),(4305,984,'slide_template','default'),(4306,984,'osf_portfolio_add','Topeka Western Night'),(4307,984,'osf_portfolio_start_date','08/17/2018'),(4308,984,'_thumbnail_id','4211'),(4309,995,'inline_featured_image','0'),(4310,995,'inline_featured_image','0'),(4311,995,'slide_template','default'),(4312,995,'osf_portfolio_add','photographer: T.H. Peterson'),(4313,995,'osf_portfolio_start_date','04/01/2019'),(4314,995,'_thumbnail_id','4381'),(4315,1398,'inline_featured_image','0'),(4316,1398,'inline_featured_image','0'),(4317,1399,'inline_featured_image','0'),(4318,1399,'inline_featured_image','0'),(4319,1400,'inline_featured_image','0'),(4320,1400,'inline_featured_image','0'),(4323,1589,'inline_featured_image','0'),(4324,1589,'_deal_sales_counts','0'),(4325,1589,'_deal_quantity',''),(4326,1589,'inline_featured_image','0'),(4327,1589,'_sku','12312019'),(4328,1589,'_regular_price','75'),(4329,1589,'_sale_price',''),(4330,1589,'_sale_price_dates_from',''),(4331,1589,'_sale_price_dates_to',''),(4332,1589,'total_sales','91'),(4333,1589,'_tax_status','taxable'),(4334,1589,'_tax_class',''),(4335,1589,'_manage_stock','yes'),(4336,1589,'_backorders','no'),(4337,1589,'_low_stock_amount','2'),(4338,1589,'_sold_individually','no'),(4339,1589,'_weight',''),(4340,1589,'_length',''),(4341,1589,'_width',''),(4342,1589,'_height',''),(4343,1589,'_upsell_ids','a:0:{}'),(4344,1589,'_crosssell_ids','a:0:{}'),(4345,1589,'_purchase_note','If you would like to ensure your table reservation is with other couples, please send their last names and a note via email to us prior to December 20. Thanks! '),(4346,1589,'_default_attributes','a:0:{}'),(4347,1589,'_virtual','yes'),(4348,1589,'_downloadable','no'),(4349,1589,'_download_limit','-1'),(4350,1589,'_download_expiry','-1'),(4351,1589,'_stock','8.000000'),(4352,1589,'_stock_status','instock'),(4353,1589,'_wc_average_rating','0'),(4354,1589,'_wc_rating_count','a:0:{}'),(4355,1589,'_wc_review_count','0'),(4356,1589,'_downloadable_files','a:0:{}'),(4357,1589,'_product_attributes','a:2:{s:6:\"weight\";a:6:{s:4:\"name\";s:6:\"Weight\";s:5:\"value\";s:6:\"0.5 KG\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:10:\"dimensions\";a:6:{s:4:\"name\";s:10:\"Dimensions\";s:5:\"value\";s:11:\"200 x 50 CM\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(4358,1589,'_product_version','3.8.1'),(4359,1589,'_price','75'),(4360,1589,'_thumbnail_id','4296'),(7338,3735,'skin','full_calendar'),(7339,3735,'sk-options','a:16:{s:4:\"list\";a:19:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:20:\"classic_date_format1\";s:5:\"M d Y\";s:20:\"minimal_date_format1\";s:1:\"d\";s:20:\"minimal_date_format2\";s:1:\"M\";s:20:\"minimal_date_format3\";s:1:\"l\";s:19:\"modern_date_format1\";s:1:\"d\";s:19:\"modern_date_format2\";s:1:\"F\";s:19:\"modern_date_format3\";s:1:\"l\";s:21:\"standard_date_format1\";s:3:\"d M\";s:22:\"accordion_date_format1\";s:1:\"d\";s:22:\"accordion_date_format2\";s:1:\"F\";s:5:\"limit\";s:0:\"\";s:16:\"load_more_button\";s:1:\"1\";s:13:\"month_divider\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";s:20:\"toggle_month_divider\";s:1:\"0\";}s:4:\"grid\";a:21:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:20:\"classic_date_format1\";s:5:\"d F Y\";s:18:\"clean_date_format1\";s:1:\"d\";s:18:\"clean_date_format2\";s:1:\"F\";s:20:\"minimal_date_format1\";s:1:\"d\";s:20:\"minimal_date_format2\";s:1:\"M\";s:19:\"modern_date_format1\";s:1:\"d\";s:19:\"modern_date_format2\";s:1:\"F\";s:19:\"modern_date_format3\";s:1:\"l\";s:19:\"simple_date_format1\";s:5:\"M d Y\";s:21:\"colorful_date_format1\";s:1:\"d\";s:21:\"colorful_date_format2\";s:1:\"F\";s:21:\"colorful_date_format3\";s:1:\"l\";s:18:\"novel_date_format1\";s:5:\"d F Y\";s:5:\"count\";s:1:\"1\";s:5:\"limit\";s:0:\"\";s:16:\"load_more_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:6:\"agenda\";a:10:{s:5:\"style\";s:5:\"clean\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"clean_date_format1\";s:1:\"l\";s:18:\"clean_date_format2\";s:3:\"F j\";s:5:\"limit\";s:0:\"\";s:16:\"load_more_button\";s:1:\"1\";s:13:\"month_divider\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:13:\"full_calendar\";a:13:{s:15:\"start_date_type\";s:19:\"start_current_month\";s:10:\"start_date\";s:0:\"\";s:12:\"default_view\";s:7:\"monthly\";s:13:\"monthly_style\";s:6:\"simple\";s:5:\"limit\";s:0:\"\";s:4:\"list\";s:1:\"0\";s:6:\"yearly\";s:1:\"0\";s:7:\"monthly\";s:1:\"1\";s:6:\"weekly\";s:1:\"0\";s:5:\"daily\";s:1:\"0\";s:13:\"display_price\";s:1:\"0\";s:10:\"sed_method\";s:2:\"m1\";s:11:\"image_popup\";s:1:\"1\";}s:11:\"yearly_view\";a:9:{s:5:\"style\";s:6:\"modern\";s:15:\"start_date_type\";s:18:\"start_current_year\";s:10:\"start_date\";s:0:\"\";s:19:\"modern_date_format1\";s:1:\"l\";s:19:\"modern_date_format2\";s:3:\"F j\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:12:\"monthly_view\";a:7:{s:5:\"style\";s:7:\"classic\";s:15:\"start_date_type\";s:19:\"start_current_month\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:3:\"map\";a:4:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:3:\"200\";s:11:\"geolocation\";s:1:\"0\";}s:10:\"daily_view\";a:6:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:11:\"weekly_view\";a:6:{s:15:\"start_date_type\";s:18:\"start_current_week\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:9:\"timetable\";a:9:{s:5:\"style\";s:6:\"modern\";s:15:\"start_date_type\";s:18:\"start_current_week\";s:10:\"start_date\";s:0:\"\";s:5:\"limit\";s:0:\"\";s:14:\"number_of_days\";s:1:\"5\";s:10:\"week_start\";s:2:\"-1\";s:20:\"next_previous_button\";s:1:\"1\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:7:\"masonry\";a:11:{s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:12:\"date_format1\";s:1:\"j\";s:12:\"date_format2\";s:1:\"F\";s:5:\"limit\";s:0:\"\";s:9:\"filter_by\";s:0:\"\";s:10:\"fit_to_row\";s:1:\"0\";s:17:\"masonry_like_grid\";s:1:\"0\";s:16:\"load_more_button\";s:1:\"0\";s:10:\"sed_method\";s:1:\"0\";s:11:\"image_popup\";s:1:\"0\";}s:5:\"cover\";a:8:{s:5:\"style\";s:7:\"classic\";s:18:\"date_format_clean1\";s:1:\"d\";s:18:\"date_format_clean2\";s:1:\"M\";s:18:\"date_format_clean3\";s:1:\"Y\";s:20:\"date_format_classic1\";s:3:\"F d\";s:20:\"date_format_classic2\";s:1:\"l\";s:19:\"date_format_modern1\";s:8:\"l, F d Y\";s:8:\"event_id\";s:4:\"3716\";}s:9:\"countdown\";a:8:{s:5:\"style\";s:6:\"style1\";s:19:\"date_format_style11\";s:5:\"j F Y\";s:19:\"date_format_style21\";s:5:\"j F Y\";s:19:\"date_format_style31\";s:1:\"j\";s:19:\"date_format_style32\";s:1:\"F\";s:19:\"date_format_style33\";s:1:\"Y\";s:8:\"event_id\";s:2:\"-1\";s:8:\"bg_color\";s:7:\"#437df9\";}s:14:\"available_spot\";a:3:{s:12:\"date_format1\";s:1:\"j\";s:12:\"date_format2\";s:1:\"F\";s:8:\"event_id\";s:2:\"-1\";}s:8:\"carousel\";a:13:{s:5:\"style\";s:5:\"type1\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"type1_date_format1\";s:1:\"d\";s:18:\"type1_date_format2\";s:1:\"F\";s:18:\"type1_date_format3\";s:1:\"Y\";s:18:\"type2_date_format1\";s:6:\"M d, Y\";s:18:\"type3_date_format1\";s:6:\"M d, Y\";s:5:\"count\";s:1:\"2\";s:5:\"limit\";s:0:\"\";s:8:\"autoplay\";s:0:\"\";s:12:\"archive_link\";s:0:\"\";s:9:\"head_text\";s:0:\"\";}s:6:\"slider\";a:20:{s:5:\"style\";s:2:\"t1\";s:15:\"start_date_type\";s:5:\"today\";s:10:\"start_date\";s:0:\"\";s:18:\"type1_date_format1\";s:1:\"d\";s:18:\"type1_date_format2\";s:1:\"F\";s:18:\"type1_date_format3\";s:1:\"l\";s:18:\"type2_date_format1\";s:1:\"d\";s:18:\"type2_date_format2\";s:1:\"F\";s:18:\"type2_date_format3\";s:1:\"l\";s:18:\"type3_date_format1\";s:1:\"d\";s:18:\"type3_date_format2\";s:1:\"F\";s:18:\"type3_date_format3\";s:1:\"l\";s:18:\"type4_date_format1\";s:1:\"d\";s:18:\"type4_date_format2\";s:1:\"F\";s:18:\"type4_date_format3\";s:1:\"l\";s:18:\"type5_date_format1\";s:1:\"d\";s:18:\"type5_date_format2\";s:1:\"F\";s:18:\"type5_date_format3\";s:1:\"l\";s:5:\"limit\";s:0:\"\";s:8:\"autoplay\";s:0:\"\";}}'),(5077,1935,'inline_featured_image','0'),(5078,1935,'inline_featured_image','0'),(5079,1935,'_wp_page_template','page-elementor.php'),(5080,1935,'slide_template','default'),(5081,1935,'osf_enable_sidebar_page','0'),(5082,1935,'osf_sidebar_width','320'),(5083,1935,'osf_enable_page_heading','1'),(5084,1935,'osf_enable_full_page','0'),(5085,1935,'osf_enable_custom_header','0'),(5086,1935,'osf_header_layout','default'),(5087,1935,'osf_enable_breadcrumb','0'),(5088,1935,'osf_enable_custom_footer','0'),(5089,1935,'osf_footer_padding_top','0'),(5090,1935,'osf_enable_fixed_footer','0'),(5091,1935,'_elementor_edit_mode','builder'),(5092,1935,'_elementor_template_type','wp-post'),(5093,1935,'_elementor_data','[{\"id\":\"1a301a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"structure\":\"00\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c427e1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"-134\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a94a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"ee7854b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy New Year!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b170d8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Champagn2.jpg\",\"id\":3759},\"background_size\":\"auto\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":776},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":700},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":500},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a187030\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.496,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c0f70e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>RESERVATIONS ARE NOW CLOSED. HOWEVER...<br \\/><\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ea59c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"311e55b\",\"elType\":\"widget\",\"settings\":{\"title\":\"we know you want to celebrate, therefore...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17f416d\",\"elType\":\"widget\",\"settings\":{\"title\":\"a limited number of dance-only tickets are now being sold\",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#f7f2ee\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c12b5fe\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ccbde22\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE & PURCHASE TICKETS\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/product\\/nye-2020-danceonly\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"83db4d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.504,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"97672f9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bacd470\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d516e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy New Year!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fcf5ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Reservations are now closed but here are the details for all those who are joining.<\\/p><p>You should receive your tickets in the mail (gold envelope). If you don\'t, or something happens, have no worries - we will have your name at the door. Thanks and we\'ll see you Tuesday night!<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3959c95\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"fee4c23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a96cd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dinner\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-right\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c63c690\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>6:30 \\u2013 8PM<\\/p>\",\"align\":\"center\",\"_animation\":\"opal-move-right\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"778052a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Doors will open no earlier than 6pm. Dinner service begins at 6:30pm. The caterer will start packing up around 7:45pm.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"88cd75c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ebebeb\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d5dfeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Live Music\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b81fd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>8:00PM - MIDNIGHT<br \\/><strong><span style=\\\"text-decoration: underline;\\\">Mark &amp; The Sharks<\\/span><\\/strong><strong><br \\/><\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"eb29530\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ebebeb\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cc1e4a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Midnight Toast\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76c5830\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Champagne toast and balloon drop plus homemade biscuits and gravy<\\/p>\",\"align\":\"center\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ad221f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":\"\"},\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.18\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":\"\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"85\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"37fa78ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"42\",\"spread\":\"1\",\"color\":\"rgba(0,0,0,0.5)\"},\"z_index\":\"0\"},\"elements\":[{\"id\":\"5fe94362\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"15a60cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"38.947\",\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"z_index\":\"1\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"3567893d\",\"elType\":\"widget\",\"settings\":{\"title\":\"MENU\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"66\"},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_color\":\"#000000\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f55110\",\"elType\":\"widget\",\"settings\":{\"color\":\"#000000\",\"width\":{\"unit\":\"%\",\"size\":\"39\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"weight\":{\"unit\":\"px\",\"size\":\"2\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7b41d71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Chef Carved Black Angus Prime Rib smoked and served with creamed horseradish and au jus<\\/p><p>Champagne Butter Chicken breast baked with creamy champagne butter sauce<\\/p><p>Roasted Herb New Potatoes <br \\/>tossed in seasoned butter<\\/p><p>Farm Fav: Riviera Vegetables (green beans, whole wax beans and baby carrots)<\\/p><p>Front Door Catering House Salad<\\/p><p>Fresh baked split top dinner rolls<\\/p><p>Variety of homemade desserts<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"6c240763\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"61.053\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"42\",\"spread\":\"1\",\"color\":\"rgba(0,0,0,0.5)\"},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"background_color\":\"#191935\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"91c94c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/emailsiglogo.png\",\"id\":3846},\"image_size\":\"woocommerce_single\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":\"100\"},\"space\":{\"unit\":\"%\",\"size\":\"100\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"800\"},\"opacity_hover\":{\"unit\":\"px\",\"size\":\"0.88\"},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"124\",\"bottom\":\"124\",\"left\":\"124\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(5094,1935,'_elementor_version','2.8.2'),(5096,1935,'osf_footer_layout','footer-01'),(5097,1937,'inline_featured_image','0'),(5098,1937,'inline_featured_image','0'),(5099,1937,'_wp_page_template','default'),(5100,1937,'slide_template','default'),(5101,1937,'osf_enable_sidebar_page','0'),(5102,1937,'osf_sidebar_width','320'),(5103,1937,'osf_enable_page_heading','1'),(5104,1937,'osf_enable_full_page','0'),(5105,1937,'osf_enable_custom_header','0'),(5106,1937,'osf_header_layout','default'),(5107,1937,'osf_enable_breadcrumb','1'),(5108,1937,'osf_enable_custom_footer','0'),(5109,1937,'osf_footer_padding_top','15'),(5110,1937,'osf_enable_fixed_footer','0'),(5127,2039,'inline_featured_image','0'),(5128,2039,'inline_featured_image','0'),(5129,2039,'_wp_page_template','page-elementor.php'),(5130,2039,'slide_template',''),(5131,2039,'osf_enable_sidebar_page','0'),(5132,2039,'osf_sidebar_width','320'),(5133,2039,'osf_enable_page_heading','1'),(5134,2039,'osf_enable_full_page','0'),(5135,2039,'osf_enable_custom_header','0'),(5136,2039,'osf_header_layout','default'),(5137,2039,'osf_enable_breadcrumb','1'),(5138,2039,'osf_enable_custom_footer','0'),(5139,2039,'osf_footer_padding_top','15'),(5140,2039,'osf_enable_fixed_footer','0'),(5141,2039,'_elementor_edit_mode','builder'),(5142,2039,'_elementor_template_type','post'),(5143,2039,'_elementor_data','[{\"id\":\"16a6293\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":453},\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/bg7.jpg\",\"id\":2050},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9089bc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2086973\",\"elType\":\"widget\",\"settings\":{\"title\":\"Online wedding planning tools\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6289938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Checklist, Budget tool, Wedding Website, and more!\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1c9f4b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a154c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.965,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dcb8fd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore our wedding planning tools.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4f7971\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The #1 ranked, <span style=\\\"text-decoration: underline;\\\">Helped over 50,000 couples<\\/span> around the country and we look forward to supporting you along your wedding planning journey.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee12fd8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/signature.png\",\"id\":26},\"image_size\":\"full\",\"align\":\"left\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"cc439da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.025,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd2235b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Checklist\",\"description_text\":\"The ultimate wedding checklist to make sure everything gets done.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-checklist\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dcc2afd\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Guest List\",\"description_text\":\"Seamlessly create and manage lists and RSVPs for all your events.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-guest-list\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"36752c2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Budget\",\"description_text\":\"Let us run the numbers and keep your spending on track.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-budget\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"dd6c026\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.006,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d3d772\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Seating Chart\",\"description_text\":\"Drag and drop from your list to assign each guest a seat.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-seating-chart\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"107bc33\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Vendor Manager\",\"description_text\":\"Quickly find, manage, and message your favorite vendors.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-vendor-manager\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b13b7fd\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Wedding Website\",\"description_text\":\"Easily create a custom wedding website \",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-website\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa640f\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":790},\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/bg7.jpg\",\"id\":2050},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"030\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a4b8bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"165e253\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"testimonial_title\":\"Read reviews from couples like you\",\"testimonial_content\":\"\\u2018I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Julianna, Maine\",\"testimonial_job\":\"Wedding 7\\/1\\/19\",\"_id\":\"57f255d\"},{\"testimonial_title\":\"Over 3 million reviews\",\"testimonial_content\":\"\\u2018Such a great community to be part of. The commitment and service you all provide to the community is just outstanding.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Wedding 7\\/5\\/19\",\"_id\":\"f4645aa\"},{\"testimonial_title\":\"Read reviews from couples like you\",\"testimonial_content\":\"\\u2018I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Michael\",\"testimonial_job\":\"Wedding 23\\/8\\/19\",\"_id\":\"3f456be\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"name_text_color\":\"#ffffff\",\"backgroud_dot\":\"#ffffff\",\"backgroud_dot_active\":\"#ffffff\",\"enable_carousel\":\"yes\",\"column_tablet\":\"1\",\"column_mobile\":\"1\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"carousel_dot_color_hover\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"title_color\":\"#ffffff\",\"name_line_color\":\"#ffffff\",\"job_text_color\":\"#ffffff\",\"job_dot_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"opal-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"029d86b\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/img-decor5.png\",\"id\":2112},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":60},\"osf_section_parallax_position_v\":{\"unit\":\"px\",\"size\":150},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":20,\"_id\":\"5d6d0c2\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/bg9.jpg\",\"id\":2089},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"css_classes\":\"overflow-hidden\"},\"elements\":[{\"id\":\"a034bff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"86f9cf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plan on the go with the<br> Dreama app\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"px\",\"size\":55},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0df230d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"From venue tours to cake tastings, get the Dreama App to plan anytime, anywhere.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"484b165\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"f788735\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.832,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c69f1a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/bn8.jpg\",\"id\":2105},\"image_size\":\"full\",\"align\":\"right\",\"align_mobile\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":106},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f52cdc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.168,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"db1ab11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/bn9.jpg\",\"id\":2106},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a2d8676\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c728ddf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"gradient\",\"background_color\":\"#fbe6ce\",\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b\":\"#e8b175\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":80,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a4d5fc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4330864\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your free planning tools\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"px\",\"size\":55},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"title_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f774ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedding planning has never been easier.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14db5a4\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"\",\"decor_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text\":\"Sign up\",\"align\":\"center\",\"typography_typography\":\"custom\",\"button_text_color\":\"#000000\",\"background_color\":\"#fbe6ce\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"60\",\"bottom\":\"18\",\"left\":\"60\",\"isLinked\":false},\"button_background_hover_color\":\"#e8b275\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5144,2039,'_elementor_version','0.4'),(5145,2039,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(5147,2041,'inline_featured_image','0'),(5148,2041,'inline_featured_image','0'),(5149,2041,'_wp_page_template','default'),(5150,2041,'slide_template','default'),(5151,2041,'osf_enable_sidebar_page','0'),(5152,2041,'osf_sidebar_width','320'),(5153,2041,'osf_enable_page_heading','1'),(5154,2041,'osf_enable_full_page','0'),(5155,2041,'osf_enable_custom_header','1'),(5156,2041,'osf_header_layout','header-2-2'),(5157,2041,'osf_enable_breadcrumb','0'),(5158,2041,'osf_enable_custom_footer','0'),(5159,2041,'osf_footer_padding_top','0'),(5160,2041,'osf_enable_fixed_footer','0'),(5161,2041,'_elementor_edit_mode','builder'),(5162,2041,'_elementor_template_type','post'),(5163,2041,'_elementor_data','[{\"id\":\"d2cd683\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.75\"},\"content_position\":\"middle\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":376,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/Couple-Hyper.jpg\",\"id\":610},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b2dee8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.85\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a8e98c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1077\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"49d2cb6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"62d5aeb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74fd56f0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"1.8\"},\"color\":\"rgba(99,115,129,0.3)\",\"width\":{\"unit\":\"px\",\"size\":\"50\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap\":{\"unit\":\"px\",\"size\":\"2\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"65145a7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cLove is a song <\\/br> that never ends.\\u201d\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"68\"},\"_background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"40\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d5dd691\",\"elType\":\"widget\",\"settings\":{\"title\":\"- BAMBI\",\"title_color\":\"rgba(255,255,255,0.96)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.3\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c30f262\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"6864bcb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"70c643b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Congratulations!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a6723f6\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"1.8\"},\"color\":\"rgba(99,115,129,0.3)\",\"width\":{\"unit\":\"px\",\"size\":\"50\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap\":{\"unit\":\"px\",\"size\":\"2\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1874a97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We know picking the right venue is one of the most important and first things on every couples to-do list, so to be considered is an honor. We look forward to working with you.\\u00a0 <strong>Congratulations!\\u00a0<\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a33af73\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"content_position\":\"middle\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#222222\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-38.jpg\",\"id\":3769},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":50},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"background_position_tablet\":\"top center\",\"background_size_tablet\":\"cover\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0.5)\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dcecae8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"1e95e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1395c0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"What makes The Vinewood divine?\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59b70da\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"170\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c1a8b35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"63ce1c4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"7d98f59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.445,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dbee59b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Your Guest List Plus\",\"description_text\":\"The Vinewood seats up to 350 guests, inside for your ceremony and reception.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-seating-chart\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c8bd29a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.555,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a786\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"5.1 Acres to Explore\",\"description_text\":\"When your book a full-day wedding with us, you get exclusive, all-access of the venue. Want your ceremony outside followed by a cocktail hour on the deck, dinner and reception in the main hall and then perhaps back outside for a champagne toast and firework display. It\'s possible (we just need to file a permit with the Fire Chief). You dream it, together we\'ll create it.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"fa fa-tree\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"77d24db\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"3cd6f80\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90929cb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Catering\",\"description_text\":\"Use any caterer you desire, as long as they are licensed and bonded. Alcohol must be purchased through The Vinewood. \",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-guest-list\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"19d77ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"20b5e47\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"D\\u00e9cor, D\\u00e9cor, D\\u00e9cor\",\"description_text\":\"A huge selection of table decorations at your disposal. Plus we have a partnership with Linens by Marlen, who will ensure your tables are the best at a reasonable price.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-vendor-manager\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"87c9f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c6a57c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Wedding Website\",\"description_text\":\"Yes! Your own personalized wedding announcement website, complete with RSVP and register capabilities. Part of your full day wedding ceremony and reception package.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-website\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36065b5\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"05af7d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"88545c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Rates\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"c18bd9d\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223991%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7f468eb\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/Service_bg2.jpg\",\"id\":2156},\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"background_size\":\"initial\",\"background_size_tablet\":\"cover\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"5574e1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ca9e9f\",\"margin\":{\"unit\":\"px\",\"top\":\"-78\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"-50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"80\",\"left\":\"70\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1c2b31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500},\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bc4fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"78f43cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we do\",\"title_color\":\"#fbe6ce\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb6b2e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We encourage wedding planners entrepreneurs share their story online with brand strategy and improve their knowledge as being part of a like-minded community. A supportive community where you can upgrade your career to a new opportunity of a collaborative and solid path to grow, showcase your talent and make more<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.67},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12eb554\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"content_width\":{\"unit\":\"px\",\"size\":500}},\"elements\":[{\"id\":\"48916d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":0,\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"bba38fc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Photography\",\"icon\":\"\",\"_id\":\"5a433e4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Beauty & Health\",\"icon\":\"\",\"_id\":\"cb12c15\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Catering\",\"icon\":\"\",\"_id\":\"757e776\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Videography\",\"icon\":\"\",\"_id\":\"0740ad7\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"text_color\":\"#ffffff\",\"icon_align\":\"right\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"79441f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.898,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"rgba(255,255,255,0.2)\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":200},\"elements\":[{\"id\":\"d769422\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Wedding Planning\",\"icon\":\"\",\"_id\":\"5a433e4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"DJ \\/ music\",\"icon\":\"\",\"_id\":\"cb12c15\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Flowers\",\"icon\":\"\",\"_id\":\"757e776\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Officiant\",\"icon\":\"\",\"_id\":\"0740ad7\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":30},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"feb4d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5164,2041,'_elementor_version','2.6.8'),(5166,2072,'inline_featured_image','0'),(5167,2072,'inline_featured_image','0'),(5168,2072,'_wp_page_template','page-elementor.php'),(5169,2072,'slide_template',''),(5170,2072,'osf_enable_sidebar_page','0'),(5171,2072,'osf_sidebar_width','320'),(5172,2072,'osf_enable_page_heading','1'),(5173,2072,'osf_enable_full_page','0'),(5174,2072,'osf_enable_custom_header','0'),(5175,2072,'osf_header_layout','default'),(5176,2072,'osf_enable_breadcrumb','1'),(5177,2072,'osf_enable_custom_footer','0'),(5178,2072,'osf_footer_padding_top','15'),(5179,2072,'osf_enable_fixed_footer','0'),(5180,2072,'_elementor_edit_mode','builder'),(5181,2072,'_elementor_template_type','post'),(5182,2072,'_elementor_data','[{\"id\":\"a431a02\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a43c60f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0aa7362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gift Registry\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6482cf2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\'re simply grateful for your presence to celebrate the occasion with us!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c25cb0\",\"elType\":\"widget\",\"settings\":{\"brands\":[{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_1.png\",\"id\":1217},\"_id\":\"52f2b07\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_2.png\",\"id\":1219},\"_id\":\"9fbdfb0\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_3.png\",\"id\":1220},\"_id\":\"df490a2\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_4.png\",\"id\":1221},\"_id\":\"75a7980\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_5.png\",\"id\":1223},\"_id\":\"0d6c235\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_6.png\",\"id\":1224},\"_id\":\"78a31e7\"}],\"column\":\"6\",\"column_tablet\":\"3\",\"column_mobile\":\"2\",\"brand_align\":\"center\",\"spacing_image_tablet\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"opal-brand\"},{\"id\":\"ffe03e5\",\"elType\":\"widget\",\"settings\":{\"brands\":[{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b6.png\",\"id\":2150},\"_id\":\"52f2b07\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b5.png\",\"id\":2149},\"_id\":\"9fbdfb0\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b4.png\",\"id\":2148},\"_id\":\"df490a2\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b3.png\",\"id\":2147},\"_id\":\"75a7980\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b2.png\",\"id\":2146},\"_id\":\"0d6c235\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b1.png\",\"id\":2145},\"_id\":\"78a31e7\"}],\"column\":\"6\",\"column_tablet\":\"3\",\"column_mobile\":\"2\",\"brand_align\":\"center\",\"spacing_image_tablet\":{\"unit\":\"px\",\"size\":15},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"opal-brand\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1071427\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"6e36a9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af65b5a\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"List Item\",\"wp_gallery\":[{\"id\":366,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_.jpg\"},{\"id\":368,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_4.jpg\"},{\"id\":323,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_2.jpg\"},{\"id\":369,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_5.jpg\"},{\"id\":322,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_1.jpg\"},{\"id\":367,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_3.jpg\"}],\"_id\":\"ee38163\"}],\"thumbnail_size\":\"full\",\"columns\":\"4\",\"content_delay_time\":\"0.50\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0},\"gutter\":{\"unit\":\"px\",\"size\":0},\"schedule_end_date\":\"2018-11-30 00:00\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(5183,2072,'_elementor_version','0.4'),(14702,4532,'_download_permissions_granted','yes'),(14701,4532,'_paid_date','2019-12-17 18:38:54'),(14700,4532,'_date_paid','1576607934'),(14699,4532,'PayPal Transaction Fee','5.05'),(14698,4532,'_paypal_status','completed'),(14697,4532,'_transaction_id','3LY987254B268632A'),(14696,4532,'Payment type','instant'),(14695,4532,'is_vat_exempt','no'),(14694,4532,'_shipping_address_index','        '),(14676,4532,'_billing_last_name','Cromwell'),(14677,4532,'_billing_address_1','2405 SE Shorewood Crt'),(14678,4532,'_billing_city','Topeka'),(14679,4532,'_billing_state','KS'),(14680,4532,'_billing_postcode','66605'),(14681,4532,'_billing_country','US'),(14682,4532,'_billing_email','dacromwell@hotmail.com'),(14683,4532,'_billing_phone','7856332222'),(14684,4532,'_order_currency','USD'),(14685,4532,'_cart_discount','0'),(14686,4532,'_cart_discount_tax','0'),(14687,4532,'_order_shipping','0.00'),(14688,4532,'_order_shipping_tax','0'),(14689,4532,'_order_tax','13.73'),(14690,4532,'_order_total','163.73'),(14691,4532,'_order_version','3.8.1'),(14692,4532,'_prices_include_tax','no'),(14693,4532,'_billing_address_index','David Cromwell  2405 SE Shorewood Crt  Topeka KS 66605 US dacromwell@hotmail.com 7856332222'),(14661,4531,'_download_permissions_granted','yes'),(14662,4531,'_recorded_sales','yes'),(14663,4531,'_recorded_coupon_usage_counts','yes'),(14664,4531,'_order_stock_reduced','yes'),(14665,4521,'_appointment_user_reminder_sent','1'),(14666,4521,'_appointment_admin_reminder_sent','1'),(14667,4532,'_order_key','wc_order_JU272nKNxeb41'),(14668,4532,'_customer_user','0'),(14669,4532,'_payment_method','paypal'),(14670,4532,'_payment_method_title','PayPal'),(14671,4532,'_customer_ip_address','72.209.185.164'),(14672,4532,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,3;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Sprint]'),(14673,4532,'_created_via','checkout'),(14674,4532,'_cart_hash','8585d63bb2804d506a2af98de5ff1f8c'),(14675,4532,'_billing_first_name','David'),(14660,4531,'_paid_date','2019-12-15 04:01:53'),(14659,4531,'_date_paid','1576382513'),(14569,4529,'_billing_city','Topeka'),(14570,4529,'_billing_state','KS'),(14571,4529,'_billing_postcode','66610'),(14572,4529,'_billing_country','US'),(14573,4529,'_billing_email','Grahamka@aol.com'),(14574,4529,'_billing_phone','785-640-6557'),(14575,4529,'_order_currency','USD'),(14576,4529,'_cart_discount','0'),(14577,4529,'_cart_discount_tax','0'),(14578,4529,'_order_shipping','0.00'),(14579,4529,'_order_shipping_tax','0'),(14580,4529,'_order_tax','0'),(14581,4529,'_order_total','150.00'),(14582,4529,'_order_version','3.8.1'),(14583,4529,'_prices_include_tax','no'),(14584,4529,'_billing_address_index','Kathy Graham  5806 SW Clarion Lakes Way  Topeka KS 66610 US Grahamka@aol.com 785-640-6557'),(14585,4529,'_shipping_address_index','        '),(14586,4529,'is_vat_exempt','no'),(14587,4529,'Payment type','instant'),(14588,4529,'_transaction_id','50F53684AF9724415'),(14589,4529,'_paypal_status','completed'),(14590,4529,'PayPal Transaction Fee','4.65'),(14591,4529,'_date_paid','1576350576'),(14592,4529,'_paid_date','2019-12-14 19:09:36'),(14593,4529,'_download_permissions_granted','yes'),(14594,4529,'_recorded_sales','yes'),(14595,4529,'_recorded_coupon_usage_counts','yes'),(14596,4529,'_order_stock_reduced','yes'),(14597,4530,'_order_key','wc_order_QjFdPJKbVRz8E'),(14598,4530,'_customer_user','0'),(14599,4530,'_payment_method','paypal'),(14600,4530,'_payment_method_title','PayPal'),(14601,4530,'_customer_ip_address','24.255.253.107'),(14602,4530,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Safari/605.1.15'),(14603,4530,'_created_via','checkout'),(14604,4530,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(14605,4530,'_billing_first_name','Janelle'),(14606,4530,'_billing_last_name','Liska'),(14607,4530,'_billing_address_1','2849 SW Herefordshire Rd'),(14608,4530,'_billing_city','Topeka'),(14609,4530,'_billing_state','KS'),(14610,4530,'_billing_postcode','66614'),(14611,4530,'_billing_country','US'),(14612,4530,'_billing_email','jjliska@cox.net'),(14613,4530,'_billing_phone','7856407319'),(14614,4530,'_order_currency','USD'),(14615,4530,'_cart_discount','0'),(14616,4530,'_cart_discount_tax','0'),(14617,4530,'_order_shipping','0.00'),(14618,4530,'_order_shipping_tax','0'),(14619,4530,'_order_tax','0'),(14620,4530,'_order_total','150.00'),(14621,4530,'_order_version','3.8.1'),(14622,4530,'_prices_include_tax','no'),(14623,4530,'_billing_address_index','Janelle Liska  2849 SW Herefordshire Rd  Topeka KS 66614 US jjliska@cox.net 7856407319'),(14624,4530,'_shipping_address_index','        '),(14625,4530,'is_vat_exempt','no'),(14626,4531,'_order_key','wc_order_6NnwBevUM1xS6'),(14627,4531,'_customer_user','0'),(14628,4531,'_payment_method','paypal'),(14629,4531,'_payment_method_title','PayPal'),(14630,4531,'_customer_ip_address','24.255.253.107'),(14631,4531,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(14632,4531,'_created_via','checkout'),(14633,4531,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(14634,4531,'_billing_first_name','Janelle'),(14635,4531,'_billing_last_name','Liska'),(14636,4531,'_billing_address_1','2849 SW Herefordshire Rd.'),(14637,4531,'_billing_city','Tooeka'),(14638,4531,'_billing_state','KS'),(14639,4531,'_billing_postcode','66614'),(14640,4531,'_billing_country','US'),(14641,4531,'_billing_email','jjluska@cox.net'),(14642,4531,'_billing_phone','7856407319'),(14643,4531,'_order_currency','USD'),(14644,4531,'_cart_discount','0'),(14645,4531,'_cart_discount_tax','0'),(14646,4531,'_order_shipping','0.00'),(14647,4531,'_order_shipping_tax','0'),(14648,4531,'_order_tax','0'),(14649,4531,'_order_total','150.00'),(14650,4531,'_order_version','3.8.1'),(14651,4531,'_prices_include_tax','no'),(14652,4531,'_billing_address_index','Janelle Liska  2849 SW Herefordshire Rd.  Tooeka KS 66614 US jjluska@cox.net 7856407319'),(14653,4531,'_shipping_address_index','        '),(14654,4531,'is_vat_exempt','no'),(14655,4531,'Payment type','instant'),(14656,4531,'_transaction_id','5P474810JN978313P'),(14657,4531,'_paypal_status','completed'),(14658,4531,'PayPal Transaction Fee','4.65'),(9346,3991,'_elementor_page_settings','a:35:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}}'),(5252,2623,'inline_featured_image','0'),(5253,2623,'inline_featured_image','0'),(5254,2623,'_elementor_edit_mode','builder'),(5255,2623,'_elementor_template_type','post'),(5256,2623,'_wp_page_template','default'),(5257,2623,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(5258,2623,'_elementor_data','[{\"id\":\"4515b3b\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"81b5020\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a5019f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our amazing work\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43aade8\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"c226d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ee6660d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":9,\"gutter\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"show_filter_bar\":\"yes\",\"content_delay_time\":\"0.50\",\"text\":\"View more weddings\",\"typography_filter_typography\":\"custom\",\"typography_filter_font_family\":\"Muli\",\"typography_filter_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"background_filter_hover_background\":\"classic\",\"background_filter_hover_color\":\"#fbe6ce\",\"filter_spacing\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"opal-portfolio\"}],\"isInner\":false}],\"isInner\":false}]'),(5259,2623,'_elementor_version','0.4'),(5260,2623,'_wxr_import_has_attachment_refs','1'),(5277,2679,'inline_featured_image','0'),(5278,2679,'inline_featured_image','0'),(5279,2679,'_wp_page_template','default'),(5280,2679,'slide_template','default'),(5281,2679,'osf_enable_sidebar_page','0'),(5282,2679,'osf_sidebar_width','320'),(5283,2679,'osf_enable_page_heading','1'),(5284,2679,'osf_enable_full_page','0'),(5285,2679,'osf_enable_custom_header','0'),(5286,2679,'osf_header_layout','default'),(5287,2679,'osf_enable_breadcrumb','1'),(5288,2679,'osf_enable_custom_footer','0'),(5289,2679,'osf_footer_padding_top','15'),(5290,2679,'osf_enable_fixed_footer','0'),(5315,2737,'_form','<div>[text* text-140 your-name placeholder \"Your Name\"][email* email-865 your-email placeholder \"Email Address\"][select menu-912 \"2 Guests\" \"1 Guest\"][select menu-913 \"The Rehearsal Dinner\" \"The Ceremony\" \"The Afterparty\" \"All of the above\"][textarea your-message x3 placeholder \"Need to share something?\"][submit \"SEND\"]</div>'),(5316,2737,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:57:\"The Historic Vinewood <wordpress@thehistoricvinewood.com>\";s:9:\"recipient\";s:29:\"thehistoricvinewood@gmail.com\";s:4:\"body\";s:191:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5317,2737,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5318,2737,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(5319,2737,'_additional_settings',''),(5320,2737,'_locale','en_US'),(12176,4357,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:943600;s:10:\"size_after\";i:943600;s:4:\"time\";d:0.8200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50922;s:10:\"size_after\";i:50922;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:138035;s:10:\"size_after\";i:138035;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162624;s:10:\"size_after\";i:162624;s:4:\"time\";d:0.08;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:194603;s:10:\"size_after\";i:194603;s:4:\"time\";d:0.46;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24056;s:10:\"size_after\";i:24056;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162624;s:10:\"size_after\";i:162624;s:4:\"time\";d:0.08;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24056;s:10:\"size_after\";i:24056;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162624;s:10:\"size_after\";i:162624;s:4:\"time\";d:0.08;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24056;s:10:\"size_after\";i:24056;s:4:\"time\";d:0.03;}}}'),(12177,4357,'_wp_attachment_image_alt','The Carolyn Sills Combo'),(20102,4798,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15'),(19332,4764,'mec_date','2020-02-07:2020-02-07'),(19333,4764,'mec_ticket_id',',1,1,'),(19334,4764,'mec_booking_time','2020-02-07 03:24:07'),(19335,4764,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405459\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405459\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19336,4764,'mec_price','22.1192'),(19337,4764,'mec_gateway','MEC_gateway_woocommerce'),(19338,4764,'mec_gateway_label','Pay by WooCommerce'),(19339,4763,'_download_permissions_granted','yes'),(19340,4763,'_recorded_sales','yes'),(19341,4763,'_recorded_coupon_usage_counts','yes'),(19342,4763,'_order_stock_reduced','yes'),(19347,4765,'_order_currency','USD'),(19348,4765,'_cart_discount','0'),(19349,4765,'_cart_discount_tax','0'),(19350,4765,'_order_shipping','0'),(19351,4765,'_order_shipping_tax','0'),(19352,4765,'_order_tax','0'),(19353,4765,'_order_total','55.30'),(19354,4765,'_order_version','3.9.1'),(19355,4765,'_prices_include_tax','no'),(19356,4765,'_billing_address_index','          '),(19357,4765,'_shipping_address_index','        '),(19358,4765,'_mec_transaction_id','KGR79460'),(19359,4765,'_billing_first_name','Beverly'),(19360,4765,'_billing_last_name','Austin'),(19361,4765,'_shipping_first_name','Beverly'),(19362,4765,'_shipping_last_name','Austin'),(19363,4765,'_shipping_email','bevaustin415@gmail.com'),(19364,4765,'_billing_email',''),(19365,4765,'_payment_method','paypal'),(19366,4765,'_payment_method_title','PayPal'),(19367,4765,'Payment type','instant'),(19368,4765,'_transaction_id','6RD37049DB396752D'),(19369,4765,'_paypal_status','completed'),(19370,4765,'PayPal Transaction Fee','1.90'),(19371,4765,'_date_completed','1581184213'),(19372,4765,'_date_paid','1581184213'),(19373,4765,'_paid_date','2020-02-08 17:50:13'),(19374,4765,'_completed_date','2020-02-08 17:50:13'),(19375,4766,'_elementor_controls_usage','a:0:{}'),(19376,4766,'mec_verified','1'),(19377,4766,'mec_verification_key','d4f2249991d1ec53bf629f75aaeaf465'),(19378,4766,'mec_cancellation_key','771eb798d16fb83ab99cd13da0ec5a58'),(19379,4766,'mec_confirmed','1'),(19380,4766,'mec_transaction_id','KGR79460'),(19381,4766,'mec_event_id','4615'),(19382,4766,'mec_date','2020-02-14:2020-02-14'),(19383,4766,'mec_ticket_id',',2,2,'),(19384,4766,'mec_booking_time','2020-02-08 17:50:13'),(19385,4766,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19386,4766,'mec_price','55.298'),(19387,4766,'mec_gateway','MEC_gateway_woocommerce'),(19388,4766,'mec_gateway_label','Pay by WooCommerce'),(19389,4765,'_download_permissions_granted','yes'),(19390,4765,'_recorded_sales','yes'),(19391,4765,'_recorded_coupon_usage_counts','yes'),(19392,4765,'_order_stock_reduced','yes'),(19393,4767,'_order_key','wc_order_RReDzPo43jNji'),(19394,4767,'_customer_user','29'),(19395,4767,'_customer_ip_address','70.179.152.163'),(19396,4767,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(19397,4767,'_order_currency','USD'),(19398,4767,'_cart_discount','0'),(19399,4767,'_cart_discount_tax','0'),(19400,4767,'_order_shipping','0'),(19401,4767,'_order_shipping_tax','0'),(19402,4767,'_order_tax','0'),(19403,4767,'_order_total','55.30'),(19404,4767,'_order_version','3.9.1'),(19405,4767,'_prices_include_tax','no'),(19406,4767,'_billing_address_index','          '),(19407,4767,'_shipping_address_index','        '),(19408,4767,'_mec_transaction_id','TMV72455'),(19409,4767,'_billing_first_name','Everett'),(19410,4767,'_billing_last_name','Humbert'),(19411,4767,'_shipping_first_name','Everett'),(19412,4767,'_shipping_last_name','Humbert'),(19413,4767,'_shipping_email','ehumbert@cox.net'),(19414,4767,'_billing_email',''),(19415,4767,'_payment_method','paypal'),(19416,4767,'_payment_method_title','PayPal'),(19417,4767,'Payment type','instant'),(19418,4767,'_transaction_id','44U15670HB131805P'),(19419,4767,'_paypal_status','completed'),(19420,4767,'PayPal Transaction Fee','1.90'),(19421,4767,'_date_completed','1581185102'),(19422,4767,'_date_paid','1581185102'),(19423,4767,'_paid_date','2020-02-08 18:05:02'),(19424,4767,'_completed_date','2020-02-08 18:05:02'),(19425,4768,'_elementor_controls_usage','a:0:{}'),(19426,4768,'mec_verified','1'),(19427,4768,'mec_verification_key','74c7c522d8a5081707e7067e55ec9b27'),(19428,4768,'mec_cancellation_key','71d173df14ef7086ee6ecf499399a7a5'),(19429,4768,'mec_confirmed','1'),(19430,4768,'mec_transaction_id','TMV72455'),(19431,4768,'mec_event_id','4615'),(19432,4768,'mec_date','2020-02-14:2020-02-14'),(19433,4768,'mec_ticket_id',',2,2,'),(19434,4768,'mec_booking_time','2020-02-08 18:05:02'),(19435,4768,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063872\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063872\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19436,4768,'mec_price','55.298'),(19437,4768,'mec_gateway','MEC_gateway_woocommerce'),(19438,4768,'mec_gateway_label','Pay by WooCommerce'),(19439,4767,'_download_permissions_granted','yes'),(19440,4767,'_recorded_sales','yes'),(19441,4767,'_recorded_coupon_usage_counts','yes'),(19442,4767,'_order_stock_reduced','yes'),(19443,4769,'_order_key','wc_order_DlZcjiaqQc2NS'),(19444,4769,'_customer_user','0'),(19445,4769,'_customer_ip_address','68.103.123.244'),(19446,4769,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G955U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.87 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/256.0.0.39.117;]'),(19447,4769,'_order_currency','USD'),(19448,4769,'_cart_discount','0'),(19449,4769,'_cart_discount_tax','0'),(19450,4769,'_order_shipping','0'),(19451,4769,'_order_shipping_tax','0'),(19452,4769,'_order_tax','0'),(19453,4769,'_order_total','27.65'),(19454,4769,'_order_version','3.9.1'),(19455,4769,'_prices_include_tax','no'),(19456,4769,'_billing_address_index','          '),(19457,4769,'_shipping_address_index','        '),(19458,4769,'_mec_transaction_id','NAL53720'),(19459,4769,'_billing_first_name','Tiffany'),(19460,4769,'_billing_last_name','Pryor'),(19461,4769,'_shipping_first_name','Tiffany'),(19462,4769,'_shipping_last_name','Pryor'),(19463,4769,'_shipping_email','iteachhsart@gmail.com'),(19464,4769,'_billing_email','iteachhsart@gmail.com'),(19465,4770,'_order_key','wc_order_3d7RdFhUtIaGt'),(19466,4770,'_customer_user','0'),(19467,4770,'_customer_ip_address','68.103.123.244'),(19468,4770,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G955U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.87 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/256.0.0.39.117;]'),(19469,4770,'_order_currency','USD'),(19470,4770,'_cart_discount','0'),(19471,4770,'_cart_discount_tax','0'),(19472,4770,'_order_shipping','0'),(19473,4770,'_order_shipping_tax','0'),(19474,4770,'_order_tax','0'),(19475,4770,'_order_total','27.65'),(19476,4770,'_order_version','3.9.1'),(19477,4770,'_prices_include_tax','no'),(19478,4770,'_billing_address_index','          '),(19479,4770,'_shipping_address_index','        '),(19480,4770,'_mec_transaction_id','FCU69009'),(19481,4770,'_billing_first_name','Tiffany'),(19482,4770,'_billing_last_name','Pryor'),(19483,4770,'_shipping_first_name','Tiffany'),(19484,4770,'_shipping_last_name','Pryor'),(19485,4770,'_shipping_email','iteachhsart@gmail.com'),(19486,4770,'_billing_email','iteachhsart@gmail.com'),(19487,4770,'_payment_method','paypal'),(19488,4770,'_payment_method_title','PayPal'),(19489,4771,'_order_key','wc_order_I8ABENnIg6m3H'),(19490,4771,'_customer_user','0'),(19491,4771,'_customer_ip_address','68.103.123.244'),(19492,4771,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G955U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.87 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/256.0.0.39.117;]'),(19493,4771,'_order_currency','USD'),(19494,4771,'_cart_discount','0'),(19495,4771,'_cart_discount_tax','0'),(19496,4771,'_order_shipping','0'),(19497,4771,'_order_shipping_tax','0'),(19498,4771,'_order_tax','0'),(19499,4771,'_order_total','27.65'),(19500,4771,'_order_version','3.9.1'),(19501,4771,'_prices_include_tax','no'),(19502,4771,'_billing_address_index','          '),(19503,4771,'_shipping_address_index','        '),(19504,4771,'_mec_transaction_id','ADS31990'),(19505,4771,'_billing_first_name','Tiffany'),(19506,4771,'_billing_last_name','Pryor'),(19507,4771,'_shipping_first_name','Tiffany'),(19508,4771,'_shipping_last_name','Pryor'),(19509,4771,'_shipping_email','iteachhsart@gmail.com'),(19510,4771,'_billing_email','iteachhsart@gmail.com'),(19511,4771,'_payment_method','paypal'),(19512,4771,'_payment_method_title','PayPal'),(19513,4772,'_order_key','wc_order_TDA4gQ9eWBS0u'),(19514,4772,'_customer_user','49'),(19515,4772,'_customer_ip_address','68.103.123.244'),(19516,4772,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G955U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.87 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/256.0.0.39.117;]'),(19517,4772,'_order_currency','USD'),(19518,4772,'_cart_discount','0'),(19519,4772,'_cart_discount_tax','0'),(19520,4772,'_order_shipping','0'),(19521,4772,'_order_shipping_tax','0'),(19522,4772,'_order_tax','0'),(19523,4772,'_order_total','27.65'),(19524,4772,'_order_version','3.9.1'),(19525,4772,'_prices_include_tax','no'),(19526,4772,'_billing_address_index','          '),(19527,4772,'_shipping_address_index','        '),(19528,4772,'_mec_transaction_id','MNV23385'),(19529,4772,'_billing_first_name','Tiffany'),(19530,4772,'_billing_last_name','Pryor'),(19531,4772,'_shipping_first_name','Tiffany'),(19532,4772,'_shipping_last_name','Pryor'),(19533,4772,'_shipping_email','iteachhsart@gmail.com'),(19534,4772,'_billing_email',''),(19535,4772,'_payment_method','paypal'),(19536,4772,'_payment_method_title','PayPal'),(19537,4772,'Payment type','instant'),(19538,4772,'_transaction_id','87G46427GK3086529'),(19539,4772,'_paypal_status','completed'),(19540,4772,'PayPal Transaction Fee','1.10'),(19541,4772,'_date_completed','1581195919'),(19542,4772,'_date_paid','1581195919'),(19543,4772,'_paid_date','2020-02-08 21:05:19'),(19544,4772,'_completed_date','2020-02-08 21:05:19'),(19545,4773,'_elementor_controls_usage','a:0:{}'),(19546,4773,'mec_verified','1'),(19547,4773,'mec_verification_key','3b85dc16f71f8487f42104cf2e0dfec1'),(19548,4773,'mec_cancellation_key','7a81b9c72932ab6303ff7c900234e2ea'),(19549,4773,'mec_confirmed','1'),(19550,4773,'mec_transaction_id','MNV23385'),(19551,4773,'mec_event_id','4615'),(19552,4773,'mec_date','2020-02-14:2020-02-14'),(19553,4773,'mec_ticket_id',',2,'),(19554,4773,'mec_booking_time','2020-02-08 21:05:19'),(19555,4773,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}'),(19556,4773,'mec_price','27.649'),(19557,4773,'mec_gateway','MEC_gateway_woocommerce'),(19558,4773,'mec_gateway_label','Pay by WooCommerce'),(19559,4772,'_download_permissions_granted','yes'),(19560,4772,'_recorded_sales','yes'),(19561,4772,'_recorded_coupon_usage_counts','yes'),(19562,4772,'_order_stock_reduced','yes'),(19563,4774,'_order_key','wc_order_gcVt6LhLeaPAl'),(19564,4774,'_customer_user','0'),(19565,4774,'_customer_ip_address','107.77.209.228'),(19566,4774,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/13.2.2;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]'),(19567,4774,'_order_currency','USD'),(19568,4774,'_cart_discount','0'),(19569,4774,'_cart_discount_tax','0'),(19570,4774,'_order_shipping','0'),(19571,4774,'_order_shipping_tax','0'),(19572,4774,'_order_tax','0'),(19573,4774,'_order_total','22.12'),(19574,4774,'_order_version','3.9.1'),(19575,4774,'_prices_include_tax','no'),(19576,4774,'_billing_address_index','          '),(19577,4774,'_shipping_address_index','        '),(19578,4774,'_mec_transaction_id','HCX87127'),(19579,4774,'_billing_first_name','Ronald'),(19580,4774,'_billing_last_name','Whitmire'),(19581,4774,'_shipping_first_name','Ronald'),(19582,4774,'_shipping_last_name','Whitmire'),(19583,4774,'_shipping_email','Ronwhtm2@aol.com'),(19584,4774,'_billing_email','Ronwhtm2@aol.com'),(19585,4774,'_payment_method','paypal'),(19586,4774,'_payment_method_title','PayPal'),(19587,4775,'_order_key','wc_order_Ldy4aeOdYafXY'),(19588,4775,'_customer_user','58'),(19589,4775,'_customer_ip_address','107.77.209.228'),(19590,4775,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/13.2.2;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]'),(19591,4775,'_order_currency','USD'),(19592,4775,'_cart_discount','0'),(19593,4775,'_cart_discount_tax','0'),(19594,4775,'_order_shipping','0'),(19595,4775,'_order_shipping_tax','0'),(19596,4775,'_order_tax','0'),(19597,4775,'_order_total','22.12'),(19598,4775,'_order_version','3.9.1'),(19599,4775,'_prices_include_tax','no'),(19600,4775,'_billing_address_index','          '),(19601,4775,'_shipping_address_index','        '),(19602,4775,'_mec_transaction_id','RJU40256'),(19603,4775,'_billing_first_name','Ronald'),(19604,4775,'_billing_last_name','Whitmire'),(19605,4775,'_shipping_first_name','Ronald'),(19606,4775,'_shipping_last_name','Whitmire'),(19607,4775,'_shipping_email','Ronwhtm2@aol.com'),(19608,4775,'_billing_email',''),(19609,4775,'_payment_method','paypal'),(19610,4775,'_payment_method_title','PayPal'),(19611,4775,'Payment type','instant'),(19612,4775,'_transaction_id','3MP90800C54631931'),(19613,4775,'_paypal_status','completed'),(19614,4775,'PayPal Transaction Fee','0.94'),(19615,4775,'_date_completed','1581218520'),(19616,4775,'_date_paid','1581218520'),(19617,4775,'_paid_date','2020-02-09 03:22:00'),(19618,4775,'_completed_date','2020-02-09 03:22:00'),(19619,4776,'_elementor_controls_usage','a:0:{}'),(19620,4776,'mec_verified','1'),(19621,4776,'mec_verification_key','e61b21096449b9154375fd83caf60b17'),(19622,4776,'mec_cancellation_key','0be492ac27bcaadb4d376a2abb80a25a'),(19623,4776,'mec_confirmed','1'),(19624,4776,'mec_transaction_id','RJU40256'),(19625,4776,'mec_event_id','4615'),(19626,4776,'mec_date','2020-02-14:2020-02-14'),(19627,4776,'mec_ticket_id',',1,1,'),(19628,4776,'mec_booking_time','2020-02-09 03:22:00'),(19629,4776,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Ronald Whitmire\";s:5:\"email\";s:16:\"Ronwhtm2@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Ronald Whitmire\";s:5:\"email\";s:16:\"Ronwhtm2@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19630,4776,'mec_price','22.1192'),(19631,4776,'mec_gateway','MEC_gateway_woocommerce'),(19632,4776,'mec_gateway_label','Pay by WooCommerce'),(19633,4775,'_download_permissions_granted','yes'),(19634,4775,'_recorded_sales','yes'),(19635,4775,'_recorded_coupon_usage_counts','yes'),(19636,4775,'_order_stock_reduced','yes'),(19637,4777,'_order_key','wc_order_8rrNelGjBD7pv'),(19638,4777,'_customer_user','0'),(19639,4777,'_customer_ip_address','204.10.236.120'),(19640,4777,'_customer_user_agent','Mozilla/5.0 (Linux; Android 8.0.0; SM-G930VL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36'),(19641,4777,'_order_currency','USD'),(19642,4777,'_cart_discount','0'),(19643,4777,'_cart_discount_tax','0'),(19644,4777,'_order_shipping','0'),(19645,4777,'_order_shipping_tax','0'),(19646,4777,'_order_tax','0'),(19647,4777,'_order_total','55.30'),(19648,4777,'_order_version','3.9.1'),(19649,4777,'_prices_include_tax','no'),(19650,4777,'_billing_address_index','          '),(19651,4777,'_shipping_address_index','        '),(19652,4777,'_mec_transaction_id','KXJ93939'),(19653,4777,'_billing_first_name','Carolyn'),(19654,4777,'_billing_last_name','Kilian'),(19655,4777,'_shipping_first_name','Carolyn'),(19656,4777,'_shipping_last_name','Kilian'),(19657,4777,'_shipping_email','ckilian788@gmail.com'),(19658,4777,'_billing_email','ckilian788@gmail.com'),(19659,4778,'_order_key','wc_order_D4rDQ3GFaRHzG'),(19660,4778,'_customer_user','59'),(19661,4778,'_customer_ip_address','204.10.236.120'),(19662,4778,'_customer_user_agent','Mozilla/5.0 (Linux; Android 8.0.0; SM-G930VL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36'),(19663,4778,'_order_currency','USD'),(19664,4778,'_cart_discount','0'),(19665,4778,'_cart_discount_tax','0'),(19666,4778,'_order_shipping','0'),(19667,4778,'_order_shipping_tax','0'),(19668,4778,'_order_tax','0'),(19669,4778,'_order_total','55.30'),(19670,4778,'_order_version','3.9.1'),(19671,4778,'_prices_include_tax','no'),(19672,4778,'_billing_address_index','Carolyn Austin         ckilian788@gmail.com '),(19673,4778,'_shipping_address_index','        '),(19674,4778,'_mec_transaction_id','CQG79759'),(19675,4778,'_billing_first_name','Carolyn'),(19676,4778,'_billing_last_name','Austin '),(19677,4778,'_shipping_first_name','Carolyn'),(19678,4778,'_shipping_last_name','Austin '),(19679,4778,'_shipping_email','ckilian788@gmail.com'),(19680,4778,'_billing_email','ckilian788@gmail.com'),(19681,4778,'_payment_method','paypal'),(19682,4778,'_payment_method_title','PayPal'),(19683,4778,'Payment type','instant'),(19684,4778,'_transaction_id','6CK38284TC0442925'),(19685,4778,'_paypal_status','completed'),(19686,4778,'PayPal Transaction Fee','1.90'),(19687,4778,'_date_completed','1581294113'),(19688,4778,'_date_paid','1581294113'),(19689,4778,'_paid_date','2020-02-10 00:21:53'),(19690,4778,'_completed_date','2020-02-10 00:21:53'),(19691,4779,'_elementor_controls_usage','a:0:{}'),(19692,4779,'mec_verified','1'),(19693,4779,'mec_verification_key','cda20983c08235a1227f0ce9fe9da27c'),(19694,4779,'mec_cancellation_key','acec0c9840376e13c2c1e5fe03b2eb77'),(19695,4779,'mec_confirmed','1'),(19696,4779,'mec_transaction_id','CQG79759'),(19697,4779,'mec_event_id','4615'),(19698,4779,'mec_date','2020-02-14:2020-02-14'),(19699,4779,'mec_ticket_id',',2,2,'),(19700,4779,'mec_booking_time','2020-02-10 00:21:54'),(19701,4779,'mec_attendees','a:2:{i:0;a:5:{s:4:\"name\";s:15:\"Carolyn Austin \";s:5:\"email\";s:20:\"ckilian788@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858060062\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:5:\"Todd \";s:5:\"email\";s:20:\"ckilian788@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858060062\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}'),(19702,4779,'mec_price','55.298'),(19703,4779,'mec_gateway','MEC_gateway_woocommerce'),(19704,4779,'mec_gateway_label','Pay by WooCommerce'),(19705,4778,'_download_permissions_granted','yes'),(19706,4778,'_recorded_sales','yes'),(19707,4778,'_recorded_coupon_usage_counts','yes'),(19708,4778,'_order_stock_reduced','yes'),(19709,4780,'_order_key','wc_order_BVbK14FXFGekM'),(19710,4780,'_customer_user','60'),(19711,4780,'_customer_ip_address','99.203.93.172'),(19712,4780,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1'),(19713,4780,'_order_currency','USD'),(19714,4780,'_cart_discount','0'),(19715,4780,'_cart_discount_tax','0'),(19716,4780,'_order_shipping','0'),(19717,4780,'_order_shipping_tax','0'),(19718,4780,'_order_tax','0'),(19719,4780,'_order_total','55.30'),(19720,4780,'_order_version','3.9.1'),(19721,4780,'_prices_include_tax','no'),(19722,4780,'_billing_address_index','          '),(19723,4780,'_shipping_address_index','        '),(19724,4780,'_mec_transaction_id','BAN97461'),(19725,4780,'_billing_first_name','Jennifer'),(19726,4780,'_billing_last_name','Kirmse '),(19727,4780,'_shipping_first_name','Jennifer'),(19728,4780,'_shipping_last_name','Kirmse '),(19729,4780,'_shipping_email','jenniferkirmse25@gmail.com'),(19730,4780,'_billing_email',''),(19731,4780,'_payment_method','paypal'),(19732,4780,'_payment_method_title','PayPal'),(19733,4780,'Payment type','instant'),(19734,4780,'_transaction_id','6NB106568F368994C'),(19735,4780,'_paypal_status','completed'),(19736,4780,'PayPal Transaction Fee','1.90'),(19737,4780,'_date_completed','1581304160'),(19738,4780,'_date_paid','1581304160'),(19739,4780,'_paid_date','2020-02-10 03:09:20'),(19740,4780,'_completed_date','2020-02-10 03:09:20'),(19741,4781,'_elementor_controls_usage','a:0:{}'),(19742,4781,'mec_verified','1'),(19743,4781,'mec_verification_key','106851b3fac87e81b68fa756111dbef5'),(19744,4781,'mec_cancellation_key','22d89a1a6b1e1f551def4bb60e50e8d4'),(19745,4781,'mec_confirmed','1'),(19746,4781,'mec_transaction_id','BAN97461'),(19747,4781,'mec_event_id','4615'),(19748,4781,'mec_date','2020-02-14:2020-02-14'),(19749,4781,'mec_ticket_id',',2,2,'),(19750,4781,'mec_booking_time','2020-02-10 03:09:20'),(19751,4781,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Jennifer Kirmse \";s:5:\"email\";s:26:\"jenniferkirmse25@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859695600\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Jennifer Kirmse \";s:5:\"email\";s:26:\"jenniferkirmse25@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859695600\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19752,4781,'mec_price','55.298'),(19753,4781,'mec_gateway','MEC_gateway_woocommerce'),(19754,4781,'mec_gateway_label','Pay by WooCommerce'),(19755,4780,'_download_permissions_granted','yes'),(19756,4780,'_recorded_sales','yes'),(19757,4780,'_recorded_coupon_usage_counts','yes'),(19758,4780,'_order_stock_reduced','yes'),(19759,4782,'_elementor_controls_usage','a:0:{}'),(19760,4782,'_appointment_title','Tour The Vinewood'),(19761,4782,'_appointment_guest_name','Maribel '),(19762,4782,'_appointment_guest_surname','Gonzales'),(19763,4782,'_appointment_guest_email','morenogonzales86@yahoo.com'),(19764,4782,'_appointment_timestamp','1581444000'),(19765,4782,'_appointment_timeslot','1800-1900'),(19766,4782,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>Renew our vows </p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Reception only</p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>200</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>September 12 2020</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Friend / Referral </p><p class=\"cf-meta-value\"><strong>Phone Number</strong><br>785-633-2747</p>'),(19767,4782,'_booked_wc_time_created','1581362076'),(19768,4782,'_booked_wc_date_created','2020-02-10 19:14:36'),(19769,4783,'_order_key','wc_order_gFKNwOKup67Xl'),(19770,4783,'_customer_user','61'),(19771,4783,'_customer_ip_address','108.80.47.154'),(19772,4783,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36'),(19773,4783,'_order_currency','USD'),(19774,4783,'_cart_discount','0'),(19775,4783,'_cart_discount_tax','0'),(19776,4783,'_order_shipping','0'),(19777,4783,'_order_shipping_tax','0'),(19778,4783,'_order_tax','0'),(19779,4783,'_order_total','55.30'),(19780,4783,'_order_version','3.9.1'),(19781,4783,'_prices_include_tax','no'),(19782,4783,'_billing_address_index','          '),(19783,4783,'_shipping_address_index','        '),(19784,4783,'_mec_transaction_id','WUN24792'),(19785,4783,'_billing_first_name','Greg'),(19786,4783,'_billing_last_name','Burtin'),(19787,4783,'_shipping_first_name','Greg'),(19788,4783,'_shipping_last_name','Burtin'),(19789,4783,'_shipping_email','gburtin1@yahoo.com'),(19790,4783,'_billing_email',''),(19791,4783,'_payment_method','paypal'),(19792,4783,'_payment_method_title','PayPal'),(19793,4783,'Payment type','instant'),(19794,4783,'_transaction_id','3CG09481CC978513D'),(19795,4783,'_paypal_status','completed'),(19796,4783,'PayPal Transaction Fee','1.90'),(19797,4783,'_date_completed','1581365218'),(19798,4783,'_date_paid','1581365218'),(19799,4783,'_paid_date','2020-02-10 20:06:58'),(19800,4783,'_completed_date','2020-02-10 20:06:58'),(19801,4784,'_elementor_controls_usage','a:0:{}'),(19802,4784,'mec_verified','1'),(19803,4784,'mec_verification_key','eb1b1588b4fca6bbf5fb53a2bd40690c'),(19804,4784,'mec_cancellation_key','0e84655c95660076972fd99bdac451ef'),(19805,4784,'mec_confirmed','1'),(19806,4784,'mec_transaction_id','WUN24792'),(19807,4784,'mec_event_id','4615'),(19808,4784,'mec_date','2020-02-14:2020-02-14'),(19809,4784,'mec_ticket_id',',2,2,'),(19810,4784,'mec_booking_time','2020-02-10 20:06:58'),(19811,4784,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Greg Burtin\";s:5:\"email\";s:18:\"gburtin1@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852724171\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Greg Burtin\";s:5:\"email\";s:18:\"gburtin1@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852724171\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19812,4784,'mec_price','55.298'),(19813,4784,'mec_gateway','MEC_gateway_woocommerce'),(19814,4784,'mec_gateway_label','Pay by WooCommerce'),(19815,4783,'_download_permissions_granted','yes'),(19816,4783,'_recorded_sales','yes'),(19817,4783,'_recorded_coupon_usage_counts','yes'),(19818,4783,'_order_stock_reduced','yes'),(19819,4785,'_order_key','wc_order_HWItJGy2cA4JJ'),(19820,4785,'_customer_user','62'),(19821,4785,'_customer_ip_address','23.115.46.39'),(19822,4785,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36'),(19823,4785,'_order_currency','USD'),(19824,4785,'_cart_discount','0'),(19825,4785,'_cart_discount_tax','0'),(19826,4785,'_order_shipping','0'),(19827,4785,'_order_shipping_tax','0'),(19828,4785,'_order_tax','0'),(19829,4785,'_order_total','55.30'),(19830,4785,'_order_version','3.9.1'),(19831,4785,'_prices_include_tax','no'),(19832,4785,'_billing_address_index','          '),(19833,4785,'_shipping_address_index','        '),(19834,4785,'_mec_transaction_id','KCS43408'),(19835,4785,'_billing_first_name','Julie'),(19836,4785,'_billing_last_name','M Trower'),(19837,4785,'_shipping_first_name','Julie'),(19838,4785,'_shipping_last_name','M Trower'),(19839,4785,'_shipping_email','jutrower@gmail.com'),(19840,4785,'_billing_email',''),(19841,4785,'_payment_method','paypal'),(19842,4785,'_payment_method_title','PayPal'),(19843,4785,'Payment type','instant'),(19844,4785,'_transaction_id','6L0056221X7953324'),(19845,4785,'_paypal_status','completed'),(19846,4785,'PayPal Transaction Fee','1.90'),(19847,4785,'_date_completed','1581378646'),(19848,4785,'_date_paid','1581378646'),(19849,4785,'_paid_date','2020-02-10 23:50:46'),(19850,4785,'_completed_date','2020-02-10 23:50:46'),(19851,4786,'_elementor_controls_usage','a:0:{}'),(19852,4786,'mec_verified','1'),(19853,4786,'mec_verification_key','2f63c4aab1f90a76174ac74d0672548e'),(19854,4786,'mec_cancellation_key','b81aa73f358d8183768e34037024c65e'),(19855,4786,'mec_confirmed','1'),(19856,4786,'mec_transaction_id','KCS43408'),(19857,4786,'mec_event_id','4615'),(19858,4786,'mec_date','2020-02-14:2020-02-14'),(19859,4786,'mec_ticket_id',',2,2,'),(19860,4786,'mec_booking_time','2020-02-10 23:50:46'),(19861,4786,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Julie M Trower\";s:5:\"email\";s:18:\"jutrower@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852247811\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Julie M Trower\";s:5:\"email\";s:18:\"jutrower@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852247811\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19862,4786,'mec_price','55.298'),(19863,4786,'mec_gateway','MEC_gateway_woocommerce'),(19864,4786,'mec_gateway_label','Pay by WooCommerce'),(19865,4785,'_download_permissions_granted','yes'),(19866,4785,'_recorded_sales','yes'),(19867,4785,'_recorded_coupon_usage_counts','yes'),(19868,4785,'_order_stock_reduced','yes'),(19869,4787,'_order_key','wc_order_yxEEoohlmTXLJ'),(19870,4787,'_customer_user','63'),(19871,4787,'_customer_ip_address','108.92.218.189'),(19872,4787,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(19873,4787,'_order_currency','USD'),(19874,4787,'_cart_discount','0'),(19875,4787,'_cart_discount_tax','0'),(19876,4787,'_order_shipping','0'),(19877,4787,'_order_shipping_tax','0'),(19878,4787,'_order_tax','0'),(19879,4787,'_order_total','55.30'),(19880,4787,'_order_version','3.9.1'),(19881,4787,'_prices_include_tax','no'),(19882,4787,'_billing_address_index','Madison Manzanares        Madisonmanzanares@gmail.com '),(19883,4787,'_shipping_address_index','        '),(19884,4787,'_mec_transaction_id','XLV87661'),(19885,4787,'_billing_first_name','Madison'),(19886,4787,'_billing_last_name','Manzanares'),(19887,4787,'_shipping_first_name','Madison'),(19888,4787,'_shipping_last_name','Manzanares'),(19889,4787,'_shipping_email','Madisonmanzanares@gmail.com'),(19890,4787,'_billing_email','Madisonmanzanares@gmail.com'),(19915,4787,'_download_permissions_granted','yes'),(19891,4787,'_payment_method','paypal'),(19892,4787,'_payment_method_title','PayPal'),(19893,4787,'Payment type','instant'),(19894,4787,'_transaction_id','4RT5978917784923T'),(19895,4787,'_paypal_status','completed'),(19896,4787,'PayPal Transaction Fee','1.90'),(19897,4787,'_date_completed','1581382549'),(19898,4787,'_date_paid','1581382549'),(19899,4787,'_paid_date','2020-02-11 00:55:49'),(19900,4787,'_completed_date','2020-02-11 00:55:49'),(19901,4788,'_elementor_controls_usage','a:0:{}'),(19902,4788,'mec_verified','1'),(19903,4788,'mec_verification_key','2cabb9cbae38a546197d7bb75fdadfdc'),(19904,4788,'mec_cancellation_key','547ac8c800b655e1a2f3381ea156b581'),(19905,4788,'mec_confirmed','1'),(11829,4328,'_wp_attached_file','2019/08/WhitneyCathleenPhotography.jpg'),(11830,4328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:45;s:4:\"file\";s:38:\"2019/08/WhitneyCathleenPhotography.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"WhitneyCathleenPhotography-150x45.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"WhitneyCathleenPhotography-300x45.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:37:\"WhitneyCathleenPhotography-300x45.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:37:\"WhitneyCathleenPhotography-100x45.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"WhitneyCathleenPhotography-300x45.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"WhitneyCathleenPhotography-100x45.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"WhitneyCathleenPhotography-300x45.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"WhitneyCathleenPhotography-100x45.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(11831,4328,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.608247422680412;s:5:\"bytes\";i:1360;s:11:\"size_before\";i:24250;s:10:\"size_after\";i:22890;s:4:\"time\";d:0.09999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.15;s:5:\"bytes\";i:370;s:11:\"size_before\";i:2614;s:10:\"size_after\";i:2244;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.16;s:5:\"bytes\";i:688;s:11:\"size_before\";i:4537;s:10:\"size_after\";i:3849;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3849;s:10:\"size_after\";i:3849;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.72;s:5:\"bytes\";i:302;s:11:\"size_before\";i:2052;s:10:\"size_after\";i:1750;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3849;s:10:\"size_after\";i:3849;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1750;s:10:\"size_after\";i:1750;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3849;s:10:\"size_after\";i:3849;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1750;s:10:\"size_after\";i:1750;s:4:\"time\";d:0.01;}}}'),(11832,4328,'_wp_attachment_image_alt','Whitney Cathleen Photography'),(11842,4330,'_wp_attached_file','2019/08/THPetersonPhotography.jpg'),(11843,4330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:59;s:4:\"file\";s:33:\"2019/08/THPetersonPhotography.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"THPetersonPhotography-150x59.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"THPetersonPhotography-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:32:\"THPetersonPhotography-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:32:\"THPetersonPhotography-100x59.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"THPetersonPhotography-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"THPetersonPhotography-100x59.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"THPetersonPhotography-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"THPetersonPhotography-100x59.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(11844,4330,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.925123244349363;s:5:\"bytes\";i:1059;s:11:\"size_before\";i:21502;s:10:\"size_after\";i:20443;s:4:\"time\";d:0.09999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.62;s:5:\"bytes\";i:338;s:11:\"size_before\";i:3183;s:10:\"size_after\";i:2845;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.87;s:5:\"bytes\";i:448;s:11:\"size_before\";i:3229;s:10:\"size_after\";i:2781;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2781;s:10:\"size_after\";i:2781;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.23;s:5:\"bytes\";i:273;s:11:\"size_before\";i:2431;s:10:\"size_after\";i:2158;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2781;s:10:\"size_after\";i:2781;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2158;s:10:\"size_after\";i:2158;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2781;s:10:\"size_after\";i:2781;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2158;s:10:\"size_after\";i:2158;s:4:\"time\";d:0.01;}}}'),(11845,4330,'_wp_attachment_image_alt','TH Peterson Photography'),(10927,4233,'_elementor_edit_mode','builder'),(10928,4233,'_elementor_template_type','section'),(10929,4233,'inline_featured_image','0'),(12275,4372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:247;s:4:\"file\";s:42:\"2019/03/Screenshot-2019-09-01-19.42.27.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-300x247.png\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-391x247.png\";s:5:\"width\";i:391;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-400x247.png\";s:5:\"width\";i:400;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-400x222.png\";s:5:\"width\";i:400;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-300x247.png\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-300x247.png\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-19.42.27-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12276,4372,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:699590;s:10:\"size_after\";i:699590;s:4:\"time\";d:0.8000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27795;s:10:\"size_after\";i:27795;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58518;s:10:\"size_after\";i:58518;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85371;s:10:\"size_after\";i:85371;s:4:\"time\";d:0.11;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110073;s:10:\"size_after\";i:110073;s:4:\"time\";d:0.14;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111698;s:10:\"size_after\";i:111698;s:4:\"time\";d:0.1;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94146;s:10:\"size_after\";i:94146;s:4:\"time\";d:0.13;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13749;s:10:\"size_after\";i:13749;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85371;s:10:\"size_after\";i:85371;s:4:\"time\";d:0.07;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13749;s:10:\"size_after\";i:13749;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85371;s:10:\"size_after\";i:85371;s:4:\"time\";d:0.1;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13749;s:10:\"size_after\";i:13749;s:4:\"time\";d:0.02;}}}'),(12277,4373,'_wp_attached_file','2019/03/blog-2-of-9.jpg'),(12278,4373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2019/03/blog-2-of-9.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-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:\"blog-2-of-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-2-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-2-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(11973,1868,'_edit_last','1'),(15887,4595,'_billing_last_name','R Ross'),(12203,4362,'_wp_attached_file','2019/08/CarolynSills-FBEvent-web.jpg'),(12204,4362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:788;s:4:\"file\";s:36:\"2019/08/CarolynSills-FBEvent-web.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-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:\"CarolynSills-FBEvent-web-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"CarolynSills-FBEvent-web-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:37:\"CarolynSills-FBEvent-web-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"CarolynSills-FBEvent-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12205,4362,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:18607;s:11:\"size_before\";i:205004;s:10:\"size_after\";i:186397;}'),(12206,4362,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.985698239381432;s:5:\"bytes\";i:45807;s:11:\"size_before\";i:918768;s:10:\"size_after\";i:872961;s:4:\"time\";d:0.43000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.59;s:5:\"bytes\";i:731;s:11:\"size_before\";i:9632;s:10:\"size_after\";i:8901;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.83;s:5:\"bytes\";i:1263;s:11:\"size_before\";i:18483;s:10:\"size_after\";i:17220;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:4412;s:11:\"size_before\";i:76408;s:10:\"size_after\";i:71996;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:6119;s:11:\"size_before\";i:114925;s:10:\"size_after\";i:108806;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:1798;s:11:\"size_before\";i:27893;s:10:\"size_after\";i:26095;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:2732;s:11:\"size_before\";i:44352;s:10:\"size_after\";i:41620;s:4:\"time\";d:0.06;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:2048;s:11:\"size_before\";i:32234;s:10:\"size_after\";i:30186;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:8853;s:11:\"size_before\";i:171804;s:10:\"size_after\";i:162951;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:3552;s:11:\"size_before\";i:60037;s:10:\"size_after\";i:56485;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:2473;s:11:\"size_before\";i:42144;s:10:\"size_after\";i:39671;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67;s:5:\"bytes\";i:1947;s:11:\"size_before\";i:29207;s:10:\"size_after\";i:27260;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.89;s:5:\"bytes\";i:420;s:11:\"size_before\";i:5324;s:10:\"size_after\";i:4904;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:6313;s:11:\"size_before\";i:120065;s:10:\"size_after\";i:113752;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26095;s:10:\"size_after\";i:26095;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:3146;s:11:\"size_before\";i:53704;s:10:\"size_after\";i:50558;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4904;s:10:\"size_after\";i:4904;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26095;s:10:\"size_after\";i:26095;s:4:\"time\";d:0.03;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50558;s:10:\"size_after\";i:50558;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4904;s:10:\"size_after\";i:4904;s:4:\"time\";d:0.01;}}}'),(12207,4362,'_wp_attachment_image_alt','The Carolyn Sills Combo FB Event'),(10930,4233,'_elementor_version','2.6.8'),(10931,4233,'_elementor_pro_version','2.6.2'),(10936,4233,'_wp_page_template','default'),(12337,4335,'_elementor_controls_usage','a:5:{s:14:\"opal-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:12:\"align_mobile\";i:1;}s:13:\"section_extra\";a:2:{s:11:\"logo_select\";i:1;s:10:\"image_logo\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:2;}}}}s:13:\"opal-nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:13;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:14:{s:9:\"indicator\";i:1;s:16:\"subMenusMinWidth\";i:1;s:8:\"dropdown\";i:1;s:12:\"toggle_align\";i:1;s:14:\"animation_line\";i:1;s:21:\"width_dropdown_mobile\";i:1;s:17:\"menu-toggle-title\";i:1;s:10:\"full_width\";i:1;s:19:\"toggle_align_mobile\";i:1;s:15:\"dropdown_layout\";i:1;s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:4:\"menu\";i:1;s:18:\"align_items_tablet\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:13:{s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_line_height\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:26:\"padding_vertical_menu_item\";i:1;s:18:\"menu_space_between\";i:1;s:30:\"menu_typography_text_transform\";i:1;s:14:\"pointer_height\";i:1;s:25:\"menu_space_between_tablet\";i:1;s:26:\"menu_typography_typography\";i:1;s:30:\"menu_typography_letter_spacing\";i:1;s:15:\"color_menu_item\";i:1;s:33:\"padding_vertical_menu_item_tablet\";i:1;s:32:\"menu_typography_font_size_tablet\";i:1;}s:22:\"section_style_dropdown\";a:19:{s:30:\"dropdown_box_shadow_box_shadow\";i:1;s:32:\"padding_horizontal_dropdown_item\";i:1;s:30:\"padding_vertical_dropdown_item\";i:1;s:21:\"dropdown_top_distance\";i:1;s:39:\"padding_horizontal_dropdown_item_mobile\";i:1;s:37:\"padding_vertical_dropdown_item_mobile\";i:1;s:29:\"dropdown_typography_font_size\";i:1;s:34:\"dropdown_typography_text_transform\";i:1;s:31:\"dropdown_typography_font_weight\";i:1;s:34:\"dropdown_typography_letter_spacing\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:19:\"color_dropdown_item\";i:1;s:30:\"dropdown_typography_typography\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:32:\"border_color_dropdown_item_hover\";i:1;s:35:\"dropdown_box_shadow_box_shadow_type\";i:1;s:30:\"spacing_vertical_dropdown_item\";i:1;s:16:\"dropdown_padding\";i:1;s:36:\"dropdown_typography_font_size_tablet\";i:1;}s:12:\"style_toggle\";a:6:{s:11:\"toggle_size\";i:1;s:19:\"toggle_border_width\";i:1;s:20:\"toggle_border_radius\";i:1;s:23:\"toggle_background_color\";i:1;s:12:\"toggle_color\";i:1;s:18:\"toggle_color_hover\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:11:\"button_type\";i:1;s:4:\"text\";i:1;s:5:\"align\";i:1;s:10:\"show_decor\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:12:\"text_padding\";i:1;s:11:\"decor_color\";i:1;s:17:\"button_text_color\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:5:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;s:13:\"content_width\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_sticky\";a:1:{s:11:\"sticky_show\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:28:\"sticky_background_background\";i:1;s:23:\"sticky_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"sticky_padding\";i:1;}}}}}'),(10938,4233,'_elementor_data','[{\"id\":\"2b9dd34\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"17616b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.277,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f01798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dance & Celebrate\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cacfb06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events. Dance hall dances and live music. Comedy shows. Scrapbooking conference... <br \\/><strong>It\'s your memories, where will they <br \\/>take place?<br \\/><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"551ea8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.723,\"space_between_widgets\":0},\"elements\":[{\"id\":\"d4bc83b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"1ea4481\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7075453\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Weddings\",\"description_text\":\"Indoor and outdoor venue spaces with seating accommodations for up to 350 guests. Featuring a historic sprung dance floor and more, it\'s historically rustic.\",\"height_wrapper\":{\"unit\":\"px\",\"size\":0},\"spacing_icon\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"spacing_title\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#202020\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"featured-box\"}],\"isInner\":true},{\"id\":\"f20b267\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4c8d38\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Dance Hall\",\"description_text\":\"Keeping with 130-year old tradition, The Vinewood turns into a dance hall almost every Friday night and features live country, rock\\/blues bands perfect for dancing.\",\"height_wrapper\":{\"unit\":\"px\",\"size\":0},\"spacing_icon\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"spacing_title\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#202020\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"featured-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e938d20\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"a32013f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b98dbac\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Party For A Cause\",\"description_text\":\"With ample seating, positioning The Vinewood into the elite venue locations of its size in town, we encourage you to come take a look to see what we can offer and help make your next big nonprofit event go down in history.\",\"spacing_icon\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"spacing_title\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#202020\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"featured-box\"}],\"isInner\":true},{\"id\":\"64b575f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ff311b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Corporate, Picnics, Oh-My\",\"description_text\":\"You get exclusive and complete access to the property when you reserve The Vinewood. We welcome all types of events. Class reunion, conference, family picnics - we\'ve had all and more in the last year. We\'re only limited to our imagination.\",\"spacing_icon\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"spacing_title\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#202020\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"featured-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16803,4638,'_elementor_edit_mode','builder'),(16804,4638,'_elementor_template_type','wp-post'),(16805,4638,'_wp_page_template','elementor_canvas'),(16806,4638,'_elementor_data','[{\"id\":\"a4e0774\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/BridalSuitGroup.jpg\",\"id\":607},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"section_parallax_on\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0.75)\"},\"elements\":[{\"id\":\"3a5deb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"91bfc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>THE VINEWOOD<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5},\"text_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c29e16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events & more - Join our email list\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37fa522\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"a565273\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.328,\"_inline_size_tablet\":5},\"elements\":[],\"isInner\":true},{\"id\":\"bc9d8ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":75.672,\"_inline_size_tablet\":95,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.88)\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c2dcd4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-mc4wp_form_widget\"}],\"isInner\":true},{\"id\":\"021c393\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":4.664,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f6e7665\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"798b322\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"437f9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"2848 SE 29th  |  Topeka, KAN 66605\",\"align\":\"left\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b08b652\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"css_classes\":\"opal-border-1\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a067ce4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>785-260-6772<\\/p>\",\"align\":\"left\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"normal\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"13aaf2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"_inline_size_mobile\":50,\"content_position\":\"center\"},\"elements\":[{\"id\":\"94ea717\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUR THE VINEWOOD\",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db2c747\",\"elType\":\"widget\",\"settings\":{\"text\":\"SCHD A TOUR\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5fc6781\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd9ea13\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"752ae08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4314dce\",\"elType\":\"widget\",\"settings\":{\"gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7ee031\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"ec0d1c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"e9332b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d9ccb8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.37,\"content_position\":\"center\"},\"elements\":[{\"id\":\"92daaa3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>featured photography by:<\\/p>\",\"align\":\"left\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7daf0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.63,\"content_position\":\"center\"},\"elements\":[{\"id\":\"043e1a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/MollyHarmen-photog.jpg\",\"id\":4369}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4a3dec5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"d46930e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/WhitneyCathleenPhotography.jpg\",\"id\":4328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9f3f17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"9f76f95\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/THPetersonPhotography.jpg\",\"id\":4330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00c7ae1\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"925e25c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f2cbae\",\"elType\":\"widget\",\"settings\":{\"gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"286918a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f1f7d6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"2eb30ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4c92a5d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"EVENTS\",\"icon\":\"\",\"_id\":\"5d4b4db\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/dance-events\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FAQ\",\"icon\":\"fa fa-circle\",\"_id\":\"f224a92\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"RATES\",\"icon\":\"fa fa-circle\",\"_id\":\"aa81a75\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/rates-dates\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"CALENDAR\",\"icon\":\"fa fa-circle\",\"_id\":\"41744b0\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/calendar-of-events\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-circle\",\"_id\":\"8f31f9c\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/thevinewood\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}}],\"icon_align\":\"right\",\"icon_font_size\":{\"unit\":\"px\",\"size\":2},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_color\":\"#777777\",\"icon_color_hover\":\"#777777\",\"text_indent\":{\"unit\":\"px\",\"size\":8},\"text_color\":\"#777777\",\"text_color_hover\":\"#222222\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(13229,4458,'_wp_page_template','page-elementor.php'),(13230,4458,'_elementor_edit_mode','builder'),(13231,4458,'_elementor_template_type','post'),(13232,4458,'_elementor_data','[{\"id\":\"2dd90b3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f52efa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"df74d07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/who-we-are.jpg\",\"id\":258},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a94d939\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4811887\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who we are\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb66ce6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Read about who we are, our areas of business and how we work.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c2aa10a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dreama is the largest and most trusted global marketplace connecting engaged couples with local wedding professionals.<\\/p><p>Millions of couples around the world are able to search, compare and book from a directory of over 500,000 vendors. Founded in 2007, Dreama\'s portfolio of sites help couples and businesses in 15 countries across North America, Latin America, Asia and Europe.<\\/p>\",\"text_color\":\"#202020\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eb4f4c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"schedule_end_date\":\"2018-11-30 00:00\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/ab-bg-counter-parallax.jpg\",\"id\":310},\"section_parallax_on\":\"yes\",\"heading_color\":\"#ffffff\",\"color_text\":\"#ffffff\",\"color_link\":\"#ffffff\",\"color_link_hover\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0fd6f4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f2430f0\",\"elType\":\"widget\",\"settings\":{\"ending_number\":160000,\"title\":\"Monthly Users\",\"wrapper_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"spacing_number_wrapper\":{\"unit\":\"px\",\"size\":16},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_number_prefix_typography\":\"custom\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b2fbdb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"056883f\",\"elType\":\"widget\",\"settings\":{\"ending_number\":200000,\"title\":\"Reviews\",\"wrapper_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"number_color\":\"#ffffff\",\"spacing_number_wrapper\":{\"unit\":\"px\",\"size\":16},\"title_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150,\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":50},\"typography_number_prefix_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ceee12e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9b87f30\",\"elType\":\"widget\",\"settings\":{\"ending_number\":50000,\"title\":\"Vendors\",\"wrapper_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"number_color\":\"#ffffff\",\"spacing_number_wrapper\":{\"unit\":\"px\",\"size\":15},\"title_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":50}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0dbb9d9\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"683f08e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02d21c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leadership\",\"typography_typography\":\"custom\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ce1da6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet our team\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52f3e93\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f16209a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"76\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d42c507\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-1.jpg\",\"id\":339},\"name\":\"Sadie Gonzales\",\"job\":\"President & Founder\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"name_typography_typography\":\"custom\",\"job_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true},{\"id\":\"ebf3667\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"38\",\"bottom\":\"0\",\"left\":\"38\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d99ba23\",\"elType\":\"widget\",\"settings\":{\"name\":\"Mildred Wilkins\",\"job\":\"Chief Financial Officer\",\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-2.jpg\",\"id\":340},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true},{\"id\":\"ed221e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"76\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"449ee37\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-3.jpg\",\"id\":341},\"name\":\"Marvin Becker\",\"job\":\"Chief Operating Officer\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"927b067\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"27dee9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"76\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7dd6d19\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-4.jpg\",\"id\":342},\"name\":\"Bernice Medina\",\"job\":\"Chief Marketing Officer\",\"name_space\":{\"unit\":\"px\",\"size\":2},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"name_typography_typography\":\"custom\",\"job_typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":100,\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true},{\"id\":\"f40ce55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"38\",\"bottom\":\"0\",\"left\":\"38\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a7ebf6\",\"elType\":\"widget\",\"settings\":{\"name\":\"Eddie Christensen\",\"job\":\"Chief Financial Officer\",\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-5.jpg\",\"id\":343},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true},{\"id\":\"89c1968\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"76\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1173634\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/team-6.jpg\",\"id\":344},\"name\":\"Theresa Hunt\",\"job\":\"Chief Operating Officer\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"facebook\":\"#\",\"twitter\":\"#\",\"google\":\"#\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"opal-team-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20f80a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"b0a6d19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"schedule_end_date\":\"2018-11-30 00:00\"},\"elements\":[{\"id\":\"090bb98\",\"elType\":\"widget\",\"settings\":{\"text\":\"See the full list\",\"align\":\"center\",\"typography_typography\":\"custom\",\"button_text_color\":\"#222222\",\"background_color\":\"#fbe6ce\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"button_type\":\"\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#e8b275\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"998e9e4\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/ab-bg-video.jpg\",\"id\":580},\"section_parallax_on\":\"yes\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400}},\"elements\":[{\"id\":\"38f8e1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7a28ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Introduction Video\\u00a0\",\"header_size\":\"div\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d2a193\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dreama Presentation\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a210e40\",\"elType\":\"widget\",\"settings\":{\"video_link\":\"#\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"opal-video-popup\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a76827\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a32b0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":70,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dbcf93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Professionality\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"\",\"bar_color\":\"#000000\",\"bar_bg_color\":\"#ebebeb\",\"bar_inline_color\":\"#666b7e\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"bar_color_background\":\"classic\",\"bar_color_color\":\"#222222\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"1efe930\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food Ordering\",\"inner_text\":\"\",\"bar_color\":\"#000000\",\"bar_bg_color\":\"#ebebeb\",\"bar_inline_color\":\"#666b7e\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"bar_color_background\":\"classic\",\"bar_color_color\":\"#222222\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"5b9115c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience and Quality\",\"percent\":{\"unit\":\"%\",\"size\":90},\"inner_text\":\"\",\"bar_color\":\"#000000\",\"bar_bg_color\":\"#ebebeb\",\"bar_inline_color\":\"#ffffff\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"bar_color_background\":\"classic\",\"bar_color_color\":\"#222222\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"2a7801d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guarantee\",\"percent\":{\"unit\":\"%\",\"size\":70},\"inner_text\":\"\",\"bar_color\":\"#000000\",\"bar_bg_color\":\"#ebebeb\",\"bar_inline_color\":\"#666b7e\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"bar_color_background\":\"classic\",\"bar_color_color\":\"#222222\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"597f7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"110\",\"isLinked\":false},\"_inline_size_tablet\":80,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a378b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore our Wedding Services.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70a8768\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hello. Our <span style=\\\"text-decoration: underline;\\\">Wedding Experience has been present for over 20 years<\\/span> in the market.<br \\/>We have the best Wedding Services!<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d4a8599\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/signature.png\",\"id\":26},\"image_size\":\"full\",\"align\":\"left\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1bc9fed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/ab-bg-testimonial.jpg\",\"id\":694},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"section_parallax_on\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":808,\"sizes\":[]}},\"elements\":[{\"id\":\"2f2ee2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b522930\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"testimonial_title\":\"Read reviews from couples like you\",\"testimonial_content\":\"\\u2018I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Julianna, Maine\",\"testimonial_job\":\"Wedding 7\\/1\\/19\",\"_id\":\"57f255d\"},{\"testimonial_title\":\"Over 3 million reviews\",\"testimonial_content\":\"\\u2018Such a great community to be part of. The commitment and service you all provide to the community is just outstanding.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Wedding 7\\/5\\/19\",\"_id\":\"f4645aa\"},{\"testimonial_title\":\"Read reviews from couples like you\",\"testimonial_content\":\"\\u2018I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Michael\",\"testimonial_job\":\"Wedding 23\\/8\\/19\",\"_id\":\"3f456be\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"name_text_color\":\"#ffffff\",\"backgroud_dot\":\"#e5e5e5\",\"backgroud_dot_active\":\"#202020\",\"enable_carousel\":\"yes\",\"carousel_nav_color_hover\":\"#ffffff\",\"carousel_dot_color_hover\":\"#ffffff\",\"title_color\":\"#ffffff\",\"name_line_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"job_text_color\":\"#ffffff\",\"job_dot_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"opal-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),(10976,4240,'_wp_attached_file','2019/08/Quisenetta.jpg'),(10977,4240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1040;s:6:\"height\";i:780;s:4:\"file\";s:22:\"2019/08/Quisenetta.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Quisenetta-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:\"Quisenetta-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Quisenetta-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Quisenetta-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:22:\"Quisenetta-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:22:\"Quisenetta-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:22:\"Quisenetta-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:23:\"Quisenetta-1040x700.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:22:\"Quisenetta-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:22:\"Quisenetta-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:22:\"Quisenetta-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"Quisenetta-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:22:\"Quisenetta-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Quisenetta-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Quisenetta-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Quisenetta-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Quisenetta-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Quisenetta-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Quisenetta-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10978,4240,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.334182370587955;s:5:\"bytes\";i:57130;s:11:\"size_before\";i:1071017;s:10:\"size_after\";i:1013887;s:4:\"time\";d:0.4700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.57;s:5:\"bytes\";i:742;s:11:\"size_before\";i:9808;s:10:\"size_after\";i:9066;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:1647;s:11:\"size_before\";i:24884;s:10:\"size_after\";i:23237;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:4777;s:11:\"size_before\";i:106640;s:10:\"size_after\";i:101863;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:5572;s:11:\"size_before\";i:159863;s:10:\"size_after\";i:154291;s:4:\"time\";d:0.09;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:1915;s:11:\"size_before\";i:30543;s:10:\"size_after\";i:28628;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:2865;s:11:\"size_before\";i:48613;s:10:\"size_after\";i:45748;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:2298;s:11:\"size_before\";i:35287;s:10:\"size_after\";i:32989;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6;s:5:\"bytes\";i:18968;s:11:\"size_before\";i:150544;s:10:\"size_after\";i:131576;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:3809;s:11:\"size_before\";i:67648;s:10:\"size_after\";i:63839;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:2670;s:11:\"size_before\";i:47809;s:10:\"size_after\";i:45139;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:2382;s:11:\"size_before\";i:39267;s:10:\"size_after\";i:36885;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.99;s:5:\"bytes\";i:423;s:11:\"size_before\";i:5296;s:10:\"size_after\";i:4873;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:5198;s:11:\"size_before\";i:132667;s:10:\"size_after\";i:127469;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28628;s:10:\"size_after\";i:28628;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:3864;s:11:\"size_before\";i:74505;s:10:\"size_after\";i:70641;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4873;s:10:\"size_after\";i:4873;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28628;s:10:\"size_after\";i:28628;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70641;s:10:\"size_after\";i:70641;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4873;s:10:\"size_after\";i:4873;s:4:\"time\";d:0.01;}}}'),(10979,4241,'_wp_attached_file','2019/08/HolidayTable.jpg'),(10980,4241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:585;s:6:\"height\";i:780;s:4:\"file\";s:24:\"2019/08/HolidayTable.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"HolidayTable-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"HolidayTable-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"HolidayTable-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"HolidayTable-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:24:\"HolidayTable-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:24:\"HolidayTable-585x700.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"HolidayTable-585x390.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"HolidayTable-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"HolidayTable-400x533.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"HolidayTable-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"HolidayTable-585x675.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"HolidayTable-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"HolidayTable-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"HolidayTable-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"HolidayTable-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10981,4241,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.94479068457592;s:5:\"bytes\";i:12887;s:11:\"size_before\";i:326684;s:10:\"size_after\";i:313797;s:4:\"time\";d:0.24000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:223;s:11:\"size_before\";i:5786;s:10:\"size_after\";i:5563;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:394;s:11:\"size_before\";i:13505;s:10:\"size_after\";i:13111;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:465;s:11:\"size_before\";i:16305;s:10:\"size_after\";i:15840;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:712;s:11:\"size_before\";i:26204;s:10:\"size_after\";i:25492;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:597;s:11:\"size_before\";i:19111;s:10:\"size_after\";i:18514;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.96;s:5:\"bytes\";i:6053;s:11:\"size_before\";i:50596;s:10:\"size_after\";i:44543;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6;s:5:\"bytes\";i:986;s:11:\"size_before\";i:37906;s:10:\"size_after\";i:36920;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:639;s:11:\"size_before\";i:25338;s:10:\"size_after\";i:24699;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:896;s:11:\"size_before\";i:33325;s:10:\"size_after\";i:32429;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:169;s:11:\"size_before\";i:3425;s:10:\"size_after\";i:3256;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:1753;s:11:\"size_before\";i:56991;s:10:\"size_after\";i:55238;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15840;s:10:\"size_after\";i:15840;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3256;s:10:\"size_after\";i:3256;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15840;s:10:\"size_after\";i:15840;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3256;s:10:\"size_after\";i:3256;s:4:\"time\";d:0.01;}}}'),(10982,4242,'_wp_attached_file','2019/08/Tables0Lighter.jpg'),(10983,4242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1040;s:6:\"height\";i:780;s:4:\"file\";s:26:\"2019/08/Tables0Lighter.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-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:\"Tables0Lighter-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Tables0Lighter-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"Tables0Lighter-1040x700.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"Tables0Lighter-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Tables0Lighter-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10984,4242,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.098093229042071;s:5:\"bytes\";i:42196;s:11:\"size_before\";i:827682;s:10:\"size_after\";i:785486;s:4:\"time\";d:0.4;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.34;s:5:\"bytes\";i:605;s:11:\"size_before\";i:8238;s:10:\"size_after\";i:7633;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:20500;s:10:\"size_after\";i:19256;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:3228;s:11:\"size_before\";i:82212;s:10:\"size_after\";i:78984;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:4309;s:11:\"size_before\";i:123625;s:10:\"size_after\";i:119316;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:1499;s:11:\"size_before\";i:24624;s:10:\"size_after\";i:23125;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:2001;s:11:\"size_before\";i:38307;s:10:\"size_after\";i:36306;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:1617;s:11:\"size_before\";i:27886;s:10:\"size_after\";i:26269;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.98;s:5:\"bytes\";i:15035;s:11:\"size_before\";i:107562;s:10:\"size_after\";i:92527;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:2445;s:11:\"size_before\";i:51655;s:10:\"size_after\";i:49210;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:1837;s:11:\"size_before\";i:37223;s:10:\"size_after\";i:35386;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:1776;s:11:\"size_before\";i:31542;s:10:\"size_after\";i:29766;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:346;s:11:\"size_before\";i:4485;s:10:\"size_after\";i:4139;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:3665;s:11:\"size_before\";i:102222;s:10:\"size_after\";i:98557;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23125;s:10:\"size_after\";i:23125;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:2589;s:11:\"size_before\";i:57831;s:10:\"size_after\";i:55242;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4139;s:10:\"size_after\";i:4139;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23125;s:10:\"size_after\";i:23125;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55242;s:10:\"size_after\";i:55242;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4139;s:10:\"size_after\";i:4139;s:4:\"time\";d:0.01;}}}'),(10985,4243,'_wp_attached_file','2019/08/TableSetup2019.jpg'),(10986,4243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1405;s:6:\"height\";i:780;s:4:\"file\";s:26:\"2019/08/TableSetup2019.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-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:\"TableSetup2019-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-768x426.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TableSetup2019-1024x568.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"TableSetup2019-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-400x222.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TableSetup2019-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-600x333.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-600x333.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TableSetup2019-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10987,4243,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5969110446001458;s:5:\"bytes\";i:32460;s:11:\"size_before\";i:902441;s:10:\"size_after\";i:869981;s:4:\"time\";d:0.4600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.74;s:5:\"bytes\";i:555;s:11:\"size_before\";i:8234;s:10:\"size_after\";i:7679;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:16552;s:10:\"size_after\";i:15516;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:3343;s:11:\"size_before\";i:77587;s:10:\"size_after\";i:74244;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:4433;s:11:\"size_before\";i:121314;s:10:\"size_after\";i:116881;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:1288;s:11:\"size_before\";i:25486;s:10:\"size_after\";i:24198;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:2117;s:11:\"size_before\";i:41531;s:10:\"size_after\";i:39414;s:4:\"time\";d:0.03;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:1590;s:11:\"size_before\";i:29950;s:10:\"size_after\";i:28360;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:5522;s:11:\"size_before\";i:177339;s:10:\"size_after\";i:171817;s:4:\"time\";d:0.08;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:2753;s:11:\"size_before\";i:60294;s:10:\"size_after\";i:57541;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:1801;s:11:\"size_before\";i:39966;s:10:\"size_after\";i:38165;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:26480;s:10:\"size_after\";i:25030;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:318;s:11:\"size_before\";i:4359;s:10:\"size_after\";i:4041;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:3746;s:11:\"size_before\";i:115637;s:10:\"size_after\";i:111891;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24198;s:10:\"size_after\";i:24198;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:51871;s:10:\"size_after\";i:49363;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4041;s:10:\"size_after\";i:4041;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24198;s:10:\"size_after\";i:24198;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49363;s:10:\"size_after\";i:49363;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4041;s:10:\"size_after\";i:4041;s:4:\"time\";d:0.01;}}}'),(10988,4244,'_wp_attached_file','2019/08/TableSetup-2.jpg'),(10989,4244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:24:\"2019/08/TableSetup-2.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"TableSetup-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"TableSetup-2-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"TableSetup-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"TableSetup-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10990,4244,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0887558401613147;s:5:\"bytes\";i:16911;s:11:\"size_before\";i:547502;s:10:\"size_after\";i:530591;s:4:\"time\";d:0.3600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:330;s:11:\"size_before\";i:6320;s:10:\"size_after\";i:5990;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:570;s:11:\"size_before\";i:13225;s:10:\"size_after\";i:12655;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:51381;s:10:\"size_after\";i:50244;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.74;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:78093;s:10:\"size_after\";i:76738;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:564;s:11:\"size_before\";i:16489;s:10:\"size_after\";i:15925;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:843;s:11:\"size_before\";i:26172;s:10:\"size_after\";i:25329;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:709;s:11:\"size_before\";i:19537;s:10:\"size_after\";i:18828;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.76;s:5:\"bytes\";i:6510;s:11:\"size_before\";i:74287;s:10:\"size_after\";i:67777;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:966;s:11:\"size_before\";i:35111;s:10:\"size_after\";i:34145;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:684;s:11:\"size_before\";i:24585;s:10:\"size_after\";i:23901;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:730;s:11:\"size_before\";i:19973;s:10:\"size_after\";i:19243;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:271;s:11:\"size_before\";i:3848;s:10:\"size_after\";i:3577;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.83;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:68810;s:10:\"size_after\";i:67551;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15925;s:10:\"size_after\";i:15925;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:983;s:11:\"size_before\";i:35825;s:10:\"size_after\";i:34842;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3577;s:10:\"size_after\";i:3577;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15925;s:10:\"size_after\";i:15925;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34842;s:10:\"size_after\";i:34842;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3577;s:10:\"size_after\";i:3577;s:4:\"time\";d:0.01;}}}'),(10991,4245,'_wp_attached_file','2019/08/MrsMrs-Color.jpg'),(10992,4245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:585;s:6:\"height\";i:780;s:4:\"file\";s:24:\"2019/08/MrsMrs-Color.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-585x700.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-585x390.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-400x533.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-585x675.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"MrsMrs-Color-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"MrsMrs-Color-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10993,4245,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.083663129477596;s:5:\"bytes\";i:12888;s:11:\"size_before\";i:315599;s:10:\"size_after\";i:302711;s:4:\"time\";d:0.28;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:331;s:11:\"size_before\";i:6346;s:10:\"size_after\";i:6015;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:658;s:11:\"size_before\";i:14809;s:10:\"size_after\";i:14151;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:647;s:11:\"size_before\";i:17257;s:10:\"size_after\";i:16610;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:632;s:11:\"size_before\";i:23345;s:10:\"size_after\";i:22713;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:585;s:11:\"size_before\";i:17589;s:10:\"size_after\";i:17004;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.86;s:5:\"bytes\";i:5694;s:11:\"size_before\";i:47996;s:10:\"size_after\";i:42302;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:791;s:11:\"size_before\";i:31629;s:10:\"size_after\";i:30838;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:733;s:11:\"size_before\";i:25542;s:10:\"size_after\";i:24809;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:1026;s:11:\"size_before\";i:33793;s:10:\"size_after\";i:32767;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:233;s:11:\"size_before\";i:3680;s:10:\"size_after\";i:3447;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:1558;s:11:\"size_before\";i:53499;s:10:\"size_after\";i:51941;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16610;s:10:\"size_after\";i:16610;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3447;s:10:\"size_after\";i:3447;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16610;s:10:\"size_after\";i:16610;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3447;s:10:\"size_after\";i:3447;s:4:\"time\";d:0.01;}}}'),(12262,4369,'_wp_attached_file','2019/03/MollyHarmen-photog.jpg'),(12263,4369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:184;s:6:\"height\";i:100;s:4:\"file\";s:30:\"2019/03/MollyHarmen-photog.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"MollyHarmen-photog-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:30:\"MollyHarmen-photog-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"MollyHarmen-photog-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"MollyHarmen-photog-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(11879,4335,'inline_featured_image','0'),(11880,4335,'inline_featured_image','0'),(11881,4335,'_wp_page_template','default'),(11882,4335,'slide_template',''),(11883,4335,'osf_enable_header_absolute','1'),(11884,4335,'_elementor_edit_mode','builder'),(11885,4335,'_elementor_template_type','post'),(11887,4335,'_elementor_pro_version','2.6.2'),(11888,4335,'_elementor_version','2.6.8'),(11889,4335,'osf_header_bg_color_mobile','#222222'),(11890,4335,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 32 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 6 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:153:\"You\'ve added alternative text attributes to all your images which helps search engines correctly index images and aid visually impaired readers, awesome!\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:31:\"Image alt tags contain keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:164:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 12 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:19:\"12 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(11891,4335,'_wds_readability','a:4:{s:5:\"score\";d:32.43428571428572;s:9:\"raw_score\";d:32.43428571428572;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(11893,4335,'_edit_lock','1566932327:1'),(11894,4335,'_elementor_data','[{\"id\":\"f945b39\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"34\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"27\",\"left\":\"40\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1720,\"sizes\":[]},\"sticky_show\":\"active\",\"sticky_background_background\":\"classic\",\"sticky_background_color\":\"#222222\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"sticky_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"8d7b109\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"_inline_size_mobile\":70},\"elements\":[{\"id\":\"0a0127a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"left\",\"width\":{\"unit\":\"px\",\"size\":151},\"logo_select\":\"customize\",\"image_logo\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/TheVinewood-Web-400-White.png\",\"id\":4032},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"opal-site-logo\"}],\"isInner\":false},{\"id\":\"f4fafad\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"76d89f2\",\"elType\":\"widget\",\"settings\":{\"indicator\":\"angle\",\"subMenusMinWidth\":{\"unit\":\"px\",\"size\":270},\"dropdown\":\"mobile\",\"toggle_align\":\"\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"menu_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":18},\"menu_space_between\":{\"unit\":\"px\",\"size\":40},\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(102,107,126,0.18)\"},\"padding_horizontal_dropdown_item\":{\"unit\":\"px\",\"size\":0},\"padding_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":0},\"dropdown_top_distance\":{\"unit\":\"px\",\"size\":0},\"toggle_size\":{\"unit\":\"px\",\"size\":30},\"toggle_border_width\":{\"unit\":\"px\",\"size\":0},\"toggle_border_radius\":{\"unit\":\"px\",\"size\":0},\"padding_horizontal_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20},\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":5},\"animation_line\":\"drop-out\",\"pointer_width\":{\"unit\":\"px\",\"size\":40},\"content_delay_time\":\"0.50\",\"width_dropdown_mobile\":{\"unit\":\"px\",\"size\":290},\"wave_show_1\":\"\",\"wave_color_1\":\"\",\"wave_bones_1\":3,\"wave_animate_1\":0.25,\"wave_height_1\":60,\"wave_amplitude_1\":40,\"wave_show_2\":\"\",\"wave_color_2\":\"\",\"wave_bones_2\":3,\"wave_animate_2\":0.25,\"wave_height_2\":60,\"wave_amplitude_2\":40,\"wave_show_3\":\"\",\"wave_color_3\":\"\",\"wave_bones_3\":3,\"wave_animate_3\":0.25,\"wave_height_3\":60,\"wave_amplitude_3\":40,\"menu_item_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":32,\"blur\":11,\"spread\":-34,\"color\":\"rgba(0,0,0,0.5)\"},\"menu_item_box_shadow_box_shadow_position\":\"inset\",\"menu_item_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":-4,\"blur\":0,\"spread\":0,\"color\":\"#1e3954\"},\"menu_item_box_shadow_hover_box_shadow_position\":\"inset\",\"menu_item_box_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":-4,\"blur\":0,\"spread\":0,\"color\":\"#1e3954\"},\"menu_item_box_shadow_active_box_shadow_position\":\"inset\",\"menu-toggle-title\":\"\",\"full_width\":\"stretch\",\"toggle_align_mobile\":\"right\",\"dropdown_layout\":\"canvas\",\"align_items\":\"center\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"menu_typography_text_transform\":\"uppercase\",\"dropdown_typography_text_transform\":\"capitalize\",\"dropdown_typography_font_weight\":\"400\",\"pointer_height\":{\"unit\":\"px\",\"size\":3},\"dropdown_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"pointer\":\"none\",\"color_dropdown_item_hover\":\"#222222\",\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":25},\"menu_typography_typography\":\"custom\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5},\"color_menu_item\":\"#ffffff\",\"color_dropdown_item\":\"#777777\",\"dropdown_typography_typography\":\"custom\",\"menu\":\"main-menu\",\"padding_vertical_menu_item_tablet\":{\"unit\":\"px\",\"size\":10},\"background_color_dropdown_item\":\"#ffffff\",\"border_color_dropdown_item_hover\":\"#222222\",\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"spacing_vertical_dropdown_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"dropdown_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"dropdown_min_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"dropdown_min_width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"dropdown_min_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"dropdown_max_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"dropdown_max_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"dropdown_max_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"dropdown_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"align_items_tablet\":\"center\",\"toggle_background_color\":\"rgba(0,0,0,0)\",\"toggle_color\":\"#ffffff\",\"toggle_color_hover\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"opal-nav-menu\"}],\"isInner\":false},{\"id\":\"c3ea8d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":20},\"elements\":[{\"id\":\"5760f4b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"link\",\"text\":\"Events\",\"align\":\"right\",\"show_decor\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Cormorant Infant\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"decor_color\":\"#ffffff\",\"button_text_color\":\"#ffffff\",\"link\":{\"url\":\" https:\\/\\/thehistoricvinewood.com\\/dance-events\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(11895,4335,'_edit_last','1'),(11679,4315,'mec_dont_show_map','0'),(11678,4315,'mec_location_id','1'),(13095,4446,'mec_gateway_label','PayPal Express'),(12264,4369,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.876456876456876;s:5:\"bytes\";i:1046;s:11:\"size_before\";i:21450;s:10:\"size_after\";i:20404;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:573;s:11:\"size_before\";i:6745;s:10:\"size_after\";i:6172;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.07;s:5:\"bytes\";i:473;s:11:\"size_before\";i:5217;s:10:\"size_after\";i:4744;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4744;s:10:\"size_after\";i:4744;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4744;s:10:\"size_after\";i:4744;s:4:\"time\";d:0.01;}}}'),(12265,4369,'_wp_attachment_image_alt','Molly Harmen Photography'),(12279,4373,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.33227631436705;s:5:\"bytes\";i:9618;s:11:\"size_before\";i:222008;s:10:\"size_after\";i:212390;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37;s:5:\"bytes\";i:360;s:11:\"size_before\";i:4886;s:10:\"size_after\";i:4526;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:591;s:11:\"size_before\";i:9839;s:10:\"size_after\";i:9248;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:846;s:11:\"size_before\";i:13926;s:10:\"size_after\";i:13080;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:1192;s:11:\"size_before\";i:20898;s:10:\"size_after\";i:19706;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:887;s:11:\"size_before\";i:14957;s:10:\"size_after\";i:14070;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:1687;s:11:\"size_before\";i:29068;s:10:\"size_after\";i:27381;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:21429;s:10:\"size_after\";i:20172;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:944;s:11:\"size_before\";i:15620;s:10:\"size_after\";i:14676;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.17;s:5:\"bytes\";i:237;s:11:\"size_before\";i:2902;s:10:\"size_after\";i:2665;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13080;s:10:\"size_after\";i:13080;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:1617;s:11:\"size_before\";i:29305;s:10:\"size_after\";i:27688;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2665;s:10:\"size_after\";i:2665;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13080;s:10:\"size_after\";i:13080;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27688;s:10:\"size_after\";i:27688;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2665;s:10:\"size_after\";i:2665;s:4:\"time\";d:0.01;}}}'),(12280,4374,'_wp_attached_file','2019/03/blog-3-of-9-1.jpg'),(12281,4374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:25:\"2019/03/blog-3-of-9-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"blog-3-of-9-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"blog-3-of-9-1-1200x700.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-3-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-3-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(12282,4374,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2202737919557913;s:5:\"bytes\";i:24615;s:11:\"size_before\";i:764376;s:10:\"size_after\";i:739761;s:4:\"time\";d:0.4700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:453;s:11:\"size_before\";i:6991;s:10:\"size_after\";i:6538;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:871;s:11:\"size_before\";i:15377;s:10:\"size_after\";i:14506;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:2404;s:11:\"size_before\";i:70338;s:10:\"size_after\";i:67934;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:3104;s:11:\"size_before\";i:109870;s:10:\"size_after\";i:106766;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:1076;s:11:\"size_before\";i:20822;s:10:\"size_after\";i:19746;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:1522;s:11:\"size_before\";i:33200;s:10:\"size_after\";i:31678;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:23564;s:10:\"size_after\";i:22397;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:4001;s:11:\"size_before\";i:136223;s:10:\"size_after\";i:132222;s:4:\"time\";d:0.07;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:2115;s:11:\"size_before\";i:48076;s:10:\"size_after\";i:45961;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:1387;s:11:\"size_before\";i:32505;s:10:\"size_after\";i:31118;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:1285;s:11:\"size_before\";i:24790;s:10:\"size_after\";i:23505;s:4:\"time\";d:0.04;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37;s:5:\"bytes\";i:285;s:11:\"size_before\";i:3868;s:10:\"size_after\";i:3583;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:2938;s:11:\"size_before\";i:97363;s:10:\"size_after\";i:94425;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19746;s:10:\"size_after\";i:19746;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:2007;s:11:\"size_before\";i:48369;s:10:\"size_after\";i:46362;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3583;s:10:\"size_after\";i:3583;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19746;s:10:\"size_after\";i:19746;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46362;s:10:\"size_after\";i:46362;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3583;s:10:\"size_after\";i:3583;s:4:\"time\";d:0.01;}}}'),(12283,4375,'_wp_attached_file','2019/03/blog-4-of-9.jpg'),(12284,4375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2019/03/blog-4-of-9.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-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:\"blog-4-of-9-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-427x324.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-427x390.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-4-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-4-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12285,4375,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8932814320295224;s:5:\"bytes\";i:2714;s:11:\"size_before\";i:143349;s:10:\"size_after\";i:140635;s:4:\"time\";d:0.18000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:226;s:11:\"size_before\";i:4383;s:10:\"size_after\";i:4157;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:267;s:11:\"size_before\";i:8792;s:10:\"size_after\";i:8525;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:255;s:11:\"size_before\";i:11444;s:10:\"size_after\";i:11189;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:325;s:11:\"size_before\";i:16071;s:10:\"size_after\";i:15746;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1;s:5:\"bytes\";i:250;s:11:\"size_before\";i:11931;s:10:\"size_after\";i:11681;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.16;s:5:\"bytes\";i:409;s:11:\"size_before\";i:18941;s:10:\"size_after\";i:18532;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.97;s:5:\"bytes\";i:340;s:11:\"size_before\";i:17237;s:10:\"size_after\";i:16897;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9;s:5:\"bytes\";i:461;s:11:\"size_before\";i:24323;s:10:\"size_after\";i:23862;s:4:\"time\";d:0.04;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:181;s:11:\"size_before\";i:2737;s:10:\"size_after\";i:2556;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11189;s:10:\"size_after\";i:11189;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2556;s:10:\"size_after\";i:2556;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11189;s:10:\"size_after\";i:11189;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2556;s:10:\"size_after\";i:2556;s:4:\"time\";d:0.01;}}}'),(12286,4376,'_wp_attached_file','2019/03/blog-5-of-9-1.jpg'),(12287,4376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2019/03/blog-5-of-9-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-5-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-5-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12288,4376,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.768652757490535;s:5:\"bytes\";i:13124;s:11:\"size_before\";i:275214;s:10:\"size_after\";i:262090;s:4:\"time\";d:0.24000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:530;s:11:\"size_before\";i:6233;s:10:\"size_after\";i:5703;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.64;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:13553;s:10:\"size_after\";i:12517;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:1040;s:11:\"size_before\";i:16414;s:10:\"size_after\";i:15374;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:1754;s:11:\"size_before\";i:26739;s:10:\"size_after\";i:24985;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:1397;s:11:\"size_before\";i:19944;s:10:\"size_after\";i:18547;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:2096;s:11:\"size_before\";i:35729;s:10:\"size_after\";i:33633;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:1324;s:11:\"size_before\";i:24203;s:10:\"size_after\";i:22879;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:1420;s:11:\"size_before\";i:20633;s:10:\"size_after\";i:19213;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4;s:5:\"bytes\";i:347;s:11:\"size_before\";i:3690;s:10:\"size_after\";i:3343;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15374;s:10:\"size_after\";i:15374;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:2180;s:11:\"size_before\";i:36411;s:10:\"size_after\";i:34231;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3343;s:10:\"size_after\";i:3343;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15374;s:10:\"size_after\";i:15374;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34231;s:10:\"size_after\";i:34231;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3343;s:10:\"size_after\";i:3343;s:4:\"time\";d:0.01;}}}'),(12289,4377,'_wp_attached_file','2019/03/blog-6-of-9.jpg'),(12290,4377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2019/03/blog-6-of-9.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-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:\"blog-6-of-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-6-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-6-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12291,4377,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.043919618810856;s:5:\"bytes\";i:16592;s:11:\"size_before\";i:410295;s:10:\"size_after\";i:393703;s:4:\"time\";d:0.26000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.48;s:5:\"bytes\";i:616;s:11:\"size_before\";i:8236;s:10:\"size_after\";i:7620;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:18201;s:10:\"size_after\";i:17038;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:1554;s:11:\"size_before\";i:25097;s:10:\"size_after\";i:23543;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38;s:5:\"bytes\";i:2134;s:11:\"size_before\";i:39696;s:10:\"size_after\";i:37562;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:1597;s:11:\"size_before\";i:28284;s:10:\"size_after\";i:26687;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:2650;s:11:\"size_before\";i:54385;s:10:\"size_after\";i:51735;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:2117;s:11:\"size_before\";i:38731;s:10:\"size_after\";i:36614;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:29576;s:10:\"size_after\";i:27824;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.46;s:5:\"bytes\";i:379;s:11:\"size_before\";i:4479;s:10:\"size_after\";i:4100;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23543;s:10:\"size_after\";i:23543;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:2630;s:11:\"size_before\";i:55477;s:10:\"size_after\";i:52847;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4100;s:10:\"size_after\";i:4100;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23543;s:10:\"size_after\";i:23543;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52847;s:10:\"size_after\";i:52847;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4100;s:10:\"size_after\";i:4100;s:4:\"time\";d:0.01;}}}'),(12292,4378,'_wp_attached_file','2019/03/blog-7-of-9-2.jpg'),(12293,4378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2019/03/blog-7-of-9-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-7-of-9-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12294,4378,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.2225952508415827;s:5:\"bytes\";i:4899;s:11:\"size_before\";i:220418;s:10:\"size_after\";i:215519;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:295;s:11:\"size_before\";i:5468;s:10:\"size_after\";i:5173;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:373;s:11:\"size_before\";i:9959;s:10:\"size_after\";i:9586;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:547;s:11:\"size_before\";i:14619;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:564;s:11:\"size_before\";i:19967;s:10:\"size_after\";i:19403;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:478;s:11:\"size_before\";i:14647;s:10:\"size_after\";i:14169;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:606;s:11:\"size_before\";i:26741;s:10:\"size_after\";i:26135;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:715;s:11:\"size_before\";i:22133;s:10:\"size_after\";i:21418;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:472;s:11:\"size_before\";i:15065;s:10:\"size_after\";i:14593;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:237;s:11:\"size_before\";i:3377;s:10:\"size_after\";i:3140;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14072;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.24;s:5:\"bytes\";i:612;s:11:\"size_before\";i:27315;s:10:\"size_after\";i:26703;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3140;s:10:\"size_after\";i:3140;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14072;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26703;s:10:\"size_after\";i:26703;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3140;s:10:\"size_after\";i:3140;s:4:\"time\";d:0.01;}}}'),(12295,4379,'_wp_attached_file','2019/03/blog-8-of-9-1.jpg'),(12296,4379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2019/03/blog-8-of-9-1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-427x324.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-427x390.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-8-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-8-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12297,4379,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.368661372232855;s:5:\"bytes\";i:8697;s:11:\"size_before\";i:199077;s:10:\"size_after\";i:190380;s:4:\"time\";d:0.17000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38;s:5:\"bytes\";i:429;s:11:\"size_before\";i:5811;s:10:\"size_after\";i:5382;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:744;s:11:\"size_before\";i:11719;s:10:\"size_after\";i:10975;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:882;s:11:\"size_before\";i:15911;s:10:\"size_after\";i:15029;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:1288;s:11:\"size_before\";i:24042;s:10:\"size_after\";i:22754;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:874;s:11:\"size_before\";i:16962;s:10:\"size_after\";i:16088;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:27894;s:10:\"size_after\";i:26433;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:1189;s:11:\"size_before\";i:24166;s:10:\"size_after\";i:22977;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:1519;s:11:\"size_before\";i:32807;s:10:\"size_after\";i:31288;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.03;s:5:\"bytes\";i:311;s:11:\"size_before\";i:3443;s:10:\"size_after\";i:3132;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15029;s:10:\"size_after\";i:15029;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3132;s:10:\"size_after\";i:3132;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15029;s:10:\"size_after\";i:15029;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3132;s:10:\"size_after\";i:3132;s:4:\"time\";d:0.01;}}}'),(12298,4380,'_wp_attached_file','2019/03/blog-9-of-9-1.jpg'),(12299,4380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2019/03/blog-9-of-9-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-9-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-9-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12300,4380,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8107390282571127;s:5:\"bytes\";i:3552;s:11:\"size_before\";i:196163;s:10:\"size_after\";i:192611;s:4:\"time\";d:0.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:236;s:11:\"size_before\";i:4848;s:10:\"size_after\";i:4612;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:302;s:11:\"size_before\";i:9108;s:10:\"size_after\";i:8806;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:364;s:11:\"size_before\";i:12744;s:10:\"size_after\";i:12380;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.16;s:5:\"bytes\";i:387;s:11:\"size_before\";i:17955;s:10:\"size_after\";i:17568;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:315;s:11:\"size_before\";i:13300;s:10:\"size_after\";i:12985;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.17;s:5:\"bytes\";i:525;s:11:\"size_before\";i:24224;s:10:\"size_after\";i:23699;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.11;s:5:\"bytes\";i:400;s:11:\"size_before\";i:18945;s:10:\"size_after\";i:18545;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:374;s:11:\"size_before\";i:13797;s:10:\"size_after\";i:13423;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:191;s:11:\"size_before\";i:2968;s:10:\"size_after\";i:2777;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12380;s:10:\"size_after\";i:12380;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.89;s:5:\"bytes\";i:458;s:11:\"size_before\";i:24209;s:10:\"size_after\";i:23751;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2777;s:10:\"size_after\";i:2777;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12380;s:10:\"size_after\";i:12380;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23751;s:10:\"size_after\";i:23751;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2777;s:10:\"size_after\";i:2777;s:4:\"time\";d:0.01;}}}'),(12301,4381,'_wp_attached_file','2019/03/THPeterson-Rain-Web.jpg'),(12302,4381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:31:\"2019/03/THPeterson-Rain-Web.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-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:31:\"THPeterson-Rain-Web-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"THPeterson-Rain-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12303,4381,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.357753686199196;s:5:\"bytes\";i:13932;s:11:\"size_before\";i:319706;s:10:\"size_after\";i:305774;s:4:\"time\";d:0.24999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:562;s:11:\"size_before\";i:7247;s:10:\"size_after\";i:6685;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:950;s:11:\"size_before\";i:14673;s:10:\"size_after\";i:13723;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:1297;s:11:\"size_before\";i:20888;s:10:\"size_after\";i:19591;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69;s:5:\"bytes\";i:1705;s:11:\"size_before\";i:29990;s:10:\"size_after\";i:28285;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:1282;s:11:\"size_before\";i:21809;s:10:\"size_after\";i:20527;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:2253;s:11:\"size_before\";i:40409;s:10:\"size_after\";i:38156;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:1877;s:11:\"size_before\";i:31742;s:10:\"size_after\";i:29865;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:1330;s:11:\"size_before\";i:22668;s:10:\"size_after\";i:21338;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.41;s:5:\"bytes\";i:384;s:11:\"size_before\";i:4080;s:10:\"size_after\";i:3696;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19591;s:10:\"size_after\";i:19591;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:2292;s:11:\"size_before\";i:40959;s:10:\"size_after\";i:38667;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3696;s:10:\"size_after\";i:3696;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19591;s:10:\"size_after\";i:19591;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38667;s:10:\"size_after\";i:38667;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3696;s:10:\"size_after\";i:3696;s:4:\"time\";d:0.01;}}}'),(5668,3650,'_wp_attached_file','2019/07/log_file_2019-07-29__08-54-25.txt'),(5669,2705,'inline_featured_image','0'),(5670,2705,'inline_featured_image','0'),(5671,2705,'_wp_page_template','page-elementor.php'),(5672,2705,'slide_template',''),(5673,2705,'osf_enable_sidebar_page','0'),(5674,2705,'osf_sidebar_width','320'),(5675,2705,'osf_enable_page_heading','0'),(5676,2705,'osf_enable_full_page','1'),(5677,2705,'osf_enable_custom_header','0'),(5678,2705,'osf_header_layout','header-11'),(5679,2705,'osf_enable_breadcrumb','0'),(5680,2705,'osf_enable_custom_footer','1'),(5681,2705,'osf_footer_padding_top','0'),(5682,2705,'osf_enable_fixed_footer','0'),(5683,2705,'_elementor_edit_mode','builder'),(5684,2705,'_elementor_template_type','post'),(5686,2705,'_elementor_data','[{\"id\":\"aad9238\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3caafb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5cc38f9\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide_home1\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00ddd26\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e17f3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7687543\",\"elType\":\"widget\",\"settings\":{\"icon\":\"opal-icon-leaf-decor\",\"size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"selected_icon\":{\"value\":\"opal-icon- opal-icon-leaf-small-4\",\"library\":\"opal-custom\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"fdced71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>THE HISTORIC VINEWOOD. \\u00a0 WHERE MEMORIES ARE MADE.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9bb7a6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>since 1889<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c3da59\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"614c635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4455497\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"Gallery 1\",\"_id\":\"1bae9cd\",\"wp_gallery\":[{\"id\":609,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/champagne.jpg\"},{\"id\":746,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/BackofDress.jpg\"},{\"id\":606,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/BridalSuite-CJ.jpg\"}]}],\"thumbnail_size\":\"full\",\"columns_tablet\":\"3\",\"gutter\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_delay_time\":\"0.50\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f15916\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"schedule_end_date\":\"2018-11-30 00:00\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/h16_bg_a.jpg\",\"id\":2781},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"section_parallax_on\":\"yes\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"rgba(0,0,0,0.3)\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"7ae4edc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fefaa5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"DANCING & LIVE MUSIC\",\"description_text\":\"Join us for live bands, lots of dancing and more. Click for our calendar of events.\",\"primary_color\":\"#ffffff\",\"icon_space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"sub_title_text\":\"COUNTRY, LINE AND INBETWEEN\",\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"subtitle_color\":\"#d9b351\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"fdf67c0\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"04add0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"css_classes\":\"opal-border-1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b389e12\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"SAYING I DO\",\"description_text\":\"5.1 acres to explore and create your perfect memory. Click to learn more.\",\"icon_space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"primary_color\":\"#ffffff\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"description_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150,\"sub_title_text\":\"WEDDINGS + SPECIAL EVENTS\",\"subtitle_color\":\"#d9b351\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"aeba4b4\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%222041%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2cd3c4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97f1b91\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"CORPORATE + NONPROFITS\",\"description_text\":\"Space for 350 seated, comfortable. Plus in-house av, project screen and more.\",\"icon_space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"primary_color\":\"#ffffff\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"description_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"sub_title_text\":\"A NEW KIND OF MEETING\",\"subtitle_color\":\"#d9b351\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ccdb948\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"731bd35\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8445e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event & Wedding \\nHire Prices\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a9e069\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If all proposal details are agreeable, a contract will be presented.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6a79eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"411cee7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Exclusions:\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"386bc71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starting at $5,500\",\"title_color\":\"#d85502\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b5717e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"State Sales Tax on Goods + Services\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" County Rental Tax on Rental Goods \\/ Infastructure\",\"icon\":\"\",\"_id\":\"bb86953\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"On Site Ceremony + Ceremony Chairs Gratuity\",\"icon\":\"\",\"_id\":\"1f36316\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol \\u2013 BYOB; Service + Set-Up Included in Standard Pricing\",\"icon\":\"\",\"_id\":\"e60c9dd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" Bakery Desserts\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"D\\u00e9cor\",\"icon\":\"\",\"_id\":\"5f20f06\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Entertainment\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ed27de\",\"elType\":\"widget\",\"settings\":{\"text\":\"ORDER NOW\",\"align\":\"justify\",\"align_tablet\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-5\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"fa3bc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27b3657\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Exclusions:\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0b837da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starting at $4,500\",\"title_color\":\"#d85502\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"daf88de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Event Planning &amp; Management Services\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" Event Staffing Services\",\"icon\":\"\",\"_id\":\"66b94d6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Bar Set-up: Sodas, Juices, Ice &amp; Fruit Garnish\",\"icon\":\"\",\"_id\":\"19968f4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables, Chairs, Linen, China, Flatware &amp; Glassware\",\"icon\":\"\",\"_id\":\"cd86456\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f209719\",\"elType\":\"widget\",\"settings\":{\"text\":\"ORDER NOW\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#777777\",\"background_color\":\"#f3f3f3\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#666b7e\",\"button_hover_border_color\":\"#666b7e\",\"border_border\":\"solid\",\"border_color\":\"#f3f3f3\",\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-1\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18483,4728,'_cart_discount_tax','0'),(18484,4728,'_order_shipping','0'),(18485,4728,'_order_shipping_tax','0'),(18486,4728,'_order_tax','0'),(18487,4728,'_order_total','22.12'),(18488,4728,'_order_version','3.8.1'),(18489,4728,'_prices_include_tax','no'),(18490,4728,'_billing_address_index','          '),(18491,4728,'_shipping_address_index','        '),(18492,4728,'_mec_transaction_id','PUN87659'),(18493,4728,'_billing_first_name','Bobbie'),(18494,4728,'_billing_last_name','koerner'),(18495,4728,'_shipping_first_name','Bobbie'),(18496,4728,'_shipping_last_name','koerner'),(18497,4728,'_shipping_email','bobbie.koerner@yahoo.com'),(18498,4728,'_billing_email','bobbie.koerner@yahoo.com'),(18503,4729,'_order_currency','USD'),(18504,4729,'_cart_discount','0'),(18505,4729,'_cart_discount_tax','0'),(18506,4729,'_order_shipping','0'),(18507,4729,'_order_shipping_tax','0'),(18508,4729,'_order_tax','0'),(18509,4729,'_order_total','66.36'),(18510,4729,'_order_version','3.8.1'),(18511,4729,'_prices_include_tax','no'),(18512,4729,'_billing_address_index','Christine Griffie        christine.griffie@yahoo.com '),(18513,4729,'_shipping_address_index','        '),(18514,4729,'_mec_transaction_id','ZTA46302'),(18515,4729,'_billing_first_name','Christine'),(18516,4729,'_billing_last_name','Griffie'),(18517,4729,'_shipping_first_name','Christine'),(18518,4729,'_shipping_last_name','Griffie'),(18519,4729,'_shipping_email','christine.griffie@yahoo.com'),(18520,4729,'_billing_email','christine.griffie@yahoo.com'),(18545,4729,'_download_permissions_granted','yes'),(18521,4729,'_payment_method','paypal'),(18522,4729,'_payment_method_title','PayPal'),(18523,4729,'Payment type','instant'),(18524,4729,'_transaction_id','4XV08795PX232721V'),(18525,4729,'_paypal_status','completed'),(18526,4729,'PayPal Transaction Fee','2.22'),(18527,4729,'_date_completed','1580399521'),(18528,4729,'_date_paid','1580399521'),(18529,4729,'_paid_date','2020-01-30 15:52:01'),(18530,4729,'_completed_date','2020-01-30 15:52:01'),(18531,4730,'_elementor_controls_usage','a:0:{}'),(18532,4730,'mec_verified','1'),(18533,4730,'mec_verification_key','dcb20307654314735db79ef291dd6c3d'),(18534,4730,'mec_cancellation_key','01a156be6535d994a29c0a85ae8b2536'),(18535,4730,'mec_confirmed','1'),(18536,4730,'mec_transaction_id','ZTA46302'),(18537,4730,'mec_event_id','4693'),(18538,4730,'mec_date','2020-03-29:2020-03-29'),(18539,4730,'mec_ticket_id',',1,1,'),(18540,4730,'mec_booking_time','2020-01-30 15:52:01'),(18541,4730,'mec_attendees','a:2:{i:0;a:5:{s:4:\"name\";s:17:\"Christine Griffie\";s:5:\"email\";s:27:\"christine.griffie@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858069589\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:19:\"Stepheni Chamberlin\";s:5:\"email\";s:18:\"smc173@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852248179\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(18542,4730,'mec_price','66.3576'),(18543,4730,'mec_gateway','MEC_gateway_woocommerce'),(18544,4730,'mec_gateway_label','Pay by WooCommerce'),(18546,4729,'_recorded_sales','yes'),(18547,4729,'_recorded_coupon_usage_counts','yes'),(18548,4729,'_order_stock_reduced','yes'),(18549,4731,'_order_key','wc_order_wkuO0OLs6sRGe'),(18550,4731,'_customer_user','45'),(18551,4731,'_customer_ip_address','70.179.152.164'),(18552,4731,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone9,2;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Verizon]'),(18553,4731,'_order_currency','USD'),(18554,4731,'_cart_discount','0'),(18555,4731,'_cart_discount_tax','0'),(18556,4731,'_order_shipping','0'),(18557,4731,'_order_shipping_tax','0'),(18558,4731,'_order_tax','0'),(18559,4731,'_order_total','22.12'),(18560,4731,'_order_version','3.8.1'),(18561,4731,'_prices_include_tax','no'),(18562,4731,'_billing_address_index','          '),(18563,4731,'_shipping_address_index','        '),(18564,4731,'_mec_transaction_id','FXL25570'),(18565,4731,'_billing_first_name','Bobbie'),(18566,4731,'_shipping_first_name','Bobbie'),(18567,4731,'_shipping_last_name',''),(18568,4731,'_shipping_email','bobbie.koerner@yahoo.com'),(18569,4731,'_billing_last_name',''),(18570,4731,'_billing_email',''),(18571,4731,'_payment_method','paypal'),(18572,4731,'_payment_method_title','PayPal'),(18573,4731,'Payment type','instant'),(18574,4731,'_transaction_id','82E59601LS1591725'),(18575,4731,'_paypal_status','completed'),(18576,4731,'PayPal Transaction Fee','0.94'),(18577,4731,'_date_completed','1580428658'),(18578,4731,'_date_paid','1580428658'),(18579,4731,'_paid_date','2020-01-30 23:57:38'),(18580,4731,'_completed_date','2020-01-30 23:57:38'),(18581,4732,'_elementor_controls_usage','a:0:{}'),(18582,4732,'mec_verified','1'),(18583,4732,'mec_verification_key','2213fd5afd0cb9f029055b9c4fb435ce'),(18584,4732,'mec_cancellation_key','e8a7cd1cac0303a8e378bb9dc3c4e664'),(18585,4732,'mec_confirmed','1'),(18586,4732,'mec_transaction_id','FXL25570'),(18587,4732,'mec_event_id','4615'),(18588,4732,'mec_date','2020-02-14:2020-02-14'),(18589,4732,'mec_ticket_id',',1,1,'),(18590,4732,'mec_booking_time','2020-01-30 23:57:39'),(18591,4732,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:6:\"Bobbie\";s:5:\"email\";s:24:\"bobbie.koerner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858064114\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:6:\"Bobbie\";s:5:\"email\";s:24:\"bobbie.koerner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858064114\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18592,4732,'mec_price','22.1192'),(18593,4732,'mec_gateway','MEC_gateway_woocommerce'),(18594,4732,'mec_gateway_label','Pay by WooCommerce'),(18595,4731,'_download_permissions_granted','yes'),(18596,4731,'_recorded_sales','yes'),(18597,4731,'_recorded_coupon_usage_counts','yes'),(18598,4731,'_order_stock_reduced','yes'),(18646,4733,'_recorded_sales','yes'),(18647,4733,'_recorded_coupon_usage_counts','yes'),(18648,4733,'_order_stock_reduced','yes'),(18649,4735,'_order_key','wc_order_9nlQPH0WEIT3W'),(18650,4735,'_customer_user','0'),(18651,4735,'_customer_ip_address','68.103.123.244'),(18652,4735,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G955U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36'),(18653,4735,'_order_currency','USD'),(9571,4030,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.150756986846478;s:5:\"bytes\";i:85124;s:11:\"size_before\";i:292013;s:10:\"size_after\";i:206889;s:4:\"time\";d:0.73;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.53;s:5:\"bytes\";i:8284;s:11:\"size_before\";i:30089;s:10:\"size_after\";i:21805;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.13;s:5:\"bytes\";i:12367;s:11:\"size_before\";i:42456;s:10:\"size_after\";i:30089;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.38;s:5:\"bytes\";i:18129;s:11:\"size_before\";i:36712;s:10:\"size_after\";i:18583;s:4:\"time\";d:0.07;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.38;s:5:\"bytes\";i:21172;s:11:\"size_before\";i:42877;s:10:\"size_after\";i:21705;s:4:\"time\";d:0.07;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.16;s:5:\"bytes\";i:21147;s:11:\"size_before\";i:43014;s:10:\"size_after\";i:21867;s:4:\"time\";d:0.09;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21867;s:10:\"size_after\";i:21867;s:4:\"time\";d:0.21;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.32;s:5:\"bytes\";i:4025;s:11:\"size_before\";i:15294;s:10:\"size_after\";i:11269;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18583;s:10:\"size_after\";i:18583;s:4:\"time\";d:0.08;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11269;s:10:\"size_after\";i:11269;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18583;s:10:\"size_after\";i:18583;s:4:\"time\";d:0.07;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11269;s:10:\"size_after\";i:11269;s:4:\"time\";d:0.02;}}}'),(9572,4030,'_wp_attachment_image_alt','Inverted Logo'),(18654,4735,'_cart_discount','0'),(18655,4735,'_cart_discount_tax','0'),(18656,4735,'_order_shipping','0'),(18657,4735,'_order_shipping_tax','0'),(18658,4735,'_order_tax','0'),(18659,4735,'_order_total','165.89'),(18660,4735,'_order_version','3.8.1'),(18661,4735,'_prices_include_tax','no'),(18662,4735,'_billing_address_index','          '),(5465,3629,'_wp_attached_file','2019/07/SquareGoldLogo.jpg'),(5466,3629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2019/07/SquareGoldLogo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"SquareGoldLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"SquareGoldLogo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"SquareGoldLogo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"SquareGoldLogo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(5467,3629,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.479890018543386;s:5:\"bytes\";i:857;s:11:\"size_before\";i:15639;s:10:\"size_after\";i:14782;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3;s:5:\"bytes\";i:571;s:11:\"size_before\";i:6878;s:10:\"size_after\";i:6307;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.19;s:5:\"bytes\";i:286;s:11:\"size_before\";i:3111;s:10:\"size_after\";i:2825;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2825;s:10:\"size_after\";i:2825;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2825;s:10:\"size_after\";i:2825;s:4:\"time\";d:0.01;}}}'),(5468,3630,'_wp_attached_file','2019/07/cropped-SquareGoldLogo.jpg'),(5469,3630,'_wp_attachment_context','custom-logo'),(5470,3630,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.560845553227957;s:5:\"bytes\";i:876;s:11:\"size_before\";i:15753;s:10:\"size_after\";i:14877;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.41;s:5:\"bytes\";i:585;s:11:\"size_before\";i:6960;s:10:\"size_after\";i:6375;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.31;s:5:\"bytes\";i:291;s:11:\"size_before\";i:3125;s:10:\"size_after\";i:2834;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2834;s:10:\"size_after\";i:2834;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2834;s:10:\"size_after\";i:2834;s:4:\"time\";d:0.01;}}}'),(5471,3630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:34:\"2019/07/cropped-SquareGoldLogo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-SquareGoldLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-SquareGoldLogo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-SquareGoldLogo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-SquareGoldLogo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(5476,3631,'_wp_attached_file','2019/07/log_file_2019-07-29__08-45-09.txt'),(10118,4100,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.43634045156808;s:5:\"bytes\";i:31033;s:11:\"size_before\";i:699518;s:10:\"size_after\";i:668485;s:4:\"time\";d:0.39000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:450;s:11:\"size_before\";i:6980;s:10:\"size_after\";i:6530;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:847;s:11:\"size_before\";i:15294;s:10:\"size_after\";i:14447;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:2049;s:11:\"size_before\";i:66475;s:10:\"size_after\";i:64426;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:2578;s:11:\"size_before\";i:101336;s:10:\"size_after\";i:98758;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:1037;s:11:\"size_before\";i:20593;s:10:\"size_after\";i:19556;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:1398;s:11:\"size_before\";i:32649;s:10:\"size_after\";i:31251;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:1100;s:11:\"size_before\";i:23365;s:10:\"size_after\";i:22265;s:4:\"time\";d:0.03;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.74;s:5:\"bytes\";i:13047;s:11:\"size_before\";i:102380;s:10:\"size_after\";i:89333;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:45056;s:10:\"size_after\";i:43398;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:31621;s:10:\"size_after\";i:30364;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:1201;s:11:\"size_before\";i:24232;s:10:\"size_after\";i:23031;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:282;s:11:\"size_before\";i:3863;s:10:\"size_after\";i:3581;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7;s:5:\"bytes\";i:2423;s:11:\"size_before\";i:89800;s:10:\"size_after\";i:87377;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19556;s:10:\"size_after\";i:19556;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:1706;s:11:\"size_before\";i:45653;s:10:\"size_after\";i:43947;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3581;s:10:\"size_after\";i:3581;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19556;s:10:\"size_after\";i:19556;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43947;s:10:\"size_after\";i:43947;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3581;s:10:\"size_after\";i:3581;s:4:\"time\";d:0.01;}}}'),(10119,4101,'_wp_attached_file','2019/08/TableScape-3.jpg'),(10120,4101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:24:\"2019/08/TableScape-3.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"TableScape-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"TableScape-3-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:24:\"TableScape-3-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:25:\"TableScape-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"TableScape-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"TableScape-3-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:24:\"TableScape-3-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"TableScape-3-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"TableScape-3-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"TableScape-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"TableScape-3-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"TableScape-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"TableScape-3-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"TableScape-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"TableScape-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"TableScape-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"TableScape-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"TableScape-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"TableScape-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7643,2623,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 42 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 9 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:18:\"9 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(7644,2623,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";d:-11.556521739130403;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(10131,4105,'_wp_attached_file','2019/08/WhiteAndBlueTables.jpg'),(10130,4104,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0887558401613147;s:5:\"bytes\";i:16911;s:11:\"size_before\";i:547502;s:10:\"size_after\";i:530591;s:4:\"time\";d:0.3700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:330;s:11:\"size_before\";i:6320;s:10:\"size_after\";i:5990;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:570;s:11:\"size_before\";i:13225;s:10:\"size_after\";i:12655;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:51381;s:10:\"size_after\";i:50244;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.74;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:78093;s:10:\"size_after\";i:76738;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:564;s:11:\"size_before\";i:16489;s:10:\"size_after\";i:15925;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:843;s:11:\"size_before\";i:26172;s:10:\"size_after\";i:25329;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:709;s:11:\"size_before\";i:19537;s:10:\"size_after\";i:18828;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.76;s:5:\"bytes\";i:6510;s:11:\"size_before\";i:74287;s:10:\"size_after\";i:67777;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:966;s:11:\"size_before\";i:35111;s:10:\"size_after\";i:34145;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:684;s:11:\"size_before\";i:24585;s:10:\"size_after\";i:23901;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:730;s:11:\"size_before\";i:19973;s:10:\"size_after\";i:19243;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:271;s:11:\"size_before\";i:3848;s:10:\"size_after\";i:3577;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.83;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:68810;s:10:\"size_after\";i:67551;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15925;s:10:\"size_after\";i:15925;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:983;s:11:\"size_before\";i:35825;s:10:\"size_after\";i:34842;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3577;s:10:\"size_after\";i:3577;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15925;s:10:\"size_after\";i:15925;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34842;s:10:\"size_after\";i:34842;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3577;s:10:\"size_after\";i:3577;s:4:\"time\";d:0.01;}}}'),(10132,4105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1310;s:6:\"height\";i:780;s:4:\"file\";s:30:\"2019/08/WhiteAndBlueTables.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-768x457.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"WhiteAndBlueTables-1024x610.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:31:\"WhiteAndBlueTables-1310x700.jpg\";s:5:\"width\";i:1310;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-400x238.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"WhiteAndBlueTables-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-600x357.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-600x357.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"WhiteAndBlueTables-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10133,4105,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.968857283961135;s:5:\"bytes\";i:37327;s:11:\"size_before\";i:751219;s:10:\"size_after\";i:713892;s:4:\"time\";d:0.8700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.14;s:5:\"bytes\";i:433;s:11:\"size_before\";i:7051;s:10:\"size_after\";i:6618;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:827;s:11:\"size_before\";i:15185;s:10:\"size_after\";i:14358;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:2259;s:11:\"size_before\";i:66587;s:10:\"size_after\";i:64328;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3502;s:11:\"size_before\";i:107085;s:10:\"size_after\";i:103583;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:847;s:11:\"size_before\";i:20048;s:10:\"size_after\";i:19201;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:1513;s:11:\"size_before\";i:34486;s:10:\"size_after\";i:32973;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:25119;s:10:\"size_after\";i:23901;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.78;s:5:\"bytes\";i:17342;s:11:\"size_before\";i:135723;s:10:\"size_after\";i:118381;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:2047;s:11:\"size_before\";i:50241;s:10:\"size_after\";i:48194;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:1111;s:11:\"size_before\";i:30898;s:10:\"size_after\";i:29787;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:1079;s:11:\"size_before\";i:23418;s:10:\"size_after\";i:22339;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:308;s:11:\"size_before\";i:4083;s:10:\"size_after\";i:3775;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:2989;s:11:\"size_before\";i:97027;s:10:\"size_after\";i:94038;s:4:\"time\";d:0.27;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19201;s:10:\"size_after\";i:19201;s:4:\"time\";d:0.29;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:1852;s:11:\"size_before\";i:45084;s:10:\"size_after\";i:43232;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3775;s:10:\"size_after\";i:3775;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19201;s:10:\"size_after\";i:19201;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43232;s:10:\"size_after\";i:43232;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3775;s:10:\"size_after\";i:3775;s:4:\"time\";d:0.01;}}}'),(18302,4713,'_wp_page_template','default'),(18303,4713,'_elementor_edit_mode','builder'),(18304,4713,'_elementor_template_type','wp-post'),(18305,4713,'_elementor_data','[{\"id\":\"c08bfb6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"7b22936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"01971d7\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide-home2\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30096ac\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"60\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#3d7b5f\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d774108\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"background_hover_background\":\"classic\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"f34965c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Dance\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-music\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec360c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224126%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"b4ad1d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"background_hover_background\":\"classic\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"484558a\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Say \\\"I DO\\\"\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-couple\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec360c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%222041%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4b82353\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"7d38fb3\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Rates\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-budget\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"57d6a27\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223991%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"39f9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"8dad1c7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"History\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-leaf-small-4\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"73bdec3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"365f2de\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Gallery\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-favourite\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ee60827\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"90e8ca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"0c96ff9\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Contact\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-phone\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"57d6a27\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22553%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a9b2aa3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"180\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99964c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-right\",\"animation_duration\":\"fast\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"1b020c5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bd893e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relax, Welcome and Enjoy The Vinewood<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5554537\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by and say hello or schedule a private tour of the property today.<\\/p><p><strong>Welcome!<br \\/><br \\/><\\/strong><em>- Nicole &amp; Mike<\\/em><\\/p>\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27230a74\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"20989965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6574b106\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/NicoleSig.png\",\"id\":3773},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"218440b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"78aec74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MikeSig.png\",\"id\":3774},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7feacf1\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":808},\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#f8f8f1\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor1.png\",\"id\":857},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-2},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-15},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":20,\"_id\":\"c068d33\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor2.png\",\"id\":858},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-1},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":60},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"551df8e\",\"osf_section_parallax_mouse\":\"yes\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor3.png\",\"id\":859},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":85},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-4},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"f8756f2\",\"osf_section_parallax_mouse\":\"yes\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor4.png\",\"id\":915},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":93},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":52},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"4649df7\",\"osf_section_parallax_mouse\":\"yes\"}],\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Outside.jpg\",\"id\":4099},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.63,\"sizes\":[]},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"8e13b21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"schedule_end_date\":\"2018-11-30 00:00\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"436fc45\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"testimonial_title\":\"Gorgeous and such Good Vibes\",\"testimonial_content\":\"\\u2018I only attended a wedding here, but this venue is GORGEOUS! It has such a good vibe even without decorations. Large open space and a unique setup. Has a stage as well and public restrooms and a bar area. Makes me wish I could\\u2019ve had my wedding reception here!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Abby\",\"testimonial_job\":\"Wedding - February 2019\",\"_id\":\"57f255d\"},{\"testimonial_title\":\"Most quaint little place\",\"testimonial_content\":\"\\u2018It\'s the most quaint little place to have a wedding. I think the wedding that I attended here had about 300 or 350 people and it fit us all very comfortably. Didn\'t feel cramped at all.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Britney\",\"testimonial_job\":\"Wedding - July 2019\",\"_id\":\"f4645aa\"},{\"testimonial_title\":\"It felt so magical\",\"testimonial_content\":\"\\u2018The ceremony was outdoors, shaded by trees. BEAUTIFUL. And then the reception was indoors. Beautiful refinished hardwood floors and white walls. There were lights strung from the rafters and it just felt so magical.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Britney\",\"testimonial_job\":\"Wedding July 2019\",\"_id\":\"3f456be\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":32},\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_content_color\":\"rgba(255,255,255,0.87)\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"name_text_color\":\"#d9b351\",\"backgroud_dot\":\"#e5e5e5\",\"backgroud_dot_active\":\"#202020\",\"enable_carousel\":\"yes\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"title_color\":\"#d9b351\",\"title_typography_font_family\":\"Playfair Display\",\"title_typography_font_weight\":\"normal\",\"job_text_color\":\"#d9b351\",\"name_line_color\":\"#d9b351\",\"job_dot_color\":\"#d9b351\",\"carousel_dot_color\":\"#d9b351\",\"carousel_dot_color_hover\":\"#ffffff\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"opal-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43d1064\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_position\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"z_index\":10},\"elements\":[{\"id\":\"235d8fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"21dd79c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce0195e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b0b3f8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Versatile Spaces\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eeb9d58\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>WEDDINGS\\u00a0 \\u2022\\u00a0 CORPORATE\\u00a0 \\u2022\\u00a0 REUNIONS\\u00a0 \\u2022\\u00a0 RETIREMENT\\u00a0 \\u2022 NONPROFIT FUNDRAISERS\\u00a0 \\u2022 CONFERENCES\\u00a0 \\u2022\\u00a0 HOLIDAY PARTIES<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c91b709\",\"elType\":\"widget\",\"settings\":{\"contents\":[{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MrsMrs-Color.jpg\",\"id\":4245},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Venue Hall: Seating for 350\",\"content\":\"<p>Indoors we can accommodate up to 350 guests seated. Capacity is 499. Plus we have amble outdoor acreage for use.<\\/p>\",\"_id\":\"418b17d\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-6-e1566582948853.jpg\",\"id\":4008},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Outdoor Spaces: Lots of Greenary\",\"content\":\"<p>The Vinewood sits on five-acres and includes a large event hall, back deck and plenty of green spaces.<\\/p>\",\"_id\":\"10c9295\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-40.jpg\",\"id\":3770},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Mezzanine: Beautiful, Natural Light\",\"content\":\"<p><span id=\\\"fbPhotoSnowliftCaption\\\" class=\\\"fbPhotosPhotoCaption\\\" tabindex=\\\"0\\\" aria-live=\\\"polite\\\" data-ft=\\\"{\\\"><span class=\\\"hasCaption\\\">Our mezzanine is great for photos, a cocktail hour, extra guest seating or even a live and silent auction area.<br \\/><\\/span><\\/span><\\/p><div id=\\\"comp-jhsartkp\\\" class=\\\"txtNew\\\" data-packed=\\\"true\\\">\\u00a0<\\/div>\",\"_id\":\"ad6e0db\"}],\"column\":\"2\",\"gutter\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"style\":\"1\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"content_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"enable_carousel\":\"yes\",\"navigation\":\"arrows\",\"content_typography_typography\":\"custom\",\"title_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"column_tablet\":\"1\",\"column_mobile\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"autoplay_speed\":4000},\"elements\":[],\"widgetType\":\"opal-text_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0af051c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#3d7b5f\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"z_index\":1000},\"elements\":[{\"id\":\"cdb2fef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"c086ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Memories are made here<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.5}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc60b3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Are you ready?\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_family\":\"Playfair Display\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e372c8\",\"elType\":\"widget\",\"settings\":{\"icon\":\"opal-icon-wave-decor\",\"primary_color\":\"#ffffff\",\"size\":{\"unit\":\"px\",\"size\":90},\"rotate\":{\"unit\":\"deg\",\"size\":90},\"_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"624067c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>View our rates and available dates, then schedule a tour - all online<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"410390b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1200},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/decor_img1.png\",\"id\":786},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":68},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-7},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":-20,\"_id\":\"e66d2ea\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/decor_img.png\",\"id\":785},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-1},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":53},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":20,\"_id\":\"c38b456\",\"osf_section_parallax_mouse\":\"yes\"}],\"background_background\":\"classic\",\"background_color\":\"#f8f8f1\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8d417da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"z_index\":99},\"elements\":[{\"id\":\"4014851\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ideas and tips\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8aa5f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our blog for tips and inspiration\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"88f2614\",\"elType\":\"widget\",\"settings\":{\"column\":\"3\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"graphic_image_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"enable_carousel\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"opal-post-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ed2369\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc3fe4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"bf33a89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Inspired\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"003c350\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":8,\"style\":\"overlay\",\"content_delay_time\":\"0.50\",\"show_load_more\":\"yes\",\"text\":\"View more weddings\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"align\":\"center\",\"size\":\"md\",\"text_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#e7e4d8\",\"button_background_hover_color\":\"#e8dfc0\"},\"elements\":[],\"widgetType\":\"opal-portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ba980a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"881e8dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"05b06f6\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"\",\"_id\":\"30e9e9c\",\"wp_gallery\":[{\"id\":4100,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/PetersonFlowers.jpg\"},{\"id\":4095,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\"},{\"id\":4087,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/BridalSuite-2.jpg\"},{\"id\":4221,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Mezzinea2018Autum.jpg\"}]}],\"thumbnail_size\":\"full\",\"columns\":\"4\",\"columns_tablet\":\"2\",\"columns_mobile\":\"1\",\"gutter\":{\"unit\":\"px\",\"size\":0},\"content_delay_time\":\"0.50\",\"schedule_end_date\":\"2018-11-30 00:00\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(10124,4102,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.750438299870341;s:5:\"bytes\";i:33084;s:11:\"size_before\";i:696441;s:10:\"size_after\";i:663357;s:4:\"time\";d:0.3500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:581;s:11:\"size_before\";i:7792;s:10:\"size_after\";i:7211;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:977;s:11:\"size_before\";i:15656;s:10:\"size_after\";i:14679;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:2653;s:11:\"size_before\";i:64917;s:10:\"size_after\";i:62264;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3243;s:11:\"size_before\";i:99024;s:10:\"size_after\";i:95781;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.08;s:5:\"bytes\";i:1353;s:11:\"size_before\";i:22265;s:10:\"size_after\";i:20912;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:1616;s:11:\"size_before\";i:31766;s:10:\"size_after\";i:30150;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:23093;s:10:\"size_after\";i:21832;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.84;s:5:\"bytes\";i:10745;s:11:\"size_before\";i:99146;s:10:\"size_after\";i:88401;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:2028;s:11:\"size_before\";i:43550;s:10:\"size_after\";i:41522;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:1765;s:11:\"size_before\";i:34122;s:10:\"size_after\";i:32357;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:1280;s:11:\"size_before\";i:23828;s:10:\"size_after\";i:22548;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.66;s:5:\"bytes\";i:389;s:11:\"size_before\";i:4490;s:10:\"size_after\";i:4101;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:3068;s:11:\"size_before\";i:89029;s:10:\"size_after\";i:85961;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20912;s:10:\"size_after\";i:20912;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:2125;s:11:\"size_before\";i:44931;s:10:\"size_after\";i:42806;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4101;s:10:\"size_after\";i:4101;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20912;s:10:\"size_after\";i:20912;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42806;s:10:\"size_after\";i:42806;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4101;s:10:\"size_after\";i:4101;s:4:\"time\";d:0.01;}}}'),(10125,4103,'_wp_attached_file','2019/08/TableScape.jpg'),(10126,4103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:22:\"2019/08/TableScape.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"TableScape-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:\"TableScape-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:\"TableScape-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:\"TableScape-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:22:\"TableScape-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:22:\"TableScape-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:22:\"TableScape-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:23:\"TableScape-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:22:\"TableScape-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:22:\"TableScape-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:22:\"TableScape-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"TableScape-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:22:\"TableScape-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"TableScape-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"TableScape-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"TableScape-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"TableScape-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"TableScape-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"TableScape-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10127,4103,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8926025191478546;s:5:\"bytes\";i:22047;s:11:\"size_before\";i:566382;s:10:\"size_after\";i:544335;s:4:\"time\";d:0.4;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:415;s:11:\"size_before\";i:6349;s:10:\"size_after\";i:5934;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:662;s:11:\"size_before\";i:12832;s:10:\"size_after\";i:12170;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:1456;s:11:\"size_before\";i:52521;s:10:\"size_after\";i:51065;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.53;s:5:\"bytes\";i:2052;s:11:\"size_before\";i:80996;s:10:\"size_after\";i:78944;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:783;s:11:\"size_before\";i:17421;s:10:\"size_after\";i:16638;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:1017;s:11:\"size_before\";i:26055;s:10:\"size_after\";i:25038;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:832;s:11:\"size_before\";i:18984;s:10:\"size_after\";i:18152;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:8473;s:11:\"size_before\";i:82776;s:10:\"size_after\";i:74303;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.47;s:5:\"bytes\";i:1229;s:11:\"size_before\";i:35446;s:10:\"size_after\";i:34217;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:1037;s:11:\"size_before\";i:26822;s:10:\"size_after\";i:25785;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:837;s:11:\"size_before\";i:19720;s:10:\"size_after\";i:18883;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:263;s:11:\"size_before\";i:3697;s:10:\"size_after\";i:3434;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.42;s:5:\"bytes\";i:1735;s:11:\"size_before\";i:71729;s:10:\"size_after\";i:69994;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16638;s:10:\"size_after\";i:16638;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:1256;s:11:\"size_before\";i:36073;s:10:\"size_after\";i:34817;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3434;s:10:\"size_after\";i:3434;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16638;s:10:\"size_after\";i:16638;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34817;s:10:\"size_after\";i:34817;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3434;s:10:\"size_after\";i:3434;s:4:\"time\";d:0.01;}}}'),(10128,4104,'_wp_attached_file','2019/08/TableSetup.jpg'),(10129,4104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:22:\"2019/08/TableSetup.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"TableSetup-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:\"TableSetup-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:\"TableSetup-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:\"TableSetup-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:22:\"TableSetup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:22:\"TableSetup-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:22:\"TableSetup-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:23:\"TableSetup-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:22:\"TableSetup-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:22:\"TableSetup-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:22:\"TableSetup-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"TableSetup-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:22:\"TableSetup-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"TableSetup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"TableSetup-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"TableSetup-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"TableSetup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"TableSetup-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"TableSetup-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7668,3779,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.611832631413824;s:5:\"bytes\";i:140235;s:11:\"size_before\";i:1842329;s:10:\"size_after\";i:1702094;s:4:\"time\";d:0.76;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2;s:5:\"bytes\";i:964;s:11:\"size_before\";i:10478;s:10:\"size_after\";i:9514;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.94;s:5:\"bytes\";i:2312;s:11:\"size_before\";i:25851;s:10:\"size_after\";i:23539;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.53;s:5:\"bytes\";i:15062;s:11:\"size_before\";i:176579;s:10:\"size_after\";i:161517;s:4:\"time\";d:0.09;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.43;s:5:\"bytes\";i:26433;s:11:\"size_before\";i:313444;s:10:\"size_after\";i:287011;s:4:\"time\";d:0.08;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.92;s:5:\"bytes\";i:3627;s:11:\"size_before\";i:40655;s:10:\"size_after\";i:37028;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.59;s:5:\"bytes\";i:5781;s:11:\"size_before\";i:67284;s:10:\"size_after\";i:61503;s:4:\"time\";d:0.03;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.11;s:5:\"bytes\";i:34215;s:11:\"size_before\";i:421896;s:10:\"size_after\";i:387681;s:4:\"time\";d:0.1;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.48;s:5:\"bytes\";i:8762;s:11:\"size_before\";i:103304;s:10:\"size_after\";i:94542;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.99;s:5:\"bytes\";i:6483;s:11:\"size_before\";i:72149;s:10:\"size_after\";i:65666;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6;s:5:\"bytes\";i:3964;s:11:\"size_before\";i:46116;s:10:\"size_after\";i:42152;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.71;s:5:\"bytes\";i:451;s:11:\"size_before\";i:5175;s:10:\"size_after\";i:4724;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.44;s:5:\"bytes\";i:23142;s:11:\"size_before\";i:274209;s:10:\"size_after\";i:251067;s:4:\"time\";d:0.14;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37028;s:10:\"size_after\";i:37028;s:4:\"time\";d:0.06;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.58;s:5:\"bytes\";i:9039;s:11:\"size_before\";i:105362;s:10:\"size_after\";i:96323;s:4:\"time\";d:0.04;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4724;s:10:\"size_after\";i:4724;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37028;s:10:\"size_after\";i:37028;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:96323;s:10:\"size_after\";i:96323;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4724;s:10:\"size_after\";i:4724;s:4:\"time\";d:0.01;}}}'),(7669,3780,'_wp_attached_file','2019/08/TheVinewood-7-1.jpg'),(7670,3780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:932;s:4:\"file\";s:27:\"2019/08/TheVinewood-7-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-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:27:\"TheVinewood-7-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"TheVinewood-7-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:28:\"TheVinewood-7-1-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"TheVinewood-7-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"TheVinewood-7-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7671,3780,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.01812435965887;s:5:\"bytes\";i:91751;s:11:\"size_before\";i:1524578;s:10:\"size_after\";i:1432827;s:4:\"time\";d:0.6100000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.34;s:5:\"bytes\";i:776;s:11:\"size_before\";i:10579;s:10:\"size_after\";i:9803;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.72;s:5:\"bytes\";i:2079;s:11:\"size_before\";i:26945;s:10:\"size_after\";i:24866;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2;s:5:\"bytes\";i:10901;s:11:\"size_before\";i:151336;s:10:\"size_after\";i:140435;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:16120;s:11:\"size_before\";i:242074;s:10:\"size_after\";i:225954;s:4:\"time\";d:0.07;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:2771;s:11:\"size_before\";i:38956;s:10:\"size_after\";i:36185;s:4:\"time\";d:0.03;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:4759;s:11:\"size_before\";i:65312;s:10:\"size_after\";i:60553;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:17798;s:11:\"size_before\";i:295843;s:10:\"size_after\";i:278045;s:4:\"time\";d:0.1;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:7042;s:11:\"size_before\";i:96070;s:10:\"size_after\";i:89028;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.08;s:5:\"bytes\";i:4628;s:11:\"size_before\";i:65355;s:10:\"size_after\";i:60727;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42;s:5:\"bytes\";i:3445;s:11:\"size_before\";i:46407;s:10:\"size_after\";i:42962;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:404;s:11:\"size_before\";i:5246;s:10:\"size_after\";i:4842;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:13912;s:11:\"size_before\";i:209853;s:10:\"size_after\";i:195941;s:4:\"time\";d:0.12;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36185;s:10:\"size_after\";i:36185;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.27;s:5:\"bytes\";i:7116;s:11:\"size_before\";i:97832;s:10:\"size_after\";i:90716;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4842;s:10:\"size_after\";i:4842;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36185;s:10:\"size_after\";i:36185;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:90716;s:10:\"size_after\";i:90716;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4842;s:10:\"size_after\";i:4842;s:4:\"time\";d:0.01;}}}'),(10121,4101,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.038833070535623;s:5:\"bytes\";i:22515;s:11:\"size_before\";i:557463;s:10:\"size_after\";i:534948;s:4:\"time\";d:0.5900000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:330;s:11:\"size_before\";i:6125;s:10:\"size_after\";i:5795;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:524;s:11:\"size_before\";i:11900;s:10:\"size_after\";i:11376;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:1545;s:11:\"size_before\";i:51243;s:10:\"size_after\";i:49698;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.64;s:5:\"bytes\";i:2093;s:11:\"size_before\";i:79146;s:10:\"size_after\";i:77053;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:715;s:11:\"size_before\";i:17571;s:10:\"size_after\";i:16856;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:975;s:11:\"size_before\";i:24937;s:10:\"size_after\";i:23962;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:741;s:11:\"size_before\";i:17946;s:10:\"size_after\";i:17205;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.76;s:5:\"bytes\";i:9101;s:11:\"size_before\";i:84607;s:10:\"size_after\";i:75506;s:4:\"time\";d:0.28;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:34458;s:10:\"size_after\";i:33286;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:1082;s:11:\"size_before\";i:27710;s:10:\"size_after\";i:26628;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:668;s:11:\"size_before\";i:18442;s:10:\"size_after\";i:17774;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.14;s:5:\"bytes\";i:214;s:11:\"size_before\";i:3487;s:10:\"size_after\";i:3273;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:2103;s:11:\"size_before\";i:71143;s:10:\"size_after\";i:69040;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16856;s:10:\"size_after\";i:16856;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:1252;s:11:\"size_before\";i:34871;s:10:\"size_after\";i:33619;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3273;s:10:\"size_after\";i:3273;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16856;s:10:\"size_after\";i:16856;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33619;s:10:\"size_after\";i:33619;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3273;s:10:\"size_after\";i:3273;s:4:\"time\";d:0.01;}}}'),(10122,4102,'_wp_attached_file','2019/08/TableScape-Gold.jpg'),(10123,4102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1164;s:6:\"height\";i:780;s:4:\"file\";s:27:\"2019/08/TableScape-Gold.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-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:27:\"TableScape-Gold-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"TableScape-Gold-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:28:\"TableScape-Gold-1164x700.jpg\";s:5:\"width\";i:1164;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"TableScape-Gold-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"TableScape-Gold-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(8526,3716,'_thumbnail_id','4296'),(8527,3716,'_wp_page_template','default'),(7156,3716,'mec_color','70003f'),(7157,3716,'mec_location_id','1'),(7158,3716,'mec_dont_show_map','0'),(7159,3716,'mec_organizer_id','69'),(7160,3716,'mec_read_more',''),(7154,3716,'_edit_last','1'),(7155,3716,'_edit_lock','1577529163:1'),(7161,3716,'mec_more_info','https://thehistoricvinewood.com/nye/'),(7162,3716,'mec_more_info_title','More Information & Tickets'),(7163,3716,'mec_more_info_target','_blank'),(7164,3716,'mec_cost','75'),(7165,3716,'mec_additional_organizer_ids','a:0:{}'),(7166,3716,'mec_additional_location_ids','a:0:{}'),(7167,3716,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-12-31\";s:4:\"hour\";s:1:\"6\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-01-01\";s:4:\"hour\";s:1:\"1\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(7168,3716,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(7169,3716,'mec_certain_weekdays','a:0:{}'),(7170,3716,'mec_allday','0'),(7171,3716,'mec_hide_time','0'),(7172,3716,'mec_hide_end_time','0'),(7173,3716,'mec_comment',''),(7174,3716,'mec_start_date','2019-12-31'),(7175,3716,'mec_start_time_hour','6'),(7176,3716,'mec_start_time_minutes','0'),(7177,3716,'mec_start_time_ampm','PM'),(7178,3716,'mec_start_day_seconds','64800'),(7179,3716,'mec_end_date','2020-01-01'),(7180,3716,'mec_end_time_hour','1'),(7181,3716,'mec_end_time_minutes','0'),(7182,3716,'mec_end_time_ampm','AM'),(7183,3716,'mec_end_day_seconds','3600'),(7184,3716,'mec_repeat_status','0'),(7185,3716,'mec_repeat_type',''),(7186,3716,'mec_repeat_interval','1'),(7187,3716,'mec_repeat_end',''),(7188,3716,'mec_repeat_end_at_occurrences',''),(7189,3716,'mec_repeat_end_at_date',''),(7190,3716,'mec_advanced_days','a:0:{}'),(7191,3716,'mec_in_days',''),(7192,3716,'mec_not_in_days',''),(7193,3716,'mec_hourly_schedules','a:0:{}'),(7194,3716,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:1:\"4\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(7195,3716,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:20:\"NYE Dinner & Dancing\";s:22:\"ticket_start_time_hour\";s:2:\"06\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"01\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"AM\";s:11:\"description\";s:55:\"NYE Prime Rib Dinner, Dancing and Music, Midnight Toast\";s:5:\"price\";s:2:\"75\";s:11:\"price_label\";s:3:\"$75\";s:5:\"limit\";s:3:\"200\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(7196,3716,'mec_fees_global_inheritance','1'),(7197,3716,'mec_fees','a:1:{s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(7198,3716,'mec_ticket_variations_global_inheritance','1'),(7199,3716,'mec_ticket_variations','a:0:{}'),(7200,3716,'mec_reg_fields_global_inheritance','1'),(7201,3716,'mec_reg_fields','a:0:{}'),(7202,3716,'mec_op','a:0:{}'),(7203,3716,'slide_template','default'),(7204,3717,'inline_featured_image','0'),(7205,3717,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";d:-171.5940659340659;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(7206,3717,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 42 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 34 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:164:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 13 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:19:\"13 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(7152,3716,'_wds_readability','a:4:{s:5:\"score\";d:76.26924731182795;s:9:\"raw_score\";d:76.26924731182795;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(7151,3716,'inline_featured_image','0'),(7150,3715,'slide_template','default'),(7149,3715,'mec_op','a:0:{}'),(7148,3715,'mec_reg_fields','a:0:{}'),(7147,3715,'mec_reg_fields_global_inheritance','1'),(7129,3715,'mec_end_time_ampm','PM'),(7130,3715,'mec_end_day_seconds','64800'),(7131,3715,'mec_repeat_status','0'),(7132,3715,'mec_repeat_type',''),(7133,3715,'mec_repeat_interval','1'),(7134,3715,'mec_repeat_end',''),(7135,3715,'mec_repeat_end_at_occurrences',''),(7136,3715,'mec_repeat_end_at_date',''),(7137,3715,'mec_advanced_days','a:0:{}'),(7138,3715,'mec_in_days',''),(7139,3715,'mec_not_in_days',''),(7140,3715,'mec_hourly_schedules','a:0:{}'),(7141,3715,'mec_booking','a:0:{}'),(7142,3715,'mec_tickets','a:0:{}'),(7143,3715,'mec_fees_global_inheritance','1'),(7144,3715,'mec_fees','a:0:{}'),(7145,3715,'mec_ticket_variations_global_inheritance','1'),(7146,3715,'mec_ticket_variations','a:0:{}'),(7046,3714,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(7047,3714,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 38 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(7050,3714,'mec_color','d9b351'),(7048,3714,'_edit_last','1'),(7049,3714,'_edit_lock','1566853844:1'),(7051,3714,'mec_location_id','1'),(7052,3714,'mec_dont_show_map','0'),(7053,3714,'mec_organizer_id','1'),(7054,3714,'mec_read_more',''),(7055,3714,'mec_more_info',''),(7056,3714,'mec_more_info_title',''),(7057,3714,'mec_more_info_target','_self'),(7058,3714,'mec_cost',''),(7059,3714,'mec_additional_organizer_ids','a:0:{}'),(7060,3714,'mec_additional_location_ids','a:0:{}'),(7061,3714,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-11-23\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-11-23\";s:4:\"hour\";s:1:\"6\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:33:\"Doors open an hour and half prior\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(7062,3714,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(7063,3714,'mec_certain_weekdays','a:0:{}'),(7064,3714,'mec_allday','1'),(7065,3714,'mec_hide_time','0'),(7066,3714,'mec_hide_end_time','0'),(7067,3714,'mec_comment','Doors open an hour and half prior'),(7068,3714,'mec_start_date','2019-11-23'),(7069,3714,'mec_start_time_hour','8'),(7070,3714,'mec_start_time_minutes','00'),(7071,3714,'mec_start_time_ampm','AM'),(7072,3714,'mec_start_day_seconds','28800'),(7073,3714,'mec_end_date','2019-11-23'),(7074,3714,'mec_end_time_hour','6'),(7075,3714,'mec_end_time_minutes','00'),(7076,3714,'mec_end_time_ampm','PM'),(7077,3714,'mec_end_day_seconds','64800'),(7078,3714,'mec_repeat_status','0'),(7079,3714,'mec_repeat_type',''),(7080,3714,'mec_repeat_interval','1'),(7081,3714,'mec_repeat_end',''),(7082,3714,'mec_repeat_end_at_occurrences',''),(7083,3714,'mec_repeat_end_at_date',''),(7084,3714,'mec_advanced_days','a:0:{}'),(7085,3714,'mec_in_days',''),(7086,3714,'mec_not_in_days',''),(7087,3714,'mec_hourly_schedules','a:0:{}'),(7088,3714,'mec_booking','a:0:{}'),(7089,3714,'mec_tickets','a:0:{}'),(7090,3714,'mec_fees_global_inheritance','1'),(7091,3714,'mec_fees','a:0:{}'),(7092,3714,'mec_ticket_variations_global_inheritance','1'),(7093,3714,'mec_ticket_variations','a:0:{}'),(7094,3714,'mec_reg_fields_global_inheritance','1'),(7095,3714,'mec_reg_fields','a:0:{}'),(7096,3714,'mec_op','a:0:{}'),(7097,3714,'slide_template','default'),(7098,3715,'inline_featured_image','0'),(7099,3715,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}');
INSERT INTO `wp_postmeta` VALUES (7100,3715,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 47 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(7103,3715,'mec_color','d9b351'),(7101,3715,'_edit_last','1'),(7102,3715,'_edit_lock','1564778792:1'),(7104,3715,'mec_location_id','1'),(7105,3715,'mec_dont_show_map','0'),(7106,3715,'mec_organizer_id','1'),(7107,3715,'mec_read_more',''),(7108,3715,'mec_more_info',''),(7109,3715,'mec_more_info_title',''),(7110,3715,'mec_more_info_target','_self'),(7111,3715,'mec_cost',''),(7112,3715,'mec_additional_organizer_ids','a:0:{}'),(7113,3715,'mec_additional_location_ids','a:0:{}'),(7114,3715,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-12-29\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-12-29\";s:4:\"hour\";s:1:\"6\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(7115,3715,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(7116,3715,'mec_certain_weekdays','a:0:{}'),(7117,3715,'mec_allday','1'),(7118,3715,'mec_hide_time','0'),(7119,3715,'mec_hide_end_time','0'),(7120,3715,'mec_comment',''),(7121,3715,'mec_start_date','2019-12-29'),(7122,3715,'mec_start_time_hour','8'),(7123,3715,'mec_start_time_minutes','00'),(7124,3715,'mec_start_time_ampm','AM'),(7125,3715,'mec_start_day_seconds','28800'),(7126,3715,'mec_end_date','2019-12-29'),(7127,3715,'mec_end_time_hour','6'),(7128,3715,'mec_end_time_minutes','00'),(7045,3714,'inline_featured_image','0'),(7044,3713,'slide_template','default'),(6407,3702,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(6406,3702,'inline_featured_image','0'),(6405,3701,'slide_template','default'),(6404,3701,'mec_op','a:0:{}'),(6403,3701,'mec_reg_fields','a:0:{}'),(6385,3701,'mec_end_day_seconds','64800'),(6386,3701,'mec_repeat_status','0'),(6387,3701,'mec_repeat_type',''),(6388,3701,'mec_repeat_interval','1'),(6389,3701,'mec_repeat_end',''),(6390,3701,'mec_repeat_end_at_occurrences',''),(6391,3701,'mec_repeat_end_at_date',''),(6392,3701,'mec_advanced_days','a:0:{}'),(6393,3701,'mec_in_days',''),(6394,3701,'mec_not_in_days',''),(6395,3701,'mec_hourly_schedules','a:0:{}'),(6396,3701,'mec_booking','a:0:{}'),(6397,3701,'mec_tickets','a:0:{}'),(6398,3701,'mec_fees_global_inheritance','1'),(6399,3701,'mec_fees','a:0:{}'),(6400,3701,'mec_ticket_variations_global_inheritance','1'),(6401,3701,'mec_ticket_variations','a:0:{}'),(6402,3701,'mec_reg_fields_global_inheritance','1'),(6353,3701,'inline_featured_image','0'),(6354,3701,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(6355,3701,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 35 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6300,3700,'_wp_attached_file','2019/08/Dr.-Cooks-Medicine-Show.jpg'),(6301,3700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:35:\"2019/08/Dr.-Cooks-Medicine-Show.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-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:35:\"Dr.-Cooks-Medicine-Show-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-720x700.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-400x533.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-720x675.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Dr.-Cooks-Medicine-Show-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(6302,3700,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6486881489303076;s:5:\"bytes\";i:15477;s:11:\"size_before\";i:584327;s:10:\"size_after\";i:568850;s:4:\"time\";d:0.37;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:461;s:11:\"size_before\";i:7484;s:10:\"size_after\";i:7023;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:833;s:11:\"size_before\";i:17811;s:10:\"size_after\";i:16978;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:973;s:11:\"size_before\";i:22027;s:10:\"size_after\";i:21054;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:34330;s:10:\"size_after\";i:32901;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:2415;s:11:\"size_before\";i:85065;s:10:\"size_after\";i:82650;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:1780;s:11:\"size_before\";i:46777;s:10:\"size_after\";i:44997;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:1325;s:11:\"size_before\";i:33826;s:10:\"size_after\";i:32501;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:1405;s:11:\"size_before\";i:43022;s:10:\"size_after\";i:41617;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:263;s:11:\"size_before\";i:4194;s:10:\"size_after\";i:3931;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:2423;s:11:\"size_before\";i:83315;s:10:\"size_after\";i:80892;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21054;s:10:\"size_after\";i:21054;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:79338;s:10:\"size_after\";i:77168;s:4:\"time\";d:0.04;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3931;s:10:\"size_after\";i:3931;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21054;s:10:\"size_after\";i:21054;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77168;s:10:\"size_after\";i:77168;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3931;s:10:\"size_after\";i:3931;s:4:\"time\";d:0.01;}}}'),(6303,3700,'_wp_attachment_image_alt','Dr. Cooks Medicine Show'),(6304,3699,'_thumbnail_id','3700'),(6305,3699,'mec_color','3d7b5f'),(6306,3699,'mec_location_id','1'),(6307,3699,'mec_dont_show_map','0'),(6308,3699,'mec_organizer_id','1'),(6309,3699,'mec_read_more',''),(6310,3699,'mec_more_info',''),(6311,3699,'mec_more_info_title',''),(6312,3699,'mec_more_info_target','_self'),(6313,3699,'mec_cost','$10'),(6314,3699,'mec_additional_organizer_ids','a:0:{}'),(6315,3699,'mec_additional_location_ids','a:0:{}'),(6316,3699,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-08-24\";s:4:\"hour\";s:1:\"7\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-08-24\";s:4:\"hour\";s:2:\"10\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:20:\"Doors open at 5:30pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6317,3699,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6318,3699,'mec_certain_weekdays','a:0:{}'),(6319,3699,'mec_allday','0'),(6320,3699,'mec_hide_time','0'),(6321,3699,'mec_hide_end_time','0'),(6322,3699,'mec_comment','Doors open at 5:30pm'),(6323,3699,'mec_start_date','2019-08-24'),(6324,3699,'mec_start_time_hour','7'),(6325,3699,'mec_start_time_minutes','0'),(6326,3699,'mec_start_time_ampm','PM'),(6327,3699,'mec_start_day_seconds','68400'),(6328,3699,'mec_end_date','2019-08-24'),(6329,3699,'mec_end_time_hour','10'),(6330,3699,'mec_end_time_minutes','0'),(6331,3699,'mec_end_time_ampm','PM'),(6332,3699,'mec_end_day_seconds','79200'),(6333,3699,'mec_repeat_status','0'),(6334,3699,'mec_repeat_type',''),(6335,3699,'mec_repeat_interval','1'),(6336,3699,'mec_repeat_end',''),(6337,3699,'mec_repeat_end_at_occurrences',''),(6338,3699,'mec_repeat_end_at_date',''),(6339,3699,'mec_advanced_days','a:0:{}'),(6340,3699,'mec_in_days',''),(6341,3699,'mec_not_in_days',''),(6342,3699,'mec_hourly_schedules','a:0:{}'),(6343,3699,'mec_booking','a:0:{}'),(6344,3699,'mec_tickets','a:0:{}'),(6345,3699,'mec_fees_global_inheritance','1'),(6346,3699,'mec_fees','a:0:{}'),(6347,3699,'mec_ticket_variations_global_inheritance','1'),(6348,3699,'mec_ticket_variations','a:0:{}'),(6349,3699,'mec_reg_fields_global_inheritance','1'),(6350,3699,'mec_reg_fields','a:0:{}'),(6351,3699,'mec_op','a:0:{}'),(6352,3699,'slide_template','default'),(6358,3701,'mec_color','d9b351'),(6356,3701,'_edit_last','1'),(6357,3701,'_edit_lock','1564778007:1'),(6359,3701,'mec_location_id','1'),(6360,3701,'mec_dont_show_map','0'),(6361,3701,'mec_organizer_id','1'),(6362,3701,'mec_read_more',''),(6363,3701,'mec_more_info',''),(6364,3701,'mec_more_info_title',''),(6365,3701,'mec_more_info_target','_self'),(6366,3701,'mec_cost',''),(6367,3701,'mec_additional_organizer_ids','a:0:{}'),(6368,3701,'mec_additional_location_ids','a:0:{}'),(6369,3701,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-08-31\";s:4:\"hour\";s:1:\"9\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-08-31\";s:4:\"hour\";s:2:\"12\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6370,3701,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6371,3701,'mec_certain_weekdays','a:0:{}'),(6372,3701,'mec_allday','1'),(6373,3701,'mec_hide_time','0'),(6374,3701,'mec_hide_end_time','0'),(6375,3701,'mec_comment',''),(6376,3701,'mec_start_date','2019-08-31'),(6377,3701,'mec_start_time_hour','8'),(6378,3701,'mec_start_time_minutes','00'),(6379,3701,'mec_start_time_ampm','AM'),(6380,3701,'mec_start_day_seconds','28800'),(6381,3701,'mec_end_date','2019-08-31'),(6382,3701,'mec_end_time_hour','6'),(6383,3701,'mec_end_time_minutes','00'),(6384,3701,'mec_end_time_ampm','PM'),(6186,3696,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.036645033574409;s:5:\"bytes\";i:32202;s:11:\"size_before\";i:533442;s:10:\"size_after\";i:501240;s:4:\"time\";d:0.32000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.44;s:5:\"bytes\";i:544;s:11:\"size_before\";i:6442;s:10:\"size_after\";i:5898;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.84;s:5:\"bytes\";i:1444;s:11:\"size_before\";i:18428;s:10:\"size_after\";i:16984;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16984;s:10:\"size_after\";i:16984;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:2536;s:11:\"size_before\";i:36043;s:10:\"size_after\";i:33507;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.28;s:5:\"bytes\";i:8976;s:11:\"size_before\";i:96760;s:10:\"size_after\";i:87784;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.98;s:5:\"bytes\";i:3655;s:11:\"size_before\";i:52378;s:10:\"size_after\";i:48723;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:2457;s:11:\"size_before\";i:29784;s:10:\"size_after\";i:27327;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27327;s:10:\"size_after\";i:27327;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.08;s:5:\"bytes\";i:297;s:11:\"size_before\";i:3675;s:10:\"size_after\";i:3378;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.99;s:5:\"bytes\";i:7323;s:11:\"size_before\";i:91645;s:10:\"size_after\";i:84322;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16984;s:10:\"size_after\";i:16984;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.41;s:5:\"bytes\";i:4970;s:11:\"size_before\";i:59111;s:10:\"size_after\";i:54141;s:4:\"time\";d:0.05;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3378;s:10:\"size_after\";i:3378;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16984;s:10:\"size_after\";i:16984;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54141;s:10:\"size_after\";i:54141;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3378;s:10:\"size_after\";i:3378;s:4:\"time\";d:0.01;}}}'),(6130,3694,'mec_color','3d7b5f'),(6131,3694,'mec_location_id','1'),(6132,3694,'mec_dont_show_map','0'),(6133,3694,'mec_organizer_id','1'),(6134,3694,'mec_read_more',''),(6128,3694,'_edit_last','1'),(6129,3694,'_edit_lock','1564777612:1'),(6135,3694,'mec_more_info',''),(6136,3694,'mec_more_info_title',''),(6137,3694,'mec_more_info_target','_self'),(6138,3694,'mec_cost','$10'),(6139,3694,'mec_additional_organizer_ids','a:0:{}'),(6140,3694,'mec_additional_location_ids','a:0:{}'),(6141,3694,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-08-09\";s:4:\"hour\";s:1:\"7\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-08-09\";s:4:\"hour\";s:2:\"10\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:33:\"Doors open an hour and half prior\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6142,3694,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6143,3694,'mec_certain_weekdays','a:0:{}'),(6144,3694,'mec_allday','0'),(6145,3694,'mec_hide_time','0'),(6146,3694,'mec_hide_end_time','0'),(6147,3694,'mec_comment','Doors open an hour and half prior'),(6148,3694,'mec_start_date','2019-08-09'),(6149,3694,'mec_start_time_hour','7'),(6150,3694,'mec_start_time_minutes','0'),(6151,3694,'mec_start_time_ampm','PM'),(6152,3694,'mec_start_day_seconds','68400'),(6153,3694,'mec_end_date','2019-08-09'),(6154,3694,'mec_end_time_hour','10'),(6155,3694,'mec_end_time_minutes','0'),(6156,3694,'mec_end_time_ampm','PM'),(6157,3694,'mec_end_day_seconds','79200'),(6158,3694,'mec_repeat_status','0'),(6159,3694,'mec_repeat_type',''),(6160,3694,'mec_repeat_interval','1'),(6161,3694,'mec_repeat_end',''),(6162,3694,'mec_repeat_end_at_occurrences',''),(6163,3694,'mec_repeat_end_at_date',''),(6164,3694,'mec_advanced_days','a:0:{}'),(6165,3694,'mec_in_days',''),(6166,3694,'mec_not_in_days',''),(6167,3694,'mec_hourly_schedules','a:0:{}'),(6168,3694,'mec_booking','a:0:{}'),(6169,3694,'mec_tickets','a:0:{}'),(6170,3694,'mec_fees_global_inheritance','1'),(6171,3694,'mec_fees','a:0:{}'),(6172,3694,'mec_ticket_variations_global_inheritance','1'),(6173,3694,'mec_ticket_variations','a:0:{}'),(6174,3694,'mec_reg_fields_global_inheritance','1'),(6175,3694,'mec_reg_fields','a:0:{}'),(6176,3694,'mec_op','a:0:{}'),(6177,3694,'slide_template','default'),(6178,3695,'inline_featured_image','0'),(6179,3695,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(6180,3695,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 43 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 133 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6188,3695,'_thumbnail_id','3696'),(6189,3695,'mec_color','3d7b5f'),(6183,3696,'_wp_attached_file','2019/08/WakarusaRiverBand-Logo.jpg'),(6181,3695,'_edit_last','1'),(6182,3695,'_edit_lock','1564777715:1'),(6184,3696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:742;s:4:\"file\";s:34:\"2019/08/WakarusaRiverBand-Logo.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-742x700.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-742x675.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"WakarusaRiverBand-Logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(13267,4462,'_elementor_version','0.4'),(13268,4462,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(13336,4468,'mec_fees_global_inheritance','1'),(13270,2039,'_edit_lock','1572492167:1'),(13271,4463,'inline_featured_image','0'),(13272,4463,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(13273,4463,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 34 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(13274,4463,'_edit_last','1'),(13275,4463,'_wp_page_template','default'),(13276,4463,'_elementor_controls_usage','a:0:{}'),(13277,4463,'slide_template','default'),(13278,4463,'osf_enable_sidebar_page','0'),(13279,4463,'osf_sidebar_width','320'),(13280,4463,'osf_enable_page_heading','1'),(13281,4463,'osf_enable_full_page','0'),(13282,4463,'osf_enable_custom_header','0'),(13283,4463,'osf_header_layout','default'),(13284,4463,'osf_enable_breadcrumb','1'),(13285,4463,'osf_enable_custom_footer','0'),(13286,4463,'osf_footer_padding_top','15'),(13287,4463,'osf_enable_fixed_footer','0'),(13288,4463,'_edit_lock','1572492113:1'),(13417,4475,'_edit_lock','1578702552:1'),(13418,4475,'_edit_last','1'),(13419,4475,'_thumbnail_id','4476'),(13420,4475,'_wp_page_template','default'),(13421,4475,'_elementor_controls_usage','a:0:{}'),(13422,4475,'mec_color','3d7b5f'),(13423,4475,'mec_location_id','1'),(13424,4475,'mec_dont_show_map','0'),(13425,4475,'mec_organizer_id','81'),(13426,4475,'mec_read_more',''),(13427,4475,'mec_more_info',''),(13428,4475,'mec_more_info_title',''),(13429,4475,'mec_more_info_target','_blank'),(13430,4475,'mec_cost','$10'),(13431,4475,'mec_additional_organizer_ids','a:1:{i:0;s:2:\"81\";}'),(13432,4475,'mec_additional_location_ids','a:0:{}'),(13433,4475,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-01-10\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-01-10\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:17:\"Doors open at 7pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(13434,4475,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(13435,4475,'mec_certain_weekdays','a:0:{}'),(13436,4475,'mec_allday','0'),(13437,4475,'mec_hide_time','0'),(13438,4475,'mec_hide_end_time','0'),(13439,4475,'mec_comment','Doors open at 7pm'),(13440,4475,'mec_start_date','2020-01-10'),(13441,4475,'mec_start_time_hour','8'),(13442,4475,'mec_start_time_minutes','0'),(13443,4475,'mec_start_time_ampm','PM'),(13444,4475,'mec_start_day_seconds','72000'),(13445,4475,'mec_end_date','2020-01-10'),(13446,4475,'mec_end_time_hour','11'),(13447,4475,'mec_end_time_minutes','0'),(13448,4475,'mec_end_time_ampm','PM'),(13449,4475,'mec_end_day_seconds','82800'),(13450,4475,'mec_repeat_status','0'),(13451,4475,'mec_repeat_type',''),(13452,4475,'mec_repeat_interval','1'),(6069,2748,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 32 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 6 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:153:\"You\'ve added alternative text attributes to all your images which helps search engines correctly index images and aid visually impaired readers, awesome!\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:31:\"Image alt tags contain keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:164:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 12 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:19:\"12 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6070,2748,'_wds_readability','a:4:{s:5:\"score\";d:32.43428571428572;s:9:\"raw_score\";d:32.43428571428572;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(18663,4735,'_shipping_address_index','        '),(18664,4735,'_mec_transaction_id','JRZ94407'),(18665,4735,'_billing_first_name','Tiffany'),(18666,4735,'_billing_last_name','Pryor'),(18667,4735,'_shipping_first_name','Tiffany'),(18668,4735,'_shipping_last_name','Pryor'),(18669,4735,'_shipping_email','iteachhsart@gmail.com'),(18670,4735,'_billing_email','iteachhsart@gmail.com'),(18671,4736,'_order_key','wc_order_MeuOAAWharEAl'),(18672,4736,'_customer_user','49'),(18673,4736,'_customer_ip_address','68.103.123.244'),(18674,4736,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G955U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36'),(18675,4736,'_order_currency','USD'),(18676,4736,'_cart_discount','0'),(18677,4736,'_cart_discount_tax','0'),(18678,4736,'_order_shipping','0'),(18679,4736,'_order_shipping_tax','0'),(18680,4736,'_order_tax','0'),(18681,4736,'_order_total','138.25'),(18682,4736,'_order_version','3.8.1'),(18683,4736,'_prices_include_tax','no'),(18684,4736,'_billing_address_index','          '),(18685,4736,'_shipping_address_index','        '),(18686,4736,'_mec_transaction_id','YLA82056'),(18687,4736,'_billing_first_name','Tiffany'),(18688,4736,'_billing_last_name','Pryor'),(18689,4736,'_shipping_first_name','Tiffany'),(18690,4736,'_shipping_last_name','Pryor'),(15779,4587,'_edit_last','1'),(15780,4587,'_elementor_controls_usage','a:0:{}'),(15784,4589,'mec_color','70003f'),(12037,3769,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(12038,3765,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(20101,4798,'_customer_ip_address','99.179.122.218'),(20100,4798,'_customer_user','66'),(7630,3773,'_wp_attachment_image_alt','Nicole Sig'),(7631,3774,'_wp_attached_file','2019/08/MikeSig.png'),(7632,3774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:371;s:4:\"file\";s:19:\"2019/08/MikeSig.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MikeSig-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:18:\"MikeSig-300x79.png\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MikeSig-768x203.png\";s:5:\"width\";i:768;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MikeSig-1024x271.png\";s:5:\"width\";i:1024;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:19:\"MikeSig-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:19:\"MikeSig-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:20:\"MikeSig-1400x397.png\";s:5:\"width\";i:1400;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:19:\"MikeSig-600x390.png\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:19:\"MikeSig-400x397.png\";s:5:\"width\";i:400;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:19:\"MikeSig-400x106.png\";s:5:\"width\";i:400;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"MikeSig-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:19:\"MikeSig-885x397.png\";s:5:\"width\";i:885;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"MikeSig-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"MikeSig-600x159.png\";s:5:\"width\";i:600;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"MikeSig-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"MikeSig-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"MikeSig-600x159.png\";s:5:\"width\";i:600;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"MikeSig-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12039,3752,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:53405;s:11:\"size_before\";i:131819;s:10:\"size_after\";i:78414;}'),(12040,3754,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:54038;s:11:\"size_before\";i:134927;s:10:\"size_after\";i:80889;}'),(12041,3756,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:103262;s:11:\"size_before\";i:255624;s:10:\"size_after\";i:152362;}'),(12042,4089,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(12043,4076,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:69971;s:11:\"size_before\";i:160759;s:10:\"size_after\";i:90788;}'),(7594,3766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2019/08/TheVinewood-49.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-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:\"TheVinewood-49-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:\"TheVinewood-49-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:\"TheVinewood-49-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"TheVinewood-49-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TheVinewood-49-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-49-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7595,3766,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.881449609546789;s:5:\"bytes\";i:19394;s:11:\"size_before\";i:673064;s:10:\"size_after\";i:653670;s:4:\"time\";d:0.4200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:446;s:11:\"size_before\";i:7089;s:10:\"size_after\";i:6643;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:781;s:11:\"size_before\";i:14345;s:10:\"size_after\";i:13564;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:1897;s:11:\"size_before\";i:61663;s:10:\"size_after\";i:59766;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:2696;s:11:\"size_before\";i:96978;s:10:\"size_after\";i:94282;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:908;s:11:\"size_before\";i:20452;s:10:\"size_after\";i:19544;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:1238;s:11:\"size_before\";i:29972;s:10:\"size_after\";i:28734;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:3431;s:11:\"size_before\";i:128877;s:10:\"size_after\";i:125446;s:4:\"time\";d:0.07;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:1534;s:11:\"size_before\";i:41321;s:10:\"size_after\";i:39787;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:1243;s:11:\"size_before\";i:31486;s:10:\"size_after\";i:30243;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:1052;s:11:\"size_before\";i:22408;s:10:\"size_after\";i:21356;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.22;s:5:\"bytes\";i:293;s:11:\"size_before\";i:4058;s:10:\"size_after\";i:3765;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:2389;s:11:\"size_before\";i:85975;s:10:\"size_after\";i:83586;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19544;s:10:\"size_after\";i:19544;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:1486;s:11:\"size_before\";i:41654;s:10:\"size_after\";i:40168;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3765;s:10:\"size_after\";i:3765;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19544;s:10:\"size_after\";i:19544;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40168;s:10:\"size_after\";i:40168;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3765;s:10:\"size_after\";i:3765;s:4:\"time\";d:0.01;}}}'),(7596,3764,'_wp_attachment_image_alt','Front Outdoor'),(7598,3767,'_wp_attached_file','2019/08/TheVinewood-31.jpg'),(7599,3767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:541;s:4:\"file\";s:26:\"2019/08/TheVinewood-31.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-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:\"TheVinewood-31-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-768x297.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TheVinewood-31-1024x396.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"TheVinewood-31-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-400x155.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TheVinewood-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-600x232.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-600x232.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-31-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7600,3768,'_wp_attached_file','2019/08/TheVinewood-35.jpg'),(7601,3767,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0752594727880345;s:5:\"bytes\";i:34608;s:11:\"size_before\";i:849222;s:10:\"size_after\";i:814614;s:4:\"time\";d:0.4;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:558;s:11:\"size_before\";i:8482;s:10:\"size_after\";i:7924;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:910;s:11:\"size_before\";i:12925;s:10:\"size_after\";i:12015;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:3465;s:11:\"size_before\";i:62878;s:10:\"size_after\";i:59413;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:4711;s:11:\"size_before\";i:100029;s:10:\"size_after\";i:95318;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:1549;s:11:\"size_before\";i:27248;s:10:\"size_after\";i:25699;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:2383;s:11:\"size_before\";i:43740;s:10:\"size_after\";i:41357;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:6813;s:11:\"size_before\";i:195824;s:10:\"size_after\";i:189011;s:4:\"time\";d:0.08;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:3075;s:11:\"size_before\";i:61705;s:10:\"size_after\";i:58630;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:2247;s:11:\"size_before\";i:43493;s:10:\"size_after\";i:41246;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:1415;s:11:\"size_before\";i:20897;s:10:\"size_after\";i:19482;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:339;s:11:\"size_before\";i:4521;s:10:\"size_after\";i:4182;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:4717;s:11:\"size_before\";i:127252;s:10:\"size_after\";i:122535;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25699;s:10:\"size_after\";i:25699;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:2426;s:11:\"size_before\";i:41446;s:10:\"size_after\";i:39020;s:4:\"time\";d:0.04;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4182;s:10:\"size_after\";i:4182;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25699;s:10:\"size_after\";i:25699;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39020;s:10:\"size_after\";i:39020;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4182;s:10:\"size_after\";i:4182;s:4:\"time\";d:0.01;}}}'),(7602,3768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:26:\"2019/08/TheVinewood-35.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-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:26:\"TheVinewood-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:26:\"TheVinewood-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:27:\"TheVinewood-35-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"TheVinewood-35-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TheVinewood-35-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-35-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7603,3768,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.025102989224181;s:5:\"bytes\";i:39669;s:11:\"size_before\";i:985540;s:10:\"size_after\";i:945871;s:4:\"time\";d:0.4700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:561;s:11:\"size_before\";i:8710;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:1230;s:11:\"size_before\";i:19337;s:10:\"size_after\";i:18107;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:4175;s:11:\"size_before\";i:92425;s:10:\"size_after\";i:88250;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:6357;s:11:\"size_before\";i:149755;s:10:\"size_after\";i:143398;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:1435;s:11:\"size_before\";i:26838;s:10:\"size_after\";i:25403;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:2239;s:11:\"size_before\";i:42265;s:10:\"size_after\";i:40026;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:7821;s:11:\"size_before\";i:197205;s:10:\"size_after\";i:189384;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:2891;s:11:\"size_before\";i:59397;s:10:\"size_after\";i:56506;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:2178;s:11:\"size_before\";i:43204;s:10:\"size_after\";i:41026;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:1674;s:11:\"size_before\";i:30786;s:10:\"size_after\";i:29112;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:336;s:11:\"size_before\";i:4676;s:10:\"size_after\";i:4340;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:5829;s:11:\"size_before\";i:133801;s:10:\"size_after\";i:127972;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25403;s:10:\"size_after\";i:25403;s:4:\"time\";d:0.03;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:2943;s:11:\"size_before\";i:60299;s:10:\"size_after\";i:57356;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4340;s:10:\"size_after\";i:4340;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25403;s:10:\"size_after\";i:25403;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57356;s:10:\"size_after\";i:57356;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4340;s:10:\"size_after\";i:4340;s:4:\"time\";d:0.01;}}}'),(7608,3770,'_wp_attached_file','2019/08/TheVinewood-40.jpg'),(7609,3770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1022;s:4:\"file\";s:26:\"2019/08/TheVinewood-40.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-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:\"TheVinewood-40-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-768x561.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TheVinewood-40-1024x748.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"TheVinewood-40-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-400x292.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TheVinewood-40-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-40-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7610,3770,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1491472446830198;s:5:\"bytes\";i:23173;s:11:\"size_before\";i:735850;s:10:\"size_after\";i:712677;s:4:\"time\";d:0.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:446;s:11:\"size_before\";i:7024;s:10:\"size_after\";i:6578;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:821;s:11:\"size_before\";i:15857;s:10:\"size_after\";i:15036;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:2766;s:11:\"size_before\";i:73037;s:10:\"size_after\";i:70271;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:3508;s:11:\"size_before\";i:116485;s:10:\"size_after\";i:112977;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:1089;s:11:\"size_before\";i:20309;s:10:\"size_after\";i:19220;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:1424;s:11:\"size_before\";i:31221;s:10:\"size_after\";i:29797;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:3100;s:11:\"size_before\";i:131186;s:10:\"size_after\";i:128086;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:1769;s:11:\"size_before\";i:43453;s:10:\"size_after\";i:41684;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:1509;s:11:\"size_before\";i:32108;s:10:\"size_after\";i:30599;s:4:\"time\";d:0.04;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:1226;s:11:\"size_before\";i:25098;s:10:\"size_after\";i:23872;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.23;s:5:\"bytes\";i:290;s:11:\"size_before\";i:4013;s:10:\"size_after\";i:3723;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:3279;s:11:\"size_before\";i:96083;s:10:\"size_after\";i:92804;s:4:\"time\";d:0.06;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19220;s:10:\"size_after\";i:19220;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:1946;s:11:\"size_before\";i:48018;s:10:\"size_after\";i:46072;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3723;s:10:\"size_after\";i:3723;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19220;s:10:\"size_after\";i:19220;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46072;s:10:\"size_after\";i:46072;s:4:\"time\";d:0.05;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3723;s:10:\"size_after\";i:3723;s:4:\"time\";d:0.02;}}}'),(7611,3770,'_wp_attachment_image_alt','Manzia'),(20099,4798,'_order_key','wc_order_2qgOVC5cEUiKJ'),(20098,4796,'_order_stock_reduced','yes'),(20097,4796,'_recorded_coupon_usage_counts','yes'),(20096,4796,'_recorded_sales','yes'),(20094,4797,'mec_gateway_label','Pay by WooCommerce'),(20093,4797,'mec_gateway','MEC_gateway_woocommerce'),(20092,4797,'mec_price','55.298'),(20084,4797,'mec_cancellation_key','1c98e25f81b44519dfc36b6fada0a29d'),(20081,4797,'_elementor_controls_usage','a:0:{}'),(20080,4796,'_completed_date','2020-02-11 21:45:33'),(20079,4796,'_paid_date','2020-02-11 21:45:33'),(20078,4796,'_date_paid','1581457533'),(20077,4796,'_date_completed','1581457533'),(20075,4796,'_paypal_status','completed'),(20076,4796,'PayPal Transaction Fee','1.90'),(10283,4126,'osf_enable_page_heading','1'),(10284,4126,'osf_enable_full_page','0'),(10285,4126,'osf_enable_custom_header','0'),(10286,4126,'osf_header_layout','default'),(10287,4126,'osf_enable_breadcrumb','0'),(10288,4126,'osf_enable_custom_footer','0'),(10289,4126,'osf_footer_padding_top','15'),(10290,4126,'osf_enable_fixed_footer','0'),(10282,4126,'osf_sidebar_width','320'),(12034,3758,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:76613;s:11:\"size_before\";i:172741;s:10:\"size_after\";i:96128;}'),(10280,4126,'slide_template','default'),(10281,4126,'osf_enable_sidebar_page','0'),(10278,4126,'_edit_lock','1582009782:1'),(10279,4126,'_wp_page_template','default'),(10277,4126,'_edit_last','1'),(12175,4357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:358;s:6:\"height\";i:261;s:4:\"file\";s:42:\"2019/08/Screenshot-2019-09-01-13.46.52.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-13.46.52-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-13.46.52-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-13.46.52-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-13.46.52-358x260.png\";s:5:\"width\";i:358;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-13.46.52-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-13.46.52-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-13.46.52-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-13.46.52-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-09-01-13.46.52-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(13346,4468,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 39 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 39 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(13101,4447,'inline_featured_image','0'),(13102,4447,'_wds_readability','a:4:{s:5:\"score\";d:46.14758241758244;s:9:\"raw_score\";d:46.14758241758244;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(13103,4447,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 40 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 80 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:74:\"Your content is longer than the recommend minimum of 300 words, excellent!\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is greater than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(11111,3900,'_elementor_edit_mode','builder'),(11112,3900,'_elementor_template_type','post'),(11113,3900,'_elementor_version','2.6.8'),(10111,4098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1216;s:6:\"height\";i:780;s:4:\"file\";s:18:\"2019/08/MrsMrs.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"MrsMrs-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:\"MrsMrs-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"MrsMrs-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"MrsMrs-1024x657.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"MrsMrs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:18:\"MrsMrs-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:18:\"MrsMrs-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:19:\"MrsMrs-1216x700.jpg\";s:5:\"width\";i:1216;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:18:\"MrsMrs-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:18:\"MrsMrs-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:18:\"MrsMrs-400x257.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"MrsMrs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:18:\"MrsMrs-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"MrsMrs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"MrsMrs-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"MrsMrs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"MrsMrs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"MrsMrs-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"MrsMrs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10112,4098,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.6613150898088;s:5:\"bytes\";i:52387;s:11:\"size_before\";i:683786;s:10:\"size_after\";i:631399;s:4:\"time\";d:0.3500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.07;s:5:\"bytes\";i:557;s:11:\"size_before\";i:6898;s:10:\"size_after\";i:6341;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.81;s:5:\"bytes\";i:937;s:11:\"size_before\";i:13752;s:10:\"size_after\";i:12815;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:3902;s:11:\"size_before\";i:61588;s:10:\"size_after\";i:57686;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:6176;s:11:\"size_before\";i:100000;s:10:\"size_after\";i:93824;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:1246;s:11:\"size_before\";i:19037;s:10:\"size_after\";i:17791;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:1871;s:11:\"size_before\";i:29468;s:10:\"size_after\";i:27597;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.69;s:5:\"bytes\";i:1437;s:11:\"size_before\";i:21481;s:10:\"size_after\";i:20044;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.12;s:5:\"bytes\";i:21842;s:11:\"size_before\";i:120543;s:10:\"size_after\";i:98701;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:2742;s:11:\"size_before\";i:42930;s:10:\"size_after\";i:40188;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:1841;s:11:\"size_before\";i:29587;s:10:\"size_after\";i:27746;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:21450;s:10:\"size_after\";i:20072;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.02;s:5:\"bytes\";i:355;s:11:\"size_before\";i:3935;s:10:\"size_after\";i:3580;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:5466;s:11:\"size_before\";i:90920;s:10:\"size_after\";i:85454;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17791;s:10:\"size_after\";i:17791;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:2637;s:11:\"size_before\";i:41046;s:10:\"size_after\";i:38409;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3580;s:10:\"size_after\";i:3580;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17791;s:10:\"size_after\";i:17791;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38409;s:10:\"size_after\";i:38409;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3580;s:10:\"size_after\";i:3580;s:4:\"time\";d:0.01;}}}'),(10113,4099,'_wp_attached_file','2019/08/Outside.jpg'),(10114,4099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1248;s:6:\"height\";i:780;s:4:\"file\";s:19:\"2019/08/Outside.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Outside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Outside-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Outside-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Outside-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:19:\"Outside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:19:\"Outside-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:19:\"Outside-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:20:\"Outside-1248x700.jpg\";s:5:\"width\";i:1248;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:19:\"Outside-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:19:\"Outside-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:19:\"Outside-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"Outside-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:19:\"Outside-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Outside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Outside-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Outside-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Outside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Outside-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Outside-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10115,4099,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.706885807460421;s:5:\"bytes\";i:87715;s:11:\"size_before\";i:1307835;s:10:\"size_after\";i:1220120;s:4:\"time\";d:0.4700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13;s:5:\"bytes\";i:586;s:11:\"size_before\";i:8219;s:10:\"size_after\";i:7633;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:1444;s:11:\"size_before\";i:20523;s:10:\"size_after\";i:19079;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.85;s:5:\"bytes\";i:8381;s:11:\"size_before\";i:122416;s:10:\"size_after\";i:114035;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:12767;s:11:\"size_before\";i:202398;s:10:\"size_after\";i:189631;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:29154;s:10:\"size_after\";i:27231;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.83;s:5:\"bytes\";i:3609;s:11:\"size_before\";i:52848;s:10:\"size_after\";i:49239;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03;s:5:\"bytes\";i:2566;s:11:\"size_before\";i:36521;s:10:\"size_after\";i:33955;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.36;s:5:\"bytes\";i:28542;s:11:\"size_before\";i:275469;s:10:\"size_after\";i:246927;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.01;s:5:\"bytes\";i:5884;s:11:\"size_before\";i:83887;s:10:\"size_after\";i:78003;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:3161;s:11:\"size_before\";i:49115;s:10:\"size_after\";i:45954;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.85;s:5:\"bytes\";i:2401;s:11:\"size_before\";i:35060;s:10:\"size_after\";i:32659;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:289;s:11:\"size_before\";i:4364;s:10:\"size_after\";i:4075;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:10824;s:11:\"size_before\";i:177475;s:10:\"size_after\";i:166651;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27231;s:10:\"size_after\";i:27231;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:5338;s:11:\"size_before\";i:76556;s:10:\"size_after\";i:71218;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4075;s:10:\"size_after\";i:4075;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27231;s:10:\"size_after\";i:27231;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:71218;s:10:\"size_after\";i:71218;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4075;s:10:\"size_after\";i:4075;s:4:\"time\";d:0.01;}}}'),(10116,4100,'_wp_attached_file','2019/08/PetersonFlowers.jpg'),(10117,4100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1169;s:6:\"height\";i:780;s:4:\"file\";s:27:\"2019/08/PetersonFlowers.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-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:27:\"PetersonFlowers-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:27:\"PetersonFlowers-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:28:\"PetersonFlowers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:28:\"PetersonFlowers-1169x700.jpg\";s:5:\"width\";i:1169;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"PetersonFlowers-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"PetersonFlowers-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(6572,3705,'mec_dont_show_map','0'),(6573,3705,'mec_organizer_id','1'),(6517,3704,'mec_color','fdd700'),(6518,3704,'mec_location_id','1'),(6519,3704,'mec_dont_show_map','0'),(6515,3704,'_edit_last','1'),(6516,3704,'_edit_lock','1566846451:1'),(6520,3704,'mec_organizer_id','1'),(6521,3704,'mec_read_more',''),(6522,3704,'mec_more_info',''),(6523,3704,'mec_more_info_title',''),(6524,3704,'mec_more_info_target','_self'),(6525,3704,'mec_cost',''),(6526,3704,'mec_additional_organizer_ids','a:0:{}'),(6527,3704,'mec_additional_location_ids','a:0:{}'),(6528,3704,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-09-14\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-09-14\";s:4:\"hour\";s:1:\"6\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6529,3704,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6530,3704,'mec_certain_weekdays','a:0:{}'),(6531,3704,'mec_allday','1'),(6532,3704,'mec_hide_time','0'),(6533,3704,'mec_hide_end_time','0'),(6534,3704,'mec_comment',''),(6535,3704,'mec_start_date','2019-09-14'),(6536,3704,'mec_start_time_hour','8'),(6537,3704,'mec_start_time_minutes','00'),(6538,3704,'mec_start_time_ampm','AM'),(6539,3704,'mec_start_day_seconds','28800'),(6540,3704,'mec_end_date','2019-09-14'),(6541,3704,'mec_end_time_hour','6'),(6542,3704,'mec_end_time_minutes','00'),(6543,3704,'mec_end_time_ampm','PM'),(6544,3704,'mec_end_day_seconds','64800'),(6545,3704,'mec_repeat_status','0'),(6546,3704,'mec_repeat_type',''),(6547,3704,'mec_repeat_interval','1'),(6548,3704,'mec_repeat_end',''),(6549,3704,'mec_repeat_end_at_occurrences',''),(6550,3704,'mec_repeat_end_at_date',''),(6551,3704,'mec_advanced_days','a:0:{}'),(6552,3704,'mec_in_days',''),(6553,3704,'mec_not_in_days',''),(6554,3704,'mec_hourly_schedules','a:0:{}'),(6555,3704,'mec_booking','a:0:{}'),(6556,3704,'mec_tickets','a:0:{}'),(6557,3704,'mec_fees_global_inheritance','1'),(6558,3704,'mec_fees','a:0:{}'),(6559,3704,'mec_ticket_variations_global_inheritance','1'),(6560,3704,'mec_ticket_variations','a:0:{}'),(6561,3704,'mec_reg_fields_global_inheritance','1'),(6562,3704,'mec_reg_fields','a:0:{}'),(6563,3704,'mec_op','a:0:{}'),(6564,3704,'slide_template',''),(6565,3705,'inline_featured_image','0'),(6566,3705,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(6567,3705,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 57 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6796,3709,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6784,3709,'mec_color','3d7b5f'),(6785,3709,'mec_location_id','1'),(6786,3709,'mec_dont_show_map','0'),(6787,3709,'mec_organizer_id','1'),(6788,3709,'mec_read_more',''),(6789,3709,'mec_more_info',''),(6790,3709,'mec_more_info_title',''),(6791,3709,'mec_more_info_target','_self'),(6792,3709,'mec_cost','$10'),(6793,3709,'mec_additional_organizer_ids','a:0:{}'),(6794,3709,'mec_additional_location_ids','a:0:{}'),(6795,3709,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-10-25\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-10-25\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:33:\"Doors open an hour and half prior\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6727,3708,'_edit_last','1'),(6728,3708,'_edit_lock','1564778347:1'),(6783,3709,'_thumbnail_id','3698'),(6676,3707,'mec_color','d9b351'),(6677,3707,'mec_location_id','1'),(6678,3707,'mec_dont_show_map','0'),(6679,3707,'mec_organizer_id','1'),(6680,3707,'mec_read_more',''),(6681,3707,'mec_more_info',''),(6682,3707,'mec_more_info_title',''),(6683,3707,'mec_more_info_target','_self'),(6684,3707,'mec_cost',''),(6685,3707,'mec_additional_organizer_ids','a:0:{}'),(6686,3707,'mec_additional_location_ids','a:0:{}'),(6687,3707,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-10-14\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-10-14\";s:4:\"hour\";s:1:\"5\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6688,3707,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6689,3707,'mec_certain_weekdays','a:0:{}'),(6690,3707,'mec_allday','0'),(6691,3707,'mec_hide_time','0'),(6692,3707,'mec_hide_end_time','0'),(6693,3707,'mec_comment',''),(6694,3707,'mec_start_date','2019-10-14'),(6695,3707,'mec_start_time_hour','8'),(6696,3707,'mec_start_time_minutes','0'),(6697,3707,'mec_start_time_ampm','AM'),(6698,3707,'mec_start_day_seconds','28800'),(6699,3707,'mec_end_date','2019-10-14'),(6700,3707,'mec_end_time_hour','5'),(6701,3707,'mec_end_time_minutes','0'),(6702,3707,'mec_end_time_ampm','PM'),(6703,3707,'mec_end_day_seconds','61200'),(6704,3707,'mec_repeat_status','0'),(6705,3707,'mec_repeat_type',''),(6706,3707,'mec_repeat_interval','1'),(6707,3707,'mec_repeat_end',''),(6708,3707,'mec_repeat_end_at_occurrences',''),(6709,3707,'mec_repeat_end_at_date',''),(6710,3707,'mec_advanced_days','a:0:{}'),(6711,3707,'mec_in_days',''),(6712,3707,'mec_not_in_days',''),(6713,3707,'mec_hourly_schedules','a:0:{}'),(6714,3707,'mec_booking','a:0:{}'),(6715,3707,'mec_tickets','a:0:{}'),(6716,3707,'mec_fees_global_inheritance','1'),(6717,3707,'mec_fees','a:0:{}'),(6718,3707,'mec_ticket_variations_global_inheritance','1'),(6719,3707,'mec_ticket_variations','a:0:{}'),(6720,3707,'mec_reg_fields_global_inheritance','1'),(6721,3707,'mec_reg_fields','a:0:{}'),(6722,3707,'mec_op','a:0:{}'),(6723,3707,'slide_template','default'),(6724,3708,'inline_featured_image','0'),(6725,3708,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(6726,3708,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 45 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6729,3708,'mec_color','d9b351'),(6730,3708,'mec_location_id','1'),(6731,3708,'mec_dont_show_map','0'),(6732,3708,'mec_organizer_id','1'),(6733,3708,'mec_read_more',''),(6734,3708,'mec_more_info',''),(6735,3708,'mec_more_info_title',''),(6736,3708,'mec_more_info_target','_self'),(6737,3708,'mec_cost',''),(6738,3708,'mec_additional_organizer_ids','a:0:{}'),(6739,3708,'mec_additional_location_ids','a:0:{}'),(6740,3708,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-10-19\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-10-19\";s:4:\"hour\";s:1:\"6\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6741,3708,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6742,3708,'mec_certain_weekdays','a:0:{}'),(6743,3708,'mec_allday','1'),(6744,3708,'mec_hide_time','0'),(6745,3708,'mec_hide_end_time','0'),(6746,3708,'mec_comment',''),(6747,3708,'mec_start_date','2019-10-19'),(6748,3708,'mec_start_time_hour','8'),(6749,3708,'mec_start_time_minutes','00'),(6750,3708,'mec_start_time_ampm','AM'),(6751,3708,'mec_start_day_seconds','28800'),(6752,3708,'mec_end_date','2019-10-19'),(6753,3708,'mec_end_time_hour','6'),(6754,3708,'mec_end_time_minutes','00'),(6755,3708,'mec_end_time_ampm','PM'),(6756,3708,'mec_end_day_seconds','64800'),(6757,3708,'mec_repeat_status','0'),(6758,3708,'mec_repeat_type',''),(6759,3708,'mec_repeat_interval','1'),(6760,3708,'mec_repeat_end',''),(6761,3708,'mec_repeat_end_at_occurrences',''),(6762,3708,'mec_repeat_end_at_date',''),(6763,3708,'mec_advanced_days','a:0:{}'),(6764,3708,'mec_in_days',''),(6765,3708,'mec_not_in_days',''),(6766,3708,'mec_hourly_schedules','a:0:{}'),(6767,3708,'mec_booking','a:0:{}'),(6768,3708,'mec_tickets','a:0:{}'),(6769,3708,'mec_fees_global_inheritance','1'),(6770,3708,'mec_fees','a:0:{}'),(6771,3708,'mec_ticket_variations_global_inheritance','1'),(6772,3708,'mec_ticket_variations','a:0:{}'),(6773,3708,'mec_reg_fields_global_inheritance','1'),(6774,3708,'mec_reg_fields','a:0:{}'),(6775,3708,'mec_op','a:0:{}'),(6776,3708,'slide_template','default'),(6777,3709,'inline_featured_image','0'),(6778,3709,'inline_featured_image','0'),(6779,3709,'_wds_readability','a:4:{s:5:\"score\";d:70.08365384615385;s:9:\"raw_score\";d:70.08365384615385;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(6780,3709,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 32 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 74 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6781,3709,'_edit_last','1'),(6782,3709,'_edit_lock','1564778491:1'),(12370,553,'_elementor_controls_usage','a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:10;s:19:\"_inline_size_tablet\";i:4;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:6;s:11:\"header_size\";i:6;s:5:\"align\";i:6;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_mobile\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:21:\"typography_typography\";i:5;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:7:{s:6:\"height\";i:2;s:16:\"content_position\";i:3;s:20:\"custom_height_tablet\";i:1;s:20:\"custom_height_mobile\";i:1;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:3;s:13:\"custom_height\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:7:\"padding\";i:2;s:6:\"margin\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:13:\"primary_color\";i:3;s:4:\"size\";i:3;}}s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:3;}}}}}'),(14997,4551,'_edit_lock','1578620431:1'),(14998,4551,'_edit_last','1'),(15061,4385,'_wds_readability','a:4:{s:5:\"score\";d:97.025;s:9:\"raw_score\";d:97.025;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(15063,4233,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 64 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(12346,3949,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:3;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:13:\"margin_tablet\";i:1;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;s:13:\"margin_mobile\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;s:15:\"animation_delay\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),(7526,3752,'_wp_attached_file','revslider/slide-home17/slidehome3_2.jpg'),(7488,322,'_wp_attached_file','2019/02/h17_carousel_1.jpg'),(7489,322,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.053171866579624;s:5:\"bytes\";i:9251;s:11:\"size_before\";i:228241;s:10:\"size_after\";i:218990;s:4:\"time\";d:0.13999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:481;s:11:\"size_before\";i:7965;s:10:\"size_after\";i:7484;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:1221;s:11:\"size_before\";i:20980;s:10:\"size_after\";i:19759;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:1129;s:11:\"size_before\";i:24141;s:10:\"size_after\";i:23012;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:2235;s:11:\"size_before\";i:41725;s:10:\"size_after\";i:39490;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:2131;s:11:\"size_before\";i:41797;s:10:\"size_after\";i:39666;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:1741;s:11:\"size_before\";i:32960;s:10:\"size_after\";i:31219;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:313;s:11:\"size_before\";i:4425;s:10:\"size_after\";i:4112;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23012;s:10:\"size_after\";i:23012;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4112;s:10:\"size_after\";i:4112;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23012;s:10:\"size_after\";i:23012;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4112;s:10:\"size_after\";i:4112;s:4:\"time\";d:0.01;}}}'),(7490,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:357;s:4:\"file\";s:26:\"2019/02/h17_carousel_1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"h17_carousel_1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"h17_carousel_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"h17_carousel_1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"h17_carousel_1-400x357.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"h17_carousel_1-400x291.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"h17_carousel_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"h17_carousel_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7491,322,'_typist_tech_image_optimized','1'),(7492,323,'_wp_attached_file','2019/02/h17_carousel_2.jpg'),(7493,323,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.159713700720615;s:5:\"bytes\";i:14843;s:11:\"size_before\";i:287671;s:10:\"size_after\";i:272828;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:751;s:11:\"size_before\";i:9695;s:10:\"size_after\";i:8944;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2;s:5:\"bytes\";i:1787;s:11:\"size_before\";i:24813;s:10:\"size_after\";i:23026;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:2247;s:11:\"size_before\";i:32419;s:10:\"size_after\";i:30172;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:3106;s:11:\"size_before\";i:50828;s:10:\"size_after\";i:47722;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.06;s:5:\"bytes\";i:3892;s:11:\"size_before\";i:55092;s:10:\"size_after\";i:51200;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:40266;s:10:\"size_after\";i:37608;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.03;s:5:\"bytes\";i:402;s:11:\"size_before\";i:5006;s:10:\"size_after\";i:4604;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30172;s:10:\"size_after\";i:30172;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4604;s:10:\"size_after\";i:4604;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30172;s:10:\"size_after\";i:30172;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4604;s:10:\"size_after\";i:4604;s:4:\"time\";d:0.01;}}}'),(7494,323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:358;s:4:\"file\";s:26:\"2019/02/h17_carousel_2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"h17_carousel_2-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"h17_carousel_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"h17_carousel_2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"h17_carousel_2-400x358.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"h17_carousel_2-400x292.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"h17_carousel_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"h17_carousel_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7495,323,'_typist_tech_image_optimized','1'),(7496,347,'_wp_attached_file','2019/02/h17_bg_1.jpg'),(7497,347,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3082427017744704;s:5:\"bytes\";i:6452;s:11:\"size_before\";i:279520;s:10:\"size_after\";i:273068;s:4:\"time\";d:0.27;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:219;s:11:\"size_before\";i:4717;s:10:\"size_after\";i:4498;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:268;s:11:\"size_before\";i:5577;s:10:\"size_after\";i:5309;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:497;s:11:\"size_before\";i:19553;s:10:\"size_after\";i:19056;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.97;s:5:\"bytes\";i:580;s:11:\"size_before\";i:29441;s:10:\"size_after\";i:28861;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:305;s:11:\"size_before\";i:11116;s:10:\"size_after\";i:10811;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:415;s:11:\"size_before\";i:17078;s:10:\"size_after\";i:16663;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:1463;s:11:\"size_before\";i:51179;s:10:\"size_after\";i:49716;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2;s:5:\"bytes\";i:497;s:11:\"size_before\";i:22619;s:10:\"size_after\";i:22122;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:348;s:11:\"size_before\";i:15664;s:10:\"size_after\";i:15316;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:331;s:11:\"size_before\";i:8039;s:10:\"size_after\";i:7708;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:199;s:11:\"size_before\";i:3015;s:10:\"size_after\";i:2816;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:882;s:11:\"size_before\";i:36268;s:10:\"size_after\";i:35386;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10811;s:10:\"size_after\";i:10811;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:448;s:11:\"size_before\";i:14224;s:10:\"size_after\";i:13776;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2816;s:10:\"size_after\";i:2816;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10811;s:10:\"size_after\";i:10811;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13776;s:10:\"size_after\";i:13776;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2816;s:10:\"size_after\";i:2816;s:4:\"time\";d:0.01;}}}'),(7498,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:365;s:4:\"file\";s:20:\"2019/02/h17_bg_1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h17_bg_1-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h17_bg_1-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:21:\"h17_bg_1-1400x500.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-400x104.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-885x500.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h17_bg_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h17_bg_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7499,347,'_typist_tech_image_optimized','1'),(7500,359,'_wp_attached_file','2019/02/h17_text.png'),(7501,359,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.413763066202087;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:4592;s:10:\"size_after\";i:3425;s:4:\"time\";d:0.060000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.46;s:5:\"bytes\";i:680;s:11:\"size_before\";i:1768;s:10:\"size_after\";i:1088;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.47;s:5:\"bytes\";i:487;s:11:\"size_before\";i:1266;s:10:\"size_after\";i:779;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:779;s:10:\"size_after\";i:779;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:779;s:10:\"size_after\";i:779;s:4:\"time\";d:0.01;}}}'),(7502,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:229;s:6:\"height\";i:40;s:4:\"file\";s:20:\"2019/02/h17_text.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h17_text-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"h17_text-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h17_text-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h17_text-100x40.png\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7503,359,'_typist_tech_image_optimized','1'),(7504,366,'_wp_attached_file','2019/02/h17_carousel_.jpg'),(7505,366,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8244012551626625;s:5:\"bytes\";i:6167;s:11:\"size_before\";i:161254;s:10:\"size_after\";i:155087;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:419;s:11:\"size_before\";i:6632;s:10:\"size_after\";i:6213;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:819;s:11:\"size_before\";i:14872;s:10:\"size_after\";i:14053;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:892;s:11:\"size_before\";i:17832;s:10:\"size_after\";i:16940;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:1265;s:11:\"size_before\";i:27703;s:10:\"size_after\";i:26438;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:1327;s:11:\"size_before\";i:26874;s:10:\"size_after\";i:25547;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:1134;s:11:\"size_before\";i:22365;s:10:\"size_after\";i:21231;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:311;s:11:\"size_before\";i:3906;s:10:\"size_after\";i:3595;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16940;s:10:\"size_after\";i:16940;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3595;s:10:\"size_after\";i:3595;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16940;s:10:\"size_after\";i:16940;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3595;s:10:\"size_after\";i:3595;s:4:\"time\";d:0.02;}}}'),(7506,366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:350;s:4:\"file\";s:25:\"2019/02/h17_carousel_.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"h17_carousel_-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:\"h17_carousel_-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"h17_carousel_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"h17_carousel_-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"h17_carousel_-400x350.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"h17_carousel_-400x292.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"h17_carousel_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"h17_carousel_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"h17_carousel_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"h17_carousel_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"h17_carousel_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7507,366,'_typist_tech_image_optimized','1'),(7508,367,'_wp_attached_file','2019/02/h17_carousel_3.jpg'),(7509,367,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.922109337203677;s:5:\"bytes\";i:5134;s:11:\"size_before\";i:175695;s:10:\"size_after\";i:170561;s:4:\"time\";d:0.11999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:282;s:11:\"size_before\";i:6100;s:10:\"size_after\";i:5818;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:678;s:11:\"size_before\";i:15577;s:10:\"size_after\";i:14899;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:710;s:11:\"size_before\";i:19172;s:10:\"size_after\";i:18462;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:30840;s:10:\"size_after\";i:29804;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:32572;s:10:\"size_after\";i:31276;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:918;s:11:\"size_before\";i:24795;s:10:\"size_after\";i:23877;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:214;s:11:\"size_before\";i:3381;s:10:\"size_after\";i:3167;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18462;s:10:\"size_after\";i:18462;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3167;s:10:\"size_after\";i:3167;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18462;s:10:\"size_after\";i:18462;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3167;s:10:\"size_after\";i:3167;s:4:\"time\";d:0.01;}}}'),(7510,367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2019/02/h17_carousel_3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"h17_carousel_3-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"h17_carousel_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"h17_carousel_3-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"h17_carousel_3-400x350.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"h17_carousel_3-400x292.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"h17_carousel_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"h17_carousel_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7511,367,'_typist_tech_image_optimized','1'),(7512,368,'_wp_attached_file','2019/02/h17_carousel_4.jpg'),(7513,368,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.185751968841359;s:5:\"bytes\";i:17582;s:11:\"size_before\";i:420044;s:10:\"size_after\";i:402462;s:4:\"time\";d:0.22000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:422;s:11:\"size_before\";i:7249;s:10:\"size_after\";i:6827;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:763;s:11:\"size_before\";i:15527;s:10:\"size_after\";i:14764;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:1250;s:11:\"size_before\";i:23406;s:10:\"size_after\";i:22156;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:2054;s:11:\"size_before\";i:39457;s:10:\"size_after\";i:37403;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:3124;s:11:\"size_before\";i:73848;s:10:\"size_after\";i:70724;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:2610;s:11:\"size_before\";i:50472;s:10:\"size_after\";i:47862;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:1917;s:11:\"size_before\";i:37473;s:10:\"size_after\";i:35556;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:2103;s:11:\"size_before\";i:47247;s:10:\"size_after\";i:45144;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:244;s:11:\"size_before\";i:3924;s:10:\"size_after\";i:3680;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:69769;s:10:\"size_after\";i:66674;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22156;s:10:\"size_after\";i:22156;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3680;s:10:\"size_after\";i:3680;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22156;s:10:\"size_after\";i:22156;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3680;s:10:\"size_after\";i:3680;s:4:\"time\";d:0.01;}}}'),(7514,368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2019/02/h17_carousel_4.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-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:\"h17_carousel_4-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-480x700.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-480x390.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-400x583.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-480x675.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"h17_carousel_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7515,368,'_typist_tech_image_optimized','1'),(7516,369,'_wp_attached_file','2019/02/h17_carousel_5.jpg'),(7517,369,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.597715104350043;s:5:\"bytes\";i:18935;s:11:\"size_before\";i:411835;s:10:\"size_after\";i:392900;s:4:\"time\";d:0.28;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:611;s:11:\"size_before\";i:8340;s:10:\"size_after\";i:7729;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:17206;s:10:\"size_after\";i:16139;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1533;s:11:\"size_before\";i:24523;s:10:\"size_after\";i:22990;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:1971;s:11:\"size_before\";i:37390;s:10:\"size_after\";i:35419;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:3339;s:11:\"size_before\";i:68719;s:10:\"size_after\";i:65380;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:2571;s:11:\"size_before\";i:47260;s:10:\"size_after\";i:44689;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:2127;s:11:\"size_before\";i:37422;s:10:\"size_after\";i:35295;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:2295;s:11:\"size_before\";i:46844;s:10:\"size_after\";i:44549;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.04;s:5:\"bytes\";i:374;s:11:\"size_before\";i:4651;s:10:\"size_after\";i:4277;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:3047;s:11:\"size_before\";i:64946;s:10:\"size_after\";i:61899;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22990;s:10:\"size_after\";i:22990;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4277;s:10:\"size_after\";i:4277;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22990;s:10:\"size_after\";i:22990;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4277;s:10:\"size_after\";i:4277;s:4:\"time\";d:0.01;}}}'),(7518,369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2019/02/h17_carousel_5.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-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:\"h17_carousel_5-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-480x700.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-480x390.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-400x583.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-480x675.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"h17_carousel_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"h17_carousel_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7519,369,'_typist_tech_image_optimized','1'),(12783,4421,'_appointment_user_reminder_sent','1'),(12784,4421,'_appointment_admin_reminder_sent','1'),(12464,4396,'inline_featured_image','0'),(12465,4396,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(12466,4396,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 35 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 109 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(12274,4372,'_wp_attached_file','2019/03/Screenshot-2019-09-01-19.42.27.png'),(10246,984,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 41 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 40 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 1 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:17:\"1 link discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(14768,4535,'mec_booking_time','2019-12-20 18:45:33'),(14769,4535,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Michael Turner\";s:5:\"email\";s:24:\"michaelhturner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Michael Turner\";s:5:\"email\";s:24:\"michaelhturner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(10244,995,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 38 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 65 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 3 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:18:\"3 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(10245,995,'_wds_readability','a:4:{s:5:\"score\";d:76.67500000000003;s:9:\"raw_score\";d:76.67500000000003;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(7550,3757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:932;s:4:\"file\";s:25:\"2019/08/TheVinewood-7.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-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:\"TheVinewood-7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-7-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"TheVinewood-7-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-400x266.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"TheVinewood-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"TheVinewood-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(14720,4534,'_order_key','wc_order_kGuOD5x1EHNuR'),(14721,4534,'_customer_user','0'),(14722,4534,'_payment_method','paypal'),(14723,4534,'_payment_method_title','PayPal'),(14724,4534,'_customer_ip_address','24.255.243.40'),(14725,4534,'_customer_user_agent','Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1'),(14726,4534,'_created_via','checkout'),(14727,4534,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(14728,4534,'_billing_first_name','Dawn'),(14729,4534,'_billing_last_name','Sumner'),(14730,4534,'_billing_address_1','4203 NW Rochester'),(14731,4534,'_billing_city','Topeka'),(14732,4534,'_billing_state','KS'),(14733,4534,'_billing_postcode','66617'),(14734,4534,'_billing_country','US'),(14735,4534,'_billing_email','comb1959@yahoo.com'),(14736,4534,'_billing_phone','7856400647'),(14737,4534,'_order_currency','USD'),(14738,4534,'_cart_discount','0'),(14739,4534,'_cart_discount_tax','0'),(14740,4534,'_order_shipping','0.00'),(14741,4534,'_order_shipping_tax','0'),(14742,4534,'_order_tax','0'),(14743,4534,'_order_total','150.00'),(14744,4534,'_order_version','3.8.1'),(14745,4534,'_prices_include_tax','no'),(14746,4534,'_billing_address_index','Dawn Sumner  4203 NW Rochester  Topeka KS 66617 US comb1959@yahoo.com 7856400647'),(14747,4534,'_shipping_address_index','        '),(14748,4534,'is_vat_exempt','no'),(14749,4534,'Payment type','instant'),(14750,4534,'_transaction_id','9301883530880951G'),(14751,4534,'_paypal_status','completed'),(14752,4534,'PayPal Transaction Fee','4.65'),(14753,4534,'_date_paid','1576634512'),(14754,4534,'_paid_date','2019-12-18 02:01:52'),(14755,4534,'_download_permissions_granted','yes'),(14756,4534,'_recorded_sales','yes'),(14757,4534,'_recorded_coupon_usage_counts','yes'),(14758,4534,'_order_stock_reduced','yes'),(14759,4535,'_elementor_controls_usage','a:0:{}'),(14760,4535,'mec_verified','1'),(14761,4535,'mec_verification_key','f1b590e4015728e8f4b7f4b627156a5d'),(14762,4535,'mec_cancellation_key','c2ce412641e572573ad6b74154801c8d'),(14763,4535,'mec_confirmed','1'),(14764,4535,'mec_transaction_id','SMO78464'),(14765,4535,'mec_event_id','4399'),(14766,4535,'mec_date','2019-12-14:2019-12-14'),(14767,4535,'mec_ticket_id',',1,1,'),(7549,3757,'_wp_attached_file','2019/08/TheVinewood-7.jpg'),(11878,4335,'inline_featured_image','0'),(5655,3648,'_wp_attached_file','revslider/slide_home1/slidehome1_1.jpg'),(5656,3648,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4832336414718146;s:5:\"bytes\";i:12467;s:11:\"size_before\";i:502047;s:10:\"size_after\";i:489580;s:4:\"time\";d:0.33000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:356;s:11:\"size_before\";i:6269;s:10:\"size_after\";i:5913;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:498;s:11:\"size_before\";i:9192;s:10:\"size_after\";i:8694;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:37145;s:10:\"size_after\";i:35903;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:1596;s:11:\"size_before\";i:56917;s:10:\"size_after\";i:55321;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:609;s:11:\"size_before\";i:16841;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:926;s:11:\"size_before\";i:26901;s:10:\"size_after\";i:25975;s:4:\"time\";d:0.05;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.94;s:5:\"bytes\";i:2097;s:11:\"size_before\";i:108230;s:10:\"size_after\";i:106133;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:1081;s:11:\"size_before\";i:36808;s:10:\"size_after\";i:35727;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:726;s:11:\"size_before\";i:24845;s:10:\"size_after\";i:24119;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:688;s:11:\"size_before\";i:13799;s:10:\"size_after\";i:13111;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:244;s:11:\"size_before\";i:3714;s:10:\"size_after\";i:3470;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:1402;s:11:\"size_before\";i:71634;s:10:\"size_after\";i:70232;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16232;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:25675;s:10:\"size_after\";i:24673;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3470;s:10:\"size_after\";i:3470;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16232;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24673;s:10:\"size_after\";i:24673;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3470;s:10:\"size_after\";i:3470;s:4:\"time\";d:0.01;}}}'),(5657,3648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:532;s:4:\"file\";s:38:\"revslider/slide_home1/slidehome1_1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slidehome1_1-1024x389.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"slidehome1_1-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-400x152.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slidehome1_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5658,3649,'_wp_attached_file','revslider/slide_home1/slidehome1_2.jpg'),(5659,3649,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9458970997150673;s:5:\"bytes\";i:15436;s:11:\"size_before\";i:523983;s:10:\"size_after\";i:508547;s:4:\"time\";d:0.3800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:475;s:11:\"size_before\";i:7020;s:10:\"size_after\";i:6545;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.81;s:5:\"bytes\";i:733;s:11:\"size_before\";i:10770;s:10:\"size_after\";i:10037;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:1731;s:11:\"size_before\";i:41797;s:10:\"size_after\";i:40066;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:2008;s:11:\"size_before\";i:62836;s:10:\"size_after\";i:60828;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:827;s:11:\"size_before\";i:18218;s:10:\"size_after\";i:17391;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:1004;s:11:\"size_before\";i:26847;s:10:\"size_after\";i:25843;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04;s:5:\"bytes\";i:2175;s:11:\"size_before\";i:106696;s:10:\"size_after\";i:104521;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:1226;s:11:\"size_before\";i:36380;s:10:\"size_after\";i:35154;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:1010;s:11:\"size_before\";i:26622;s:10:\"size_after\";i:25612;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:959;s:11:\"size_before\";i:16050;s:10:\"size_after\";i:15091;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:299;s:11:\"size_before\";i:4094;s:10:\"size_after\";i:3795;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:1485;s:11:\"size_before\";i:66845;s:10:\"size_after\";i:65360;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17391;s:10:\"size_after\";i:17391;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:1504;s:11:\"size_before\";i:29470;s:10:\"size_after\";i:27966;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3795;s:10:\"size_after\";i:3795;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17391;s:10:\"size_after\";i:17391;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27966;s:10:\"size_after\";i:27966;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3795;s:10:\"size_after\";i:3795;s:4:\"time\";d:0.01;}}}'),(5660,3649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:532;s:4:\"file\";s:38:\"revslider/slide_home1/slidehome1_2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slidehome1_2-1024x389.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"slidehome1_2-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-400x152.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slidehome1_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5828,2705,'_elementor_pro_version','2.6.2'),(5687,2705,'_elementor_version','2.6.8'),(5688,2705,'osf_footer_layout','footer-14'),(5729,3652,'_wp_attached_file','revslider/slide-home16/slidehome16_1.jpg'),(5690,2716,'_wp_attached_file','2019/03/h16_g1.jpg'),(5691,2716,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7724615717687806;s:5:\"bytes\";i:6970;s:11:\"size_before\";i:184760;s:10:\"size_after\";i:177790;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:492;s:11:\"size_before\";i:7401;s:10:\"size_after\";i:6909;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:814;s:11:\"size_before\";i:14238;s:10:\"size_after\";i:13424;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:981;s:11:\"size_before\";i:20346;s:10:\"size_after\";i:19365;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:1493;s:11:\"size_before\";i:28674;s:10:\"size_after\";i:27181;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:31567;s:10:\"size_after\";i:30142;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:1453;s:11:\"size_before\";i:31849;s:10:\"size_after\";i:30396;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44;s:5:\"bytes\";i:312;s:11:\"size_before\";i:4193;s:10:\"size_after\";i:3881;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19365;s:10:\"size_after\";i:19365;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3881;s:10:\"size_after\";i:3881;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19365;s:10:\"size_after\";i:19365;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3881;s:10:\"size_after\";i:3881;s:4:\"time\";d:0.02;}}}'),(5692,2716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:613;s:4:\"file\";s:18:\"2019/03/h16_g1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"h16_g1-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:\"h16_g1-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"h16_g1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:18:\"h16_g1-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:18:\"h16_g1-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:18:\"h16_g1-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"h16_g1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"h16_g1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"h16_g1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"h16_g1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"h16_g1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(5693,2717,'_wp_attached_file','2019/03/h16_g2.jpg'),(5694,2717,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.261948305671895;s:5:\"bytes\";i:5226;s:11:\"size_before\";i:160211;s:10:\"size_after\";i:154985;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:418;s:11:\"size_before\";i:6762;s:10:\"size_after\";i:6344;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:659;s:11:\"size_before\";i:13523;s:10:\"size_after\";i:12864;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:721;s:11:\"size_before\";i:17379;s:10:\"size_after\";i:16658;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:1006;s:11:\"size_before\";i:23563;s:10:\"size_after\";i:22557;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:1035;s:11:\"size_before\";i:26872;s:10:\"size_after\";i:25837;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:1075;s:11:\"size_before\";i:27141;s:10:\"size_after\";i:26066;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62;s:5:\"bytes\";i:312;s:11:\"size_before\";i:4093;s:10:\"size_after\";i:3781;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16658;s:10:\"size_after\";i:16658;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3781;s:10:\"size_after\";i:3781;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16658;s:10:\"size_after\";i:16658;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3781;s:10:\"size_after\";i:3781;s:4:\"time\";d:0.01;}}}'),(5695,2717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:613;s:4:\"file\";s:18:\"2019/03/h16_g2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"h16_g2-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:\"h16_g2-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"h16_g2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:18:\"h16_g2-390x324.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:18:\"h16_g2-390x390.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:18:\"h16_g2-390x400.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"h16_g2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"h16_g2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"h16_g2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"h16_g2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"h16_g2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5696,2720,'_wp_attached_file','2019/03/shutterstock-373734994.jpg'),(5697,2720,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.649429925135228;s:5:\"bytes\";i:9948;s:11:\"size_before\";i:375477;s:10:\"size_after\";i:365529;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:415;s:11:\"size_before\";i:6611;s:10:\"size_after\";i:6196;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:693;s:11:\"size_before\";i:13664;s:10:\"size_after\";i:12971;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:50188;s:10:\"size_after\";i:48892;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:696;s:11:\"size_before\";i:16805;s:10:\"size_after\";i:16109;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:956;s:11:\"size_before\";i:26031;s:10:\"size_after\";i:25075;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:1118;s:11:\"size_before\";i:35074;s:10:\"size_after\";i:33956;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:791;s:11:\"size_before\";i:24597;s:10:\"size_after\";i:23806;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:874;s:11:\"size_before\";i:20264;s:10:\"size_after\";i:19390;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44;s:5:\"bytes\";i:292;s:11:\"size_before\";i:3924;s:10:\"size_after\";i:3632;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.41;s:5:\"bytes\";i:1643;s:11:\"size_before\";i:68117;s:10:\"size_after\";i:66474;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16109;s:10:\"size_after\";i:16109;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:1174;s:11:\"size_before\";i:35947;s:10:\"size_after\";i:34773;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3632;s:10:\"size_after\";i:3632;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16109;s:10:\"size_after\";i:16109;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34773;s:10:\"size_after\";i:34773;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3632;s:10:\"size_after\";i:3632;s:4:\"time\";d:0.02;}}}'),(5698,2720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:34:\"2019/03/shutterstock-373734994.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-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:34:\"shutterstock-373734994-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:34:\"shutterstock-373734994-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-885x668.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock-373734994-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-373734994-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5699,2721,'_wp_attached_file','2019/03/shutterstock-398182819.jpg'),(5700,2721,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7888926394376825;s:5:\"bytes\";i:19082;s:11:\"size_before\";i:503630;s:10:\"size_after\";i:484548;s:4:\"time\";d:0.31;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:584;s:11:\"size_before\";i:8130;s:10:\"size_after\";i:7546;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:17114;s:10:\"size_after\";i:16005;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:2713;s:11:\"size_before\";i:67680;s:10:\"size_after\";i:64967;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:1370;s:11:\"size_before\";i:22985;s:10:\"size_after\";i:21615;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:1832;s:11:\"size_before\";i:34748;s:10:\"size_after\";i:32916;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:46925;s:10:\"size_after\";i:44738;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:1826;s:11:\"size_before\";i:34424;s:10:\"size_after\";i:32598;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:1578;s:11:\"size_before\";i:26421;s:10:\"size_after\";i:24843;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.12;s:5:\"bytes\";i:373;s:11:\"size_before\";i:4596;s:10:\"size_after\";i:4223;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:3323;s:11:\"size_before\";i:96310;s:10:\"size_after\";i:92987;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21615;s:10:\"size_after\";i:21615;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:47404;s:10:\"size_after\";i:45217;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4223;s:10:\"size_after\";i:4223;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21615;s:10:\"size_after\";i:21615;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45217;s:10:\"size_after\";i:45217;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4223;s:10:\"size_after\";i:4223;s:4:\"time\";d:0.01;}}}'),(5701,2721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:34:\"2019/03/shutterstock-398182819.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-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:34:\"shutterstock-398182819-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:34:\"shutterstock-398182819-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-885x667.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock-398182819-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-398182819-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5702,2722,'_wp_attached_file','2019/03/shutterstock-432844396.jpg'),(5703,2722,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.806042297267107;s:5:\"bytes\";i:19251;s:11:\"size_before\";i:505801;s:10:\"size_after\";i:486550;s:4:\"time\";d:0.2700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:664;s:11:\"size_before\";i:8566;s:10:\"size_after\";i:7902;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:17996;s:10:\"size_after\";i:16802;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:2588;s:11:\"size_before\";i:67477;s:10:\"size_after\";i:64889;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:1339;s:11:\"size_before\";i:22813;s:10:\"size_after\";i:21474;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:1860;s:11:\"size_before\";i:35481;s:10:\"size_after\";i:33621;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:2158;s:11:\"size_before\";i:47130;s:10:\"size_after\";i:44972;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:1700;s:11:\"size_before\";i:33650;s:10:\"size_after\";i:31950;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:1555;s:11:\"size_before\";i:27269;s:10:\"size_after\";i:25714;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.97;s:5:\"bytes\";i:446;s:11:\"size_before\";i:4972;s:10:\"size_after\";i:4526;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:3593;s:11:\"size_before\";i:94741;s:10:\"size_after\";i:91148;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21474;s:10:\"size_after\";i:21474;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:2154;s:11:\"size_before\";i:47930;s:10:\"size_after\";i:45776;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4526;s:10:\"size_after\";i:4526;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21474;s:10:\"size_after\";i:21474;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45776;s:10:\"size_after\";i:45776;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4526;s:10:\"size_after\";i:4526;s:4:\"time\";d:0.01;}}}'),(5704,2722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:34:\"2019/03/shutterstock-432844396.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-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:34:\"shutterstock-432844396-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:34:\"shutterstock-432844396-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-885x667.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock-432844396-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-432844396-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5705,2723,'_wp_attached_file','2019/03/shutterstock-461202166.jpg'),(5706,2723,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.7509305614604391;s:5:\"bytes\";i:6054;s:11:\"size_before\";i:345759;s:10:\"size_after\";i:339705;s:4:\"time\";d:0.30000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:380;s:11:\"size_before\";i:6213;s:10:\"size_after\";i:5833;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:396;s:11:\"size_before\";i:11512;s:10:\"size_after\";i:11116;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.37;s:5:\"bytes\";i:612;s:11:\"size_before\";i:44677;s:10:\"size_after\";i:44065;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:557;s:11:\"size_before\";i:16721;s:10:\"size_after\";i:16164;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3;s:5:\"bytes\";i:530;s:11:\"size_before\";i:23000;s:10:\"size_after\";i:22470;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.89;s:5:\"bytes\";i:583;s:11:\"size_before\";i:30850;s:10:\"size_after\";i:30267;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.57;s:5:\"bytes\";i:642;s:11:\"size_before\";i:24986;s:10:\"size_after\";i:24344;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:479;s:11:\"size_before\";i:17555;s:10:\"size_after\";i:17076;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:259;s:11:\"size_before\";i:3661;s:10:\"size_after\";i:3402;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.63;s:5:\"bytes\";i:1068;s:11:\"size_before\";i:65628;s:10:\"size_after\";i:64560;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16164;s:10:\"size_after\";i:16164;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.76;s:5:\"bytes\";i:548;s:11:\"size_before\";i:31186;s:10:\"size_after\";i:30638;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3402;s:10:\"size_after\";i:3402;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16164;s:10:\"size_after\";i:16164;s:4:\"time\";d:0.06;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30638;s:10:\"size_after\";i:30638;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3402;s:10:\"size_after\";i:3402;s:4:\"time\";d:0.01;}}}'),(5707,2723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:34:\"2019/03/shutterstock-461202166.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-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:34:\"shutterstock-461202166-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:34:\"shutterstock-461202166-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-885x667.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock-461202166-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-461202166-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5708,2734,'_wp_attached_file','2019/03/h16_testimonial.jpg'),(5709,2734,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.01316447661201;s:5:\"bytes\";i:23266;s:11:\"size_before\";i:579742;s:10:\"size_after\";i:556476;s:4:\"time\";d:0.5200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62;s:5:\"bytes\";i:584;s:11:\"size_before\";i:7666;s:10:\"size_after\";i:7082;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.01;s:5:\"bytes\";i:1211;s:11:\"size_before\";i:17279;s:10:\"size_after\";i:16068;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:3008;s:11:\"size_before\";i:66870;s:10:\"size_after\";i:63862;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:3914;s:11:\"size_before\";i:101181;s:10:\"size_after\";i:97267;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:1196;s:11:\"size_before\";i:20563;s:10:\"size_after\";i:19367;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:1882;s:11:\"size_before\";i:34041;s:10:\"size_after\";i:32159;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:2343;s:11:\"size_before\";i:45997;s:10:\"size_after\";i:43654;s:4:\"time\";d:0.09;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:1539;s:11:\"size_before\";i:30713;s:10:\"size_after\";i:29174;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:1566;s:11:\"size_before\";i:26061;s:10:\"size_after\";i:24495;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.31;s:5:\"bytes\";i:374;s:11:\"size_before\";i:4501;s:10:\"size_after\";i:4127;s:4:\"time\";d:0.04;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:3199;s:11:\"size_before\";i:86270;s:10:\"size_after\";i:83071;s:4:\"time\";d:0.16;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19367;s:10:\"size_after\";i:19367;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:2450;s:11:\"size_before\";i:47031;s:10:\"size_after\";i:44581;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4127;s:10:\"size_after\";i:4127;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19367;s:10:\"size_after\";i:19367;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44581;s:10:\"size_after\";i:44581;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4127;s:10:\"size_after\";i:4127;s:4:\"time\";d:0.01;}}}'),(5710,2734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1034;s:6:\"height\";i:689;s:4:\"file\";s:27:\"2019/03/h16_testimonial.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-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:27:\"h16_testimonial-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:27:\"h16_testimonial-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:28:\"h16_testimonial-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"h16_testimonial-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"h16_testimonial-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5711,2781,'_wp_attached_file','2019/03/h16_bg_a.jpg'),(5712,2781,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.539972389179934;s:5:\"bytes\";i:5872;s:11:\"size_before\";i:165877;s:10:\"size_after\";i:160005;s:4:\"time\";d:0.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:136;s:11:\"size_before\";i:2841;s:10:\"size_after\";i:2705;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:143;s:11:\"size_before\";i:2987;s:10:\"size_after\";i:2844;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:276;s:11:\"size_before\";i:9968;s:10:\"size_after\";i:9692;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:547;s:11:\"size_before\";i:14999;s:10:\"size_after\";i:14452;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:245;s:11:\"size_before\";i:6629;s:10:\"size_after\";i:6384;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:321;s:11:\"size_before\";i:11025;s:10:\"size_after\";i:10704;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1786;s:11:\"size_before\";i:32700;s:10:\"size_after\";i:30914;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:522;s:11:\"size_before\";i:14775;s:10:\"size_after\";i:14253;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:391;s:11:\"size_before\";i:9585;s:10:\"size_after\";i:9194;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:147;s:11:\"size_before\";i:4254;s:10:\"size_after\";i:4107;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:131;s:11:\"size_before\";i:1853;s:10:\"size_after\";i:1722;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:1018;s:11:\"size_before\";i:23686;s:10:\"size_after\";i:22668;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6384;s:10:\"size_after\";i:6384;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:209;s:11:\"size_before\";i:7286;s:10:\"size_after\";i:7077;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1722;s:10:\"size_after\";i:1722;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6384;s:10:\"size_after\";i:6384;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7077;s:10:\"size_after\";i:7077;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1722;s:10:\"size_after\";i:1722;s:4:\"time\";d:0.01;}}}'),(5713,2781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:339;s:4:\"file\";s:20:\"2019/03/h16_bg_a.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h16_bg_a-300x73.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-768x186.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h16_bg_a-1024x248.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:21:\"h16_bg_a-1400x465.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:19:\"h16_bg_a-400x97.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-885x465.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h16_bg_a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-600x145.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-600x145.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h16_bg_a-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5714,2867,'_wp_attached_file','2019/03/shutterstock-732619801.jpg'),(5715,2867,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2469669733259376;s:5:\"bytes\";i:14107;s:11:\"size_before\";i:434467;s:10:\"size_after\";i:420360;s:4:\"time\";d:0.29000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:511;s:11:\"size_before\";i:7693;s:10:\"size_after\";i:7182;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:794;s:11:\"size_before\";i:14846;s:10:\"size_after\";i:14052;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:1904;s:11:\"size_before\";i:56610;s:10:\"size_after\";i:54706;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:994;s:11:\"size_before\";i:20570;s:10:\"size_after\";i:19576;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:28946;s:10:\"size_after\";i:27789;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:1413;s:11:\"size_before\";i:38784;s:10:\"size_after\";i:37371;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:1205;s:11:\"size_before\";i:30295;s:10:\"size_after\";i:29090;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:1020;s:11:\"size_before\";i:22375;s:10:\"size_after\";i:21355;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.67;s:5:\"bytes\";i:341;s:11:\"size_before\";i:4444;s:10:\"size_after\";i:4103;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:3431;s:11:\"size_before\";i:84261;s:10:\"size_after\";i:80830;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19576;s:10:\"size_after\";i:19576;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:1337;s:11:\"size_before\";i:39811;s:10:\"size_after\";i:38474;s:4:\"time\";d:0.04;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4103;s:10:\"size_after\";i:4103;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19576;s:10:\"size_after\";i:19576;s:4:\"time\";d:0.04;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38474;s:10:\"size_after\";i:38474;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4103;s:10:\"size_after\";i:4103;s:4:\"time\";d:0.01;}}}'),(5716,2867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:34:\"2019/03/shutterstock-732619801.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-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:34:\"shutterstock-732619801-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:34:\"shutterstock-732619801-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-885x668.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"shutterstock-732619801-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock-732619801-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5717,3356,'_wp_attached_file','2019/03/h16_gallery1.jpg'),(5718,3356,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6223778035960317;s:5:\"bytes\";i:16774;s:11:\"size_before\";i:463066;s:10:\"size_after\";i:446292;s:4:\"time\";d:0.33000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:526;s:11:\"size_before\";i:8170;s:10:\"size_after\";i:7644;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:1104;s:11:\"size_before\";i:20240;s:10:\"size_after\";i:19136;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:3434;s:11:\"size_before\";i:84118;s:10:\"size_after\";i:80684;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:1171;s:11:\"size_before\";i:23226;s:10:\"size_after\";i:22055;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:1840;s:11:\"size_before\";i:38001;s:10:\"size_after\";i:36161;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:2387;s:11:\"size_before\";i:51946;s:10:\"size_after\";i:49559;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:1571;s:11:\"size_before\";i:35162;s:10:\"size_after\";i:33591;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:1668;s:11:\"size_before\";i:31564;s:10:\"size_after\";i:29896;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.15;s:5:\"bytes\";i:329;s:11:\"size_before\";i:4601;s:10:\"size_after\";i:4272;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22055;s:10:\"size_after\";i:22055;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:2744;s:11:\"size_before\";i:58064;s:10:\"size_after\";i:55320;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4272;s:10:\"size_after\";i:4272;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22055;s:10:\"size_after\";i:22055;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55320;s:10:\"size_after\";i:55320;s:4:\"time\";d:0.1;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4272;s:10:\"size_after\";i:4272;s:4:\"time\";d:0.01;}}}'),(5719,3356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:864;s:6:\"height\";i:668;s:4:\"file\";s:24:\"2019/03/h16_gallery1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-768x594.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-400x309.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"h16_gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-600x464.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-600x464.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"h16_gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5720,3357,'_wp_attached_file','2019/03/h16_gallery2.jpg'),(5721,3357,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.223249087932819;s:5:\"bytes\";i:13173;s:11:\"size_before\";i:408687;s:10:\"size_after\";i:395514;s:4:\"time\";d:0.31000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:509;s:11:\"size_before\";i:7395;s:10:\"size_after\";i:6886;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:947;s:11:\"size_before\";i:17932;s:10:\"size_after\";i:16985;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:2729;s:11:\"size_before\";i:74704;s:10:\"size_after\";i:71975;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:939;s:11:\"size_before\";i:20204;s:10:\"size_after\";i:19265;s:4:\"time\";d:0.03;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:1486;s:11:\"size_before\";i:33537;s:10:\"size_after\";i:32051;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:1892;s:11:\"size_before\";i:46153;s:10:\"size_after\";i:44261;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:1165;s:11:\"size_before\";i:30523;s:10:\"size_after\";i:29358;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:27637;s:10:\"size_after\";i:26375;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.76;s:5:\"bytes\";i:328;s:11:\"size_before\";i:4228;s:10:\"size_after\";i:3900;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19265;s:10:\"size_after\";i:19265;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:1916;s:11:\"size_before\";i:50980;s:10:\"size_after\";i:49064;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3900;s:10:\"size_after\";i:3900;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19265;s:10:\"size_after\";i:19265;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49064;s:10:\"size_after\";i:49064;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3900;s:10:\"size_after\";i:3900;s:4:\"time\";d:0.02;}}}'),(5722,3357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:864;s:6:\"height\";i:667;s:4:\"file\";s:24:\"2019/03/h16_gallery2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-400x309.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"h16_gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-600x463.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-600x463.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"h16_gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(10749,4199,'_wp_attached_file','2019/08/TheVinewood-6-1.jpg'),(10750,4199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:975;s:4:\"file\";s:27:\"2019/08/TheVinewood-6-1.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-650x700.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-650x675.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"TheVinewood-6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"TheVinewood-6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10751,4199,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.287143945906292;s:5:\"bytes\";i:44468;s:11:\"size_before\";i:841059;s:10:\"size_after\";i:796591;s:4:\"time\";d:0.42000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.89;s:5:\"bytes\";i:733;s:11:\"size_before\";i:9286;s:10:\"size_after\";i:8553;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.49;s:5:\"bytes\";i:1561;s:11:\"size_before\";i:20831;s:10:\"size_after\";i:19270;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:1827;s:11:\"size_before\";i:27051;s:10:\"size_after\";i:25224;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:2842;s:11:\"size_before\";i:43524;s:10:\"size_after\";i:40682;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07;s:5:\"bytes\";i:2189;s:11:\"size_before\";i:30981;s:10:\"size_after\";i:28792;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.84;s:5:\"bytes\";i:8441;s:11:\"size_before\";i:123470;s:10:\"size_after\";i:115029;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:4134;s:11:\"size_before\";i:63084;s:10:\"size_after\";i:58950;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:2751;s:11:\"size_before\";i:42017;s:10:\"size_after\";i:39266;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:3947;s:11:\"size_before\";i:60804;s:10:\"size_after\";i:56857;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.67;s:5:\"bytes\";i:441;s:11:\"size_before\";i:5089;s:10:\"size_after\";i:4648;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.89;s:5:\"bytes\";i:8222;s:11:\"size_before\";i:119370;s:10:\"size_after\";i:111148;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25224;s:10:\"size_after\";i:25224;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:7380;s:11:\"size_before\";i:121594;s:10:\"size_after\";i:114214;s:4:\"time\";d:0.06;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4648;s:10:\"size_after\";i:4648;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25224;s:10:\"size_after\";i:25224;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:114214;s:10:\"size_after\";i:114214;s:4:\"time\";d:0.05;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4648;s:10:\"size_after\";i:4648;s:4:\"time\";d:0.01;}}}'),(16697,4630,'_elementor_edit_mode','builder'),(16698,4630,'_elementor_template_type','popup'),(16699,4630,'inline_featured_image','0'),(10761,4175,'_wp_attachment_image_alt','Umbrella'),(10762,4174,'_wp_attachment_image_alt','Bouquets'),(10763,11,'_edit_lock','1569347406:1'),(10764,11,'_wds_readability','a:4:{s:5:\"score\";d:56.64743589743591;s:9:\"raw_score\";d:56.64743589743591;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(10765,11,'_edit_last','1'),(10766,11,'show_only_past_events','0'),(10767,11,'show_only_ongoing_events','0'),(10768,11,'slide_template','default'),(10777,984,'_edit_lock','1566756712:1'),(10778,4204,'_wp_attached_file','2019/03/Screenshot-2019-08-25-12.08.17.png'),(10779,4204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:358;s:4:\"file\";s:42:\"2019/03/Screenshot-2019-08-25-12.08.17.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-391x260.png\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-400x358.png\";s:5:\"width\";i:400;s:6:\"height\";i:358;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-400x265.png\";s:5:\"width\";i:400;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.17-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10780,4204,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1622929;s:10:\"size_after\";i:1622929;s:4:\"time\";d:0.84;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46294;s:10:\"size_after\";i:46294;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:113691;s:10:\"size_after\";i:113691;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162826;s:10:\"size_after\";i:162826;s:4:\"time\";d:0.11;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:264315;s:10:\"size_after\";i:264315;s:4:\"time\";d:0.13;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:183683;s:10:\"size_after\";i:183683;s:4:\"time\";d:0.08;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:270508;s:10:\"size_after\";i:270508;s:4:\"time\";d:0.13;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:190296;s:10:\"size_after\";i:190296;s:4:\"time\";d:0.1;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21888;s:10:\"size_after\";i:21888;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162826;s:10:\"size_after\";i:162826;s:4:\"time\";d:0.08;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21888;s:10:\"size_after\";i:21888;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:162826;s:10:\"size_after\";i:162826;s:4:\"time\";d:0.08;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21888;s:10:\"size_after\";i:21888;s:4:\"time\";d:0.01;}}}'),(10781,4205,'_wp_attached_file','2019/03/Screenshot-2019-08-25-12.08.31.png'),(10782,4205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:541;s:6:\"height\";i:355;s:4:\"file\";s:42:\"2019/03/Screenshot-2019-08-25-12.08.31.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-391x260.png\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-400x355.png\";s:5:\"width\";i:400;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-400x262.png\";s:5:\"width\";i:400;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2019-08-25-12.08.31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10783,4205,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1896211;s:10:\"size_after\";i:1896211;s:4:\"time\";d:0.6200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55820;s:10:\"size_after\";i:55820;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:138005;s:10:\"size_after\";i:138005;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:187333;s:10:\"size_after\";i:187333;s:4:\"time\";d:0.07;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:314214;s:10:\"size_after\";i:314214;s:4:\"time\";d:0.09;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:221228;s:10:\"size_after\";i:221228;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:296846;s:10:\"size_after\";i:296846;s:4:\"time\";d:0.1;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:227366;s:10:\"size_after\";i:227366;s:4:\"time\";d:0.07;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26911;s:10:\"size_after\";i:26911;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:187333;s:10:\"size_after\";i:187333;s:4:\"time\";d:0.06;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26911;s:10:\"size_after\";i:26911;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:187333;s:10:\"size_after\";i:187333;s:4:\"time\";d:0.07;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26911;s:10:\"size_after\";i:26911;s:4:\"time\";d:0.01;}}}'),(10785,4206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:58:\"2019/03/40138555_996416710518907_3713356800599261184_o.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-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:58:\"40138555_996416710518907_3713356800599261184_o-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:58:\"40138555_996416710518907_3713356800599261184_o-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:59:\"40138555_996416710518907_3713356800599261184_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:59:\"40138555_996416710518907_3713356800599261184_o-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"40138555_996416710518907_3713356800599261184_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"2018 Todd Zimmer\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10786,4206,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4535748755246285;s:5:\"bytes\";i:34285;s:11:\"size_before\";i:769831;s:10:\"size_after\";i:735546;s:4:\"time\";d:0.3800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:469;s:11:\"size_before\";i:7434;s:10:\"size_after\";i:6965;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:636;s:11:\"size_before\";i:13421;s:10:\"size_after\";i:12785;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:2224;s:11:\"size_before\";i:70637;s:10:\"size_after\";i:68413;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.57;s:5:\"bytes\";i:2960;s:11:\"size_before\";i:115276;s:10:\"size_after\";i:112316;s:4:\"time\";d:0.08;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:1077;s:11:\"size_before\";i:23103;s:10:\"size_after\";i:22026;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:1327;s:11:\"size_before\";i:31278;s:10:\"size_after\";i:29951;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:950;s:11:\"size_before\";i:21125;s:10:\"size_after\";i:20175;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.08;s:5:\"bytes\";i:15712;s:11:\"size_before\";i:130036;s:10:\"size_after\";i:114324;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:1717;s:11:\"size_before\";i:44918;s:10:\"size_after\";i:43201;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:1595;s:11:\"size_before\";i:38458;s:10:\"size_after\";i:36863;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:960;s:11:\"size_before\";i:21988;s:10:\"size_after\";i:21028;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:270;s:11:\"size_before\";i:4109;s:10:\"size_after\";i:3839;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.47;s:5:\"bytes\";i:2645;s:11:\"size_before\";i:106903;s:10:\"size_after\";i:104258;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22026;s:10:\"size_after\";i:22026;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:1743;s:11:\"size_before\";i:45579;s:10:\"size_after\";i:43836;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3839;s:10:\"size_after\";i:3839;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22026;s:10:\"size_after\";i:22026;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43836;s:10:\"size_after\";i:43836;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3839;s:10:\"size_after\";i:3839;s:4:\"time\";d:0.01;}}}'),(10787,4207,'_wp_attached_file','2019/03/40139987_996418533852058_3989670953196978176_o.jpg'),(10788,4207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:58:\"2019/03/40139987_996418533852058_3989670953196978176_o.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-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:58:\"40139987_996418533852058_3989670953196978176_o-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:58:\"40139987_996418533852058_3989670953196978176_o-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:59:\"40139987_996418533852058_3989670953196978176_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:59:\"40139987_996418533852058_3989670953196978176_o-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"40139987_996418533852058_3989670953196978176_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"2018 Todd Zimmer\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10789,4207,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.525147348741487;s:5:\"bytes\";i:26649;s:11:\"size_before\";i:588909;s:10:\"size_after\";i:562260;s:4:\"time\";d:0.3400000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.73;s:5:\"bytes\";i:421;s:11:\"size_before\";i:6258;s:10:\"size_after\";i:5837;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:677;s:11:\"size_before\";i:12871;s:10:\"size_after\";i:12194;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:55280;s:10:\"size_after\";i:53343;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:2511;s:11:\"size_before\";i:86903;s:10:\"size_after\";i:84392;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:824;s:11:\"size_before\";i:17320;s:10:\"size_after\";i:16496;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:26727;s:10:\"size_after\";i:25639;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:910;s:11:\"size_before\";i:19375;s:10:\"size_after\";i:18465;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.77;s:5:\"bytes\";i:11039;s:11:\"size_before\";i:86426;s:10:\"size_after\";i:75387;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:36640;s:10:\"size_after\";i:35305;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:26679;s:10:\"size_after\";i:25664;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:896;s:11:\"size_before\";i:19912;s:10:\"size_after\";i:19016;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44;s:5:\"bytes\";i:274;s:11:\"size_before\";i:3682;s:10:\"size_after\";i:3408;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:2301;s:11:\"size_before\";i:77809;s:10:\"size_after\";i:75508;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16496;s:10:\"size_after\";i:16496;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:1421;s:11:\"size_before\";i:37320;s:10:\"size_after\";i:35899;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3408;s:10:\"size_after\";i:3408;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16496;s:10:\"size_after\";i:16496;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35899;s:10:\"size_after\";i:35899;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3408;s:10:\"size_after\";i:3408;s:4:\"time\";d:0.01;}}}'),(10790,4208,'_wp_attached_file','2019/03/40152167_996410560519522_4930653315148021760_o.jpg'),(10791,4208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:58:\"2019/03/40152167_996410560519522_4930653315148021760_o.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-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:58:\"40152167_996410560519522_4930653315148021760_o-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:58:\"40152167_996410560519522_4930653315148021760_o-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:59:\"40152167_996410560519522_4930653315148021760_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:59:\"40152167_996410560519522_4930653315148021760_o-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"40152167_996410560519522_4930653315148021760_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"2018 Todd Zimmer\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10792,4208,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.398088703954854;s:5:\"bytes\";i:51425;s:11:\"size_before\";i:952652;s:10:\"size_after\";i:901227;s:4:\"time\";d:0.42000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.76;s:5:\"bytes\";i:720;s:11:\"size_before\";i:9274;s:10:\"size_after\";i:8554;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03;s:5:\"bytes\";i:1481;s:11:\"size_before\";i:21070;s:10:\"size_after\";i:19589;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:4468;s:11:\"size_before\";i:90644;s:10:\"size_after\";i:86176;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:5789;s:11:\"size_before\";i:137900;s:10:\"size_after\";i:132111;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:27227;s:10:\"size_after\";i:25569;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:2637;s:11:\"size_before\";i:44706;s:10:\"size_after\";i:42069;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38;s:5:\"bytes\";i:2057;s:11:\"size_before\";i:32241;s:10:\"size_after\";i:30184;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.96;s:5:\"bytes\";i:16161;s:11:\"size_before\";i:147400;s:10:\"size_after\";i:131239;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:3260;s:11:\"size_before\";i:61415;s:10:\"size_after\";i:58155;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:2371;s:11:\"size_before\";i:41819;s:10:\"size_after\";i:39448;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:2050;s:11:\"size_before\";i:33265;s:10:\"size_after\";i:31215;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.11;s:5:\"bytes\";i:412;s:11:\"size_before\";i:5083;s:10:\"size_after\";i:4671;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:4969;s:11:\"size_before\";i:118462;s:10:\"size_after\";i:113493;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25569;s:10:\"size_after\";i:25569;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:3392;s:11:\"size_before\";i:62529;s:10:\"size_after\";i:59137;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4671;s:10:\"size_after\";i:4671;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25569;s:10:\"size_after\";i:25569;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59137;s:10:\"size_after\";i:59137;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4671;s:10:\"size_after\";i:4671;s:4:\"time\";d:0.01;}}}'),(10793,4209,'_wp_attached_file','2019/03/40164746_996412663852645_516389681844191232_o.jpg'),(10794,4209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:57:\"2019/03/40164746_996412663852645_516389681844191232_o.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-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:57:\"40164746_996412663852645_516389681844191232_o-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:57:\"40164746_996412663852645_516389681844191232_o-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:58:\"40164746_996412663852645_516389681844191232_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:58:\"40164746_996412663852645_516389681844191232_o-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"40164746_996412663852645_516389681844191232_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"2018 Todd Zimmer\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10795,4209,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.288874737555272;s:5:\"bytes\";i:44184;s:11:\"size_before\";i:835414;s:10:\"size_after\";i:791230;s:4:\"time\";d:0.4700000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.69;s:5:\"bytes\";i:681;s:11:\"size_before\";i:8855;s:10:\"size_after\";i:8174;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2;s:5:\"bytes\";i:1414;s:11:\"size_before\";i:19643;s:10:\"size_after\";i:18229;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:3673;s:11:\"size_before\";i:78426;s:10:\"size_after\";i:74753;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:4812;s:11:\"size_before\";i:118857;s:10:\"size_after\";i:114045;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:1475;s:11:\"size_before\";i:24658;s:10:\"size_after\";i:23183;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:2206;s:11:\"size_before\";i:39571;s:10:\"size_after\";i:37365;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:1861;s:11:\"size_before\";i:29471;s:10:\"size_after\";i:27610;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.31;s:5:\"bytes\";i:14012;s:11:\"size_before\";i:123935;s:10:\"size_after\";i:109923;s:4:\"time\";d:0.07;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:2824;s:11:\"size_before\";i:54171;s:10:\"size_after\";i:51347;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:1941;s:11:\"size_before\";i:36917;s:10:\"size_after\";i:34976;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1886;s:11:\"size_before\";i:30187;s:10:\"size_after\";i:28301;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.08;s:5:\"bytes\";i:405;s:11:\"size_before\";i:5010;s:10:\"size_after\";i:4605;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:4171;s:11:\"size_before\";i:103740;s:10:\"size_after\";i:99569;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23183;s:10:\"size_after\";i:23183;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:54610;s:10:\"size_after\";i:51787;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4605;s:10:\"size_after\";i:4605;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23183;s:10:\"size_after\";i:23183;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51787;s:10:\"size_after\";i:51787;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4605;s:10:\"size_after\";i:4605;s:4:\"time\";d:0.01;}}}'),(10796,4210,'_wp_attached_file','2019/03/40172292_996409293852982_5790316668987113472_o.jpg'),(10797,4210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:58:\"2019/03/40172292_996409293852982_5790316668987113472_o.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-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:58:\"40172292_996409293852982_5790316668987113472_o-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:58:\"40172292_996409293852982_5790316668987113472_o-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:59:\"40172292_996409293852982_5790316668987113472_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:59:\"40172292_996409293852982_5790316668987113472_o-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"40172292_996409293852982_5790316668987113472_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"2018 Todd Zimmer\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10798,4210,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8959162365285565;s:5:\"bytes\";i:66125;s:11:\"size_before\";i:1121539;s:10:\"size_after\";i:1055414;s:4:\"time\";d:0.45000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.55;s:5:\"bytes\";i:688;s:11:\"size_before\";i:9107;s:10:\"size_after\";i:8419;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:1449;s:11:\"size_before\";i:20811;s:10:\"size_after\";i:19362;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:5439;s:11:\"size_before\";i:105809;s:10:\"size_after\";i:100370;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:7248;s:11:\"size_before\";i:169956;s:10:\"size_after\";i:162708;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7;s:5:\"bytes\";i:2021;s:11:\"size_before\";i:30161;s:10:\"size_after\";i:28140;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:2897;s:11:\"size_before\";i:47925;s:10:\"size_after\";i:45028;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:2101;s:11:\"size_before\";i:33076;s:10:\"size_after\";i:30975;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.24;s:5:\"bytes\";i:24046;s:11:\"size_before\";i:196516;s:10:\"size_after\";i:172470;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:3937;s:11:\"size_before\";i:68615;s:10:\"size_after\";i:64678;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.14;s:5:\"bytes\";i:3031;s:11:\"size_before\";i:49342;s:10:\"size_after\";i:46311;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:2271;s:11:\"size_before\";i:34389;s:10:\"size_after\";i:32118;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.93;s:5:\"bytes\";i:384;s:11:\"size_before\";i:4840;s:10:\"size_after\";i:4456;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:6581;s:11:\"size_before\";i:150676;s:10:\"size_after\";i:144095;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28140;s:10:\"size_after\";i:28140;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:4032;s:11:\"size_before\";i:69578;s:10:\"size_after\";i:65546;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4456;s:10:\"size_after\";i:4456;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28140;s:10:\"size_after\";i:28140;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65546;s:10:\"size_after\";i:65546;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4456;s:10:\"size_after\";i:4456;s:4:\"time\";d:0.01;}}}'),(10799,4211,'_wp_attached_file','2019/03/40178245_996411430519435_1385963921826906112_o.jpg'),(10800,4211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:58:\"2019/03/40178245_996411430519435_1385963921826906112_o.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-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:58:\"40178245_996411430519435_1385963921826906112_o-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:58:\"40178245_996411430519435_1385963921826906112_o-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:59:\"40178245_996411430519435_1385963921826906112_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:59:\"40178245_996411430519435_1385963921826906112_o-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"40178245_996411430519435_1385963921826906112_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"2018 Todd Zimmer\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10801,4211,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.514006908393738;s:5:\"bytes\";i:55105;s:11:\"size_before\";i:999364;s:10:\"size_after\";i:944259;s:4:\"time\";d:0.45000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:580;s:11:\"size_before\";i:8367;s:10:\"size_after\";i:7787;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:1205;s:11:\"size_before\";i:19033;s:10:\"size_after\";i:17828;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:4307;s:11:\"size_before\";i:94131;s:10:\"size_after\";i:89824;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:5783;s:11:\"size_before\";i:151139;s:10:\"size_after\";i:145356;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:1565;s:11:\"size_before\";i:26720;s:10:\"size_after\";i:25155;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:2315;s:11:\"size_before\";i:42953;s:10:\"size_after\";i:40638;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:1713;s:11:\"size_before\";i:30020;s:10:\"size_after\";i:28307;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.47;s:5:\"bytes\";i:21719;s:11:\"size_before\";i:174164;s:10:\"size_after\";i:152445;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.16;s:5:\"bytes\";i:3160;s:11:\"size_before\";i:61261;s:10:\"size_after\";i:58101;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:2355;s:11:\"size_before\";i:43313;s:10:\"size_after\";i:40958;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:1809;s:11:\"size_before\";i:31099;s:10:\"size_after\";i:29290;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.84;s:5:\"bytes\";i:353;s:11:\"size_before\";i:4500;s:10:\"size_after\";i:4147;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:5083;s:11:\"size_before\";i:132796;s:10:\"size_after\";i:127713;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25155;s:10:\"size_after\";i:25155;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:3158;s:11:\"size_before\";i:62211;s:10:\"size_after\";i:59053;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4147;s:10:\"size_after\";i:4147;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25155;s:10:\"size_after\";i:25155;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59053;s:10:\"size_after\";i:59053;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4147;s:10:\"size_after\";i:4147;s:4:\"time\";d:0.01;}}}'),(10802,4212,'_wp_attached_file','2019/03/40213643_996413107185934_4788707519348342784_o.jpg'),(10803,4212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:58:\"2019/03/40213643_996413107185934_4788707519348342784_o.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-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:58:\"40213643_996413107185934_4788707519348342784_o-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:58:\"40213643_996413107185934_4788707519348342784_o-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:59:\"40213643_996413107185934_4788707519348342784_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:59:\"40213643_996413107185934_4788707519348342784_o-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"40213643_996413107185934_4788707519348342784_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"2018 Todd Zimmer\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10804,4212,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.741129886111806;s:5:\"bytes\";i:37525;s:11:\"size_before\";i:791478;s:10:\"size_after\";i:753953;s:4:\"time\";d:0.4400000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:415;s:11:\"size_before\";i:7790;s:10:\"size_after\";i:7375;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:730;s:11:\"size_before\";i:15877;s:10:\"size_after\";i:15147;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:2818;s:11:\"size_before\";i:72933;s:10:\"size_after\";i:70115;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:4569;s:11:\"size_before\";i:115825;s:10:\"size_after\";i:111256;s:4:\"time\";d:0.09;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:1079;s:11:\"size_before\";i:24047;s:10:\"size_after\";i:22968;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:1246;s:11:\"size_before\";i:34674;s:10:\"size_after\";i:33428;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:1020;s:11:\"size_before\";i:24556;s:10:\"size_after\";i:23536;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.02;s:5:\"bytes\";i:14974;s:11:\"size_before\";i:124556;s:10:\"size_after\";i:109582;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:1814;s:11:\"size_before\";i:48369;s:10:\"size_after\";i:46555;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:37546;s:10:\"size_after\";i:36002;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:25517;s:10:\"size_after\";i:24510;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:245;s:11:\"size_before\";i:4368;s:10:\"size_after\";i:4123;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:4217;s:11:\"size_before\";i:104849;s:10:\"size_after\";i:100632;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22968;s:10:\"size_after\";i:22968;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:49118;s:10:\"size_after\";i:47271;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4123;s:10:\"size_after\";i:4123;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22968;s:10:\"size_after\";i:22968;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47271;s:10:\"size_after\";i:47271;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4123;s:10:\"size_after\";i:4123;s:4:\"time\";d:0.01;}}}'),(10805,4213,'_wp_attached_file','2019/03/40243169_996408780519700_8265206971041316864_o.jpg'),(10806,4213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1186;s:6:\"height\";i:780;s:4:\"file\";s:58:\"2019/03/40243169_996408780519700_8265206971041316864_o.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-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:58:\"40243169_996408780519700_8265206971041316864_o-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"40243169_996408780519700_8265206971041316864_o-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:59:\"40243169_996408780519700_8265206971041316864_o-1186x700.jpg\";s:5:\"width\";i:1186;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-400x263.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-600x395.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-600x395.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"40243169_996408780519700_8265206971041316864_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"2018 Todd Zimmer\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10807,4213,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.753083301888754;s:5:\"bytes\";i:31995;s:11:\"size_before\";i:673142;s:10:\"size_after\";i:641147;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.06;s:5:\"bytes\";i:451;s:11:\"size_before\";i:7441;s:10:\"size_after\";i:6990;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:757;s:11:\"size_before\";i:15059;s:10:\"size_after\";i:14302;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:2640;s:11:\"size_before\";i:62120;s:10:\"size_after\";i:59480;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:3777;s:11:\"size_before\";i:96275;s:10:\"size_after\";i:92498;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:912;s:11:\"size_before\";i:20311;s:10:\"size_after\";i:19399;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:1303;s:11:\"size_before\";i:30804;s:10:\"size_after\";i:29501;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:22646;s:10:\"size_after\";i:21639;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3;s:5:\"bytes\";i:11362;s:11:\"size_before\";i:100531;s:10:\"size_after\";i:89169;s:4:\"time\";d:0.08;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:42171;s:10:\"size_after\";i:40397;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:1409;s:11:\"size_before\";i:30891;s:10:\"size_after\";i:29482;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:22812;s:10:\"size_after\";i:21797;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.68;s:5:\"bytes\";i:291;s:11:\"size_before\";i:4356;s:10:\"size_after\";i:4065;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:3571;s:11:\"size_before\";i:87409;s:10:\"size_after\";i:83838;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19399;s:10:\"size_after\";i:19399;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:1726;s:11:\"size_before\";i:42557;s:10:\"size_after\";i:40831;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4065;s:10:\"size_after\";i:4065;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19399;s:10:\"size_after\";i:19399;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40831;s:10:\"size_after\";i:40831;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4065;s:10:\"size_after\";i:4065;s:4:\"time\";d:0.01;}}}'),(10808,4214,'_wp_attached_file','2019/03/40271691_996419030518675_3300066464370786304_o.jpg'),(10809,4214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:58:\"2019/03/40271691_996419030518675_3300066464370786304_o.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-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:58:\"40271691_996419030518675_3300066464370786304_o-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:58:\"40271691_996419030518675_3300066464370786304_o-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:59:\"40271691_996419030518675_3300066464370786304_o-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:59:\"40271691_996419030518675_3300066464370786304_o-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"40271691_996419030518675_3300066464370786304_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"2018 Todd Zimmer\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10810,4214,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.942666448307863;s:5:\"bytes\";i:34406;s:11:\"size_before\";i:696102;s:10:\"size_after\";i:661696;s:4:\"time\";d:0.3700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:507;s:11:\"size_before\";i:7126;s:10:\"size_after\";i:6619;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:987;s:11:\"size_before\";i:15562;s:10:\"size_after\";i:14575;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:2912;s:11:\"size_before\";i:65457;s:10:\"size_after\";i:62545;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:3658;s:11:\"size_before\";i:102189;s:10:\"size_after\";i:98531;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:19456;s:10:\"size_after\";i:18447;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:1599;s:11:\"size_before\";i:31437;s:10:\"size_after\";i:29838;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:1265;s:11:\"size_before\";i:23054;s:10:\"size_after\";i:21789;s:4:\"time\";d:0.04;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.69;s:5:\"bytes\";i:11805;s:11:\"size_before\";i:110465;s:10:\"size_after\";i:98660;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:2247;s:11:\"size_before\";i:43808;s:10:\"size_after\";i:41561;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:1548;s:11:\"size_before\";i:30150;s:10:\"size_after\";i:28602;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:1294;s:11:\"size_before\";i:23634;s:10:\"size_after\";i:22340;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.33;s:5:\"bytes\";i:354;s:11:\"size_before\";i:4252;s:10:\"size_after\";i:3898;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:3056;s:11:\"size_before\";i:88401;s:10:\"size_after\";i:85345;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18447;s:10:\"size_after\";i:18447;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:2165;s:11:\"size_before\";i:44293;s:10:\"size_after\";i:42128;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3898;s:10:\"size_after\";i:3898;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18447;s:10:\"size_after\";i:18447;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42128;s:10:\"size_after\";i:42128;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3898;s:10:\"size_after\";i:3898;s:4:\"time\";d:0.01;}}}'),(10811,4215,'_wp_attached_file','2019/03/Carlson18-1.jpg'),(10812,4215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:780;s:4:\"file\";s:23:\"2019/03/Carlson18-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Carlson18-1-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:24:\"Carlson18-1-1250x700.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Carlson18-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Carlson18-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"2018 Todd Zimmer\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10813,4215,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3722188387795295;s:5:\"bytes\";i:46840;s:11:\"size_before\";i:871893;s:10:\"size_after\";i:825053;s:4:\"time\";d:0.3700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.76;s:5:\"bytes\";i:537;s:11:\"size_before\";i:7946;s:10:\"size_after\";i:7409;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:1225;s:11:\"size_before\";i:18978;s:10:\"size_after\";i:17753;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:3821;s:11:\"size_before\";i:81220;s:10:\"size_after\";i:77399;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:5021;s:11:\"size_before\";i:125078;s:10:\"size_after\";i:120057;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:22784;s:10:\"size_after\";i:21531;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:2236;s:11:\"size_before\";i:41145;s:10:\"size_after\";i:38909;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:1833;s:11:\"size_before\";i:30593;s:10:\"size_after\";i:28760;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.59;s:5:\"bytes\";i:17118;s:11:\"size_before\";i:147716;s:10:\"size_after\";i:130598;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:3150;s:11:\"size_before\";i:59597;s:10:\"size_after\";i:56447;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:1589;s:11:\"size_before\";i:34408;s:10:\"size_after\";i:32819;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:1682;s:11:\"size_before\";i:29619;s:10:\"size_after\";i:27937;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:300;s:11:\"size_before\";i:4442;s:10:\"size_after\";i:4142;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:4149;s:11:\"size_before\";i:107935;s:10:\"size_after\";i:103786;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21531;s:10:\"size_after\";i:21531;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:2926;s:11:\"size_before\";i:56006;s:10:\"size_after\";i:53080;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4142;s:10:\"size_after\";i:4142;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21531;s:10:\"size_after\";i:21531;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53080;s:10:\"size_after\";i:53080;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4142;s:10:\"size_after\";i:4142;s:4:\"time\";d:0.01;}}}'),(10814,984,'_edit_last','1'),(10815,984,'_wp_page_template','default'),(10816,984,'osf_portfolio_gallery','a:11:{i:4215;s:74:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/Carlson18-1.jpg\";i:4214;s:109:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40271691_996419030518675_3300066464370786304_o.jpg\";i:4213;s:109:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o.jpg\";i:4212;s:109:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40213643_996413107185934_4788707519348342784_o.jpg\";i:4210;s:109:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40172292_996409293852982_5790316668987113472_o.jpg\";i:4209;s:108:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40164746_996412663852645_516389681844191232_o.jpg\";i:4208;s:109:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40152167_996410560519522_4930653315148021760_o.jpg\";i:4207;s:109:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40139987_996418533852058_3989670953196978176_o.jpg\";i:4206;s:109:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40138555_996416710518907_3713356800599261184_o.jpg\";i:4205;s:93:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/Screenshot-2019-08-25-12.08.31.png\";i:4204;s:93:\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/Screenshot-2019-08-25-12.08.17.png\";}'),(10817,984,'_wp_old_slug','jorge-and-abbie-2'),(12313,4385,'_elementor_edit_mode','builder'),(12314,4385,'_elementor_template_type','section'),(12315,4385,'inline_featured_image','0'),(12316,4385,'_elementor_version','2.6.8'),(12317,4385,'_elementor_pro_version','2.6.2'),(12322,4385,'_wp_page_template','default'),(12324,4385,'_elementor_data','[{\"id\":\"d2cd683\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.75\"},\"content_position\":\"middle\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"height\":\"full\",\"custom_height_mobile\":{\"unit\":\"px\",\"size\":376,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/Couple-Hyper.jpg\",\"id\":610},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b2dee8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.85\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a8e98c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1077\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"49d2cb6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"62d5aeb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"85\"},\"opacity\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74fd56f0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":\"1.8\"},\"color\":\"rgba(99,115,129,0.3)\",\"width\":{\"unit\":\"px\",\"size\":\"50\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"gap\":{\"unit\":\"px\",\"size\":\"2\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"65145a7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cLove is a song <\\/br> that never ends.\\u201d\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"68\"},\"_background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"50\"},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"40\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d5dd691\",\"elType\":\"widget\",\"settings\":{\"title\":\"- BAMBI\",\"title_color\":\"rgba(255,255,255,0.96)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\"},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.3\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(12336,4385,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:1;s:7:\"opacity\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:1;s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_letter_spacing\";i:2;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:7:\"_margin\";i:2;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:6:{s:13:\"content_width\";i:1;s:16:\"content_position\";i:1;s:15:\"stretch_section\";i:1;s:6:\"height\";i:1;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),(12334,4347,'_appointment_user_reminder_sent','1'),(12335,4347,'_appointment_admin_reminder_sent','1'),(12350,3806,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:1;s:7:\"opacity\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:1;s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_letter_spacing\";i:2;s:22:\"typography_line_height\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:7:\"_margin\";i:2;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:16:\"background_color\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(12352,730,'_elementor_controls_usage','a:7:{s:8:\"icon-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:10:\"title_size\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:8:{s:11:\"title_color\";i:1;s:26:\"title_typography_font_size\";i:1;s:10:\"text_align\";i:1;s:17:\"text_align_tablet\";i:1;s:18:\"title_bottom_space\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:19:\"_inline_size_tablet\";i:3;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:1;s:12:\"width_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;s:12:\"align_tablet\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:3:{s:10:\"icon_align\";i:2;s:17:\"icon_align_tablet\";i:2;s:17:\"icon_align_mobile\";i:2;}s:18:\"section_text_style\";a:7:{s:10:\"text_color\";i:2;s:16:\"text_color_hover\";i:2;s:11:\"text_indent\";i:2;s:26:\"icon_typography_typography\";i:2;s:30:\"icon_typography_text_transform\";i:2;s:32:\"icon_typography_font_size_mobile\";i:2;s:25:\"icon_typography_font_size\";i:2;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:2;s:16:\"icon_color_hover\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:19:\"background_position\";i:1;}s:26:\"section_background_overlay\";a:4:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_image\";i:1;s:29:\"background_overlay_background\";i:1;}}}}}'),(12353,651,'_elementor_controls_usage','a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:2;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:10:\"text_color\";i:1;s:12:\"align_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:3:\"gap\";i:1;s:13:\"custom_height\";i:1;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:16:\"background_image\";i:1;s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}'),(12354,648,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:5:\"align\";i:4;s:12:\"align_mobile\";i:1;s:11:\"header_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;s:21:\"typography_typography\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:10:\"text_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;}s:14:\"section_border\";a:2:{s:13:\"border_radius\";i:3;s:21:\"box_shadow_box_shadow\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:5:\"color\";i:3;s:3:\"gap\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"align\";i:3;s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:3;s:12:\"width_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:2:{s:16:\"content_position\";i:3;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:4;s:13:\"margin_tablet\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:16:\"background_color\";i:3;s:21:\"background_background\";i:4;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:3;s:26:\"box_shadow_box_shadow_type\";i:3;s:21:\"box_shadow_box_shadow\";i:3;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}}'),(12355,645,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:1;}}}}}'),(12356,639,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:25:\"typography_letter_spacing\";i:2;s:27:\"typography_font_size_mobile\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:14:\"_margin_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:16:\"content_position\";i:1;s:20:\"custom_height_tablet\";i:1;s:20:\"custom_height_mobile\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}}}}}'),(12357,3001,'_elementor_controls_usage','a:5:{s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:3:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:3:{s:10:\"icon_align\";i:1;s:16:\"list_item_margin\";i:1;s:17:\"list_item_padding\";i:1;}s:18:\"section_icon_style\";a:3:{s:14:\"icon_font_size\";i:1;s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;}s:18:\"section_text_style\";a:7:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:30:\"icon_typography_text_transform\";i:1;s:30:\"icon_typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}}'),(12358,2748,'_elementor_controls_usage','a:5:{s:14:\"opal-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_image\";a:3:{s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:12:\"align_mobile\";i:1;}s:13:\"section_extra\";a:2:{s:11:\"logo_select\";i:1;s:10:\"image_logo\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:2;}}}}s:13:\"opal-nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:13;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:14:{s:9:\"indicator\";i:1;s:16:\"subMenusMinWidth\";i:1;s:8:\"dropdown\";i:1;s:12:\"toggle_align\";i:1;s:14:\"animation_line\";i:1;s:21:\"width_dropdown_mobile\";i:1;s:17:\"menu-toggle-title\";i:1;s:10:\"full_width\";i:1;s:19:\"toggle_align_mobile\";i:1;s:15:\"dropdown_layout\";i:1;s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:4:\"menu\";i:1;s:18:\"align_items_tablet\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:13:{s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_line_height\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:26:\"padding_vertical_menu_item\";i:1;s:18:\"menu_space_between\";i:1;s:30:\"menu_typography_text_transform\";i:1;s:14:\"pointer_height\";i:1;s:25:\"menu_space_between_tablet\";i:1;s:26:\"menu_typography_typography\";i:1;s:30:\"menu_typography_letter_spacing\";i:1;s:15:\"color_menu_item\";i:1;s:33:\"padding_vertical_menu_item_tablet\";i:1;s:32:\"menu_typography_font_size_tablet\";i:1;}s:22:\"section_style_dropdown\";a:19:{s:30:\"dropdown_box_shadow_box_shadow\";i:1;s:32:\"padding_horizontal_dropdown_item\";i:1;s:30:\"padding_vertical_dropdown_item\";i:1;s:21:\"dropdown_top_distance\";i:1;s:39:\"padding_horizontal_dropdown_item_mobile\";i:1;s:37:\"padding_vertical_dropdown_item_mobile\";i:1;s:29:\"dropdown_typography_font_size\";i:1;s:34:\"dropdown_typography_text_transform\";i:1;s:31:\"dropdown_typography_font_weight\";i:1;s:34:\"dropdown_typography_letter_spacing\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:19:\"color_dropdown_item\";i:1;s:30:\"dropdown_typography_typography\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:32:\"border_color_dropdown_item_hover\";i:1;s:35:\"dropdown_box_shadow_box_shadow_type\";i:1;s:30:\"spacing_vertical_dropdown_item\";i:1;s:16:\"dropdown_padding\";i:1;s:36:\"dropdown_typography_font_size_tablet\";i:1;}s:12:\"style_toggle\";a:6:{s:11:\"toggle_size\";i:1;s:19:\"toggle_border_width\";i:1;s:20:\"toggle_border_radius\";i:1;s:23:\"toggle_background_color\";i:1;s:12:\"toggle_color\";i:1;s:18:\"toggle_color_hover\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:11:\"button_type\";i:1;s:4:\"text\";i:1;s:5:\"align\";i:1;s:10:\"show_decor\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:12:\"text_padding\";i:1;s:11:\"decor_color\";i:1;s:17:\"button_text_color\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_sticky\";a:1:{s:11:\"sticky_show\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:28:\"sticky_background_background\";i:1;s:23:\"sticky_background_color\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"sticky_padding\";i:1;}}}}}'),(12360,2623,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:14:\"opal-portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:3:{s:14:\"posts_per_page\";i:1;s:6:\"gutter\";i:1;s:15:\"show_filter_bar\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_design_filter\";a:6:{s:28:\"typography_filter_typography\";i:1;s:29:\"typography_filter_font_family\";i:1;s:27:\"typography_filter_font_size\";i:1;s:34:\"background_filter_hover_background\";i:1;s:29:\"background_filter_hover_color\";i:1;s:14:\"filter_spacing\";i:1;}}}}}'),(13248,4460,'_wp_page_template','page-elementor.php'),(13249,4460,'_elementor_edit_mode','builder'),(13250,4460,'_elementor_template_type','post'),(13251,4460,'_elementor_data','[{\"id\":\"a431a02\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a43c60f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"0aa7362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gift Registry\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6482cf2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\'re simply grateful for your presence to celebrate the occasion with us!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c25cb0\",\"elType\":\"widget\",\"settings\":{\"brands\":[{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_1.png\",\"id\":1217},\"_id\":\"52f2b07\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_2.png\",\"id\":1219},\"_id\":\"9fbdfb0\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_3.png\",\"id\":1220},\"_id\":\"df490a2\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_4.png\",\"id\":1221},\"_id\":\"75a7980\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_5.png\",\"id\":1223},\"_id\":\"0d6c235\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/h10_brand_6.png\",\"id\":1224},\"_id\":\"78a31e7\"}],\"column\":\"6\",\"column_tablet\":\"3\",\"column_mobile\":\"2\",\"brand_align\":\"center\",\"spacing_image_tablet\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"opal-brand\"},{\"id\":\"ffe03e5\",\"elType\":\"widget\",\"settings\":{\"brands\":[{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b6.png\",\"id\":2150},\"_id\":\"52f2b07\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b5.png\",\"id\":2149},\"_id\":\"9fbdfb0\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b4.png\",\"id\":2148},\"_id\":\"df490a2\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b3.png\",\"id\":2147},\"_id\":\"75a7980\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b2.png\",\"id\":2146},\"_id\":\"0d6c235\"},{\"brand_title\":\"Brand Name\",\"brand_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/gift_b1.png\",\"id\":2145},\"_id\":\"78a31e7\"}],\"column\":\"6\",\"column_tablet\":\"3\",\"column_mobile\":\"2\",\"brand_align\":\"center\",\"spacing_image_tablet\":{\"unit\":\"px\",\"size\":15},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"opal-brand\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1071427\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"6e36a9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af65b5a\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"List Item\",\"wp_gallery\":[{\"id\":366,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_.jpg\"},{\"id\":368,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_4.jpg\"},{\"id\":323,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_2.jpg\"},{\"id\":369,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_5.jpg\"},{\"id\":322,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_1.jpg\"},{\"id\":367,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/h17_carousel_3.jpg\"}],\"_id\":\"ee38163\"}],\"thumbnail_size\":\"full\",\"columns\":\"4\",\"content_delay_time\":\"0.50\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0},\"gutter\":{\"unit\":\"px\",\"size\":0},\"schedule_end_date\":\"2018-11-30 00:00\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(12362,2041,'_elementor_controls_usage','a:9:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:1;s:7:\"opacity\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:2;s:5:\"color\";i:2;s:3:\"gap\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:2;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:5;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:3;s:25:\"typography_letter_spacing\";i:2;s:22:\"typography_line_height\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:7:\"_margin\";i:5;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_image\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:21:\"space_between_widgets\";i:15;s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:4;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:6:{s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:19:\"border_width_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:8;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:7;s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;s:15:\"animation_delay\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:10:{s:13:\"content_width\";i:3;s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:3;s:6:\"height\";i:3;s:20:\"custom_height_mobile\";i:1;s:15:\"column_position\";i:1;s:3:\"gap\";i:8;s:6:\"layout\";i:3;s:13:\"custom_height\";i:2;s:20:\"custom_height_tablet\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:16:\"background_color\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:21:\"background_background\";i:3;s:16:\"background_image\";i:3;s:19:\"background_bg_width\";i:1;s:26:\"background_position_tablet\";i:1;s:22:\"background_size_tablet\";i:2;s:26:\"background_bg_width_tablet\";i:2;}s:26:\"section_background_overlay\";a:3:{s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:1;s:29:\"background_overlay_background\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:3;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:10:\"text_color\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:4:\"icon\";i:5;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:4:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:18:\"title_bottom_space\";i:5;s:26:\"title_typography_font_size\";i:5;}s:18:\"section_style_icon\";a:2:{s:10:\"icon_space\";i:5;s:9:\"icon_size\";i:5;}s:13:\"section_hover\";a:1:{s:15:\"hover_animation\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:5;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:5;s:18:\"animation_duration\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_text_style\";a:6:{s:26:\"icon_typography_typography\";i:2;s:25:\"icon_typography_font_size\";i:2;s:30:\"icon_typography_text_transform\";i:2;s:27:\"icon_typography_line_height\";i:2;s:30:\"icon_typography_letter_spacing\";i:2;s:10:\"text_color\";i:2;}s:17:\"section_icon_list\";a:2:{s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:2;}}}}}'),(13263,4462,'_wp_page_template','page-elementor.php'),(13264,4462,'_elementor_edit_mode','builder'),(13265,4462,'_elementor_template_type','post'),(13266,4462,'_elementor_data','[{\"id\":\"16a6293\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":453},\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/bg7.jpg\",\"id\":2050},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9089bc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2086973\",\"elType\":\"widget\",\"settings\":{\"title\":\"Online wedding planning tools\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6289938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Checklist, Budget tool, Wedding Website, and more!\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.3},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1c9f4b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a154c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.965,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dcb8fd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore our wedding planning tools.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4f7971\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The #1 ranked, <span style=\\\"text-decoration: underline;\\\">Helped over 50,000 couples<\\/span> around the country and we look forward to supporting you along your wedding planning journey.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_line_height\":{\"unit\":\"px\",\"size\":36},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee12fd8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/02\\/signature.png\",\"id\":26},\"image_size\":\"full\",\"align\":\"left\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"cc439da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.025,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd2235b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Checklist\",\"description_text\":\"The ultimate wedding checklist to make sure everything gets done.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-checklist\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dcc2afd\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Guest List\",\"description_text\":\"Seamlessly create and manage lists and RSVPs for all your events.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-guest-list\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"36752c2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Budget\",\"description_text\":\"Let us run the numbers and keep your spending on track.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-budget\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"dd6c026\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.006,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d3d772\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Seating Chart\",\"description_text\":\"Drag and drop from your list to assign each guest a seat.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-seating-chart\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"107bc33\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Vendor Manager\",\"description_text\":\"Quickly find, manage, and message your favorite vendors.\",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-vendor-manager\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b13b7fd\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Wedding Website\",\"description_text\":\"Easily create a custom wedding website \",\"position\":\"left\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"icon_space\":{\"unit\":\"px\",\"size\":20},\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"icon\":\"opal-icon-website\",\"hover_animation\":\"push\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa640f\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":790},\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/bg7.jpg\",\"id\":2050},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"030\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a4b8bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"165e253\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"testimonial_title\":\"Read reviews from couples like you\",\"testimonial_content\":\"\\u2018I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Julianna, Maine\",\"testimonial_job\":\"Wedding 7\\/1\\/19\",\"_id\":\"57f255d\"},{\"testimonial_title\":\"Over 3 million reviews\",\"testimonial_content\":\"\\u2018Such a great community to be part of. The commitment and service you all provide to the community is just outstanding.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"John Doe\",\"testimonial_job\":\"Wedding 7\\/5\\/19\",\"_id\":\"f4645aa\"},{\"testimonial_title\":\"Read reviews from couples like you\",\"testimonial_content\":\"\\u2018I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Michael\",\"testimonial_job\":\"Wedding 23\\/8\\/19\",\"_id\":\"3f456be\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"name_text_color\":\"#ffffff\",\"backgroud_dot\":\"#ffffff\",\"backgroud_dot_active\":\"#ffffff\",\"enable_carousel\":\"yes\",\"column_tablet\":\"1\",\"column_mobile\":\"1\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"carousel_dot_color_hover\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"title_color\":\"#ffffff\",\"name_line_color\":\"#ffffff\",\"job_text_color\":\"#ffffff\",\"job_dot_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"opal-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"029d86b\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/img-decor5.png\",\"id\":2112},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":60},\"osf_section_parallax_position_v\":{\"unit\":\"px\",\"size\":150},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":20,\"_id\":\"5d6d0c2\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/bg9.jpg\",\"id\":2089},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"css_classes\":\"overflow-hidden\"},\"elements\":[{\"id\":\"a034bff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"86f9cf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plan on the go with the<br> Dreama app\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"px\",\"size\":55},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0df230d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"From venue tours to cake tastings, get the Dreama App to plan anytime, anywhere.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"484b165\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"f788735\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.832,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c69f1a7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/bn8.jpg\",\"id\":2105},\"image_size\":\"full\",\"align\":\"right\",\"align_mobile\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":106},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f52cdc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60.168,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"db1ab11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/bn9.jpg\",\"id\":2106},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\"},\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a2d8676\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c728ddf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"gradient\",\"background_color\":\"#fbe6ce\",\"background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_color_b\":\"#e8b175\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":80,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a4d5fc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4330864\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get your free planning tools\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"typography_line_height\":{\"unit\":\"px\",\"size\":55},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"title_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f774ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Wedding planning has never been easier.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"drop_cap_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"drop_cap_border_radius\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14db5a4\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"\",\"decor_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text\":\"Sign up\",\"align\":\"center\",\"typography_typography\":\"custom\",\"button_text_color\":\"#000000\",\"background_color\":\"#fbe6ce\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"60\",\"bottom\":\"18\",\"left\":\"60\",\"isLinked\":false},\"button_background_hover_color\":\"#e8b275\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(15838,4591,'_wp_page_template','page-elementor.php'),(15839,4591,'_elementor_edit_mode','builder'),(15840,4591,'_elementor_template_type','post'),(15841,4591,'_elementor_data','[{\"id\":\"1a301a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a94a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"ee7854b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy New Year!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4639600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us for great music, food and lots of dancing on December 31, 2019.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e60b6d8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"acd54db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"84d9219\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dinner\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-right\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b48622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>6:30 \\u2013 8PM<br \\/>Prime Rib and Champagne Chicken (full menu listed below)<\\/p>\",\"align\":\"center\",\"_animation\":\"opal-move-right\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d32b1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ebebeb\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ef28331\",\"elType\":\"widget\",\"settings\":{\"title\":\"Live Music\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a579bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>8:00PM - MIDNIGHT<br \\/><strong><span style=\\\"text-decoration: underline;\\\">Mark &amp; The Sharks<\\/span><\\/strong><strong><br \\/><\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"13650b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ebebeb\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"523b2c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Midnight Toast\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"efbb735\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Champagne toast and ball drop plus homemade biscuits and gravy<\\/p>\",\"align\":\"center\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b170d8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Champagn2.jpg\",\"id\":3759},\"background_size\":\"auto\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":776},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":700},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":500},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a187030\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.496,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c0f70e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>R.S.V.P<\\/strong><br \\/>PAYMENT BUTTON BELOW OR YOU MAY PAY IN PERSON PRIOR TO DECEMBER 20<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ea59c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"311e55b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join the fun!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17f416d\",\"elType\":\"widget\",\"settings\":{\"title\":\"$75 per person \\/ Reservations now being accepted\",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#f7f2ee\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c12b5fe\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ccbde22\",\"elType\":\"widget\",\"settings\":{\"text\":\"RSVP & PURCHASE TICKETS\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/product\\/nye-2020\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"83db4d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.504,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ad221f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":\"\"},\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.18\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":\"\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"85\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"37fa78ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"42\",\"spread\":\"1\",\"color\":\"rgba(0,0,0,0.5)\"},\"z_index\":\"0\"},\"elements\":[{\"id\":\"5fe94362\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"15a60cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"38.947\",\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"z_index\":\"1\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"3567893d\",\"elType\":\"widget\",\"settings\":{\"title\":\"MENU\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"66\"},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_color\":\"#000000\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f55110\",\"elType\":\"widget\",\"settings\":{\"color\":\"#000000\",\"width\":{\"unit\":\"%\",\"size\":\"39\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"weight\":{\"unit\":\"px\",\"size\":\"2\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7b41d71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Chef Carved Black Angus Prime Rib smoked and served with creamed horseradish and au jus<\\/p><p>Champagne Butter Chicken breast baked with creamy champagne butter sauce<\\/p><p>Roasted Herb New Potatoes <br \\/>tossed in seasoned butter<\\/p><p>Farm Fav: Riviera Vegetables (green beans, whole wax beans and baby carrots)<\\/p><p>Front Door Catering House Salad<\\/p><p>Fresh baked split top dinner rolls<\\/p><p>Variety of homemade desserts<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"6c240763\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"61.053\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"42\",\"spread\":\"1\",\"color\":\"rgba(0,0,0,0.5)\"},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"background_color\":\"#191935\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"91c94c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/emailsiglogo.png\",\"id\":3846},\"image_size\":\"woocommerce_single\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":\"100\"},\"space\":{\"unit\":\"%\",\"size\":\"100\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"800\"},\"opacity_hover\":{\"unit\":\"px\",\"size\":\"0.88\"},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"124\",\"bottom\":\"124\",\"left\":\"124\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(14051,4511,'_elementor_edit_mode','builder'),(14052,4511,'_elementor_template_type','post'),(14053,4511,'_wp_page_template','elementor_canvas'),(14054,4511,'_elementor_data','[{\"id\":\"a4e0774\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/BridalSuitGroup.jpg\",\"id\":607},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"section_parallax_on\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0.75)\"},\"elements\":[{\"id\":\"3a5deb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"91bfc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>THE VINEWOOD<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5},\"text_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c29e16\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAILING LIST\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37fa522\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"a565273\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.328,\"_inline_size_tablet\":5},\"elements\":[],\"isInner\":true},{\"id\":\"bc9d8ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":75.672,\"_inline_size_tablet\":95,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.88)\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c2dcd4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-mc4wp_form_widget\"}],\"isInner\":true},{\"id\":\"021c393\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":4.664,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f6e7665\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"798b322\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"437f9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"2848 SE 29th  |  Topeka, KAN 66605\",\"align\":\"left\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a067ce4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>785-260-6772<\\/p>\",\"align\":\"left\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"normal\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b08b652\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"css_classes\":\"opal-border-1\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"eb30e70\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW YEAR\'S EVE \",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e08ea6\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY TICKETS\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5fc6781\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%221935%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"13aaf2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"94ea717\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUR THE VINEWOOD\",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db2c747\",\"elType\":\"widget\",\"settings\":{\"text\":\"SCHD A TOUR\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5fc6781\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd9ea13\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"752ae08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4314dce\",\"elType\":\"widget\",\"settings\":{\"gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7ee031\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"ec0d1c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"e9332b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d9ccb8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.37,\"content_position\":\"center\"},\"elements\":[{\"id\":\"92daaa3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>website provided by:<\\/p>\",\"align\":\"left\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7daf0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.63,\"content_position\":\"center\"},\"elements\":[{\"id\":\"043e1a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/MollyHarmen-photog.jpg\",\"id\":4369}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4a3dec5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"d46930e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/WhitneyCathleenPhotography.jpg\",\"id\":4328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9f3f17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"9f76f95\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/THPetersonPhotography.jpg\",\"id\":4330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00c7ae1\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"925e25c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f2cbae\",\"elType\":\"widget\",\"settings\":{\"gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"286918a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f1f7d6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"2eb30ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4c92a5d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"DANCE\",\"icon\":\"\",\"_id\":\"5d4b4db\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/dance-events\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FAQs\",\"icon\":\"fa fa-circle\",\"_id\":\"f224a92\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"RATES\",\"icon\":\"fa fa-circle\",\"_id\":\"aa81a75\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/rates-dates\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"CALENDAR\",\"icon\":\"fa fa-circle\",\"_id\":\"41744b0\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/calendar-of-events\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-circle\",\"_id\":\"8f31f9c\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/thevinewood\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}}],\"icon_align\":\"right\",\"icon_font_size\":{\"unit\":\"px\",\"size\":2},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_color\":\"#777777\",\"icon_color_hover\":\"#777777\",\"text_indent\":{\"unit\":\"px\",\"size\":8},\"text_color\":\"#777777\",\"text_color_hover\":\"#222222\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(12366,2889,'_elementor_controls_usage','a:3:{s:17:\"opal-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:19:\"section_testimonial\";a:2:{s:12:\"testimonials\";i:1;s:21:\"testimonial_alignment\";i:1;}s:24:\"section_carousel_options\";a:1:{s:15:\"enable_carousel\";i:1;}}s:5:\"style\";a:3:{s:31:\"section_style_testimonial_title\";a:5:{s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:31:\"title_typography_text_transform\";i:1;s:31:\"title_typography_letter_spacing\";i:1;s:12:\"title_margin\";i:1;}s:31:\"section_style_testimonial_style\";a:6:{s:21:\"content_content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:33:\"content_typography_letter_spacing\";i:1;s:14:\"content_margin\";i:1;}s:30:\"section_style_testimonial_name\";a:1:{s:15:\"name_text_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(12367,517,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:25:\"typography_letter_spacing\";i:2;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:21:\"space_between_widgets\";i:2;s:12:\"_inline_size\";i:9;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:1;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:13:\"margin_mobile\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:15:\"stretch_section\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:3;s:7:\"padding\";i:2;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:13:\"opal-team-box\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_team\";a:7:{s:5:\"image\";i:9;s:4:\"name\";i:9;s:3:\"job\";i:9;s:8:\"facebook\";i:9;s:7:\"twitter\";i:9;s:6:\"google\";i:9;s:13:\"team_position\";i:6;}}s:5:\"style\";a:3:{s:24:\"section_style_team_image\";a:2:{s:19:\"image_border_radius\";i:9;s:18:\"image_space_mobile\";i:9;}s:23:\"section_style_team_name\";a:3:{s:15:\"name_text_color\";i:9;s:26:\"name_typography_typography\";i:9;s:25:\"name_typography_font_size\";i:9;}s:22:\"section_style_team_job\";a:4:{s:9:\"job_space\";i:9;s:14:\"job_text_color\";i:9;s:25:\"job_typography_typography\";i:9;s:24:\"job_typography_font_size\";i:9;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:9;s:18:\"animation_duration\";i:9;s:16:\"_animation_delay\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"text_padding\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:19:\"text_padding_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(10840,4221,'_wp_attached_file','2019/08/Mezzinea2018Autum.jpg'),(10841,4221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1176;s:6:\"height\";i:780;s:4:\"file\";s:29:\"2019/08/Mezzinea2018Autum.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Mezzinea2018Autum-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:30:\"Mezzinea2018Autum-1176x700.jpg\";s:5:\"width\";i:1176;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-400x265.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Mezzinea2018Autum-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Mezzinea2018Autum-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10842,4221,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.761638457834895;s:5:\"bytes\";i:46671;s:11:\"size_before\";i:810030;s:10:\"size_after\";i:763359;s:4:\"time\";d:0.38000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:455;s:11:\"size_before\";i:6970;s:10:\"size_after\";i:6515;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:876;s:11:\"size_before\";i:15619;s:10:\"size_after\";i:14743;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:3447;s:11:\"size_before\";i:76811;s:10:\"size_after\";i:73364;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:4903;s:11:\"size_before\";i:124820;s:10:\"size_after\";i:119917;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:20924;s:10:\"size_after\";i:19834;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:1720;s:11:\"size_before\";i:34404;s:10:\"size_after\";i:32684;s:4:\"time\";d:0.03;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:1315;s:11:\"size_before\";i:24750;s:10:\"size_after\";i:23435;s:4:\"time\";d:0.03;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.59;s:5:\"bytes\";i:20584;s:11:\"size_before\";i:141069;s:10:\"size_after\";i:120485;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:2311;s:11:\"size_before\";i:49101;s:10:\"size_after\";i:46790;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:1663;s:11:\"size_before\";i:33794;s:10:\"size_after\";i:32131;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:1281;s:11:\"size_before\";i:24915;s:10:\"size_after\";i:23634;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:260;s:11:\"size_before\";i:3902;s:10:\"size_after\";i:3642;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:4393;s:11:\"size_before\";i:108728;s:10:\"size_after\";i:104335;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19834;s:10:\"size_after\";i:19834;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:2373;s:11:\"size_before\";i:49822;s:10:\"size_after\";i:47449;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3642;s:10:\"size_after\";i:3642;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19834;s:10:\"size_after\";i:19834;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47449;s:10:\"size_after\";i:47449;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3642;s:10:\"size_after\";i:3642;s:4:\"time\";d:0.01;}}}'),(10843,4221,'_wp_attachment_image_alt','Mezzine Fall'),(12661,4417,'_edit_lock','1569528638:1'),(12665,4418,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:46820;s:11:\"size_before\";i:267272;s:10:\"size_after\";i:220452;}'),(12666,4418,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.631245162417917;s:5:\"bytes\";i:66397;s:11:\"size_before\";i:1001275;s:10:\"size_after\";i:934878;s:4:\"time\";d:0.4700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.83;s:5:\"bytes\";i:721;s:11:\"size_before\";i:9203;s:10:\"size_after\";i:8482;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.91;s:5:\"bytes\";i:1456;s:11:\"size_before\";i:18401;s:10:\"size_after\";i:16945;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.76;s:5:\"bytes\";i:6437;s:11:\"size_before\";i:82965;s:10:\"size_after\";i:76528;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.47;s:5:\"bytes\";i:9666;s:11:\"size_before\";i:129436;s:10:\"size_after\";i:119770;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.58;s:5:\"bytes\";i:2118;s:11:\"size_before\";i:27936;s:10:\"size_after\";i:25818;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62;s:5:\"bytes\";i:3445;s:11:\"size_before\";i:45235;s:10:\"size_after\";i:41790;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:2486;s:11:\"size_before\";i:32297;s:10:\"size_after\";i:29811;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.08;s:5:\"bytes\";i:14865;s:11:\"size_before\";i:209913;s:10:\"size_after\";i:195048;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.64;s:5:\"bytes\";i:4855;s:11:\"size_before\";i:63584;s:10:\"size_after\";i:58729;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:3290;s:11:\"size_before\";i:42472;s:10:\"size_after\";i:39182;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.93;s:5:\"bytes\";i:2318;s:11:\"size_before\";i:29218;s:10:\"size_after\";i:26900;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86;s:5:\"bytes\";i:386;s:11:\"size_before\";i:4912;s:10:\"size_after\";i:4526;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:10028;s:11:\"size_before\";i:137509;s:10:\"size_after\";i:127481;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25818;s:10:\"size_after\";i:25818;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.74;s:5:\"bytes\";i:4326;s:11:\"size_before\";i:55916;s:10:\"size_after\";i:51590;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4526;s:10:\"size_after\";i:4526;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25818;s:10:\"size_after\";i:25818;s:4:\"time\";d:0.05;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51590;s:10:\"size_after\";i:51590;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4526;s:10:\"size_after\";i:4526;s:4:\"time\";d:0.01;}}}'),(12667,4418,'_wp_attachment_image_alt','Platinum Express'),(12668,4417,'_thumbnail_id','4418'),(12669,4417,'_wp_page_template','default'),(12670,4417,'mec_color','d9b351'),(12671,4417,'mec_location_id','1'),(12672,4417,'mec_dont_show_map','0'),(12673,4417,'mec_organizer_id','81'),(12674,4417,'mec_read_more',''),(12675,4417,'mec_more_info',''),(12676,4417,'mec_more_info_title',''),(12677,4417,'mec_more_info_target','_self'),(12678,4417,'mec_cost','$10'),(12679,4417,'mec_additional_organizer_ids','a:1:{i:0;s:2:\"81\";}'),(12680,4417,'mec_additional_location_ids','a:0:{}'),(12681,4417,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-10-26\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-10-26\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(12682,4417,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(12683,4417,'mec_certain_weekdays','a:0:{}'),(12684,4417,'mec_allday','0'),(12685,4417,'mec_hide_time','0'),(12686,4417,'mec_hide_end_time','0'),(12687,4417,'mec_comment',''),(12688,4417,'mec_start_date','2019-10-26'),(12689,4417,'mec_start_time_hour','8'),(12690,4417,'mec_start_time_minutes','0'),(12691,4417,'mec_start_time_ampm','PM'),(12692,4417,'mec_start_day_seconds','72000'),(12693,4417,'mec_end_date','2019-10-26'),(12694,4417,'mec_end_time_hour','11'),(12695,4417,'mec_end_time_minutes','0'),(12696,4417,'mec_end_time_ampm','PM'),(12697,4417,'mec_end_day_seconds','82800'),(12698,4417,'mec_repeat_status','0'),(12699,4417,'mec_repeat_type',''),(12700,4417,'mec_repeat_interval','1'),(12701,4417,'mec_repeat_end',''),(12702,4417,'mec_repeat_end_at_occurrences',''),(12703,4417,'mec_repeat_end_at_date',''),(12704,4417,'mec_advanced_days','a:0:{}'),(12705,4417,'mec_in_days',''),(12706,4417,'mec_not_in_days',''),(12707,4417,'mec_hourly_schedules','a:0:{}'),(12708,4417,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:3:\"200\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(12709,4417,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:2:\"GA\";s:22:\"ticket_start_time_hour\";s:2:\"08\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:44:\"GA - Platinum Express - Live at The Vinewood\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:14:\"$10 - All Ages\";s:5:\"limit\";s:3:\"200\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(12710,4417,'mec_fees_global_inheritance','1'),(12711,4417,'mec_fees','a:1:{s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(12712,4417,'mec_ticket_variations_global_inheritance','1'),(12713,4417,'mec_ticket_variations','a:0:{}'),(12714,4417,'mec_reg_fields_global_inheritance','1'),(12715,4417,'mec_reg_fields','a:0:{}'),(12716,4417,'mec_op','a:0:{}'),(12717,4417,'slide_template','default'),(12718,4417,'_elementor_controls_usage','a:0:{}'),(12719,4421,'_appointment_title','Tour The Vinewood'),(12720,4421,'_appointment_guest_name','Taylor'),(12721,4421,'_appointment_guest_surname','Hartner'),(12722,4421,'_appointment_guest_email','taylor_hartner@yahoo.com'),(12723,4421,'_appointment_timestamp','1569952800'),(12724,4421,'_appointment_timeslot','1800-1900'),(12725,4421,'_elementor_controls_usage','a:0:{}'),(12726,4421,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>looking for an indoor outdoor venue</p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Wedding</p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>300</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>10/03/2020 5PM</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Friend / Referral </p><p class=\"cf-meta-value\"><strong>What made you choose The Vinewood as a potential location for your next event? </strong><br>venue options</p>'),(5730,3652,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.805707172268505;s:5:\"bytes\";i:12599;s:11:\"size_before\";i:449049;s:10:\"size_after\";i:436450;s:4:\"time\";d:0.34;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:391;s:11:\"size_before\";i:6019;s:10:\"size_after\";i:5628;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05;s:5:\"bytes\";i:683;s:11:\"size_before\";i:9684;s:10:\"size_after\";i:9001;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:1237;s:11:\"size_before\";i:34796;s:10:\"size_after\";i:33559;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:52364;s:10:\"size_after\";i:50947;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:598;s:11:\"size_before\";i:15112;s:10:\"size_after\";i:14514;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:884;s:11:\"size_before\";i:23420;s:10:\"size_after\";i:22536;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.19;s:5:\"bytes\";i:2000;s:11:\"size_before\";i:91256;s:10:\"size_after\";i:89256;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:980;s:11:\"size_before\";i:31581;s:10:\"size_after\";i:30601;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:768;s:11:\"size_before\";i:22603;s:10:\"size_after\";i:21835;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13;s:5:\"bytes\";i:884;s:11:\"size_before\";i:14426;s:10:\"size_after\";i:13542;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.95;s:5:\"bytes\";i:287;s:11:\"size_before\";i:3608;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.28;s:5:\"bytes\";i:1350;s:11:\"size_before\";i:59244;s:10:\"size_after\";i:57894;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14514;s:10:\"size_after\";i:14514;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:25193;s:10:\"size_after\";i:24073;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14514;s:10:\"size_after\";i:14514;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24073;s:10:\"size_after\";i:24073;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.01;}}}'),(5731,3652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:583;s:4:\"file\";s:40:\"revslider/slide-home16/slidehome16_1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"slidehome16_1-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"slidehome16_1-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-400x167.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"slidehome16_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"slidehome16_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5732,3653,'_wp_attached_file','revslider/slide-home16/slidehome1_2.jpg'),(5733,3653,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9458970997150673;s:5:\"bytes\";i:15436;s:11:\"size_before\";i:523983;s:10:\"size_after\";i:508547;s:4:\"time\";d:0.6500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:475;s:11:\"size_before\";i:7020;s:10:\"size_after\";i:6545;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.81;s:5:\"bytes\";i:733;s:11:\"size_before\";i:10770;s:10:\"size_after\";i:10037;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:1731;s:11:\"size_before\";i:41797;s:10:\"size_after\";i:40066;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:2008;s:11:\"size_before\";i:62836;s:10:\"size_after\";i:60828;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:827;s:11:\"size_before\";i:18218;s:10:\"size_after\";i:17391;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:1004;s:11:\"size_before\";i:26847;s:10:\"size_after\";i:25843;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04;s:5:\"bytes\";i:2175;s:11:\"size_before\";i:106696;s:10:\"size_after\";i:104521;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:1226;s:11:\"size_before\";i:36380;s:10:\"size_after\";i:35154;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:1010;s:11:\"size_before\";i:26622;s:10:\"size_after\";i:25612;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:959;s:11:\"size_before\";i:16050;s:10:\"size_after\";i:15091;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:299;s:11:\"size_before\";i:4094;s:10:\"size_after\";i:3795;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:1485;s:11:\"size_before\";i:66845;s:10:\"size_after\";i:65360;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17391;s:10:\"size_after\";i:17391;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:1504;s:11:\"size_before\";i:29470;s:10:\"size_after\";i:27966;s:4:\"time\";d:0.08;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3795;s:10:\"size_after\";i:3795;s:4:\"time\";d:0.19;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17391;s:10:\"size_after\";i:17391;s:4:\"time\";d:0.05;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27966;s:10:\"size_after\";i:27966;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3795;s:10:\"size_after\";i:3795;s:4:\"time\";d:0.01;}}}'),(5734,3653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:532;s:4:\"file\";s:39:\"revslider/slide-home16/slidehome1_2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slidehome1_2-1024x389.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"slidehome1_2-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-400x152.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slidehome1_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(5735,3654,'_wp_attached_file','revslider/slide-home16/slidehome1_1.jpg'),(5736,3654,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4832336414718146;s:5:\"bytes\";i:12467;s:11:\"size_before\";i:502047;s:10:\"size_after\";i:489580;s:4:\"time\";d:0.3600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:356;s:11:\"size_before\";i:6269;s:10:\"size_after\";i:5913;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:498;s:11:\"size_before\";i:9192;s:10:\"size_after\";i:8694;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:37145;s:10:\"size_after\";i:35903;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:1596;s:11:\"size_before\";i:56917;s:10:\"size_after\";i:55321;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:609;s:11:\"size_before\";i:16841;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:926;s:11:\"size_before\";i:26901;s:10:\"size_after\";i:25975;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.94;s:5:\"bytes\";i:2097;s:11:\"size_before\";i:108230;s:10:\"size_after\";i:106133;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:1081;s:11:\"size_before\";i:36808;s:10:\"size_after\";i:35727;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:726;s:11:\"size_before\";i:24845;s:10:\"size_after\";i:24119;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:688;s:11:\"size_before\";i:13799;s:10:\"size_after\";i:13111;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:244;s:11:\"size_before\";i:3714;s:10:\"size_after\";i:3470;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:1402;s:11:\"size_before\";i:71634;s:10:\"size_after\";i:70232;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16232;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:25675;s:10:\"size_after\";i:24673;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3470;s:10:\"size_after\";i:3470;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16232;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24673;s:10:\"size_after\";i:24673;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3470;s:10:\"size_after\";i:3470;s:4:\"time\";d:0.01;}}}'),(5737,3654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:532;s:4:\"file\";s:39:\"revslider/slide-home16/slidehome1_1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slidehome1_1-1024x389.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"slidehome1_1-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-400x152.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slidehome1_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome1_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(14703,4532,'_recorded_sales','yes'),(14704,4532,'_recorded_coupon_usage_counts','yes'),(14705,4532,'_order_stock_reduced','yes'),(15259,4571,'_order_key','wc_order_Zuo87NX8FsE1W'),(5745,237,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 32 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(5746,237,'_wds_readability','a:4:{s:5:\"score\";d:49.352269662921344;s:9:\"raw_score\";d:49.352269662921344;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(11353,610,'_wp_attachment_image_alt','Dancing Couple'),(20424,4812,'mec_verification_key','f6f2bf80fe01b8e566603243a5d06217'),(20425,4812,'mec_cancellation_key','f6ec3085a154c85cd13dd4c4d2deb2f9'),(20426,4812,'mec_confirmed','1'),(20427,4812,'mec_transaction_id','RGL13831'),(20428,4812,'mec_event_id','4615'),(20429,4812,'mec_date','2020-02-14:2020-02-14'),(20430,4812,'mec_ticket_id',',2,2,2,2,'),(20431,4812,'mec_booking_time','2020-02-14 00:06:16'),(20432,4812,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:15:\"Cathy Rinehart \";s:5:\"email\";s:25:\"cathy.nicoletti@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856085054\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Cathy Rinehart \";s:5:\"email\";s:25:\"cathy.nicoletti@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856085054\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:15:\"Cathy Rinehart \";s:5:\"email\";s:25:\"cathy.nicoletti@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856085054\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:15:\"Cathy Rinehart \";s:5:\"email\";s:25:\"cathy.nicoletti@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856085054\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20433,4812,'mec_price','110.596'),(20434,4812,'mec_gateway','MEC_gateway_woocommerce'),(20435,4812,'mec_gateway_label','Pay by WooCommerce'),(20436,4811,'_download_permissions_granted','yes'),(20437,4811,'_recorded_sales','yes'),(20438,4811,'_recorded_coupon_usage_counts','yes'),(20439,4811,'_order_stock_reduced','yes'),(20440,4813,'_order_key','wc_order_oRNdHAaVulSmU'),(20441,4813,'_customer_user','0'),(20442,4813,'_customer_ip_address','68.102.208.233'),(20443,4813,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko'),(20444,4813,'_order_currency','USD'),(20445,4813,'_cart_discount','0'),(20446,4813,'_cart_discount_tax','0'),(20447,4813,'_order_shipping','0'),(20448,4813,'_order_shipping_tax','0'),(20449,4813,'_order_tax','0'),(20450,4813,'_order_total','55.30'),(20451,4813,'_order_version','3.9.1'),(20452,4813,'_prices_include_tax','no'),(20453,4813,'_billing_address_index','          '),(20454,4813,'_shipping_address_index','        '),(20455,4813,'_mec_transaction_id','NXA93916'),(20456,4813,'_billing_first_name','Ruben'),(20457,4813,'_billing_last_name','G Ramirez'),(20458,4813,'_shipping_first_name','Ruben'),(20459,4813,'_shipping_last_name','G Ramirez'),(20460,4813,'_shipping_email','rgramirez1966@gmail.com'),(20461,4813,'_billing_email','rgramirez1966@gmail.com'),(20462,4813,'_payment_method','paypal'),(20463,4813,'_payment_method_title','PayPal'),(20464,4814,'_order_key','wc_order_JI9QzwN3MAzZB'),(20465,4814,'_customer_user','72'),(20466,4814,'_customer_ip_address','68.102.208.233'),(20467,4814,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko'),(20468,4814,'_order_currency','USD'),(20469,4814,'_cart_discount','0'),(20470,4814,'_cart_discount_tax','0'),(20471,4814,'_order_shipping','0'),(20472,4814,'_order_shipping_tax','0'),(20473,4814,'_order_tax','0'),(20474,4814,'_order_total','55.30'),(20475,4814,'_order_version','3.9.1'),(20476,4814,'_prices_include_tax','no'),(20477,4814,'_billing_address_index','          '),(20478,4814,'_shipping_address_index','        '),(20479,4814,'_mec_transaction_id','GJO58508'),(20480,4814,'_billing_first_name','Ruben'),(20481,4814,'_billing_last_name','G Ramirez'),(20482,4814,'_shipping_first_name','Ruben'),(20483,4814,'_shipping_last_name','G Ramirez'),(20484,4814,'_shipping_email','rgramirez1966@gmail.com'),(20485,4814,'_billing_email',''),(20486,4814,'_payment_method','paypal'),(20487,4814,'_payment_method_title','PayPal'),(20488,4814,'Payment type','instant'),(20489,4814,'_transaction_id','8WF00031MW024312K'),(20490,4814,'_paypal_status','completed'),(20491,4814,'PayPal Transaction Fee','1.90'),(20492,4814,'_date_completed','1581690400'),(20493,4814,'_date_paid','1581690400'),(20494,4814,'_paid_date','2020-02-14 14:26:40'),(20495,4814,'_completed_date','2020-02-14 14:26:40'),(20496,4815,'_elementor_controls_usage','a:0:{}'),(20497,4815,'mec_verified','1'),(20498,4815,'mec_verification_key','33379291984d21a107da5d7a7adeb715'),(20499,4815,'mec_cancellation_key','bd8987edf3d258f839e26c912614240f'),(20500,4815,'mec_confirmed','1'),(20501,4815,'mec_transaction_id','GJO58508'),(20502,4815,'mec_event_id','4615'),(20503,4815,'mec_date','2020-02-14:2020-02-14'),(20504,4815,'mec_ticket_id',',2,2,'),(20505,4815,'mec_booking_time','2020-02-14 14:26:40'),(20506,4815,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Ruben G Ramirez\";s:5:\"email\";s:23:\"rgramirez1966@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Ruben G Ramirez\";s:5:\"email\";s:23:\"rgramirez1966@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20507,4815,'mec_price','55.298'),(20508,4815,'mec_gateway','MEC_gateway_woocommerce'),(20509,4815,'mec_gateway_label','Pay by WooCommerce'),(20510,4814,'_download_permissions_granted','yes'),(20511,4814,'_recorded_sales','yes'),(20512,4814,'_recorded_coupon_usage_counts','yes'),(20513,4814,'_order_stock_reduced','yes'),(20514,4816,'_order_key','wc_order_ZGrXgLL9TpmqX'),(20515,4816,'_customer_user','0'),(20516,4816,'_customer_ip_address','108.80.47.215'),(20517,4816,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(20518,4816,'_order_currency','USD'),(20519,4816,'_cart_discount','0'),(20520,4816,'_cart_discount_tax','0'),(20521,4816,'_order_shipping','0'),(20522,4816,'_order_shipping_tax','0'),(20523,4816,'_order_tax','0'),(20524,4816,'_order_total','55.30'),(20525,4816,'_order_version','3.9.1'),(20526,4816,'_prices_include_tax','no'),(20527,4816,'_billing_address_index','          '),(20528,4816,'_shipping_address_index','        '),(20529,4816,'_mec_transaction_id','ZCF36194'),(20530,4816,'_billing_first_name','John'),(20531,4816,'_billing_last_name','Kobler '),(20532,4816,'_shipping_first_name','John'),(20533,4816,'_shipping_last_name','Kobler '),(20534,4816,'_shipping_email','jkobler70@gmail.com'),(20535,4816,'_billing_email','jkobler70@gmail.com'),(20536,4816,'_payment_method','paypal'),(20537,4816,'_payment_method_title','PayPal'),(20538,4817,'_order_key','wc_order_3jYK1SRoBv2ud'),(20539,4817,'_customer_user','73'),(20540,4817,'_customer_ip_address','108.80.47.215'),(20541,4817,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0'),(20542,4817,'_order_currency','USD'),(20543,4817,'_cart_discount','0'),(20544,4817,'_cart_discount_tax','0'),(20545,4817,'_order_shipping','0'),(20546,4817,'_order_shipping_tax','0'),(20547,4817,'_order_tax','0'),(20548,4817,'_order_total','55.30'),(20549,4817,'_order_version','3.9.1'),(20550,4817,'_prices_include_tax','no'),(20551,4817,'_billing_address_index','John Kobler        jkobler70@gmail.com '),(20552,4817,'_shipping_address_index','        '),(20553,4817,'_mec_transaction_id','VWJ92216'),(20554,4817,'_billing_first_name','John'),(20555,4817,'_billing_last_name','Kobler'),(20556,4817,'_shipping_first_name','John'),(20557,4817,'_shipping_last_name','Kobler'),(20558,4817,'_shipping_email','jkobler70@gmail.com'),(20559,4817,'_billing_email','jkobler70@gmail.com'),(20560,4817,'_payment_method','paypal'),(20561,4817,'_payment_method_title','PayPal'),(20562,4817,'Payment type','instant'),(20563,4817,'_transaction_id','706479793P0934817'),(20564,4817,'_paypal_status','completed'),(20565,4817,'PayPal Transaction Fee','1.90'),(20566,4817,'_date_completed','1581698971'),(20567,4817,'_date_paid','1581698971'),(20568,4817,'_paid_date','2020-02-14 16:49:31'),(20569,4817,'_completed_date','2020-02-14 16:49:31'),(20570,4818,'_elementor_controls_usage','a:0:{}'),(20571,4818,'mec_verified','1'),(20572,4818,'mec_verification_key','4d120d9dc13d6d93ccb96f43f7fd379a'),(20573,4818,'mec_cancellation_key','dbec2accfd3792eb4df59d1949eca221'),(20574,4818,'mec_confirmed','1'),(20575,4818,'mec_transaction_id','VWJ92216'),(20576,4818,'mec_event_id','4615'),(20577,4818,'mec_date','2020-02-14:2020-02-14'),(20578,4818,'mec_ticket_id',',2,2,'),(20579,4818,'mec_booking_time','2020-02-14 16:49:31'),(20580,4818,'mec_attendees','a:2:{i:0;a:5:{s:4:\"name\";s:11:\"John Kobler\";s:5:\"email\";s:19:\"jkobler70@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852070815\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:14:\"Marllys Kobler\";s:5:\"email\";s:19:\"marllys10@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"3162175176\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}'),(20581,4818,'mec_price','55.298'),(20582,4818,'mec_gateway','MEC_gateway_woocommerce'),(20583,4818,'mec_gateway_label','Pay by WooCommerce'),(20584,4817,'_download_permissions_granted','yes'),(20585,4817,'_recorded_sales','yes'),(20586,4817,'_recorded_coupon_usage_counts','yes'),(20587,4817,'_order_stock_reduced','yes'),(20588,4819,'_order_key','wc_order_vqemGZlOjjNGa'),(20589,4819,'_customer_user','74'),(20249,4803,'_date_completed','1581473599'),(20250,4803,'_date_paid','1581473599'),(20251,4803,'_paid_date','2020-02-12 02:13:19'),(20252,4803,'_completed_date','2020-02-12 02:13:19'),(20253,4804,'_elementor_controls_usage','a:0:{}'),(20254,4804,'mec_verified','1'),(20255,4804,'mec_verification_key','4384747e540ac3b221a1999fdb9fec64'),(20256,4804,'mec_cancellation_key','da823a29ecb26c3e80eef45d61fa6dbc'),(20257,4804,'mec_confirmed','1'),(20258,4804,'mec_transaction_id','HKU73006'),(20259,4804,'mec_event_id','4615'),(20260,4804,'mec_date','2020-02-14:2020-02-14'),(20261,4804,'mec_ticket_id',',2,2,'),(20262,4804,'mec_booking_time','2020-02-12 02:13:19'),(20263,4804,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Clifford Manning\";s:5:\"email\";s:18:\"clifma19@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:11:\"17852507424\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Clifford Manning\";s:5:\"email\";s:18:\"clifma19@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:11:\"17852507424\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20264,4804,'mec_price','55.298'),(20265,4804,'mec_gateway','MEC_gateway_woocommerce'),(20266,4804,'mec_gateway_label','Pay by WooCommerce'),(20267,4803,'_download_permissions_granted','yes'),(20268,4803,'_recorded_sales','yes'),(20269,4803,'_recorded_coupon_usage_counts','yes'),(20270,4803,'_order_stock_reduced','yes'),(20271,4805,'_order_key','wc_order_Hz39h4AyXAfvX'),(20272,4805,'_customer_user','0'),(20273,4805,'_customer_ip_address','70.184.228.154'),(20274,4805,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),(20275,4805,'_order_currency','USD'),(20276,4805,'_cart_discount','0'),(20277,4805,'_cart_discount_tax','0'),(20278,4805,'_order_shipping','0'),(20279,4805,'_order_shipping_tax','0'),(20280,4805,'_order_tax','0'),(20281,4805,'_order_total','55.30'),(20282,4805,'_order_version','3.9.1'),(20283,4805,'_prices_include_tax','no'),(20284,4805,'_billing_address_index','          '),(20285,4805,'_shipping_address_index','        '),(20286,4805,'_mec_transaction_id','EOM72141'),(20287,4805,'_billing_first_name','Kathy'),(20288,4805,'_billing_last_name','Griffin'),(20289,4805,'_shipping_first_name','Kathy'),(20290,4805,'_shipping_last_name','Griffin'),(20291,4805,'_shipping_email','katgriffin2000@yahoo.com'),(20292,4805,'_billing_email','katgriffin2000@yahoo.com'),(20293,4806,'_order_key','wc_order_TsB5Y50yzwraH'),(20294,4806,'_customer_user','69'),(20295,4806,'_customer_ip_address','68.103.222.49'),(20296,4806,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.100 Safari/537.36'),(20297,4806,'_order_currency','USD'),(20298,4806,'_cart_discount','0'),(20299,4806,'_cart_discount_tax','0'),(20300,4806,'_order_shipping','0'),(20301,4806,'_order_shipping_tax','0'),(20302,4806,'_order_tax','0'),(20303,4806,'_order_total','22.12'),(20304,4806,'_order_version','3.9.1'),(20305,4806,'_prices_include_tax','no'),(20306,4806,'_billing_address_index','          '),(20307,4806,'_shipping_address_index','        '),(20308,4806,'_mec_transaction_id','QRE35321'),(20309,4806,'_billing_first_name','Kristine'),(20310,4806,'_billing_last_name','A. Polansky'),(20311,4806,'_shipping_first_name','Kristine'),(20312,4806,'_shipping_last_name','A. Polansky'),(20313,4806,'_shipping_email','akpolansky@gmail.com'),(20314,4806,'_billing_email',''),(20315,4806,'_payment_method','paypal'),(20316,4806,'_payment_method_title','PayPal'),(20317,4806,'Payment type','instant'),(20318,4806,'_transaction_id','85V21363K43580450'),(20319,4806,'_paypal_status','completed'),(20320,4806,'PayPal Transaction Fee','0.94'),(20321,4806,'_date_completed','1581617506'),(20322,4806,'_date_paid','1581617506'),(20323,4806,'_paid_date','2020-02-13 18:11:46'),(20324,4806,'_completed_date','2020-02-13 18:11:46'),(20325,4807,'_elementor_controls_usage','a:0:{}'),(20326,4807,'mec_verified','1'),(20327,4807,'mec_verification_key','1ddb8d5a1f8f86edaca6c247a4036d3b'),(20328,4807,'mec_cancellation_key','e5b60272bfa5acb7b9298e4186a147a2'),(20329,4807,'mec_confirmed','1'),(20330,4807,'mec_transaction_id','QRE35321'),(20331,4807,'mec_event_id','4615'),(20332,4807,'mec_date','2020-02-14:2020-02-14'),(20333,4807,'mec_ticket_id',',1,1,'),(20334,4807,'mec_booking_time','2020-02-13 18:11:47'),(20335,4807,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:20:\"Kristine A. Polansky\";s:5:\"email\";s:20:\"akpolansky@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858452932\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:20:\"Kristine A. Polansky\";s:5:\"email\";s:20:\"akpolansky@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858452932\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20336,4807,'mec_price','22.1192'),(20337,4807,'mec_gateway','MEC_gateway_woocommerce'),(20338,4807,'mec_gateway_label','Pay by WooCommerce'),(20339,4806,'_download_permissions_granted','yes'),(20340,4806,'_recorded_sales','yes'),(20341,4806,'_recorded_coupon_usage_counts','yes'),(20342,4806,'_order_stock_reduced','yes'),(20343,4808,'_order_key','wc_order_WQNC8MKR7Lu2j'),(20344,4808,'_customer_user','70'),(20345,4808,'_customer_ip_address','68.102.208.71'),(20346,4808,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(20347,4808,'_order_currency','USD'),(20348,4808,'_cart_discount','0'),(20349,4808,'_cart_discount_tax','0'),(20350,4808,'_order_shipping','0'),(20351,4808,'_order_shipping_tax','0'),(20352,4808,'_order_tax','0'),(20353,4808,'_order_total','22.12'),(20354,4808,'_order_version','3.9.1'),(20355,4808,'_prices_include_tax','no'),(20356,4808,'_billing_address_index','          '),(20357,4808,'_shipping_address_index','        '),(20358,4808,'_mec_transaction_id','OJM99739'),(20359,4808,'_billing_first_name','Jack'),(20360,4808,'_billing_last_name','Hopkins'),(20361,4808,'_shipping_first_name','Jack'),(20362,4808,'_shipping_last_name','Hopkins'),(20363,4808,'_shipping_email','grlzdad2@gmail.com'),(20364,4808,'_billing_email',''),(20365,4808,'_payment_method','paypal'),(20366,4808,'_payment_method_title','PayPal'),(20367,4808,'_date_completed','1581621440'),(20368,4808,'_date_paid','1581621440'),(20369,4808,'_paid_date','2020-02-13 19:17:20'),(20370,4808,'_completed_date','2020-02-13 19:17:20'),(20371,4809,'_elementor_controls_usage','a:0:{}'),(20372,4809,'mec_verified','1'),(20373,4809,'mec_verification_key','717cefe02b6bfa00e424327af3f2c07d'),(20374,4809,'mec_cancellation_key','3d7db65f57321a8526aaccc448869315'),(20375,4809,'mec_confirmed','1'),(20376,4809,'mec_transaction_id','OJM99739'),(20377,4809,'mec_event_id','4615'),(20378,4809,'mec_date','2020-02-14:2020-02-14'),(20379,4809,'mec_ticket_id',',1,1,'),(20380,4809,'mec_booking_time','2020-02-13 19:17:20'),(20381,4809,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Jack Hopkins\";s:5:\"email\";s:18:\"grlzdad2@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859698040\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Jack Hopkins\";s:5:\"email\";s:18:\"grlzdad2@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859698040\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20382,4809,'mec_price','22.1192'),(20383,4809,'mec_gateway','MEC_gateway_woocommerce'),(20384,4809,'mec_gateway_label','Pay by WooCommerce'),(20385,4808,'_download_permissions_granted','yes'),(20386,4808,'_recorded_sales','yes'),(20387,4808,'_recorded_coupon_usage_counts','yes'),(20388,4808,'_order_stock_reduced','yes'),(20390,4811,'_order_key','wc_order_AnjmA5cbQpUwt'),(20391,4811,'_customer_user','71'),(20392,4811,'_customer_ip_address','174.234.4.67'),(20393,4811,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),(20394,4811,'_order_currency','USD'),(20395,4811,'_cart_discount','0'),(20396,4811,'_cart_discount_tax','0'),(20397,4811,'_order_shipping','0'),(20398,4811,'_order_shipping_tax','0'),(20399,4811,'_order_tax','0'),(20400,4811,'_order_total','110.60'),(20401,4811,'_order_version','3.9.1'),(20402,4811,'_prices_include_tax','no'),(20403,4811,'_billing_address_index','          '),(20404,4811,'_shipping_address_index','        '),(20405,4811,'_mec_transaction_id','RGL13831'),(20406,4811,'_billing_first_name','Cathy'),(20407,4811,'_billing_last_name','Rinehart '),(20408,4811,'_shipping_first_name','Cathy'),(20409,4811,'_shipping_last_name','Rinehart '),(20410,4811,'_shipping_email','cathy.nicoletti@gmail.com'),(20411,4811,'_billing_email',''),(20412,4811,'_payment_method','paypal'),(20413,4811,'_payment_method_title','PayPal'),(20414,4811,'Payment type','instant'),(20415,4811,'_transaction_id','10G005250T900351H'),(20416,4811,'_paypal_status','completed'),(20417,4811,'PayPal Transaction Fee','3.51'),(20418,4811,'_date_completed','1581638776'),(20419,4811,'_date_paid','1581638776'),(20420,4811,'_paid_date','2020-02-14 00:06:16'),(20421,4811,'_completed_date','2020-02-14 00:06:16'),(20422,4812,'_elementor_controls_usage','a:0:{}'),(20423,4812,'mec_verified','1'),(10568,4097,'_wp_attachment_image_alt','Mantal'),(10569,4094,'_wp_attachment_image_alt','Seating with Fireplace'),(10570,4096,'_wp_attachment_image_alt','Seating'),(10571,4095,'_wp_attachment_image_alt','Blue Head Table'),(10572,4166,'_wp_attached_file','2019/08/DancingBoots-Stock-Web.jpg'),(10573,4166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:449;s:4:\"file\";s:34:\"2019/08/DancingBoots-Stock-Web.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-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:34:\"DancingBoots-Stock-Web-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-400x276.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-600x414.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-600x414.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"DancingBoots-Stock-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10574,4166,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7972617522088083;s:5:\"bytes\";i:8295;s:11:\"size_before\";i:296540;s:10:\"size_after\";i:288245;s:4:\"time\";d:0.33000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:426;s:11:\"size_before\";i:6879;s:10:\"size_after\";i:6453;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:702;s:11:\"size_before\";i:14599;s:10:\"size_after\";i:13897;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:748;s:11:\"size_before\";i:17948;s:10:\"size_after\";i:17200;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:993;s:11:\"size_before\";i:28079;s:10:\"size_after\";i:27086;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:855;s:11:\"size_before\";i:20934;s:10:\"size_after\";i:20079;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:1193;s:11:\"size_before\";i:37008;s:10:\"size_after\";i:35815;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:935;s:11:\"size_before\";i:26008;s:10:\"size_after\";i:25073;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:889;s:11:\"size_before\";i:22275;s:10:\"size_after\";i:21386;s:4:\"time\";d:0.15;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.59;s:5:\"bytes\";i:304;s:11:\"size_before\";i:4004;s:10:\"size_after\";i:3700;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17200;s:10:\"size_after\";i:17200;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:1250;s:11:\"size_before\";i:39128;s:10:\"size_after\";i:37878;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3700;s:10:\"size_after\";i:3700;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17200;s:10:\"size_after\";i:17200;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37878;s:10:\"size_after\";i:37878;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3700;s:10:\"size_after\";i:3700;s:4:\"time\";d:0.01;}}}'),(10575,4166,'_wp_attachment_image_alt','Dancing Boots'),(17192,4654,'Payment type','instant'),(17193,4654,'_transaction_id','9JT122208A017233K'),(17194,4654,'_paypal_status','completed'),(17195,4654,'PayPal Transaction Fee','0.94'),(17196,4654,'_date_completed','1578354370'),(17197,4654,'_date_paid','1578354370'),(17198,4654,'_paid_date','2020-01-06 23:46:10'),(17199,4654,'_completed_date','2020-01-06 23:46:10'),(17200,4655,'_elementor_controls_usage','a:0:{}'),(17201,4655,'mec_verified','1'),(17202,4655,'mec_verification_key','8ae6e24bcdcd132f8b2431c3723a9dda'),(17203,4655,'mec_cancellation_key','beb7b90459049b4659663269c060c185'),(17204,4655,'mec_confirmed','1'),(17205,4655,'mec_transaction_id','OZH13495'),(17206,4655,'mec_event_id','4475'),(17207,4655,'mec_date','2020-01-10:2020-01-10'),(17208,4655,'mec_ticket_id',',1,1,'),(17209,4655,'mec_booking_time','2020-01-06 23:46:10'),(17210,4655,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Johnny Ivory\";s:5:\"email\";s:25:\"johnnybevjohnny@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852151080\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Johnny Ivory\";s:5:\"email\";s:25:\"johnnybevjohnny@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852151080\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(17211,4655,'mec_price','22.1192'),(17212,4655,'mec_gateway','MEC_gateway_woocommerce'),(17213,4655,'mec_gateway_label','Pay by WooCommerce'),(17214,4654,'_download_permissions_granted','yes'),(17215,4654,'_recorded_sales','yes'),(17216,4654,'_recorded_coupon_usage_counts','yes'),(17217,4654,'_order_stock_reduced','yes'),(17218,4656,'_order_key','wc_order_qzMud2flfpMot'),(17219,4656,'_customer_user','27'),(17220,4656,'_customer_ip_address','172.11.152.219'),(17221,4656,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(17222,4656,'_order_currency','USD'),(17223,4656,'_cart_discount','0'),(17224,4656,'_cart_discount_tax','0'),(17225,4656,'_order_shipping','0'),(17226,4656,'_order_shipping_tax','0'),(17227,4656,'_order_tax','0'),(17228,4656,'_order_total','33.18'),(17229,4656,'_order_version','3.8.1'),(17230,4656,'_prices_include_tax','no'),(17231,4656,'_billing_address_index','          '),(17232,4656,'_shipping_address_index','        '),(17233,4656,'_mec_transaction_id','NXY19186'),(17234,4656,'_billing_first_name','Lynne'),(17235,4656,'_billing_last_name','Crouse'),(17236,4656,'_shipping_first_name','Lynne'),(17237,4656,'_shipping_last_name','Crouse'),(17238,4656,'_shipping_email','lynnec5@yahoo.com'),(17239,4656,'_billing_email',''),(17240,4656,'_payment_method','paypal'),(17241,4656,'_payment_method_title','PayPal'),(17242,4656,'Payment type','instant'),(17243,4656,'_transaction_id','0BL351526V8437918'),(17244,4656,'_paypal_status','completed'),(17245,4656,'PayPal Transaction Fee','1.26'),(17246,4656,'_date_completed','1578404436'),(17247,4656,'_date_paid','1578404436'),(17248,4656,'_paid_date','2020-01-07 13:40:36'),(17249,4656,'_completed_date','2020-01-07 13:40:36'),(17250,4657,'_elementor_controls_usage','a:0:{}'),(17251,4657,'mec_verified','1'),(17252,4657,'mec_verification_key','245e35dd9cb075d950c310e04a235ded'),(17253,4657,'mec_cancellation_key','d9e8bdfd4fff12580ef8e2f3e70549a3'),(17254,4657,'mec_confirmed','1'),(17255,4657,'mec_transaction_id','NXY19186'),(17256,4657,'mec_event_id','4551'),(12528,4400,'_wp_attached_file','2019/09/WatermelonSlim.jpg'),(12529,4400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2019/09/WatermelonSlim.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-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:\"WatermelonSlim-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-960x700.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"WatermelonSlim-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"WatermelonSlim-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(17375,4670,'_order_shipping_tax','0'),(17374,4670,'_order_shipping','0'),(12530,4400,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.380184602530125;s:5:\"bytes\";i:22612;s:11:\"size_before\";i:306388;s:10:\"size_after\";i:283776;s:4:\"time\";d:0.33;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.13;s:5:\"bytes\";i:405;s:11:\"size_before\";i:4984;s:10:\"size_after\";i:4579;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.15;s:5:\"bytes\";i:723;s:11:\"size_before\";i:8873;s:10:\"size_after\";i:8150;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.44;s:5:\"bytes\";i:3079;s:11:\"size_before\";i:32623;s:10:\"size_after\";i:29544;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:794;s:11:\"size_before\";i:12534;s:10:\"size_after\";i:11740;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.37;s:5:\"bytes\";i:1308;s:11:\"size_before\";i:15621;s:10:\"size_after\";i:14313;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.65;s:5:\"bytes\";i:1006;s:11:\"size_before\";i:11628;s:10:\"size_after\";i:10622;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.87;s:5:\"bytes\";i:4667;s:11:\"size_before\";i:47305;s:10:\"size_after\";i:42638;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.63;s:5:\"bytes\";i:1827;s:11:\"size_before\";i:21160;s:10:\"size_after\";i:19333;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38;s:5:\"bytes\";i:1189;s:11:\"size_before\";i:18643;s:10:\"size_after\";i:17454;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82;s:5:\"bytes\";i:1012;s:11:\"size_before\";i:12947;s:10:\"size_after\";i:11935;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.71;s:5:\"bytes\";i:268;s:11:\"size_before\";i:3077;s:10:\"size_after\";i:2809;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9;s:5:\"bytes\";i:4226;s:11:\"size_before\";i:42671;s:10:\"size_after\";i:38445;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11740;s:10:\"size_after\";i:11740;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.91;s:5:\"bytes\";i:2108;s:11:\"size_before\";i:23666;s:10:\"size_after\";i:21558;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2809;s:10:\"size_after\";i:2809;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11740;s:10:\"size_after\";i:11740;s:4:\"time\";d:0.06;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21558;s:10:\"size_after\";i:21558;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2809;s:10:\"size_after\";i:2809;s:4:\"time\";d:0.01;}}}'),(12660,4417,'_edit_last','1'),(12532,4400,'_wp_attachment_image_alt','Watermelon Slim'),(17373,4670,'_cart_discount_tax','0'),(17372,4670,'_cart_discount','0'),(17371,4670,'_order_currency','USD'),(17370,4670,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(17369,4670,'_customer_ip_address','174.234.6.115'),(17368,4670,'_customer_user','29'),(17367,4670,'_order_key','wc_order_mhHCJPAn5q6ci'),(17366,4669,'_payment_method_title','PayPal'),(17365,4669,'_payment_method','paypal'),(17358,4669,'_mec_transaction_id','KMU52016'),(17359,4669,'_billing_first_name','Beverly'),(17360,4669,'_billing_last_name','Austin'),(17361,4669,'_shipping_first_name','Beverly'),(17362,4669,'_shipping_last_name','Austin'),(17363,4669,'_shipping_email','bevaustin415@gmail.com'),(17364,4669,'_billing_email',''),(17355,4669,'_prices_include_tax','no'),(17356,4669,'_billing_address_index','          '),(17357,4669,'_shipping_address_index','        '),(17354,4669,'_order_version','3.8.1'),(17353,4669,'_order_total','44.24'),(17352,4669,'_order_tax','0'),(17351,4669,'_order_shipping_tax','0'),(17350,4669,'_order_shipping','0'),(17349,4669,'_cart_discount_tax','0'),(17348,4669,'_cart_discount','0'),(17347,4669,'_order_currency','USD'),(17346,4669,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1'),(17345,4669,'_customer_ip_address','174.234.13.125'),(17344,4669,'_customer_user','30'),(17343,4669,'_order_key','wc_order_7JpqhCAaJrm4E'),(17342,4667,'_order_stock_reduced','yes'),(17341,4667,'_recorded_coupon_usage_counts','yes'),(17340,4667,'_recorded_sales','yes'),(17339,4667,'_download_permissions_granted','yes'),(17338,4668,'mec_gateway_label','Pay by WooCommerce'),(17337,4668,'mec_gateway','MEC_gateway_woocommerce'),(17336,4668,'mec_price','33.1788'),(17328,4668,'mec_cancellation_key','e0e145dfea310fbce8c84785624c473f'),(17325,4668,'_elementor_controls_usage','a:0:{}'),(17324,4667,'_completed_date','2020-01-08 02:01:33'),(17323,4667,'_paid_date','2020-01-08 02:01:33'),(17322,4667,'_date_paid','1578448893'),(17289,4662,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.07520153296897081;s:5:\"bytes\";i:1580;s:11:\"size_before\";i:2101021;s:10:\"size_after\";i:2099441;s:4:\"time\";d:2.6900000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:1580;s:11:\"size_before\";i:57973;s:10:\"size_after\";i:56393;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39282;s:10:\"size_after\";i:39282;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:347057;s:10:\"size_after\";i:347057;s:4:\"time\";d:0.42;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:135420;s:10:\"size_after\";i:135420;s:4:\"time\";d:0.14;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:169971;s:10:\"size_after\";i:169971;s:4:\"time\";d:0.17;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:161567;s:10:\"size_after\";i:161567;s:4:\"time\";d:0.3;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:223365;s:10:\"size_after\";i:223365;s:4:\"time\";d:0.25;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:154073;s:10:\"size_after\";i:154073;s:4:\"time\";d:0.27;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:92281;s:10:\"size_after\";i:92281;s:4:\"time\";d:0.08;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19230;s:10:\"size_after\";i:19230;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:135420;s:10:\"size_after\";i:135420;s:4:\"time\";d:0.18;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:195751;s:10:\"size_after\";i:195751;s:4:\"time\";d:0.19;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19230;s:10:\"size_after\";i:19230;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:135420;s:10:\"size_after\";i:135420;s:4:\"time\";d:0.23;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:195751;s:10:\"size_after\";i:195751;s:4:\"time\";d:0.26;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19230;s:10:\"size_after\";i:19230;s:4:\"time\";d:0.05;}}}'),(17290,4662,'_wp_attachment_image_alt','The House Jumpers'),(17292,4313,'_wp_old_slug','top-city-swing-dance-2'),(17298,4667,'_cart_discount','0'),(17299,4667,'_cart_discount_tax','0'),(17300,4667,'_order_shipping','0'),(17301,4667,'_order_shipping_tax','0'),(17302,4667,'_order_tax','0'),(17303,4667,'_order_total','33.18'),(17304,4667,'_order_version','3.8.1'),(17305,4667,'_prices_include_tax','no'),(17306,4667,'_billing_address_index','Debra Payne        debbsterp@cox.net '),(17307,4667,'_shipping_address_index','        '),(17308,4667,'_mec_transaction_id','NCX34379'),(17309,4667,'_billing_first_name','Debra'),(17310,4667,'_billing_last_name','Payne'),(17311,4667,'_shipping_first_name','Debra'),(17312,4667,'_shipping_last_name','Payne'),(17313,4667,'_shipping_email','debbsterp@cox.net'),(17314,4667,'_billing_email','debbsterp@cox.net'),(17315,4667,'_payment_method','paypal'),(17316,4667,'_payment_method_title','PayPal'),(17317,4667,'Payment type','instant'),(17318,4667,'_transaction_id','99U672863J214442D'),(17319,4667,'_paypal_status','completed'),(17320,4667,'PayPal Transaction Fee','1.26'),(17321,4667,'_date_completed','1578448893'),(12745,4425,'_customer_user','0'),(12746,4425,'_customer_ip_address','204.154.185.2'),(12747,4425,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(12663,4418,'_wp_attached_file','2019/09/PlatinumExpress-Web.jpg'),(12664,4418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:788;s:4:\"file\";s:31:\"2019/09/PlatinumExpress-Web.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-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:31:\"PlatinumExpress-Web-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"PlatinumExpress-Web-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:32:\"PlatinumExpress-Web-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"PlatinumExpress-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PlatinumExpress-Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12778,4426,'mec_gateway','MEC_gateway_paypal_express'),(12779,4426,'mec_gateway_label','PayPal Express'),(12777,4426,'mec_price','40'),(13453,4475,'mec_repeat_end',''),(13454,4475,'mec_repeat_end_at_occurrences',''),(13455,4475,'mec_repeat_end_at_date',''),(13456,4475,'mec_advanced_days','a:0:{}'),(20085,4797,'mec_confirmed','1'),(20086,4797,'mec_transaction_id','GTN56544'),(20087,4797,'mec_event_id','4615'),(20088,4797,'mec_date','2020-02-14:2020-02-14'),(20089,4797,'mec_ticket_id',',2,2,'),(20090,4797,'mec_booking_time','2020-02-11 21:45:33'),(20091,4797,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:10:\"David Fath\";s:5:\"email\";s:22:\"david.l.fath@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852132367\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:10:\"David Fath\";s:5:\"email\";s:22:\"david.l.fath@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852132367\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20082,4797,'mec_verified','1'),(20083,4797,'mec_verification_key','4e6aa24ef1191c5672574dc94552e5e3'),(12744,4425,'_order_key','wc_order_XR2SmkuJDaBNM'),(12633,3717,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}}}}'),(13198,4453,'_edit_lock','1572124521:1'),(13199,4453,'_wds_readability','a:4:{s:5:\"score\";d:60.85775749674056;s:9:\"raw_score\";d:60.85775749674056;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(13200,4456,'_elementor_controls_usage','a:0:{}'),(13201,4456,'mec_verified','1'),(13202,4456,'mec_verification_key','fcc54542faae94c6dd8b0f49cf0acfcc'),(13203,4456,'mec_cancellation_key','3527e3e5b52c659557cc28f05b1e7a7f'),(13204,4456,'mec_confirmed','1'),(13205,4456,'mec_transaction_id','MJK83636'),(13206,4456,'mec_event_id','4417'),(13207,4456,'mec_date','2019-10-26:2019-10-26'),(13208,4456,'mec_ticket_id',',1,1,1,1,'),(13196,4426,'_edit_lock','1572124456:1'),(13197,4426,'_wds_readability','a:4:{s:5:\"score\";d:60.85775749674056;s:9:\"raw_score\";d:60.85775749674056;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(12808,4432,'_order_key','wc_order_Fjs1a1tcZtqnO'),(12809,4432,'_customer_user','0'),(12810,4432,'_customer_ip_address','45.27.246.81'),(12811,4432,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-J737A) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36'),(12812,4432,'_order_currency','USD'),(12813,4432,'_cart_discount','0'),(12814,4432,'_cart_discount_tax','0'),(12815,4432,'_order_shipping','0'),(12816,4432,'_order_shipping_tax','0'),(12817,4432,'_order_tax','0'),(12818,4432,'_order_total','30.00'),(12819,4432,'_order_version','3.8.1'),(12820,4432,'_prices_include_tax','no'),(12821,4432,'_billing_address_index','          '),(12822,4432,'_shipping_address_index','        '),(12823,4432,'_mec_transaction_id','KYM17618'),(12824,4432,'_billing_first_name','Rhonda'),(12825,4432,'_billing_last_name','Seitz'),(12826,4432,'_shipping_first_name','Rhonda'),(12827,4432,'_shipping_last_name','Seitz'),(12828,4432,'_shipping_email','Rhonda.seitz56@gmail.com'),(12829,4432,'_billing_email','Rhonda.seitz56@gmail.com'),(12830,4433,'_elementor_controls_usage','a:0:{}'),(12831,4433,'mec_verified','0'),(12832,4433,'mec_verification_key','c98aba9d0bb6fab13d19399482dec7bf'),(12833,4433,'mec_cancellation_key','4310cb435887280d96c6c7450a7f8986'),(12834,4433,'mec_confirmed','1'),(12835,4433,'mec_transaction_id','ZLN30815'),(12836,4433,'mec_event_id','4392'),(12837,4433,'mec_date','2019-10-05:2019-10-05'),(12838,4433,'mec_ticket_id',',1,1,1,'),(12839,4433,'mec_booking_time','2019-10-04 22:46:59'),(12840,4433,'mec_attendees','a:3:{i:0;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(12841,4433,'mec_price','30'),(12842,4433,'mec_gateway','MEC_gateway_paypal_express'),(12843,4433,'mec_gateway_label','PayPal Express'),(12852,4434,'_wp_page_template','default'),(12850,4434,'_edit_lock','1570567191:1'),(12851,4434,'_edit_last','1'),(12853,4434,'_elementor_controls_usage','a:0:{}'),(12854,4434,'mec_color','fdd700'),(12855,4434,'mec_location_id','1'),(12856,4434,'mec_dont_show_map','0'),(12857,4434,'mec_organizer_id','1'),(12858,4434,'mec_read_more',''),(12859,4434,'mec_more_info',''),(12860,4434,'mec_more_info_title',''),(12861,4434,'mec_more_info_target','_self'),(12862,4434,'mec_cost',''),(12863,4434,'mec_additional_organizer_ids','a:0:{}'),(12864,4434,'mec_additional_location_ids','a:0:{}'),(12865,4434,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-10-02\";s:4:\"hour\";s:1:\"6\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-10-03\";s:4:\"hour\";s:2:\"12\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(12866,4434,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(12867,4434,'mec_certain_weekdays','a:0:{}'),(12868,4434,'mec_allday','1'),(12869,4434,'mec_hide_time','0'),(12870,4434,'mec_hide_end_time','0'),(12871,4434,'mec_comment',''),(12872,4434,'mec_start_date','2020-10-02'),(12873,4434,'mec_start_time_hour','8'),(12874,4434,'mec_start_time_minutes','00'),(12875,4434,'mec_start_time_ampm','AM'),(12876,4434,'mec_start_day_seconds','28800'),(12877,4434,'mec_end_date','2020-10-03'),(12878,4434,'mec_end_time_hour','6'),(12879,4434,'mec_end_time_minutes','00'),(12880,4434,'mec_end_time_ampm','PM'),(12881,4434,'mec_end_day_seconds','64800'),(12882,4434,'mec_repeat_status','0'),(12883,4434,'mec_repeat_type',''),(12884,4434,'mec_repeat_interval','1'),(12885,4434,'mec_repeat_end',''),(12886,4434,'mec_repeat_end_at_occurrences',''),(12887,4434,'mec_repeat_end_at_date',''),(12888,4434,'mec_advanced_days','a:0:{}'),(12889,4434,'mec_in_days',''),(12890,4434,'mec_not_in_days',''),(12891,4434,'mec_hourly_schedules','a:0:{}'),(12892,4434,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(12893,4434,'mec_tickets','a:0:{}'),(12894,4434,'mec_fees_global_inheritance','1'),(12895,4434,'mec_fees','a:2:{i:1;a:3:{s:5:\"title\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:6:\"amount\";s:2:\"$1\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(12896,4434,'mec_ticket_variations_global_inheritance','1'),(12897,4434,'mec_ticket_variations','a:0:{}'),(12898,4434,'mec_reg_fields_global_inheritance','1'),(12899,4434,'mec_reg_fields','a:0:{}'),(12900,4434,'mec_op','a:0:{}'),(12901,4434,'slide_template','default'),(13487,4479,'_elementor_controls_usage','a:0:{}'),(12776,4426,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(12774,4426,'mec_ticket_id',',1,1,1,1,'),(12775,4426,'mec_booking_time','2019-09-27 18:28:02'),(12772,4426,'mec_event_id','4417'),(12773,4426,'mec_date','2019-10-26:2019-10-26'),(12770,4426,'mec_confirmed','1'),(12771,4426,'mec_transaction_id','MJK83636'),(12767,4426,'mec_verified','0'),(12768,4426,'mec_verification_key','25708a43aa2525445e965f5f51a683f3'),(12769,4426,'mec_cancellation_key','ab1167f5cd7cb9cce7afc795a37455d9'),(12765,4425,'_billing_email','JESTANTON64@GMAIL.COM'),(12766,4426,'_elementor_controls_usage','a:0:{}'),(12762,4425,'_shipping_first_name','Jenelle'),(12763,4425,'_shipping_last_name','Stanton'),(12764,4425,'_shipping_email','JESTANTON64@GMAIL.COM'),(12759,4425,'_mec_transaction_id','XSY80445'),(12760,4425,'_billing_first_name','Jenelle'),(12761,4425,'_billing_last_name','Stanton'),(12757,4425,'_billing_address_index','          '),(12758,4425,'_shipping_address_index','        '),(12754,4425,'_order_total','40.00'),(12755,4425,'_order_version','3.8.1'),(12756,4425,'_prices_include_tax','no'),(12752,4425,'_order_shipping_tax','0'),(12753,4425,'_order_tax','0'),(12749,4425,'_cart_discount','0'),(12750,4425,'_cart_discount_tax','0'),(12751,4425,'_order_shipping','0'),(12748,4425,'_order_currency','USD'),(12657,4417,'inline_featured_image','0'),(12658,4417,'_wds_readability','a:4:{s:5:\"score\";d:48.40369101978695;s:9:\"raw_score\";d:48.40369101978695;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(12659,4417,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 66 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 92 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(10608,4126,'osf_breadcrumb_bg_color','#000000'),(10609,16,'_edit_lock','1579937084:1'),(10610,16,'_wds_readability','a:4:{s:5:\"score\";d:54.93655664794008;s:9:\"raw_score\";d:54.93655664794008;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(10611,16,'_edit_last','1'),(10612,16,'show_only_past_events','0'),(10613,16,'show_only_ongoing_events','0'),(10614,16,'slide_template','default'),(10615,4173,'_wp_attached_file','2019/03/blog-7-of-9.jpg'),(10616,4173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2019/03/blog-7-of-9.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-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:\"blog-7-of-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-7-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-7-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10617,4173,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.2225952508415827;s:5:\"bytes\";i:4899;s:11:\"size_before\";i:220418;s:10:\"size_after\";i:215519;s:4:\"time\";d:0.24000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:295;s:11:\"size_before\";i:5468;s:10:\"size_after\";i:5173;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:373;s:11:\"size_before\";i:9959;s:10:\"size_after\";i:9586;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:547;s:11:\"size_before\";i:14619;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:564;s:11:\"size_before\";i:19967;s:10:\"size_after\";i:19403;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:478;s:11:\"size_before\";i:14647;s:10:\"size_after\";i:14169;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:606;s:11:\"size_before\";i:26741;s:10:\"size_after\";i:26135;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:715;s:11:\"size_before\";i:22133;s:10:\"size_after\";i:21418;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:472;s:11:\"size_before\";i:15065;s:10:\"size_after\";i:14593;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:237;s:11:\"size_before\";i:3377;s:10:\"size_after\";i:3140;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14072;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.24;s:5:\"bytes\";i:612;s:11:\"size_before\";i:27315;s:10:\"size_after\";i:26703;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3140;s:10:\"size_after\";i:3140;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14072;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26703;s:10:\"size_after\";i:26703;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3140;s:10:\"size_after\";i:3140;s:4:\"time\";d:0.01;}}}'),(10618,4173,'_wp_attachment_image_alt','Essman Wedding'),(10619,4174,'_wp_attached_file','2019/03/blog-3-of-9.jpg'),(10620,4174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2019/03/blog-3-of-9.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-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:\"blog-3-of-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-3-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-3-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10621,4174,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2945662198675807;s:5:\"bytes\";i:11181;s:11:\"size_before\";i:339377;s:10:\"size_after\";i:328196;s:4:\"time\";d:0.25000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:441;s:11:\"size_before\";i:6925;s:10:\"size_after\";i:6484;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:868;s:11:\"size_before\";i:15210;s:10:\"size_after\";i:14342;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:977;s:11:\"size_before\";i:20453;s:10:\"size_after\";i:19476;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:1402;s:11:\"size_before\";i:32483;s:10:\"size_after\";i:31081;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:1077;s:11:\"size_before\";i:23229;s:10:\"size_after\";i:22152;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:1831;s:11:\"size_before\";i:45338;s:10:\"size_after\";i:43507;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:31754;s:10:\"size_after\";i:30432;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:1197;s:11:\"size_before\";i:24176;s:10:\"size_after\";i:22979;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42;s:5:\"bytes\";i:286;s:11:\"size_before\";i:3855;s:10:\"size_after\";i:3569;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19476;s:10:\"size_after\";i:19476;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:1780;s:11:\"size_before\";i:45822;s:10:\"size_after\";i:44042;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3569;s:10:\"size_after\";i:3569;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19476;s:10:\"size_after\";i:19476;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44042;s:10:\"size_after\";i:44042;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3569;s:10:\"size_after\";i:3569;s:4:\"time\";d:0.01;}}}'),(10622,4175,'_wp_attached_file','2019/03/blog-5-of-9.jpg'),(10623,4175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2019/03/blog-5-of-9.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-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:\"blog-5-of-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-5-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-5-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10624,4175,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.768652757490535;s:5:\"bytes\";i:13124;s:11:\"size_before\";i:275214;s:10:\"size_after\";i:262090;s:4:\"time\";d:0.24;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:530;s:11:\"size_before\";i:6233;s:10:\"size_after\";i:5703;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.64;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:13553;s:10:\"size_after\";i:12517;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:1040;s:11:\"size_before\";i:16414;s:10:\"size_after\";i:15374;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:1754;s:11:\"size_before\";i:26739;s:10:\"size_after\";i:24985;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:1397;s:11:\"size_before\";i:19944;s:10:\"size_after\";i:18547;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:2096;s:11:\"size_before\";i:35729;s:10:\"size_after\";i:33633;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:1324;s:11:\"size_before\";i:24203;s:10:\"size_after\";i:22879;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:1420;s:11:\"size_before\";i:20633;s:10:\"size_after\";i:19213;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4;s:5:\"bytes\";i:347;s:11:\"size_before\";i:3690;s:10:\"size_after\";i:3343;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15374;s:10:\"size_after\";i:15374;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:2180;s:11:\"size_before\";i:36411;s:10:\"size_after\";i:34231;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3343;s:10:\"size_after\";i:3343;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15374;s:10:\"size_after\";i:15374;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34231;s:10:\"size_after\";i:34231;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3343;s:10:\"size_after\";i:3343;s:4:\"time\";d:0.01;}}}'),(10625,4176,'_wp_attached_file','2019/03/blog-7-of-9-1.jpg'),(10626,4176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2019/03/blog-7-of-9-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-7-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-7-of-9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10627,4176,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.2225952508415827;s:5:\"bytes\";i:4899;s:11:\"size_before\";i:220418;s:10:\"size_after\";i:215519;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:295;s:11:\"size_before\";i:5468;s:10:\"size_after\";i:5173;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:373;s:11:\"size_before\";i:9959;s:10:\"size_after\";i:9586;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:547;s:11:\"size_before\";i:14619;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:564;s:11:\"size_before\";i:19967;s:10:\"size_after\";i:19403;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:478;s:11:\"size_before\";i:14647;s:10:\"size_after\";i:14169;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:606;s:11:\"size_before\";i:26741;s:10:\"size_after\";i:26135;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:715;s:11:\"size_before\";i:22133;s:10:\"size_after\";i:21418;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:472;s:11:\"size_before\";i:15065;s:10:\"size_after\";i:14593;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:237;s:11:\"size_before\";i:3377;s:10:\"size_after\";i:3140;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14072;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.24;s:5:\"bytes\";i:612;s:11:\"size_before\";i:27315;s:10:\"size_after\";i:26703;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3140;s:10:\"size_after\";i:3140;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14072;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26703;s:10:\"size_after\";i:26703;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3140;s:10:\"size_after\";i:3140;s:4:\"time\";d:0.01;}}}'),(10628,4177,'_wp_attached_file','2019/03/blog-8-of-9.jpg'),(10629,4177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2019/03/blog-8-of-9.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-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:\"blog-8-of-9-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-427x324.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-427x390.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-8-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-8-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10630,4177,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.368661372232855;s:5:\"bytes\";i:8697;s:11:\"size_before\";i:199077;s:10:\"size_after\";i:190380;s:4:\"time\";d:0.20000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38;s:5:\"bytes\";i:429;s:11:\"size_before\";i:5811;s:10:\"size_after\";i:5382;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:744;s:11:\"size_before\";i:11719;s:10:\"size_after\";i:10975;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:882;s:11:\"size_before\";i:15911;s:10:\"size_after\";i:15029;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:1288;s:11:\"size_before\";i:24042;s:10:\"size_after\";i:22754;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:874;s:11:\"size_before\";i:16962;s:10:\"size_after\";i:16088;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:27894;s:10:\"size_after\";i:26433;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:1189;s:11:\"size_before\";i:24166;s:10:\"size_after\";i:22977;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:1519;s:11:\"size_before\";i:32807;s:10:\"size_after\";i:31288;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.03;s:5:\"bytes\";i:311;s:11:\"size_before\";i:3443;s:10:\"size_after\";i:3132;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15029;s:10:\"size_after\";i:15029;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3132;s:10:\"size_after\";i:3132;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15029;s:10:\"size_after\";i:15029;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3132;s:10:\"size_after\";i:3132;s:4:\"time\";d:0.01;}}}'),(10631,4178,'_wp_attached_file','2019/03/blog-9-of-9.jpg'),(10632,4178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2019/03/blog-9-of-9.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-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:\"blog-9-of-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-9-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-9-of-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10633,4178,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8107390282571127;s:5:\"bytes\";i:3552;s:11:\"size_before\";i:196163;s:10:\"size_after\";i:192611;s:4:\"time\";d:0.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:236;s:11:\"size_before\";i:4848;s:10:\"size_after\";i:4612;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.32;s:5:\"bytes\";i:302;s:11:\"size_before\";i:9108;s:10:\"size_after\";i:8806;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:364;s:11:\"size_before\";i:12744;s:10:\"size_after\";i:12380;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.16;s:5:\"bytes\";i:387;s:11:\"size_before\";i:17955;s:10:\"size_after\";i:17568;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:315;s:11:\"size_before\";i:13300;s:10:\"size_after\";i:12985;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.17;s:5:\"bytes\";i:525;s:11:\"size_before\";i:24224;s:10:\"size_after\";i:23699;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.11;s:5:\"bytes\";i:400;s:11:\"size_before\";i:18945;s:10:\"size_after\";i:18545;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:374;s:11:\"size_before\";i:13797;s:10:\"size_after\";i:13423;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:191;s:11:\"size_before\";i:2968;s:10:\"size_after\";i:2777;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12380;s:10:\"size_after\";i:12380;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.89;s:5:\"bytes\";i:458;s:11:\"size_before\";i:24209;s:10:\"size_after\";i:23751;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2777;s:10:\"size_after\";i:2777;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12380;s:10:\"size_after\";i:12380;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23751;s:10:\"size_after\";i:23751;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2777;s:10:\"size_after\";i:2777;s:4:\"time\";d:0.01;}}}'),(18794,4739,'_order_stock_reduced','yes'),(18795,4736,'Payment type','instant'),(18796,4736,'_transaction_id','9DC3755718518444V'),(18797,4736,'_paypal_status','completed'),(18798,4736,'PayPal Transaction Fee','4.31'),(18799,4736,'_date_completed','1580743881'),(18800,4736,'_date_paid','1580743881'),(18801,4736,'_paid_date','2020-02-03 15:31:21'),(18802,4736,'_completed_date','2020-02-03 15:31:21'),(18803,4741,'_elementor_controls_usage','a:0:{}'),(18804,4741,'mec_verified','1'),(18805,4741,'mec_verification_key','5af71abe75af0db2b504b2ed0b2f67b8'),(18806,4741,'mec_cancellation_key','25ff77fb16b42a771380b5a340afee45'),(18807,4741,'mec_confirmed','1'),(18808,4741,'mec_transaction_id','YLA82056'),(18809,4741,'mec_event_id','4615'),(18810,4741,'mec_date','2020-02-14:2020-02-14'),(18811,4741,'mec_ticket_id',',2,2,2,2,2,'),(18812,4741,'mec_booking_time','2020-02-03 15:31:21'),(18813,4741,'mec_attendees','a:5:{i:0;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:4;a:6:{s:4:\"name\";s:13:\"Tiffany Pryor\";s:5:\"email\";s:21:\"iteachhsart@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18814,4741,'mec_price','138.245'),(18815,4741,'mec_gateway','MEC_gateway_woocommerce'),(18816,4741,'mec_gateway_label','Pay by WooCommerce'),(18818,4736,'_recorded_sales','yes'),(18819,4736,'_recorded_coupon_usage_counts','yes'),(18820,4736,'_order_stock_reduced','yes'),(18821,4742,'_order_key','wc_order_WXLabstTjMjws'),(18822,4742,'_customer_user','50'),(18823,4742,'_customer_ip_address','174.234.18.197'),(18824,4742,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(18825,4742,'_order_currency','USD'),(18826,4742,'_cart_discount','0'),(18827,4742,'_cart_discount_tax','0'),(18828,4742,'_order_shipping','0'),(18829,4742,'_order_shipping_tax','0'),(18830,4742,'_order_tax','0'),(18831,4742,'_order_total','22.12'),(18832,4742,'_order_version','3.8.1'),(18833,4742,'_prices_include_tax','no'),(18834,4742,'_billing_address_index','          '),(18835,4742,'_shipping_address_index','        '),(18836,4742,'_mec_transaction_id','NLB20437'),(18837,4742,'_billing_first_name','Marian'),(18838,4742,'_billing_last_name','Berry'),(18839,4742,'_shipping_first_name','Marian'),(18840,4742,'_shipping_last_name','Berry'),(18841,4742,'_shipping_email','ksb205@gmail.com'),(18842,4742,'_billing_email',''),(18843,4742,'_payment_method','paypal'),(18844,4742,'_payment_method_title','PayPal'),(18845,4742,'Payment type','instant'),(18846,4742,'_transaction_id','40H08934EL9068924'),(18847,4742,'_paypal_status','completed'),(18848,4742,'PayPal Transaction Fee','0.94'),(18849,4742,'_date_completed','1580760995'),(18850,4742,'_date_paid','1580760995'),(18851,4742,'_paid_date','2020-02-03 20:16:35'),(18852,4742,'_completed_date','2020-02-03 20:16:35'),(18853,4743,'_elementor_controls_usage','a:0:{}'),(18854,4743,'mec_verified','1'),(18855,4743,'mec_verification_key','3743bf4b3d656a9649c0fc2b2ca24e5d'),(18856,4743,'mec_cancellation_key','01eaf09eb6ab5b6ed57367ed71da07c8'),(18857,4743,'mec_confirmed','1'),(18858,4743,'mec_transaction_id','NLB20437'),(18859,4743,'mec_event_id','4468'),(18860,4743,'mec_date','2020-02-07:2020-02-07'),(18861,4743,'mec_ticket_id',',1,1,'),(18862,4743,'mec_booking_time','2020-02-03 20:16:35'),(18863,4743,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Marian Berry\";s:5:\"email\";s:16:\"ksb205@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852490244\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Marian Berry\";s:5:\"email\";s:16:\"ksb205@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852490244\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18864,4743,'mec_price','22.1192'),(18865,4743,'mec_gateway','MEC_gateway_woocommerce'),(18866,4743,'mec_gateway_label','Pay by WooCommerce'),(18867,4742,'_download_permissions_granted','yes'),(18868,4742,'_recorded_sales','yes'),(18869,4742,'_recorded_coupon_usage_counts','yes'),(18870,4742,'_order_stock_reduced','yes'),(20199,4802,'_order_key','wc_order_azGWFMhDPOMom'),(18954,4748,'_mec_transaction_id','XDR84411'),(18955,4748,'_billing_first_name','Brenda'),(18956,4748,'_billing_last_name','Swift'),(18957,4748,'_shipping_first_name','Brenda'),(18958,4748,'_shipping_last_name','Swift'),(18959,4748,'_shipping_email','brendaswift@cox.net'),(18960,4748,'_billing_email','brendaswift@cox.net'),(18961,4749,'_order_key','wc_order_HAWW9tXH3rr4F'),(18962,4749,'_customer_user','52'),(18963,4749,'_customer_ip_address','108.214.146.149'),(18964,4749,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362'),(18965,4749,'_order_currency','USD'),(18966,4749,'_cart_discount','0'),(18967,4749,'_cart_discount_tax','0'),(18968,4749,'_order_shipping','0'),(18969,4749,'_order_shipping_tax','0'),(18970,4749,'_order_tax','0'),(18971,4749,'_order_total','22.12'),(18972,4749,'_order_version','3.9.1'),(18973,4749,'_prices_include_tax','no'),(18974,4749,'_billing_address_index','Bill Waters        bill_waters02@yahoo.com '),(18975,4749,'_shipping_address_index','        '),(18976,4749,'_mec_transaction_id','HVK81129'),(18977,4749,'_billing_first_name','Bill'),(18978,4749,'_billing_last_name','Waters'),(18979,4749,'_shipping_first_name','Bill'),(18980,4749,'_shipping_last_name','Waters'),(18981,4749,'_shipping_email','bill_waters02@yahoo.com'),(18982,4749,'_billing_email','bill_waters02@yahoo.com'),(18983,4749,'_payment_method','paypal'),(18984,4749,'_payment_method_title','PayPal'),(18985,4749,'Payment type','instant'),(18986,4749,'_transaction_id','2FL87212NX4880914'),(18987,4749,'_paypal_status','completed'),(18988,4749,'PayPal Transaction Fee','0.94'),(18989,4749,'_date_completed','1580997846'),(18990,4749,'_date_paid','1580997846'),(18991,4749,'_paid_date','2020-02-06 14:04:06'),(18992,4749,'_completed_date','2020-02-06 14:04:06'),(18993,4750,'_elementor_controls_usage','a:0:{}'),(18994,4750,'mec_verified','1'),(18995,4750,'mec_verification_key','96437da01ade2a992fdc7f54bb3689f5'),(18996,4750,'mec_cancellation_key','c96e08d57fd6e34c312809e84de044cf'),(18997,4750,'mec_confirmed','1'),(18998,4750,'mec_transaction_id','HVK81129'),(18999,4750,'mec_event_id','4468'),(19000,4750,'mec_date','2020-02-07:2020-02-07'),(19001,4750,'mec_ticket_id',',1,1,'),(19002,4750,'mec_booking_time','2020-02-06 14:04:06'),(19003,4750,'mec_attendees','a:2:{i:0;a:5:{s:4:\"name\";s:11:\"Bill Waters\";s:5:\"email\";s:23:\"bill_waters02@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856406082\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:13:\"Brenda Waters\";s:5:\"email\";s:23:\"bill_waters02@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856406082\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(19004,4750,'mec_price','22.1192'),(19005,4750,'mec_gateway','MEC_gateway_woocommerce'),(19006,4750,'mec_gateway_label','Pay by WooCommerce'),(19007,4749,'_download_permissions_granted','yes'),(19008,4749,'_recorded_sales','yes'),(19009,4749,'_recorded_coupon_usage_counts','yes'),(19010,4749,'_order_stock_reduced','yes'),(19011,4751,'_order_key','wc_order_qKHfOLHMiiwc3'),(19012,4751,'_customer_user','53'),(19013,4751,'_customer_ip_address','174.234.19.105'),(19014,4751,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(19015,4751,'_order_currency','USD'),(19016,4751,'_cart_discount','0'),(19017,4751,'_cart_discount_tax','0'),(19018,4751,'_order_shipping','0'),(19019,4751,'_order_shipping_tax','0'),(19020,4751,'_order_tax','0'),(19021,4751,'_order_total','22.12'),(19022,4751,'_order_version','3.9.1'),(19023,4751,'_prices_include_tax','no'),(19024,4751,'_billing_address_index','          '),(19025,4751,'_shipping_address_index','        '),(19026,4751,'_mec_transaction_id','EBW93342'),(19027,4751,'_billing_first_name','David'),(19028,4751,'_billing_last_name','Fath'),(19029,4751,'_shipping_first_name','David'),(19030,4751,'_shipping_last_name','Fath'),(19031,4751,'_shipping_email','david.l.fath@gmail.com'),(19032,4751,'_billing_email',''),(19033,4751,'_payment_method','paypal'),(19034,4751,'_payment_method_title','PayPal'),(19035,4751,'Payment type','instant'),(19036,4751,'_transaction_id','5A1044183P9362001'),(19037,4751,'_paypal_status','completed'),(19038,4751,'PayPal Transaction Fee','0.94'),(19039,4751,'_date_completed','1581012335'),(19040,4751,'_date_paid','1581012335'),(19041,4751,'_paid_date','2020-02-06 18:05:35'),(19042,4751,'_completed_date','2020-02-06 18:05:35'),(19043,4752,'_elementor_controls_usage','a:0:{}'),(19044,4752,'mec_verified','1'),(5763,1937,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 28 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:74:\"Your content is longer than the recommend minimum of 300 words, excellent!\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is greater than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 9 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:18:\"9 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(5764,1937,'_wds_readability','a:4:{s:5:\"score\";d:63.89328221887047;s:9:\"raw_score\";d:63.89328221887047;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(5765,1399,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 28 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(5766,1399,'_wds_readability','a:4:{s:5:\"score\";d:66.40000000000003;s:9:\"raw_score\";d:66.40000000000003;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(5767,2705,'_edit_last','1'),(10395,4072,'_edit_last','1'),(13238,551,'slide_template',''),(13239,4459,'_elementor_edit_mode','builder'),(13240,4459,'_elementor_template_type','post'),(13241,4459,'_wp_page_template','default'),(13242,4459,'_elementor_data','[{\"id\":\"2cd009c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"id\":621,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/Postcard-Lagoon.jpg\"},\"background_position\":\"top center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#002318\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":40},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":130}},\"elements\":[{\"id\":\"eaf9918\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"c579880\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"80709f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true},{\"id\":\"d5f6fb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":80},\"elements\":[{\"id\":\"30819d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2},\"header_size\":\"h1\",\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"86f923c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A history of memories dating back to 1889.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a15a065\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9ca646\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650},\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":900},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"42e0336f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"41c09471\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relax. We got this.\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cb84ad4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Vinewood has a long, LONG history in Topeka and is the backdrop to hundreds, if not thousands of memories. Ownership, venue accommodations and aesthetics have shifted throughout the years, but one thing remains steady; The Vinewood is the place to be. The indescribable vibe puts everyone at ease with a smile. Relax. Stay a moment. Let\'s make some memories.<\\/p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"93bd3b8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#75c32c\",\"hover_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"align\":\"center\",\"align_mobile\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":50},\"button_background_hover_color\":\"rgba(117,195,44,0.85)\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.7}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d23281c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#f7f7f7\"},\"elements\":[{\"id\":\"45df255a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"92fd112\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"21e0f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06dc1cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our HISTORY\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe85400\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">The Vinewood is a one-of-a-kind wedding and event venue in Topeka, KAN. What began as an idea for a community park in 1889, became an attraction and destination for thousands \'til 1923. Topeka built Lake Shawnee around 1925 and The Vinewood\'s new owners XXXXX sold all the attraction rides. The main stable stayed, along with the dance floor made from XXX springs. The XXX family farmed the land (sweet corn and award-winning alphay). \\\"It was hard work,\\\" said grandson XXX who begin working at Vinewood at the age of five, making 50 cents a day. But the most fun was every Thursday, Friday and Saturday. Everyone, I mean everyone came to Vinewood to dance and celebrate. If you were going to meet someone, you came here.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4ee093e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"888b273\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":572,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/bg4-free-img.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"f844f3e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":500},\"space_tablet\":{\"unit\":\"px\",\"size\":300},\"space_mobile\":{\"unit\":\"px\",\"size\":100}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5144e021\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1070c39e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14477a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Robucks know just that, meeting at one aforementioned dances in 19XX. The couple connected on the dance floor and have been married since. So when the opportunity arose to purchase The Vinewood in 2016, they new the importance of keeping the venue and vibe alive.<\\/p><p>The Robucks have been instrumental in the rehabilitation of NOTO Arts District, owning over a dozen properties. One such catercorner from their old jewelry shop, Front Door Catering. After working with Mike Weible and Nicole Degennaro for a few years and seeing their passion and success, they knew it was time to pass the love and keys. Excited to take a \\\"real\\\" vacation for once in their married life, the Robuks, now in their late 70s, will never need a key. Their always invited to the party.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"justify\",\"align_mobile\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7c43b50b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"59a1fa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mike and Nicole are thrilled to bring their point of view to the historic venue. Honoring the past and building a future, The Historic Vinewood is the place for any and all types of events. They strive to simply just do things better. It\'s a family here. It\'s pride. It\'s hard-work and it\'s fun. Let us know what you have planned, and let\'s us help create lasting memories.<\\/p><p class=\\\"font_7\\\"><span class=\\\"wixGuard\\\">\\u200b<\\/span>In the early 1900\'s Vinewood became known as Vinewood Park. A carousel, paddle boats, and eventually a wooden roller coaster was added to the park. The property had a restaurant, cabins, and plenty of space for picnics and outdoor activities.\\u00a0<\\/p><p class=\\\"font_7\\\"><span class=\\\"wixGuard\\\">\\u200b<\\/span>We invite you to become a part of The Vinewood story: Whether it be by having your wedding or business event here or joining us for one of our many community events, we can\'t wait to be a part of it.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"justify\",\"align_mobile\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41d8482\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d83b9a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d6d9c6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d55184b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb0ae48\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOUR Team\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5507fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Team work truly makes the dream work.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"25cf9d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c311fb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6f06e4ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":573,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate1-free-img.png\"},\"title_text\":\"NICOLE DEGENNARO\",\"description_text\":\"<span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\">Co-Owner<\\/span><span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\"><\\/span>\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a8e57a7\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"721ab8bc\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"9e045f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"12f10989\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":574,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate2-free-img.png\"},\"title_text\":\"MIKE WIEBEL\",\"description_text\":\"<span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\">Co-Owner<\\/span><span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\"><\\/span>\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3ad1cb4\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"33f5e5e\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-instagram\",\"_id\":\"65a1075\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"486d2f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"785b699e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":575,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate3-free-img.png\"},\"title_text\":\"Shanna stint\",\"description_text\":\"Event Coordinator\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1f443fcc\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0021d53\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-instagram\",\"_id\":\"65a1075\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60378f3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"699b899\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a1f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":573,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate1-free-img.png\"},\"title_text\":\"KERRICE MAPES\",\"description_text\":\"<span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\">Marketing Director<\\/span><span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\"><\\/span>\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"74ba4d0\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dbddb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"9f4ef0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92f7eaf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":574,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate2-free-img.png\"},\"title_text\":\"LUKE DOMME\",\"description_text\":\"<span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\">Logistics<\\/span><span style=\\\"font-size: 15px; font-style: normal; font-weight: 400;\\\"><\\/span>\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"902d7d1\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c44332\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-instagram\",\"_id\":\"65a1075\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"59cf574\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"90c3a83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":575,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/mate3-free-img.png\"},\"title_text\":\"Rebecca Radjensky\",\"description_text\":\"Event Coordinator\",\"image_space\":{\"unit\":\"px\",\"size\":22},\"image_size\":{\"unit\":\"%\",\"size\":80},\"text_align\":\"center\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35},\"title_typography_font_weight\":\"900\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25},\"_background_background\":\"classic\",\"_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"8e41964\",\"elType\":\"widget\",\"settings\":{\"color\":\"#75c32c\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"da51723\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-instagram\",\"_id\":\"65a1075\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-facebook\",\"_id\":\"7e85a60\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"__fa4_migrated\":{\"social_icon\":true}},{\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"ac1261f\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#4e5768\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":13},\"hover_secondary_color\":\"#ffffff\",\"shape\":\"circle\",\"icon_padding\":{\"unit\":\"em\",\"size\":0.75},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#75c32c\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7d2ef6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":500},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"background_image\":{\"id\":571,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/about-bg-free-img.jpg\"},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d2dbbdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ebf903\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"21\"},\"elements\":[{\"id\":\"223207d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3aa06c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":576,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/plant4-free-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3bf2264\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87f6910\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested? Shop this plant collection!\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"900\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"00077b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt.\\u00a0\",\"text_color\":\"#ffffff\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bdcb6c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30},\"elements\":[{\"id\":\"c87f02e\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY FOR $99\",\"align\":\"center\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#75c32c\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(117,195,44,0.85)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"align_mobile\":\"center\",\"icon_indent\":{\"unit\":\"px\",\"size\":50},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.7},\"link\":{\"url\":\"checkout-page\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align_tablet\":\"right\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12447,4394,'_elementor_controls_usage','a:0:{}'),(12448,4394,'_appointment_title','Tour The Vinewood'),(12449,4394,'_appointment_guest_name','Kerrice'),(12450,4394,'_appointment_guest_surname','Mapes'),(12451,4394,'_appointment_guest_email','seveneightfive@fmail.com'),(12452,4394,'_appointment_timestamp','1568741400'),(12453,4394,'_appointment_timeslot','1730-1830'),(12454,4394,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>Hi</p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Testing </p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>50</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>Jsdf</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Friend / Referral </p><p class=\"cf-meta-value\"><strong>What made you choose The Vinewood as a potential location for your next event? </strong><br>Testing </p>'),(12455,4394,'_booked_wc_time_created','1568741179'),(12456,4394,'_booked_wc_date_created','2019-09-17 17:26:19'),(12457,4394,'_appointment_user_reminder_sent','1'),(12458,4394,'_appointment_admin_reminder_sent','1'),(12395,4392,'_wp_page_template','default'),(12396,4392,'_elementor_controls_usage','a:0:{}'),(12397,4392,'mec_color','3d7b5f'),(12398,4392,'mec_location_id','1'),(12399,4392,'mec_dont_show_map','0'),(12400,4392,'mec_organizer_id','1'),(12401,4392,'mec_read_more',''),(12402,4392,'mec_more_info',''),(12393,4392,'_edit_last','1'),(12394,4392,'_edit_lock','1569941950:1'),(12403,4392,'mec_more_info_title',''),(12404,4392,'mec_more_info_target','_self'),(12405,4392,'mec_cost','$10'),(12406,4392,'mec_additional_organizer_ids','a:0:{}'),(12407,4392,'mec_additional_location_ids','a:0:{}'),(12408,4392,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-10-05\";s:4:\"hour\";s:1:\"7\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-10-05\";s:4:\"hour\";s:2:\"10\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:33:\"Doors open an hour and half prior\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(12409,4392,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(12410,4392,'mec_certain_weekdays','a:0:{}'),(12411,4392,'mec_allday','0'),(12412,4392,'mec_hide_time','0'),(12413,4392,'mec_hide_end_time','0'),(12414,4392,'mec_comment','Doors open an hour and half prior'),(12415,4392,'mec_start_date','2019-10-05'),(12416,4392,'mec_start_time_hour','7'),(12417,4392,'mec_start_time_minutes','0'),(12418,4392,'mec_start_time_ampm','PM'),(12419,4392,'mec_start_day_seconds','68400'),(12420,4392,'mec_end_date','2019-10-05'),(12421,4392,'mec_end_time_hour','10'),(12422,4392,'mec_end_time_minutes','0'),(12423,4392,'mec_end_time_ampm','PM'),(12424,4392,'mec_end_day_seconds','79200'),(12425,4392,'mec_repeat_status','0'),(12426,4392,'mec_repeat_type',''),(12427,4392,'mec_repeat_interval','1'),(12428,4392,'mec_repeat_end',''),(12429,4392,'mec_repeat_end_at_occurrences',''),(12430,4392,'mec_repeat_end_at_date',''),(12431,4392,'mec_advanced_days','a:0:{}'),(12432,4392,'mec_in_days',''),(12433,4392,'mec_not_in_days',''),(12434,4392,'mec_hourly_schedules','a:0:{}'),(12435,4392,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(12436,4392,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:3:\"GA \";s:22:\"ticket_start_time_hour\";s:2:\"07\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"10\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:37:\"Steve Kile Band - Saturday, October 5\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:3:\"$10\";s:5:\"limit\";s:3:\"100\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(12437,4392,'mec_fees_global_inheritance','1'),(12438,4392,'mec_fees','a:1:{s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(12439,4392,'mec_ticket_variations_global_inheritance','1'),(12440,4392,'mec_ticket_variations','a:0:{}'),(12441,4392,'mec_reg_fields_global_inheritance','1'),(12442,4392,'mec_reg_fields','a:0:{}'),(12443,4392,'mec_op','a:0:{}'),(12444,4392,'slide_template','default'),(12469,4397,'_wp_attached_file','2019/09/Artus.jpg'),(12467,4396,'_edit_last','1'),(12468,4396,'_edit_lock','1569136466:1'),(12470,4397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:576;s:4:\"file\";s:17:\"2019/09/Artus.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Artus-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:\"Artus-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:\"Artus-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:17:\"Artus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:17:\"Artus-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:17:\"Artus-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:17:\"Artus-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:17:\"Artus-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:17:\"Artus-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:17:\"Artus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:17:\"Artus-885x576.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"Artus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"Artus-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"Artus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"Artus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Artus-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Artus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12471,4397,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.038990297574168;s:5:\"bytes\";i:17892;s:11:\"size_before\";i:442982;s:10:\"size_after\";i:425090;s:4:\"time\";d:0.8500000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:395;s:11:\"size_before\";i:6538;s:10:\"size_after\";i:6143;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:792;s:11:\"size_before\";i:13513;s:10:\"size_after\";i:12721;s:4:\"time\";d:0.57;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:2565;s:11:\"size_before\";i:57073;s:10:\"size_after\";i:54508;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:940;s:11:\"size_before\";i:18708;s:10:\"size_after\";i:17768;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:1522;s:11:\"size_before\";i:29897;s:10:\"size_after\";i:28375;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:1189;s:11:\"size_before\";i:21665;s:10:\"size_after\";i:20476;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:2040;s:11:\"size_before\";i:41481;s:10:\"size_after\";i:39441;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:1277;s:11:\"size_before\";i:28458;s:10:\"size_after\";i:27181;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:1076;s:11:\"size_before\";i:20695;s:10:\"size_after\";i:19619;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:246;s:11:\"size_before\";i:3754;s:10:\"size_after\";i:3508;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69;s:5:\"bytes\";i:3765;s:11:\"size_before\";i:80301;s:10:\"size_after\";i:76536;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17768;s:10:\"size_after\";i:17768;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:2085;s:11:\"size_before\";i:40216;s:10:\"size_after\";i:38131;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3508;s:10:\"size_after\";i:3508;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17768;s:10:\"size_after\";i:17768;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38131;s:10:\"size_after\";i:38131;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3508;s:10:\"size_after\";i:3508;s:4:\"time\";d:0.01;}}}'),(12472,4396,'_thumbnail_id','4397'),(12473,4396,'_wp_page_template','default'),(12474,4396,'_elementor_controls_usage','a:0:{}'),(12475,4396,'mec_color','70003f'),(12476,4396,'mec_location_id','1'),(12477,4396,'mec_dont_show_map','0'),(12478,4396,'mec_organizer_id','81'),(12479,4396,'mec_read_more',''),(12480,4396,'mec_more_info',''),(12481,4396,'mec_more_info_title',''),(12482,4396,'mec_more_info_target','_self'),(12483,4396,'mec_cost','$10'),(12484,4396,'mec_additional_organizer_ids','a:0:{}'),(12485,4396,'mec_additional_location_ids','a:0:{}'),(12486,4396,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-09-28\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-09-28\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:31:\"Doors open one hour before show\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(12487,4396,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(12488,4396,'mec_certain_weekdays','a:0:{}'),(12489,4396,'mec_allday','0'),(12490,4396,'mec_hide_time','0'),(12491,4396,'mec_hide_end_time','0'),(12492,4396,'mec_comment','Doors open one hour before show'),(12493,4396,'mec_start_date','2019-09-28'),(12494,4396,'mec_start_time_hour','8'),(12495,4396,'mec_start_time_minutes','0'),(12496,4396,'mec_start_time_ampm','PM'),(12497,4396,'mec_start_day_seconds','72000'),(12498,4396,'mec_end_date','2019-09-28'),(12499,4396,'mec_end_time_hour','11'),(12500,4396,'mec_end_time_minutes','0'),(12501,4396,'mec_end_time_ampm','PM'),(12502,4396,'mec_end_day_seconds','82800'),(12503,4396,'mec_repeat_status','0'),(12504,4396,'mec_repeat_type',''),(12505,4396,'mec_repeat_interval','1'),(12506,4396,'mec_repeat_end',''),(12507,4396,'mec_repeat_end_at_occurrences',''),(12508,4396,'mec_repeat_end_at_date',''),(12509,4396,'mec_advanced_days','a:0:{}'),(12510,4396,'mec_in_days',''),(12511,4396,'mec_not_in_days',''),(12512,4396,'mec_hourly_schedules','a:0:{}'),(12513,4396,'mec_booking','a:0:{}'),(12514,4396,'mec_tickets','a:0:{}'),(12515,4396,'mec_fees_global_inheritance','1'),(12516,4396,'mec_fees','a:0:{}'),(12517,4396,'mec_ticket_variations_global_inheritance','1'),(12518,4396,'mec_ticket_variations','a:0:{}'),(12519,4396,'mec_reg_fields_global_inheritance','1'),(12520,4396,'mec_reg_fields','a:0:{}'),(12521,4396,'mec_op','a:0:{}'),(12522,4396,'slide_template',''),(17257,4657,'mec_date','2020-01-12:2020-01-12'),(17258,4657,'mec_ticket_id',',1,'),(17259,4657,'mec_booking_time','2020-01-07 13:40:36'),(17260,4657,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:12:\"Lynne Crouse\";s:5:\"email\";s:17:\"lynnec5@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856408501\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(17261,4657,'mec_price','33.1788'),(17262,4657,'mec_gateway','MEC_gateway_woocommerce'),(17263,4657,'mec_gateway_label','Pay by WooCommerce'),(17264,4656,'_download_permissions_granted','yes'),(17265,4656,'_recorded_sales','yes'),(17266,4656,'_recorded_coupon_usage_counts','yes'),(17267,4656,'_order_stock_reduced','yes'),(18162,4705,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),(19344,4765,'_customer_user','30'),(19345,4765,'_customer_ip_address','174.234.17.71'),(19346,4765,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1'),(19343,4765,'_order_key','wc_order_U37MJhSkTIHd4'),(18161,4705,'_customer_ip_address','107.77.206.211'),(20074,4796,'_transaction_id','96897093AC7433120'),(19331,4764,'mec_event_id','4468'),(19330,4764,'mec_transaction_id','SBV73717'),(19329,4764,'mec_confirmed','1'),(17284,4661,'_wp_attached_file','2019/08/TheHouseJumpers-Logo.png'),(17285,4661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2019/08/TheHouseJumpers-Logo.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-391x260.png\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-500x390.png\";s:5:\"width\";i:500;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"TheHouseJumpers-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(17286,4661,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.270016876054754;s:5:\"bytes\";i:190256;s:11:\"size_before\";i:938608;s:10:\"size_after\";i:748352;s:4:\"time\";d:2.1599999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.28;s:5:\"bytes\";i:28138;s:11:\"size_before\";i:89958;s:10:\"size_after\";i:61820;s:4:\"time\";d:0.18;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.22;s:5:\"bytes\";i:8019;s:11:\"size_before\";i:29462;s:10:\"size_after\";i:21443;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61820;s:10:\"size_after\";i:61820;s:4:\"time\";d:0.18;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.49;s:5:\"bytes\";i:53573;s:11:\"size_before\";i:181681;s:10:\"size_after\";i:128108;s:4:\"time\";d:0.4;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.12;s:5:\"bytes\";i:37688;s:11:\"size_before\";i:129410;s:10:\"size_after\";i:91722;s:4:\"time\";d:0.27;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.59;s:5:\"bytes\";i:28217;s:11:\"size_before\";i:79275;s:10:\"size_after\";i:51058;s:4:\"time\";d:0.27;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.16;s:5:\"bytes\";i:31453;s:11:\"size_before\";i:120225;s:10:\"size_after\";i:88772;s:4:\"time\";d:0.2;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:88772;s:10:\"size_after\";i:88772;s:4:\"time\";d:0.25;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.35;s:5:\"bytes\";i:3168;s:11:\"size_before\";i:13567;s:10:\"size_after\";i:10399;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61820;s:10:\"size_after\";i:61820;s:4:\"time\";d:0.14;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10399;s:10:\"size_after\";i:10399;s:4:\"time\";d:0.03;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61820;s:10:\"size_after\";i:61820;s:4:\"time\";d:0.13;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10399;s:10:\"size_after\";i:10399;s:4:\"time\";d:0.03;}}}'),(17287,4662,'_wp_attached_file','2019/08/Tickets.png'),(17288,4662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:315;s:4:\"file\";s:19:\"2019/08/Tickets.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Tickets-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tickets-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Tickets-768x285.png\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:19:\"Tickets-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:19:\"Tickets-474x315.png\";s:5:\"width\";i:474;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:19:\"Tickets-391x260.png\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:19:\"Tickets-600x315.png\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:19:\"Tickets-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:19:\"Tickets-400x148.png\";s:5:\"width\";i:400;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:19:\"Tickets-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Tickets-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Tickets-600x222.png\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Tickets-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Tickets-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Tickets-600x222.png\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Tickets-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(15119,4560,'_wp_page_template','default'),(15120,4560,'_elementor_edit_mode','builder'),(15121,4560,'_elementor_template_type','wp-post'),(15122,4560,'_elementor_version','2.7.3'),(15123,4560,'_elementor_pro_version','2.7.1'),(15124,4560,'_elementor_data','[{\"id\":\"e287722\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb5f5d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.714,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f9cea08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dance & Celebrate\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2944125\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.<\\/p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"969b5de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.286,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8348579\",\"elType\":\"widget\",\"settings\":{\"title\":\"Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cb2e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>$10 per person<\\/strong> (all dances &amp; shows)<strong><br \\/><\\/strong><\\/li><li>All Ages Welcomed<\\/li><li>Doors open one hour prior to start time listed<\\/li><li>No outside food or drink<\\/li><li>Cash bar and snack bar available (we do accept credit and debit cards)<\\/li><\\/ul>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"824031c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"ab25324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4989936\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8288b19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.<\\/p><p><em>(Click on the band name to view event details and to learn more about the band.)<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"289a3dc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[MEC id=\\\"16\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12801,4430,'_wp_attached_file','2019/08/44099737_458752667865091_7165541368687755264_n.jpg'),(12802,4430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:445;s:4:\"file\";s:58:\"2019/08/44099737_458752667865091_7165541368687755264_n.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-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:58:\"44099737_458752667865091_7165541368687755264_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-445x324.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-445x390.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"44099737_458752667865091_7165541368687755264_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(12803,4430,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.21718675676204;s:5:\"bytes\";i:11076;s:11:\"size_before\";i:153467;s:10:\"size_after\";i:142391;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.96;s:5:\"bytes\";i:650;s:11:\"size_before\";i:5933;s:10:\"size_after\";i:5283;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.05;s:5:\"bytes\";i:1534;s:11:\"size_before\";i:13885;s:10:\"size_after\";i:12351;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12351;s:10:\"size_after\";i:12351;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.02;s:5:\"bytes\";i:2081;s:11:\"size_before\";i:15989;s:10:\"size_after\";i:13908;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.12;s:5:\"bytes\";i:1283;s:11:\"size_before\";i:11541;s:10:\"size_after\";i:10258;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.33;s:5:\"bytes\";i:2635;s:11:\"size_before\";i:21367;s:10:\"size_after\";i:18732;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.51;s:5:\"bytes\";i:2478;s:11:\"size_before\";i:19808;s:10:\"size_after\";i:17330;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17330;s:10:\"size_after\";i:17330;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.93;s:5:\"bytes\";i:415;s:11:\"size_before\";i:3797;s:10:\"size_after\";i:3382;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12351;s:10:\"size_after\";i:12351;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3382;s:10:\"size_after\";i:3382;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12351;s:10:\"size_after\";i:12351;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3382;s:10:\"size_after\";i:3382;s:4:\"time\";d:0.01;}}}'),(12847,4434,'inline_featured_image','0'),(12848,4434,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(12849,4434,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 45 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(12805,4430,'_wp_attachment_image_alt','No Good Johnny Logo'),(12806,3710,'_thumbnail_id','4430'),(12807,3710,'_wp_page_template','default'),(21371,4858,'_order_currency','USD'),(21372,4858,'_cart_discount','0'),(21373,4858,'_cart_discount_tax','0'),(21374,4858,'_order_shipping','0'),(21375,4858,'_order_shipping_tax','0'),(21376,4858,'_order_tax','0'),(21377,4858,'_order_total','22.12'),(21378,4858,'_order_version','3.9.2'),(21379,4858,'_prices_include_tax','no'),(21380,4858,'_billing_address_index','          '),(21381,4858,'_shipping_address_index','        '),(21382,4858,'_mec_transaction_id','CTE84954'),(21383,4858,'_billing_first_name','Michelle'),(21384,4858,'_shipping_first_name','Michelle'),(21385,4858,'_shipping_last_name',''),(21386,4858,'_shipping_email','interiorsbymichelle@yahoo.com'),(21387,4858,'_billing_last_name',''),(21388,4858,'_billing_email',''),(21412,4858,'_download_permissions_granted','yes'),(21389,4858,'_payment_method','paypal'),(21390,4858,'_payment_method_title','PayPal'),(21391,4858,'Payment type','instant'),(21392,4858,'_transaction_id','7KG95413412588619'),(21393,4858,'_paypal_status','completed'),(21394,4858,'PayPal Transaction Fee','0.94'),(21395,4858,'_date_completed','1582920063'),(21396,4858,'_date_paid','1582920063'),(21397,4858,'_paid_date','2020-02-28 20:01:03'),(21398,4858,'_completed_date','2020-02-28 20:01:03'),(21399,4859,'mec_verified','1'),(21400,4859,'mec_verification_key','5e0fa063243fc5f3d20352b65ee4445f'),(21401,4859,'mec_cancellation_key','3d09db30d8de8590bddaa6239ecfa6b5'),(21402,4859,'mec_confirmed','1'),(21403,4859,'mec_transaction_id','CTE84954'),(21404,4859,'mec_event_id','4620'),(21405,4859,'mec_date','2020-02-28:2020-02-28'),(21406,4859,'mec_ticket_id',',1,1,'),(21407,4859,'mec_booking_time','2020-02-28 20:01:03'),(21408,4859,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:8:\"Michelle\";s:5:\"email\";s:29:\"interiorsbymichelle@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063894\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:8:\"Michelle\";s:5:\"email\";s:29:\"interiorsbymichelle@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063894\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(21409,4859,'mec_price','22.1192'),(21410,4859,'mec_gateway','MEC_gateway_woocommerce'),(21411,4859,'mec_gateway_label','Pay by WooCommerce'),(21413,4858,'_recorded_sales','yes'),(21414,4858,'_recorded_coupon_usage_counts','yes'),(21415,4858,'_order_stock_reduced','yes'),(21416,4860,'_order_key','wc_order_UGkCIV3bGPOhH'),(21417,4860,'_customer_user','0'),(21418,4860,'_customer_ip_address','107.77.206.11'),(21419,4860,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/13.3.1;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]'),(21420,4860,'_order_currency','USD'),(21421,4860,'_cart_discount','0'),(21422,4860,'_cart_discount_tax','0'),(21423,4860,'_order_shipping','0'),(21424,4860,'_order_shipping_tax','0'),(21425,4860,'_order_tax','0'),(21426,4860,'_order_total','11.06'),(21427,4860,'_order_version','3.9.2'),(21428,4860,'_prices_include_tax','no'),(21429,4860,'_billing_address_index','          '),(21430,4860,'_shipping_address_index','        '),(21431,4860,'_mec_transaction_id','AQH78784'),(21432,4860,'_billing_first_name','Jennifer'),(21433,4860,'_billing_last_name','Springer'),(21434,4860,'_shipping_first_name','Jennifer'),(21435,4860,'_shipping_last_name','Springer'),(21436,4860,'_shipping_email','JenniferSpringer9698@gmail.com'),(21437,4860,'_billing_email','JenniferSpringer9698@gmail.com'),(21438,4861,'_order_key','wc_order_BkaoGeR8qstFu'),(21439,4861,'_customer_user','0'),(21440,4861,'_customer_ip_address','24.255.228.21'),(21441,4861,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(21442,4861,'_order_currency','USD'),(21443,4861,'_cart_discount','0'),(21444,4861,'_cart_discount_tax','0'),(21445,4861,'_order_shipping','0'),(21446,4861,'_order_shipping_tax','0'),(21447,4861,'_order_tax','0'),(21448,4861,'_order_total','22.12'),(21449,4861,'_order_version','3.9.2'),(21450,4861,'_prices_include_tax','no'),(21451,4861,'_billing_address_index','          '),(21452,4861,'_shipping_address_index','        '),(21453,4861,'_mec_transaction_id','TDV92268'),(21454,4861,'_billing_first_name','Carlene'),(21455,4861,'_billing_last_name','Jones'),(21456,4861,'_shipping_first_name','Carlene'),(21457,4861,'_shipping_last_name','Jones'),(21458,4861,'_shipping_email','chpdjones@cox.net'),(21459,4861,'_billing_email','chpdjones@cox.net'),(21460,4862,'_order_key','wc_order_JZvkFNiYuh4Ey'),(21461,4862,'_customer_user','84'),(21462,4862,'_customer_ip_address','107.222.7.117'),(21463,4862,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone8,2;FBMD/iPhone;FBSN/iOS;FBSV/13.3.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]'),(21464,4862,'_order_currency','USD'),(21465,4862,'_cart_discount','0'),(21466,4862,'_cart_discount_tax','0'),(21467,4862,'_order_shipping','0'),(21468,4862,'_order_shipping_tax','0'),(21469,4862,'_order_tax','0'),(21470,4862,'_order_total','55.30'),(21471,4862,'_order_version','3.9.2'),(21472,4862,'_prices_include_tax','no'),(21473,4862,'_billing_address_index','Karen Moore        karensmoore62@gmail.co '),(21474,4862,'_shipping_address_index','        '),(21475,4862,'_mec_transaction_id','EPW10984'),(21476,4862,'_billing_first_name','Karen'),(21477,4862,'_billing_last_name','Moore'),(21478,4862,'_shipping_first_name','Karen'),(21479,4862,'_shipping_last_name','Moore'),(21480,4862,'_shipping_email','karensmoore62@gmail.co'),(21481,4862,'_billing_email','karensmoore62@gmail.co'),(21482,4862,'_payment_method','paypal'),(21483,4862,'_payment_method_title','PayPal'),(21484,4862,'Payment type','instant'),(21485,4862,'_transaction_id','0GR22284979817704'),(21486,4862,'_paypal_status','completed'),(21487,4862,'PayPal Transaction Fee','1.90'),(21488,4862,'_date_completed','1582929229'),(21489,4862,'_date_paid','1582929229'),(21490,4862,'_paid_date','2020-02-28 22:33:49'),(21491,4862,'_completed_date','2020-02-28 22:33:49'),(21492,4863,'mec_verified','1'),(21493,4863,'mec_verification_key','54f454b5ca080fc82707308af1ab0f2e'),(21494,4863,'mec_cancellation_key','a06664dd00ebb8c4e9e9f54c52bd78bf'),(21495,4863,'mec_confirmed','1'),(21496,4863,'mec_transaction_id','EPW10984'),(21497,4863,'mec_event_id','4620'),(21498,4863,'mec_date','2020-02-28:2020-02-28'),(21499,4863,'mec_ticket_id',',1,1,1,1,1,'),(21500,4863,'mec_booking_time','2020-02-28 22:33:50'),(21501,4863,'mec_attendees','a:5:{i:0;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:22:\"karensmoore62@gmail.co\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:22:\"karensmoore62@gmail.co\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:22:\"karensmoore62@gmail.co\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:22:\"karensmoore62@gmail.co\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:4;a:6:{s:4:\"name\";s:11:\"Karen Moore\";s:5:\"email\";s:22:\"karensmoore62@gmail.co\";s:3:\"reg\";a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(21502,4863,'mec_price','55.298'),(21503,4863,'mec_gateway','MEC_gateway_woocommerce'),(21504,4863,'mec_gateway_label','Pay by WooCommerce'),(21505,4862,'_download_permissions_granted','yes'),(21506,4862,'_recorded_sales','yes'),(21507,4862,'_recorded_coupon_usage_counts','yes'),(21508,4862,'_order_stock_reduced','yes'),(21509,4792,'_appointment_user_reminder_sent','1'),(21510,4792,'_oembed_7377f233f04a6a4e236e2a97b5dc21c3','<div class=\"embed-container\"><iframe title=\"Marilyn Pierce\" width=\"640\" height=\"520\" scrolling=\"no\" frameborder=\"no\" src=\"https://www.reverbnation.com/widget_code/html_widget/artist_1801345?widget_id=55&pwc[included_songs]=1\"></iframe></div>'),(21511,4792,'_oembed_time_7377f233f04a6a4e236e2a97b5dc21c3','1583253522'),(21512,4792,'_appointment_admin_reminder_sent','1'),(21513,4864,'_appointment_title','Tour The Vinewood'),(21514,4864,'_appointment_guest_name','Taegan '),(21515,4864,'_appointment_guest_surname','Remp '),(21516,4864,'_appointment_guest_email','tnkk42@gmail.com'),(21517,4864,'_appointment_timestamp','1583344800'),(21518,4864,'_appointment_timeslot','1800-1900'),(21519,4864,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>I am looking for a spacious place to throw my graduation party. And I know you both Mike and Nicole personally and was going to invite you to my graduation party and then I remembered that you guys just purchased the vine-wood. So then I thought I could throw it there, have your amazing food and still be able to have you both attend!!!!</p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Graduation Party </p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>75-100</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>unknown yet </p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Friend / Referral </p><p class=\"cf-meta-value\"><strong>What made you choose The Vinewood as a potential location for your next event? </strong><br>I love Mike and Nicole and know they would be the perfect hosts for me. </p><p class=\"cf-meta-value\"><strong>Phone Number</strong><br>785-845-7722</p>'),(21520,4864,'_booked_wc_time_created','1583276181'),(21521,4864,'_booked_wc_date_created','2020-03-03 22:56:21'),(21197,4850,'_payment_method_title','PayPal'),(21198,4850,'Payment type','instant'),(21199,4850,'_transaction_id','1SF4396201370394N'),(21200,4850,'_paypal_status','completed'),(21201,4850,'PayPal Transaction Fee','0.94'),(21202,4850,'_date_completed','1582840499'),(21203,4850,'_date_paid','1582840499'),(21204,4850,'_paid_date','2020-02-27 21:54:59'),(21205,4850,'_completed_date','2020-02-27 21:54:59'),(21206,4851,'mec_verified','1'),(21207,4851,'mec_verification_key','9ed161ba6f7c599f278ff834476c08be'),(21208,4851,'mec_cancellation_key','8e1738d7abd0d3a0228461c2f0d29745'),(21209,4851,'mec_confirmed','1'),(21210,4851,'mec_transaction_id','GTX33127'),(21211,4851,'mec_event_id','4620'),(21212,4851,'mec_date','2020-02-28:2020-02-28'),(21213,4851,'mec_ticket_id',',1,1,'),(21214,4851,'mec_booking_time','2020-02-27 21:54:59'),(21215,4851,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Ellen Townsend\";s:5:\"email\";s:18:\"townsendke@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856337274\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Ellen Townsend\";s:5:\"email\";s:18:\"townsendke@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856337274\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(21216,4851,'mec_price','22.1192'),(21217,4851,'mec_gateway','MEC_gateway_woocommerce'),(21218,4851,'mec_gateway_label','Pay by WooCommerce'),(21219,4850,'_download_permissions_granted','yes'),(21220,4850,'_recorded_sales','yes'),(21221,4850,'_recorded_coupon_usage_counts','yes'),(21222,4850,'_order_stock_reduced','yes'),(21223,4852,'_order_key','wc_order_2ABeUVB69iZSa'),(21224,4852,'_customer_user','50'),(21225,4852,'_customer_ip_address','72.209.191.74'),(21226,4852,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(21227,4852,'_order_currency','USD'),(21228,4852,'_cart_discount','0'),(21229,4852,'_cart_discount_tax','0'),(21230,4852,'_order_shipping','0'),(21231,4852,'_order_shipping_tax','0'),(21232,4852,'_order_tax','0'),(21233,4852,'_order_total','22.12'),(21234,4852,'_order_version','3.9.2'),(21235,4852,'_prices_include_tax','no'),(21236,4852,'_billing_address_index','          '),(21237,4852,'_shipping_address_index','        '),(21238,4852,'_mec_transaction_id','QDA43781'),(21239,4852,'_billing_first_name','Marian'),(21240,4852,'_billing_last_name','Berry'),(21241,4852,'_shipping_first_name','Marian'),(21242,4852,'_shipping_last_name','Berry'),(21243,4852,'_shipping_email','ksb205@gmail.com'),(21244,4852,'_billing_email',''),(21245,4852,'_payment_method','paypal'),(21246,4852,'_payment_method_title','PayPal'),(21247,4852,'Payment type','instant'),(21248,4852,'_transaction_id','14M031616K052461J'),(21249,4852,'_paypal_status','completed'),(21250,4852,'PayPal Transaction Fee','0.94'),(21251,4852,'_date_completed','1582853776'),(21252,4852,'_date_paid','1582853776'),(21253,4852,'_paid_date','2020-02-28 01:36:16'),(21254,4852,'_completed_date','2020-02-28 01:36:16'),(21255,4853,'mec_verified','1'),(21256,4853,'mec_verification_key','4932c839d6221d41f055e92c9fdcd95e'),(21257,4853,'mec_cancellation_key','7883bafe2e7fd0567983864ee3321170'),(21258,4853,'mec_confirmed','1'),(21259,4853,'mec_transaction_id','QDA43781'),(21260,4853,'mec_event_id','4620'),(21261,4853,'mec_date','2020-02-28:2020-02-28'),(21262,4853,'mec_ticket_id',',1,1,'),(21263,4853,'mec_booking_time','2020-02-28 01:36:16'),(21264,4853,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Marian Berry\";s:5:\"email\";s:16:\"ksb205@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852490244\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Marian Berry\";s:5:\"email\";s:16:\"ksb205@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852490244\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(21265,4853,'mec_price','22.1192'),(21266,4853,'mec_gateway','MEC_gateway_woocommerce'),(21267,4853,'mec_gateway_label','Pay by WooCommerce'),(21268,4852,'_download_permissions_granted','yes'),(21269,4852,'_recorded_sales','yes'),(21270,4852,'_recorded_coupon_usage_counts','yes'),(21271,4852,'_order_stock_reduced','yes'),(21272,4854,'_order_key','wc_order_vcD63xXwmIIhC'),(21273,4854,'_customer_user','0'),(21274,4854,'_customer_ip_address','107.77.206.228'),(21275,4854,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(21276,4854,'_order_currency','USD'),(21277,4854,'_cart_discount','0'),(21278,4854,'_cart_discount_tax','0'),(21279,4854,'_order_shipping','0'),(21280,4854,'_order_shipping_tax','0'),(21281,4854,'_order_tax','0'),(21282,4854,'_order_total','22.12'),(21283,4854,'_order_version','3.9.2'),(21284,4854,'_prices_include_tax','no'),(21285,4854,'_billing_address_index','          '),(21286,4854,'_shipping_address_index','        '),(21287,4854,'_mec_transaction_id','QAH62621'),(21288,4854,'_billing_first_name','Carlene'),(21289,4854,'_billing_last_name','Jones'),(21290,4854,'_shipping_first_name','Carlene'),(21291,4854,'_shipping_last_name','Jones'),(21292,4854,'_shipping_email','chpdjones@cox.net'),(21293,4854,'_billing_email','chpdjones@cox.net'),(21294,4855,'_order_key','wc_order_TkOfCMDsyvI5V'),(21295,4855,'_customer_user','82'),(21296,4855,'_customer_ip_address','98.186.109.148'),(21297,4855,'_customer_user_agent','Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G930T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.1 Chrome/75.0.3770.143 Mobile Safari/537.36'),(21298,4855,'_order_currency','USD'),(21299,4855,'_cart_discount','0'),(21300,4855,'_cart_discount_tax','0'),(21301,4855,'_order_shipping','0'),(21302,4855,'_order_shipping_tax','0'),(21303,4855,'_order_tax','0'),(21304,4855,'_order_total','22.12'),(21305,4855,'_order_version','3.9.2'),(21306,4855,'_prices_include_tax','no'),(21307,4855,'_billing_address_index','Genell Schultes        gschultes10@gmail.com '),(21308,4855,'_shipping_address_index','        '),(21309,4855,'_mec_transaction_id','TCS15957'),(21310,4855,'_billing_first_name','Genell'),(21311,4855,'_billing_last_name','Schultes'),(21312,4855,'_shipping_first_name','Genell'),(21313,4855,'_shipping_last_name','Schultes'),(21314,4855,'_shipping_email','gschultes10@gmail.com'),(21315,4855,'_billing_email','gschultes10@gmail.com'),(21316,4855,'_payment_method','paypal'),(21317,4855,'_payment_method_title','PayPal'),(21318,4855,'Payment type','instant'),(21319,4855,'_transaction_id','3MV54822YW261340T'),(21320,4855,'_paypal_status','completed'),(21321,4855,'PayPal Transaction Fee','0.94'),(21322,4855,'_date_completed','1582885866'),(21323,4855,'_date_paid','1582885866'),(21324,4855,'_paid_date','2020-02-28 10:31:06'),(21325,4855,'_completed_date','2020-02-28 10:31:06'),(21326,4856,'mec_verified','1'),(21327,4856,'mec_verification_key','9616eb7eb92a138b129dc02b6141c3db'),(21328,4856,'mec_cancellation_key','1b787fde019acf72f6303a2083f853c4'),(21329,4856,'mec_confirmed','1'),(21330,4856,'mec_transaction_id','TCS15957'),(21331,4856,'mec_event_id','4620'),(21332,4856,'mec_date','2020-02-28:2020-02-28'),(21333,4856,'mec_ticket_id',',1,1,'),(21334,4856,'mec_booking_time','2020-02-28 10:31:06'),(21335,4856,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Genell Schultes\";s:5:\"email\";s:21:\"gschultes10@gmail.com\";s:3:\"reg\";a:2:{i:2;s:11:\"17853833721\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Genell Schultes\";s:5:\"email\";s:21:\"gschultes10@gmail.com\";s:3:\"reg\";a:2:{i:2;s:11:\"17853833721\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(21336,4856,'mec_price','22.1192'),(21337,4856,'mec_gateway','MEC_gateway_woocommerce'),(21338,4856,'mec_gateway_label','Pay by WooCommerce'),(21339,4855,'_download_permissions_granted','yes'),(21340,4855,'_recorded_sales','yes'),(21341,4855,'_recorded_coupon_usage_counts','yes'),(21342,4855,'_order_stock_reduced','yes'),(21343,4857,'_order_key','wc_order_S4sluJY4pFAf5'),(21344,4857,'_customer_user','0'),(21345,4857,'_customer_ip_address','174.234.20.38'),(21346,4857,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,2;FBMD/iPhone;FBSN/iOS;FBSV/13.3.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Verizon]'),(21347,4857,'_order_currency','USD'),(21348,4857,'_cart_discount','0'),(21349,4857,'_cart_discount_tax','0'),(21350,4857,'_order_shipping','0'),(21351,4857,'_order_shipping_tax','0'),(21352,4857,'_order_tax','0'),(21353,4857,'_order_total','22.12'),(21354,4857,'_order_version','3.9.2'),(21355,4857,'_prices_include_tax','no'),(21356,4857,'_billing_address_index','          '),(21357,4857,'_shipping_address_index','        '),(21358,4857,'_mec_transaction_id','GFT24164'),(21359,4857,'_billing_first_name','Michelle'),(21360,4857,'_shipping_first_name','Michelle'),(21361,4857,'_shipping_last_name',''),(21362,4857,'_shipping_email','interiorsbymichelle@yahoo.com'),(21363,4857,'_billing_last_name',''),(21364,4857,'_billing_email','interiorsbymichelle@yahoo.com'),(21365,4857,'_payment_method','paypal'),(21366,4857,'_payment_method_title','PayPal'),(21367,4858,'_order_key','wc_order_ZZgSkesnPO0SM'),(21368,4858,'_customer_user','83'),(21369,4858,'_customer_ip_address','174.234.20.38'),(21370,4858,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,2;FBMD/iPhone;FBSN/iOS;FBSV/13.3.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Verizon]'),(21017,4841,'mec_gateway','MEC_gateway_woocommerce'),(21018,4841,'mec_gateway_label','Pay by WooCommerce'),(21019,4840,'_download_permissions_granted','yes'),(21020,4840,'_recorded_sales','yes'),(21021,4840,'_recorded_coupon_usage_counts','yes'),(21022,4840,'_order_stock_reduced','yes'),(21024,4843,'_action_manager_schedule','O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1582603814;}'),(21029,4844,'_order_currency','USD'),(21030,4844,'_cart_discount','0'),(21031,4844,'_cart_discount_tax','0'),(21032,4844,'_order_shipping','0'),(21033,4844,'_order_shipping_tax','0'),(21034,4844,'_order_tax','0'),(21035,4844,'_order_total','11.06'),(21036,4844,'_order_version','3.9.2'),(21037,4844,'_prices_include_tax','no'),(21038,4844,'_billing_address_index','          '),(21039,4844,'_shipping_address_index','        '),(21040,4844,'_mec_transaction_id','SYV11663'),(21041,4844,'_billing_first_name','Heather'),(21042,4844,'_billing_last_name','Empson'),(21043,4844,'_shipping_first_name','Heather'),(21044,4844,'_shipping_last_name','Empson'),(21045,4844,'_shipping_email','hempson75@gmail.com'),(21046,4844,'_billing_email',''),(21047,4844,'_payment_method','paypal'),(21048,4844,'_payment_method_title','PayPal'),(21049,4844,'Payment type','instant'),(21050,4844,'_transaction_id','7S903552SB023292X'),(21051,4844,'_paypal_status','completed'),(21052,4844,'PayPal Transaction Fee','0.62'),(21053,4844,'_date_completed','1582638054'),(21054,4844,'_date_paid','1582638054'),(21055,4844,'_paid_date','2020-02-25 13:40:54'),(21056,4844,'_completed_date','2020-02-25 13:40:54'),(21057,4845,'mec_verified','1'),(21058,4845,'mec_verification_key','65f622758333f7a42103ef6962c39678'),(21059,4845,'mec_cancellation_key','1ce9ccd9874b09eeb19fc075db47756c'),(21060,4845,'mec_confirmed','1'),(21061,4845,'mec_transaction_id','SYV11663'),(21062,4845,'mec_event_id','4620'),(21063,4845,'mec_date','2020-02-28:2020-02-28'),(21064,4845,'mec_ticket_id',',1,'),(21065,4845,'mec_booking_time','2020-02-25 13:40:54'),(21066,4845,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:14:\"Heather Empson\";s:5:\"email\";s:19:\"hempson75@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7854099572\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(21067,4845,'mec_price','11.0596'),(21068,4845,'mec_gateway','MEC_gateway_woocommerce'),(21069,4845,'mec_gateway_label','Pay by WooCommerce'),(21070,4844,'_download_permissions_granted','yes'),(21071,4844,'_recorded_sales','yes'),(21072,4844,'_recorded_coupon_usage_counts','yes'),(21073,4844,'_order_stock_reduced','yes'),(21074,4814,'_edit_lock','1582655205:1'),(21075,4824,'_edit_lock','1582655218:1'),(21076,4846,'_order_key','wc_order_KFQbxyqUZc8eo'),(21077,4846,'_customer_user','79'),(21078,4846,'_customer_ip_address','24.255.248.156'),(21079,4846,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),(21080,4846,'_order_currency','USD'),(21081,4846,'_cart_discount','0'),(21082,4846,'_cart_discount_tax','0'),(21083,4846,'_order_shipping','0'),(21084,4846,'_order_shipping_tax','0'),(21085,4846,'_order_tax','0'),(21086,4846,'_order_total','33.18'),(21087,4846,'_order_version','3.9.2'),(21088,4846,'_prices_include_tax','no'),(21089,4846,'_billing_address_index','Tracey Williams        trwillia@cox.net '),(21090,4846,'_shipping_address_index','        '),(21091,4846,'_mec_transaction_id','LVH49121'),(21092,4846,'_billing_first_name','Tracey'),(21093,4846,'_billing_last_name','Williams'),(21094,4846,'_shipping_first_name','Tracey'),(21095,4846,'_shipping_last_name','Williams'),(21096,4846,'_shipping_email','trwillia@cox.net'),(21097,4846,'_billing_email','trwillia@cox.net'),(21098,4846,'_payment_method','paypal'),(21099,4846,'_payment_method_title','PayPal'),(21100,4846,'Payment type','instant'),(21101,4846,'_transaction_id','4SN56878Y2255345K'),(21102,4846,'_paypal_status','completed'),(21103,4846,'PayPal Transaction Fee','1.26'),(21104,4846,'_date_completed','1582669051'),(21105,4846,'_date_paid','1582669051'),(21106,4846,'_paid_date','2020-02-25 22:17:31'),(21107,4846,'_completed_date','2020-02-25 22:17:31'),(21108,4847,'mec_verified','1'),(21109,4847,'mec_verification_key','4c0e25838c75e38daa077e5287f28c8c'),(21110,4847,'mec_cancellation_key','7f73ae22b94c03d2672be35ea25a9bde'),(21111,4847,'mec_confirmed','1'),(21112,4847,'mec_transaction_id','LVH49121'),(21113,4847,'mec_event_id','4620'),(21114,4847,'mec_date','2020-02-28:2020-02-28'),(21115,4847,'mec_ticket_id',',1,1,1,'),(21116,4847,'mec_booking_time','2020-02-25 22:17:31'),(21117,4847,'mec_attendees','a:3:{i:0;a:6:{s:4:\"name\";s:15:\"Tracey Williams\";s:5:\"email\";s:16:\"trwillia@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852722541\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Tracey Williams\";s:5:\"email\";s:16:\"trwillia@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852722541\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:15:\"Tracey Williams\";s:5:\"email\";s:16:\"trwillia@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852722541\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(21118,4847,'mec_price','33.1788'),(21119,4847,'mec_gateway','MEC_gateway_woocommerce'),(21120,4847,'mec_gateway_label','Pay by WooCommerce'),(21121,4846,'_download_permissions_granted','yes'),(21122,4846,'_recorded_sales','yes'),(21123,4846,'_recorded_coupon_usage_counts','yes'),(21124,4846,'_order_stock_reduced','yes'),(21125,4848,'_order_key','wc_order_4EKWCTw5JJHCC'),(21126,4848,'_customer_user','80'),(21127,4848,'_customer_ip_address','172.4.166.171'),(21128,4848,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G965U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36'),(21129,4848,'_order_currency','USD'),(21130,4848,'_cart_discount','0'),(21131,4848,'_cart_discount_tax','0'),(21132,4848,'_order_shipping','0'),(21133,4848,'_order_shipping_tax','0'),(21134,4848,'_order_tax','0'),(21135,4848,'_order_total','11.06'),(21136,4848,'_order_version','3.9.2'),(21137,4848,'_prices_include_tax','no'),(21138,4848,'_billing_address_index','          '),(21139,4848,'_shipping_address_index','        '),(21140,4848,'_mec_transaction_id','MGT57780'),(21141,4848,'_billing_first_name','Katina'),(21142,4848,'_billing_last_name','Henderson'),(21143,4848,'_shipping_first_name','Katina'),(21144,4848,'_shipping_last_name','Henderson'),(21145,4848,'_shipping_email','katborn@yahoo.com'),(21146,4848,'_billing_email',''),(21147,4848,'_payment_method','paypal'),(21148,4848,'_payment_method_title','PayPal'),(21149,4848,'Payment type','instant'),(21150,4848,'_transaction_id','1JE43743GY9027143'),(21151,4848,'_paypal_status','completed'),(21152,4848,'PayPal Transaction Fee','0.62'),(21153,4848,'_date_completed','1582685463'),(21154,4848,'_date_paid','1582685463'),(21155,4848,'_paid_date','2020-02-26 02:51:03'),(21156,4848,'_completed_date','2020-02-26 02:51:03'),(21157,4849,'mec_verified','1'),(21158,4849,'mec_verification_key','db324310452f8ca184c104b488ff6fa8'),(21159,4849,'mec_cancellation_key','a99ab613660127c2d0491f74491ee7dc'),(21160,4849,'mec_confirmed','1'),(21161,4849,'mec_transaction_id','MGT57780'),(21162,4849,'mec_event_id','4620'),(21163,4849,'mec_date','2020-02-28:2020-02-28'),(21164,4849,'mec_ticket_id',',1,'),(21165,4849,'mec_booking_time','2020-02-26 02:51:03'),(21166,4849,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:16:\"Katina Henderson\";s:5:\"email\";s:17:\"katborn@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858060981\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(21167,4849,'mec_price','11.0596'),(21168,4849,'mec_gateway','MEC_gateway_woocommerce'),(21169,4849,'mec_gateway_label','Pay by WooCommerce'),(21170,4848,'_download_permissions_granted','yes'),(21171,4848,'_recorded_sales','yes'),(21172,4848,'_recorded_coupon_usage_counts','yes'),(21173,4848,'_order_stock_reduced','yes'),(21174,4850,'_order_key','wc_order_S8EXQaDh5UCNF'),(21175,4850,'_customer_user','81'),(21176,4850,'_customer_ip_address','24.255.227.35'),(21177,4850,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(21178,4850,'_order_currency','USD'),(21179,4850,'_cart_discount','0'),(21180,4850,'_cart_discount_tax','0'),(21181,4850,'_order_shipping','0'),(21182,4850,'_order_shipping_tax','0'),(21183,4850,'_order_tax','0'),(21184,4850,'_order_total','22.12'),(21185,4850,'_order_version','3.9.2'),(21186,4850,'_prices_include_tax','no'),(21187,4850,'_billing_address_index','          '),(21188,4850,'_shipping_address_index','        '),(21189,4850,'_mec_transaction_id','GTX33127'),(21190,4850,'_billing_first_name','Ellen'),(21191,4850,'_billing_last_name','Townsend'),(21192,4850,'_shipping_first_name','Ellen'),(21193,4850,'_shipping_last_name','Townsend'),(21194,4850,'_shipping_email','townsendke@aol.com'),(21195,4850,'_billing_email',''),(21196,4850,'_payment_method','paypal'),(20849,4834,'Payment type','instant'),(20850,4834,'_transaction_id','91C84734PA329710X'),(20851,4834,'_paypal_status','completed'),(20852,4834,'PayPal Transaction Fee','0.94'),(20853,4834,'_date_completed','1582076620'),(20854,4834,'_date_paid','1582076620'),(20855,4834,'_paid_date','2020-02-19 01:43:40'),(20856,4834,'_completed_date','2020-02-19 01:43:40'),(20857,4835,'mec_verified','1'),(20858,4835,'mec_verification_key','1843d7d1c60ff9ac3867245672bbf995'),(20859,4835,'mec_cancellation_key','c021579527a235768c29af88ba2d9d17'),(20860,4835,'mec_confirmed','1'),(20861,4835,'mec_transaction_id','EUD74103'),(20862,4835,'mec_event_id','4620'),(20863,4835,'mec_date','2020-02-28:2020-02-28'),(20864,4835,'mec_ticket_id',',1,1,'),(20865,4835,'mec_booking_time','2020-02-19 01:43:40'),(20866,4835,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063872\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Everett Humbert\";s:5:\"email\";s:16:\"ehumbert@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7858063872\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20867,4835,'mec_price','22.1192'),(20868,4835,'mec_gateway','MEC_gateway_woocommerce'),(20869,4835,'mec_gateway_label','Pay by WooCommerce'),(20870,4834,'_download_permissions_granted','yes'),(20871,4834,'_recorded_sales','yes'),(20872,4834,'_recorded_coupon_usage_counts','yes'),(20873,4834,'_order_stock_reduced','yes'),(20874,4836,'_order_key','wc_order_VlGuc5UbnBeFt'),(20875,4836,'_customer_user','76'),(20876,4836,'_customer_ip_address','174.234.6.134'),(20877,4836,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(20878,4836,'_order_currency','USD'),(20879,4836,'_cart_discount','0'),(20880,4836,'_cart_discount_tax','0'),(20881,4836,'_order_shipping','0'),(20882,4836,'_order_shipping_tax','0'),(20883,4836,'_order_tax','0'),(20884,4836,'_order_total','22.12'),(20885,4836,'_order_version','3.9.2'),(20886,4836,'_prices_include_tax','no'),(20887,4836,'_billing_address_index','Dwight kirkwood        dukegator63@yahoo.com '),(20888,4836,'_shipping_address_index','        '),(20889,4836,'_mec_transaction_id','NTL59011'),(20890,4836,'_billing_first_name','Dwight'),(20891,4836,'_billing_last_name','kirkwood'),(20892,4836,'_shipping_first_name','Dwight'),(20893,4836,'_shipping_last_name','kirkwood'),(20894,4836,'_shipping_email','dukegator63@yahoo.com'),(20895,4836,'_billing_email','dukegator63@yahoo.com'),(20896,4836,'_payment_method','paypal'),(20897,4836,'_payment_method_title','PayPal'),(20898,4836,'Payment type','instant'),(20899,4836,'_transaction_id','3GY45705J41964913'),(20900,4836,'_paypal_status','completed'),(20901,4836,'PayPal Transaction Fee','0.94'),(20902,4836,'_date_completed','1582235242'),(20903,4836,'_date_paid','1582235242'),(20904,4836,'_paid_date','2020-02-20 21:47:22'),(20905,4836,'_completed_date','2020-02-20 21:47:22'),(20906,4837,'mec_verified','1'),(20907,4837,'mec_verification_key','a25844f4afe5391befa153ee400a995d'),(20908,4837,'mec_cancellation_key','2a393c104133c213aa9c7c4c8d795d7b'),(20909,4837,'mec_confirmed','1'),(20910,4837,'mec_transaction_id','NTL59011'),(20911,4837,'mec_event_id','4620'),(20912,4837,'mec_date','2020-02-28:2020-02-28'),(20913,4837,'mec_ticket_id',',1,1,'),(20914,4837,'mec_booking_time','2020-02-20 21:47:22'),(20915,4837,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Dwight kirkwood\";s:5:\"email\";s:21:\"dukegator63@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852204372\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Dwight kirkwood\";s:5:\"email\";s:21:\"dukegator63@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852204372\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20916,4837,'mec_price','22.1192'),(20917,4837,'mec_gateway','MEC_gateway_woocommerce'),(20918,4837,'mec_gateway_label','Pay by WooCommerce'),(20919,4836,'_download_permissions_granted','yes'),(20920,4836,'_recorded_sales','yes'),(20921,4836,'_recorded_coupon_usage_counts','yes'),(20922,4836,'_order_stock_reduced','yes'),(20923,4685,'_edit_lock','1582324083:1'),(20924,4685,'_wds_readability','a:4:{s:5:\"score\";d:62.48034246575344;s:9:\"raw_score\";d:62.48034246575344;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(20925,4838,'_order_key','wc_order_68FE9qNSgyy6C'),(20926,4838,'_customer_user','77'),(20927,4838,'_customer_ip_address','99.164.162.234'),(20928,4838,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(20929,4838,'_order_currency','USD'),(20930,4838,'_cart_discount','0'),(20931,4838,'_cart_discount_tax','0'),(20932,4838,'_order_shipping','0'),(20933,4838,'_order_shipping_tax','0'),(20934,4838,'_order_tax','0'),(20935,4838,'_order_total','22.12'),(20936,4838,'_order_version','3.9.2'),(20937,4838,'_prices_include_tax','no'),(20938,4838,'_billing_address_index','          '),(20939,4838,'_shipping_address_index','        '),(20940,4838,'_mec_transaction_id','LEZ68558'),(20941,4838,'_billing_first_name','Mischa'),(20942,4838,'_billing_last_name','McHenry'),(20943,4838,'_shipping_first_name','Mischa'),(20944,4838,'_shipping_last_name','McHenry'),(20945,4838,'_shipping_email','mmchenry43@aol.com'),(20946,4838,'_billing_email',''),(20947,4838,'_payment_method','paypal'),(20948,4838,'_payment_method_title','PayPal'),(20949,4838,'Payment type','instant'),(20950,4838,'_transaction_id','3FJ66498KT417263F'),(20951,4838,'_paypal_status','completed'),(20952,4838,'PayPal Transaction Fee','0.94'),(20953,4838,'_date_completed','1582330697'),(20954,4838,'_date_paid','1582330697'),(20955,4838,'_paid_date','2020-02-22 00:18:17'),(20956,4838,'_completed_date','2020-02-22 00:18:17'),(20957,4839,'mec_verified','1'),(20958,4839,'mec_verification_key','79fb2b9d82b40dd8ce4279a0b450e0b5'),(20959,4839,'mec_cancellation_key','b1e374ffe1b3c013370cdd8ddbab9be4'),(20960,4839,'mec_confirmed','1'),(20961,4839,'mec_transaction_id','LEZ68558'),(20962,4839,'mec_event_id','4620'),(20963,4839,'mec_date','2020-02-28:2020-02-28'),(20964,4839,'mec_ticket_id',',1,1,'),(20965,4839,'mec_booking_time','2020-02-22 00:18:17'),(20966,4839,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Mischa McHenry\";s:5:\"email\";s:18:\"mmchenry43@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856336289\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Mischa McHenry\";s:5:\"email\";s:18:\"mmchenry43@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856336289\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20967,4839,'mec_price','22.1192'),(20968,4839,'mec_gateway','MEC_gateway_woocommerce'),(20969,4839,'mec_gateway_label','Pay by WooCommerce'),(20970,4838,'_download_permissions_granted','yes'),(20971,4838,'_recorded_sales','yes'),(20972,4838,'_recorded_coupon_usage_counts','yes'),(20973,4838,'_order_stock_reduced','yes'),(20974,4840,'_order_key','wc_order_GkF6UJmrIMxcn'),(20975,4840,'_customer_user','77'),(20976,4840,'_customer_ip_address','99.164.162.234'),(20977,4840,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(20978,4840,'_order_currency','USD'),(20979,4840,'_cart_discount','0'),(20980,4840,'_cart_discount_tax','0'),(20981,4840,'_order_shipping','0'),(20982,4840,'_order_shipping_tax','0'),(20983,4840,'_order_tax','0'),(20984,4840,'_order_total','11.06'),(20985,4840,'_order_version','3.9.2'),(20986,4840,'_prices_include_tax','no'),(20987,4840,'_billing_address_index','          '),(20988,4840,'_shipping_address_index','        '),(20989,4840,'_mec_transaction_id','HQP83999'),(20990,4840,'_billing_first_name','Mischa'),(20991,4840,'_billing_last_name','McHenry'),(20992,4840,'_shipping_first_name','Mischa'),(20993,4840,'_shipping_last_name','McHenry'),(20994,4840,'_shipping_email','mmchenry43@aol.com'),(20995,4840,'_billing_email',''),(20996,4840,'_payment_method','paypal'),(20997,4840,'_payment_method_title','PayPal'),(20998,4840,'Payment type','instant'),(20999,4840,'_transaction_id','6KS81043LF288244B'),(21000,4840,'_paypal_status','completed'),(21001,4840,'PayPal Transaction Fee','0.62'),(21002,4840,'_date_completed','1582334838'),(21003,4840,'_date_paid','1582334838'),(21004,4840,'_paid_date','2020-02-22 01:27:18'),(21005,4840,'_completed_date','2020-02-22 01:27:18'),(21006,4841,'mec_verified','1'),(21007,4841,'mec_verification_key','a97aef51e46b344bccc4ef750dc01e86'),(21008,4841,'mec_cancellation_key','7c442fcd5e8acd59b1a6bc8a55667ee9'),(21009,4841,'mec_confirmed','1'),(21010,4841,'mec_transaction_id','HQP83999'),(21011,4841,'mec_event_id','4620'),(21012,4841,'mec_date','2020-02-28:2020-02-28'),(21013,4841,'mec_ticket_id',',1,'),(21014,4841,'mec_booking_time','2020-02-22 01:27:18'),(21015,4841,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:14:\"Mischa McHenry\";s:5:\"email\";s:18:\"mmchenry43@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856336289\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(21016,4841,'mec_price','11.0596'),(20590,4819,'_customer_ip_address','68.68.158.208'),(20591,4819,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0'),(20592,4819,'_order_currency','USD'),(20593,4819,'_cart_discount','0'),(20594,4819,'_cart_discount_tax','0'),(20595,4819,'_order_shipping','0'),(20596,4819,'_order_shipping_tax','0'),(20597,4819,'_order_tax','0'),(20598,4819,'_order_total','221.19'),(20599,4819,'_order_version','3.9.1'),(20600,4819,'_prices_include_tax','no'),(20601,4819,'_billing_address_index','Joleen Yapp        gjyapp@embarqmail.com '),(20602,4819,'_shipping_address_index','        '),(20603,4819,'_mec_transaction_id','UWN66160'),(20604,4819,'_billing_first_name','Joleen'),(20605,4819,'_billing_last_name','Yapp'),(20606,4819,'_shipping_first_name','Joleen'),(20607,4819,'_shipping_last_name','Yapp'),(20608,4819,'_shipping_email','gjyapp@embarqmail.com'),(20609,4819,'_billing_email','gjyapp@embarqmail.com'),(20610,4819,'_payment_method','paypal'),(20611,4819,'_payment_method_title','PayPal'),(20612,4819,'Payment type','instant'),(20613,4819,'_transaction_id','75U52320G4750344K'),(20614,4819,'_paypal_status','completed'),(20615,4819,'PayPal Transaction Fee','6.71'),(20616,4819,'_date_completed','1581708069'),(20617,4819,'_date_paid','1581708069'),(20618,4819,'_paid_date','2020-02-14 19:21:09'),(20619,4819,'_completed_date','2020-02-14 19:21:09'),(20620,4820,'_elementor_controls_usage','a:0:{}'),(20621,4820,'mec_verified','1'),(20622,4820,'mec_verification_key','8f05efa0010677f2809829e98998f5b9'),(20623,4820,'mec_cancellation_key','3e929370b47329a46baa1ab8f56de7db'),(20624,4820,'mec_confirmed','1'),(20625,4820,'mec_transaction_id','UWN66160'),(20626,4820,'mec_event_id','4615'),(20627,4820,'mec_date','2020-02-14:2020-02-14'),(20628,4820,'mec_ticket_id',',2,2,2,2,2,2,2,2,'),(20629,4820,'mec_booking_time','2020-02-14 19:21:09'),(20630,4820,'mec_attendees','a:8:{i:0;a:5:{s:4:\"name\";s:11:\"Joleen Yapp\";s:5:\"email\";s:21:\"gjyapp@embarqmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858452401\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:9:\"Gene Yapp\";s:5:\"email\";s:21:\"gjyapp@embarqmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859866822\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:2;a:5:{s:4:\"name\";s:13:\"Dana Harrison\";s:5:\"email\";s:23:\"df_harrison@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:3;a:5:{s:4:\"name\";s:13:\"Mark Harrison\";s:5:\"email\";s:23:\"df_harrison@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:4;a:5:{s:4:\"name\";s:12:\"Vickie Meyer\";s:5:\"email\";s:15:\"vmmeyer@cox.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:5;a:5:{s:4:\"name\";s:10:\"Gary Meyer\";s:5:\"email\";s:15:\"vmmeyer@cox.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:6;a:5:{s:4:\"name\";s:11:\"Jim Willard\";s:5:\"email\";s:19:\"jimw@cjnetworks.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:7;a:5:{s:4:\"name\";s:14:\"RoJene Willard\";s:5:\"email\";s:19:\"jimw@cjnetworks.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}'),(20631,4820,'mec_price','221.192'),(20632,4820,'mec_gateway','MEC_gateway_woocommerce'),(20633,4820,'mec_gateway_label','Pay by WooCommerce'),(20634,4819,'_download_permissions_granted','yes'),(20635,4819,'_recorded_sales','yes'),(20636,4819,'_recorded_coupon_usage_counts','yes'),(20637,4819,'_order_stock_reduced','yes'),(20638,4717,'_wp_trash_meta_status','publish'),(20639,4717,'_wp_trash_meta_time','1581745576'),(20640,4717,'_wp_desired_post_slug','guns-wine'),(20641,4824,'_order_key','wc_order_2CZB4cZAm8ni8'),(20642,4824,'_customer_user','75'),(20643,4824,'_customer_ip_address','24.255.185.175'),(20644,4824,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(20645,4824,'_order_currency','USD'),(20646,4824,'_cart_discount','0'),(20647,4824,'_cart_discount_tax','0'),(20648,4824,'_order_shipping','0'),(20649,4824,'_order_shipping_tax','0'),(20650,4824,'_order_tax','0'),(20651,4824,'_order_total','11.06'),(20652,4824,'_order_version','3.9.1'),(20653,4824,'_prices_include_tax','no'),(20654,4824,'_billing_address_index','Lisa Hanley        lisahanley862@gmail.com '),(20655,4824,'_shipping_address_index','        '),(20656,4824,'_mec_transaction_id','JCF84022'),(20657,4824,'_billing_first_name','Lisa'),(20658,4824,'_billing_last_name','Hanley'),(20659,4824,'_shipping_first_name','Lisa'),(20660,4824,'_shipping_last_name','Hanley'),(20661,4824,'_shipping_email','lisahanley862@gmail.com'),(20662,4824,'_billing_email','lisahanley862@gmail.com'),(20663,4824,'_payment_method','paypal'),(20664,4824,'_payment_method_title','PayPal'),(20665,4824,'Payment type','instant'),(20666,4824,'_transaction_id','13S56197DW589514W'),(20667,4824,'_paypal_status','completed'),(20668,4824,'PayPal Transaction Fee','0.62'),(20669,4824,'_date_completed','1581795201'),(20670,4824,'_date_paid','1581795201'),(20671,4824,'_paid_date','2020-02-15 19:33:21'),(20672,4824,'_completed_date','2020-02-15 19:33:21'),(20673,4825,'_elementor_controls_usage','a:0:{}'),(20674,4825,'mec_verified','1'),(20675,4825,'mec_verification_key','ddf20900abd64d6a0f877862b4b2b22d'),(20676,4825,'mec_cancellation_key','8dc9fb9974f035923cbf68a033b53344'),(20677,4825,'mec_confirmed','1'),(20678,4825,'mec_transaction_id','JCF84022'),(20679,4825,'mec_event_id','4620'),(20680,4825,'mec_date','2020-02-28:2020-02-28'),(20681,4825,'mec_ticket_id',',1,'),(20682,4825,'mec_booking_time','2020-02-15 19:33:21'),(20683,4825,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:11:\"Lisa Hanley\";s:5:\"email\";s:23:\"lisahanley862@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852208630\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(20684,4825,'mec_price','11.0596'),(20685,4825,'mec_gateway','MEC_gateway_woocommerce'),(20686,4825,'mec_gateway_label','Pay by WooCommerce'),(20687,4824,'_download_permissions_granted','yes'),(20688,4824,'_recorded_sales','yes'),(20689,4824,'_recorded_coupon_usage_counts','yes'),(20690,4824,'_order_stock_reduced','yes'),(20691,4826,'_order_key','wc_order_hyVqpcpUdxDzq'),(20692,4826,'_customer_user','40'),(20693,4826,'_customer_ip_address','66.6.116.73'),(20694,4826,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(20695,4826,'_order_currency','USD'),(20696,4826,'_cart_discount','0'),(20697,4826,'_cart_discount_tax','0'),(20698,4826,'_order_shipping','0'),(20699,4826,'_order_shipping_tax','0'),(20700,4826,'_order_tax','0'),(20701,4826,'_order_total','33.18'),(20702,4826,'_order_version','3.9.1'),(20703,4826,'_prices_include_tax','no'),(20704,4826,'_billing_address_index','          '),(20705,4826,'_shipping_address_index','        '),(20706,4826,'_mec_transaction_id','SGJ98112'),(20707,4826,'_billing_first_name','Karen'),(20708,4826,'_billing_last_name','Gehle, Dan Gehle, Auburn Packer'),(20709,4826,'_shipping_first_name','Karen'),(20710,4826,'_shipping_last_name','Gehle, Dan Gehle, Auburn Packer'),(20711,4826,'_shipping_email','ceo@kansasrealtor.com'),(20712,4826,'_billing_email',''),(20713,4826,'_payment_method','paypal'),(20714,4826,'_payment_method_title','PayPal'),(20715,4826,'Payment type','instant'),(20716,4826,'_transaction_id','1TS573903P007852M'),(20717,4826,'_paypal_status','completed'),(20718,4826,'PayPal Transaction Fee','1.26'),(20719,4826,'_date_completed','1581947354'),(20720,4826,'_date_paid','1581947354'),(20721,4826,'_paid_date','2020-02-17 13:49:14'),(20722,4826,'_completed_date','2020-02-17 13:49:14'),(20723,4827,'_elementor_controls_usage','a:0:{}'),(20724,4827,'mec_verified','1'),(20725,4827,'mec_verification_key','85aacf3d4c8ed8224ae97c5ac96b90b3'),(20726,4827,'mec_cancellation_key','af513b30fbe9ba4fd939245a029bf83a'),(20727,4827,'mec_confirmed','1'),(20728,4827,'mec_transaction_id','SGJ98112'),(20729,4827,'mec_event_id','4620'),(20730,4827,'mec_date','2020-02-28:2020-02-28'),(20731,4827,'mec_ticket_id',',1,1,1,'),(20732,4827,'mec_booking_time','2020-02-17 13:49:14'),(20733,4827,'mec_attendees','a:3:{i:0;a:6:{s:4:\"name\";s:37:\"Karen Gehle, Dan Gehle, Auburn Packer\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:37:\"Karen Gehle, Dan Gehle, Auburn Packer\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:37:\"Karen Gehle, Dan Gehle, Auburn Packer\";s:5:\"email\";s:21:\"ceo@kansasrealtor.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20734,4827,'mec_price','33.1788'),(20735,4827,'mec_gateway','MEC_gateway_woocommerce'),(20736,4827,'mec_gateway_label','Pay by WooCommerce'),(20737,4826,'_download_permissions_granted','yes'),(20738,4826,'_recorded_sales','yes'),(20739,4826,'_recorded_coupon_usage_counts','yes'),(20740,4826,'_order_stock_reduced','yes'),(20741,4828,'_order_key','wc_order_BbaS5haAQN0OL'),(20742,4828,'_customer_user','30'),(20743,4828,'_customer_ip_address','174.234.11.127'),(20744,4828,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(20745,4828,'_order_currency','USD'),(20746,4828,'_cart_discount','0'),(20747,4828,'_cart_discount_tax','0'),(20748,4828,'_order_shipping','0'),(20749,4828,'_order_shipping_tax','0'),(20750,4828,'_order_tax','0'),(20751,4828,'_order_total','22.12'),(20752,4828,'_order_version','3.9.1'),(20753,4828,'_prices_include_tax','no'),(20754,4828,'_billing_address_index','          '),(20755,4828,'_shipping_address_index','        '),(20756,4828,'_mec_transaction_id','VNL80699'),(20757,4828,'_billing_first_name','Beverly'),(20758,4828,'_billing_last_name','Austin '),(20759,4828,'_shipping_first_name','Beverly'),(20760,4828,'_shipping_last_name','Austin '),(20761,4828,'_shipping_email','bevaustin415@gmail.com'),(20762,4828,'_billing_email',''),(20763,4828,'_payment_method','paypal'),(20764,4828,'_payment_method_title','PayPal'),(20765,4828,'Payment type','instant'),(20766,4828,'_transaction_id','4SM035594C4924101'),(20767,4828,'_paypal_status','completed'),(20768,4828,'PayPal Transaction Fee','0.94'),(20769,4828,'_date_completed','1581955959'),(20770,4828,'_date_paid','1581955959'),(20771,4828,'_paid_date','2020-02-17 16:12:39'),(20772,4828,'_completed_date','2020-02-17 16:12:39'),(20773,4829,'_elementor_controls_usage','a:0:{}'),(20774,4829,'mec_verified','1'),(20775,4829,'mec_verification_key','abf8f0ed155f7b7d3794c7f2e72d46fc'),(20776,4829,'mec_cancellation_key','aa1e16993fbd6f172e639eaae820ac42'),(20777,4829,'mec_confirmed','1'),(20778,4829,'mec_transaction_id','VNL80699'),(20779,4829,'mec_event_id','4620'),(20780,4829,'mec_date','2020-02-28:2020-02-28'),(20781,4829,'mec_ticket_id',',1,1,'),(20782,4829,'mec_booking_time','2020-02-17 16:12:39'),(20783,4829,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:15:\"Beverly Austin \";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Beverly Austin \";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20784,4829,'mec_price','22.1192'),(20785,4829,'mec_gateway','MEC_gateway_woocommerce'),(20786,4829,'mec_gateway_label','Pay by WooCommerce'),(20787,4828,'_download_permissions_granted','yes'),(20788,4828,'_recorded_sales','yes'),(20789,4828,'_recorded_coupon_usage_counts','yes'),(20790,4828,'_order_stock_reduced','yes'),(20806,4126,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:27:\"typography_font_size_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:8:\"template\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_template\";a:1:{s:11:\"template_id\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20807,4126,'_elementor_css','a:5:{s:4:\"time\";i:1582009366;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20808,553,'_elementor_css','a:5:{s:4:\"time\";i:1582009763;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20809,4832,'_wp_page_template','default'),(20810,4832,'_elementor_edit_mode','builder'),(20811,4832,'_elementor_template_type','wp-post'),(20812,4832,'_elementor_version','2.9.2'),(20813,4832,'_elementor_pro_version','2.8.3'),(20814,4832,'_elementor_data','[{\"id\":\"e287722\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb5f5d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.714,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f9cea08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dance & Celebrate\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2944125\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.<\\/p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"969b5de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.286,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8348579\",\"elType\":\"widget\",\"settings\":{\"title\":\"Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cb2e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>$10 per person<\\/strong> (except NYE &amp; special events)<strong><br \\/><\\/strong><\\/li><li>All Ages Welcome (with parent)<\\/li><li>Doors open one hour prior to event start time<\\/li><li>No outside food or drink<\\/li><li>Cash bar and snack bar available (we do accept credit and debit cards)<\\/li><li>Reservations for parties of 10 or more, with advanced ticket purchase<\\/li><li><i>Topeka Blues Society members receive $2 off the cover charge<\\/i><\\/li><\\/ul>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a492d2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bd0440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0806d5\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"4556\"},\"elements\":[],\"widgetType\":\"template\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"824031c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"ab25324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4989936\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8288b19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.<\\/p><p><em>(Click on the band name to view event details and to learn more about the band.)<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"289a3dc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[MEC id=\\\"16\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20815,4832,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:27:\"typography_font_size_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:8:\"template\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_template\";a:1:{s:11:\"template_id\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20816,4832,'_elementor_css','a:5:{s:4:\"time\";i:1582009366;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20817,2623,'_elementor_css','a:5:{s:4:\"time\";i:1582011587;s:5:\"fonts\";a:1:{i:0;s:4:\"Muli\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20818,3991,'_elementor_css','a:5:{s:4:\"time\";i:1582011615;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20819,4630,'_elementor_css','a:5:{s:4:\"time\";i:1582011615;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20820,517,'_elementor_css','a:5:{s:4:\"time\";i:1582018579;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20821,3717,'_elementor_css','a:5:{s:4:\"time\";i:1582037032;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20822,2041,'_elementor_css','a:5:{s:4:\"time\";i:1582040094;s:5:\"fonts\";a:2:{i:0;s:16:\"Playfair Display\";i:1;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20823,3900,'_elementor_css','a:5:{s:4:\"time\";i:1582040225;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20824,1935,'_elementor_css','a:5:{s:4:\"time\";i:1582053807;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20825,4834,'_order_key','wc_order_iUGgzLMkH6WnM'),(20826,4834,'_customer_user','29'),(20827,4834,'_customer_ip_address','70.179.152.163'),(20828,4834,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(20829,4834,'_order_currency','USD'),(20830,4834,'_cart_discount','0'),(20831,4834,'_cart_discount_tax','0'),(20832,4834,'_order_shipping','0'),(20833,4834,'_order_shipping_tax','0'),(20834,4834,'_order_tax','0'),(20835,4834,'_order_total','22.12'),(20836,4834,'_order_version','3.9.2'),(20837,4834,'_prices_include_tax','no'),(20838,4834,'_billing_address_index','          '),(20839,4834,'_shipping_address_index','        '),(20840,4834,'_mec_transaction_id','EUD74103'),(20841,4834,'_billing_first_name','Everett'),(20842,4834,'_billing_last_name','Humbert'),(20843,4834,'_shipping_first_name','Everett'),(20844,4834,'_shipping_last_name','Humbert'),(20845,4834,'_shipping_email','ehumbert@cox.net'),(20846,4834,'_billing_email',''),(20847,4834,'_payment_method','paypal'),(20848,4834,'_payment_method_title','PayPal'),(5774,2705,'_edit_lock','1572492124:1'),(5775,1400,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 32 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(5776,1400,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(19045,4752,'mec_verification_key','1b1b7c6d020c2ec293aa54d6a8757bb2'),(19046,4752,'mec_cancellation_key','0304e0f86cfb3408a71dace295847a02'),(19047,4752,'mec_confirmed','1'),(19048,4752,'mec_transaction_id','EBW93342'),(19049,4752,'mec_event_id','4468'),(19050,4752,'mec_date','2020-02-07:2020-02-07'),(19051,4752,'mec_ticket_id',',1,1,'),(19052,4752,'mec_booking_time','2020-02-06 18:05:35'),(19053,4752,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:10:\"David Fath\";s:5:\"email\";s:22:\"david.l.fath@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852132367\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:10:\"David Fath\";s:5:\"email\";s:22:\"david.l.fath@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852132367\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19054,4752,'mec_price','22.1192'),(19055,4752,'mec_gateway','MEC_gateway_woocommerce'),(19056,4752,'mec_gateway_label','Pay by WooCommerce'),(19057,4751,'_download_permissions_granted','yes'),(19058,4751,'_recorded_sales','yes'),(19059,4751,'_recorded_coupon_usage_counts','yes'),(19060,4751,'_order_stock_reduced','yes'),(19061,4753,'_order_key','wc_order_QsziP3mcoQXpe'),(19062,4753,'_customer_user','54'),(19063,4753,'_customer_ip_address','68.102.218.208'),(19064,4753,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(19065,4753,'_order_currency','USD'),(19066,4753,'_cart_discount','0'),(19067,4753,'_cart_discount_tax','0'),(19068,4753,'_order_shipping','0'),(19069,4753,'_order_shipping_tax','0'),(19070,4753,'_order_tax','0'),(19071,4753,'_order_total','22.12'),(19072,4753,'_order_version','3.9.1'),(19073,4753,'_prices_include_tax','no'),(19074,4753,'_billing_address_index','Hazel Bahner        hzleyes319@aol.com '),(19075,4753,'_shipping_address_index','        '),(19076,4753,'_mec_transaction_id','GOC50054'),(19077,4753,'_billing_first_name','Hazel'),(19078,4753,'_billing_last_name','Bahner'),(19079,4753,'_shipping_first_name','Hazel'),(19080,4753,'_shipping_last_name','Bahner'),(19081,4753,'_shipping_email','hzleyes319@aol.com'),(19082,4753,'_billing_email','hzleyes319@aol.com'),(19083,4754,'_elementor_controls_usage','a:0:{}'),(19084,4754,'_appointment_title','Tour The Vinewood'),(19085,4754,'_appointment_guest_name','Libby'),(19086,4754,'_appointment_guest_surname','Tidwell'),(19087,4754,'_appointment_guest_email','elizabeth.tidwell@ks.gov'),(19088,4754,'_appointment_timestamp','1581436800'),(19089,4754,'_appointment_timeslot','1600-1700'),(19090,4754,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>Could we arrive around 3:45? \n\nlarge space, tables & chairs, for an all-day training for seniors 55+. Will need accessible space for wheelchairs, walkers.</p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Training for Foster Grandparents</p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>70</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>March 27, 8:00 am - 4:00 pm</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Social Media, Friend / Referral </p><p class=\"cf-meta-value\"><strong>What made you choose The Vinewood as a potential location for your next event? </strong><br>ample space</p><p class=\"cf-meta-value\"><strong>Phone Number</strong><br>785-296-7019</p>'),(19091,4754,'_booked_wc_time_created','1581025743'),(19092,4754,'_booked_wc_date_created','2020-02-06 21:49:03'),(19093,4753,'_payment_method','paypal'),(19094,4753,'_payment_method_title','PayPal'),(19095,4753,'Payment type','instant'),(19096,4753,'_transaction_id','38G05230YL978233E'),(19097,4753,'_paypal_status','completed'),(19098,4753,'PayPal Transaction Fee','0.94'),(19099,4753,'_date_completed','1581025905'),(19100,4753,'_date_paid','1581025905'),(19101,4753,'_paid_date','2020-02-06 21:51:45'),(19102,4753,'_completed_date','2020-02-06 21:51:45'),(19103,4755,'_elementor_controls_usage','a:0:{}'),(19104,4755,'mec_verified','1'),(19105,4755,'mec_verification_key','18933fa457062b927a0791a91317e05a'),(19106,4755,'mec_cancellation_key','4c88caeb30e877129ed6cbbb7e1b718a'),(19107,4755,'mec_confirmed','1'),(19108,4755,'mec_transaction_id','GOC50054'),(19109,4755,'mec_event_id','4468'),(19110,4755,'mec_date','2020-02-07:2020-02-07'),(19111,4755,'mec_ticket_id',',1,1,'),(19112,4755,'mec_booking_time','2020-02-06 21:51:46'),(19113,4755,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Hazel Bahner\";s:5:\"email\";s:18:\"hzleyes319@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852660635\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Hazel Bahner\";s:5:\"email\";s:18:\"hzleyes319@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852660635\";i:4;a:1:{i:0;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19114,4755,'mec_price','22.1192'),(19115,4755,'mec_gateway','MEC_gateway_woocommerce'),(19116,4755,'mec_gateway_label','Pay by WooCommerce'),(19117,4753,'_download_permissions_granted','yes'),(19118,4753,'_recorded_sales','yes'),(19119,4753,'_recorded_coupon_usage_counts','yes'),(19120,4753,'_order_stock_reduced','yes'),(5790,2072,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 37 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 93 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:164:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 18 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:19:\"18 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(5791,2072,'_wds_readability','a:4:{s:5:\"score\";d:47.59642857142859;s:9:\"raw_score\";d:47.59642857142859;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(5799,2705,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 34 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 9 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:18:\"9 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(5800,2705,'_wds_readability','a:4:{s:5:\"score\";d:49.882218468468466;s:9:\"raw_score\";d:49.882218468468466;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(15095,4559,'_order_key','wc_order_fVk74Aw2YWn0J'),(15096,4559,'_customer_user','12'),(15097,4559,'_customer_ip_address','23.115.40.249'),(15098,4559,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(15099,4559,'_order_currency','USD'),(15100,4559,'_cart_discount','0'),(15101,4559,'_cart_discount_tax','0'),(15102,4559,'_order_shipping','0'),(15103,4559,'_order_shipping_tax','0'),(15104,4559,'_order_tax','0'),(15105,4559,'_order_total','33.18'),(15106,4559,'_order_version','3.8.1'),(15107,4559,'_prices_include_tax','no'),(15108,4559,'_billing_address_index','          '),(15109,4559,'_shipping_address_index','        '),(15110,4559,'_mec_transaction_id','SPG13040'),(15111,4559,'_billing_first_name','Rene'),(15112,4559,'_billing_last_name','M Netherton'),(15113,4559,'_shipping_first_name','Rene'),(15114,4559,'_shipping_last_name','M Netherton'),(15115,4559,'_shipping_email','Nethertonlaw@yahoo.com'),(15116,4559,'_billing_email',''),(15117,4559,'_payment_method','paypal'),(15118,4559,'_payment_method_title','PayPal'),(20800,4831,'_wp_page_template','default'),(15161,4563,'_wp_page_template','default'),(15162,4563,'_elementor_edit_mode','builder'),(15126,4561,'_wp_page_template','default'),(15127,4561,'_elementor_edit_mode','builder'),(15128,4561,'_elementor_template_type','wp-post'),(15129,4561,'_elementor_version','2.7.3'),(15130,4561,'_elementor_pro_version','2.7.1'),(15131,4561,'_elementor_data','[{\"id\":\"e287722\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb5f5d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.714,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f9cea08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dance & Celebrate\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2944125\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.<\\/p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"969b5de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.286,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8348579\",\"elType\":\"widget\",\"settings\":{\"title\":\"Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cb2e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul>\\n<li><strong>$10 per person<\\/strong> (all Friday night dances \\/ live music)<strong><br><\\/strong><\\/li>\\n<li>All Ages Welcome<\\/li>\\n<li>Doors open one hour prior to event start time<br><\\/li>\\n<li>No outside food or drink<\\/li>\\n<li>Cash bar and snack bar available (we do accept credit and debit cards)<\\/li><li><i>Topeka Blues Society members receive $2 off the cover charge<\\/i><br><\\/li>\\n<\\/ul>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a492d2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bd0440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0806d5\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"4556\"},\"elements\":[],\"widgetType\":\"template\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"824031c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"ab25324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4989936\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8288b19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.<\\/p><p><em>(Click on the band name to view event details and to learn more about the band.)<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"289a3dc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[MEC id=\\\"16\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(5804,1935,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 27 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 1 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:17:\"1 link discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(5805,1935,'_wds_readability','a:4:{s:5:\"score\";d:66.34036569987391;s:9:\"raw_score\";d:66.34036569987391;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(5812,2041,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 31 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 1 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:17:\"1 link discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(5813,2041,'_wds_readability','a:4:{s:5:\"score\";d:56.56863582443654;s:9:\"raw_score\";d:56.56863582443654;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}');
INSERT INTO `wp_postmeta` VALUES (5814,1398,'_wds_analysis','a:3:{s:6:\"errors\";a:8:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:19:\"There is no content\";s:27:\"wds-checks::keyword_density\";s:31:\"Keyword density is less than 2%\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:43;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 28 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:19:\"There is no content\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is less than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(5816,1398,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(5817,517,'_wds_analysis','a:3:{s:6:\"errors\";a:3:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:18:\"wds-checks::checks\";s:45:\"We encountered an error fetching your content\";}s:10:\"percentage\";i:79;s:6:\"checks\";a:8:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 33 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}}}'),(5818,517,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";d:-5.212584745762683;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(5882,1979,'_wp_old_date','2019-03-05'),(5883,1979,'_mc4wp_settings','a:10:{s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"0\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:15:\"subscriber_tags\";s:0:\"\";s:18:\"hide_after_success\";s:1:\"1\";s:8:\"redirect\";s:0:\"\";s:18:\"grecaptcha_enabled\";s:1:\"0\";s:3:\"css\";s:1:\"0\";s:5:\"lists\";a:1:{i:0;s:10:\"118b2aacd1\";}}'),(5884,1979,'text_subscribed','Thank you! You will start getting \"The Vine\" once a month, but first check your email inbox to confirm.'),(5885,1979,'text_invalid_email','Please provide a valid email address.'),(5886,1979,'text_required_field_missing','Please fill in the required fields.'),(5887,1979,'text_already_subscribed','You\'re a rockstar and didn\'t even know! It appears you are already subscribed to \"The Vine.\" Thanks!'),(5888,1979,'text_error','Oops. Something went wrong. Please try again later.'),(5889,1979,'text_unsubscribed','You were successfully unsubscribed.'),(5890,1979,'text_not_subscribed','Given email address is not subscribed.'),(5891,1979,'text_no_lists_selected','Please select at least one list.'),(5892,1979,'text_updated','Thank you, your records have been updated!'),(12035,3759,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:87291;s:11:\"size_before\";i:191438;s:10:\"size_after\";i:104147;}'),(12036,3773,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:179575;s:11:\"size_before\";i:294208;s:10:\"size_after\";i:114633;}'),(5855,3666,'_wp_attached_file','2019/07/Vinewood-Icon-512.png'),(5856,3666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2019/07/Vinewood-Icon-512.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Vinewood-Icon-512-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:29:\"Vinewood-Icon-512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"Vinewood-Icon-512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"Vinewood-Icon-512-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:29:\"Vinewood-Icon-512-512x390.png\";s:5:\"width\";i:512;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:29:\"Vinewood-Icon-512-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:29:\"Vinewood-Icon-512-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:29:\"Vinewood-Icon-512-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Vinewood-Icon-512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Vinewood-Icon-512-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Vinewood-Icon-512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Vinewood-Icon-512-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(5857,3666,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.029025856682729;s:5:\"bytes\";i:109972;s:11:\"size_before\";i:1217983;s:10:\"size_after\";i:1108011;s:4:\"time\";d:1.8499999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.36;s:5:\"bytes\";i:8959;s:11:\"size_before\";i:35322;s:10:\"size_after\";i:26363;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.82;s:5:\"bytes\";i:24754;s:11:\"size_before\";i:118910;s:10:\"size_after\";i:94156;s:4:\"time\";d:0.2;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94156;s:10:\"size_after\";i:94156;s:4:\"time\";d:0.19;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8;s:5:\"bytes\";i:34624;s:11:\"size_before\";i:219129;s:10:\"size_after\";i:184505;s:4:\"time\";d:0.3;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87;s:5:\"bytes\";i:13799;s:11:\"size_before\";i:200906;s:10:\"size_after\";i:187107;s:4:\"time\";d:0.22;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.83;s:5:\"bytes\";i:23638;s:11:\"size_before\";i:170979;s:10:\"size_after\";i:147341;s:4:\"time\";d:0.21;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:147341;s:10:\"size_after\";i:147341;s:4:\"time\";d:0.24;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.54;s:5:\"bytes\";i:4198;s:11:\"size_before\";i:17108;s:10:\"size_after\";i:12910;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94156;s:10:\"size_after\";i:94156;s:4:\"time\";d:0.18;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12910;s:10:\"size_after\";i:12910;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94156;s:10:\"size_after\";i:94156;s:4:\"time\";d:0.21;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12910;s:10:\"size_after\";i:12910;s:4:\"time\";d:0.02;}}}'),(5858,3666,'_wp_attachment_image_alt','Vinewood Icon'),(5859,3667,'_wp_attached_file','2019/07/cropped-Vinewood-Icon-512.png'),(5860,3667,'_wp_attachment_context','site-icon'),(5861,3667,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.886863052197182;s:5:\"bytes\";i:153828;s:11:\"size_before\";i:1412969;s:10:\"size_after\";i:1259141;s:4:\"time\";d:2.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.36;s:5:\"bytes\";i:8959;s:11:\"size_before\";i:35322;s:10:\"size_after\";i:26363;s:4:\"time\";d:0.08;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.82;s:5:\"bytes\";i:24754;s:11:\"size_before\";i:118910;s:10:\"size_after\";i:94156;s:4:\"time\";d:0.16;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94156;s:10:\"size_after\";i:94156;s:4:\"time\";d:0.18;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8;s:5:\"bytes\";i:34624;s:11:\"size_before\";i:219129;s:10:\"size_after\";i:184505;s:4:\"time\";d:0.35;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87;s:5:\"bytes\";i:13799;s:11:\"size_before\";i:200906;s:10:\"size_after\";i:187107;s:4:\"time\";d:0.21;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.83;s:5:\"bytes\";i:23638;s:11:\"size_before\";i:170979;s:10:\"size_after\";i:147341;s:4:\"time\";d:0.21;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:147341;s:10:\"size_after\";i:147341;s:4:\"time\";d:0.21;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.54;s:5:\"bytes\";i:4198;s:11:\"size_before\";i:17108;s:10:\"size_after\";i:12910;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94156;s:10:\"size_after\";i:94156;s:4:\"time\";d:0.15;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12910;s:10:\"size_after\";i:12910;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94156;s:10:\"size_after\";i:94156;s:4:\"time\";d:0.14;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12910;s:10:\"size_after\";i:12910;s:4:\"time\";d:0.03;}s:13:\"site_icon-270\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.17;s:5:\"bytes\";i:22148;s:11:\"size_before\";i:99912;s:10:\"size_after\";i:77764;s:4:\"time\";d:0.17;}s:13:\"site_icon-192\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.05;s:5:\"bytes\";i:9468;s:11:\"size_before\";i:44978;s:10:\"size_after\";i:35510;s:4:\"time\";d:0.09;}s:13:\"site_icon-180\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.74;s:5:\"bytes\";i:11760;s:11:\"size_before\";i:47530;s:10:\"size_after\";i:35770;s:4:\"time\";d:0.06;}s:12:\"site_icon-32\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.71;s:5:\"bytes\";i:480;s:11:\"size_before\";i:2566;s:10:\"size_after\";i:2086;s:4:\"time\";d:0.01;}}}'),(5862,3667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:37:\"2019/07/cropped-Vinewood-Icon-512.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-512x390.png\";s:5:\"width\";i:512;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:37:\"cropped-Vinewood-Icon-512-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:35:\"cropped-Vinewood-Icon-512-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(5864,3669,'_wp_attached_file','2019/07/Vinewood-WebLogo-250.png'),(5865,3669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2019/07/Vinewood-WebLogo-250.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Vinewood-WebLogo-250-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:32:\"Vinewood-WebLogo-250-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Vinewood-WebLogo-250-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Vinewood-WebLogo-250-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(5866,3669,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.043957407729158;s:5:\"bytes\";i:8899;s:11:\"size_before\";i:80578;s:10:\"size_after\";i:71679;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.52;s:5:\"bytes\";i:5859;s:11:\"size_before\";i:35469;s:10:\"size_after\";i:29610;s:4:\"time\";d:0.05;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.82;s:5:\"bytes\";i:3040;s:11:\"size_before\";i:17063;s:10:\"size_after\";i:14023;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14023;s:10:\"size_after\";i:14023;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14023;s:10:\"size_after\";i:14023;s:4:\"time\";d:0.02;}}}'),(5867,3669,'_wp_attachment_image_alt',''),(5868,3670,'_wp_attached_file','2019/07/cropped-Vinewood-WebLogo-250.png'),(5869,3670,'_wp_attachment_context','custom-logo'),(5870,3670,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.043957407729158;s:5:\"bytes\";i:8899;s:11:\"size_before\";i:80578;s:10:\"size_after\";i:71679;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.52;s:5:\"bytes\";i:5859;s:11:\"size_before\";i:35469;s:10:\"size_after\";i:29610;s:4:\"time\";d:0.04;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.82;s:5:\"bytes\";i:3040;s:11:\"size_before\";i:17063;s:10:\"size_after\";i:14023;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14023;s:10:\"size_after\";i:14023;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14023;s:10:\"size_after\";i:14023;s:4:\"time\";d:0.03;}}}'),(5871,3670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:40:\"2019/07/cropped-Vinewood-WebLogo-250.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-Vinewood-WebLogo-250-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-Vinewood-WebLogo-250-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-Vinewood-WebLogo-250-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-Vinewood-WebLogo-250-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(18705,4737,'_order_total','55.30'),(18706,4737,'_order_version','3.8.1'),(18707,4737,'_prices_include_tax','no'),(18708,4737,'_billing_address_index','          '),(18709,4737,'_shipping_address_index','        '),(18710,4737,'_mec_transaction_id','LWN81099'),(18711,4737,'_billing_first_name','Billy'),(18712,4737,'_billing_last_name','Persinger '),(18713,4737,'_shipping_first_name','Billy'),(18714,4737,'_shipping_last_name','Persinger '),(18715,4737,'_shipping_email','bdpersinger@icloud.com'),(18716,4737,'_billing_email',''),(18717,4737,'_payment_method','paypal'),(18718,4737,'_payment_method_title','PayPal'),(18719,4737,'Payment type','instant'),(18720,4737,'_transaction_id','3M116871M49476150'),(18721,4737,'_paypal_status','completed'),(18722,4737,'PayPal Transaction Fee','1.90'),(18723,4737,'_date_completed','1580733595'),(18724,4737,'_date_paid','1580733595'),(18725,4737,'_paid_date','2020-02-03 12:39:55'),(18726,4737,'_completed_date','2020-02-03 12:39:55'),(18727,4738,'_elementor_controls_usage','a:0:{}'),(18728,4738,'mec_verified','1'),(18729,4738,'mec_verification_key','b93a07b702285a56bf0d253ec745ff38'),(18730,4738,'mec_cancellation_key','c1d42df7e442d133df1642fd90988eae'),(18731,4738,'mec_confirmed','1'),(18732,4738,'mec_transaction_id','LWN81099'),(18733,4738,'mec_event_id','4615'),(18734,4738,'mec_date','2020-02-14:2020-02-14'),(18735,4738,'mec_ticket_id',',2,2,'),(18736,4738,'mec_booking_time','2020-02-03 12:39:55'),(18737,4738,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Billy Persinger \";s:5:\"email\";s:22:\"bdpersinger@icloud.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859255955\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Billy Persinger \";s:5:\"email\";s:22:\"bdpersinger@icloud.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859255955\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18738,4738,'mec_price','55.298'),(18739,4738,'mec_gateway','MEC_gateway_woocommerce'),(18740,4738,'mec_gateway_label','Pay by WooCommerce'),(18741,4737,'_download_permissions_granted','yes'),(18742,4737,'_recorded_sales','yes'),(18743,4737,'_recorded_coupon_usage_counts','yes'),(18744,4737,'_order_stock_reduced','yes'),(18745,4739,'_order_key','wc_order_CjceWohCDbC8D'),(18746,4739,'_customer_user','48'),(18747,4739,'_customer_ip_address','174.234.14.104'),(18748,4739,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/12.3.1;FBSS/2;FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5]'),(18749,4739,'_order_currency','USD'),(18750,4739,'_cart_discount','0'),(18751,4739,'_cart_discount_tax','0'),(18752,4739,'_order_shipping','0'),(18753,4739,'_order_shipping_tax','0'),(18754,4739,'_order_tax','0'),(18755,4739,'_order_total','55.30'),(18756,4739,'_order_version','3.8.1'),(18757,4739,'_prices_include_tax','no'),(18758,4739,'_billing_address_index','          '),(18759,4739,'_shipping_address_index','        '),(18760,4739,'_mec_transaction_id','MDC84630'),(18761,4739,'_billing_first_name','Claudia'),(18762,4739,'_billing_last_name','Fox'),(18763,4739,'_shipping_first_name','Claudia'),(18764,4739,'_shipping_last_name','Fox'),(18765,4739,'_shipping_email','foxnote56@gmail.com'),(18766,4739,'_billing_email',''),(18767,4739,'_payment_method','paypal'),(18768,4739,'_payment_method_title','PayPal'),(18769,4739,'Payment type','instant'),(18770,4739,'_transaction_id','6DL438486C404122P'),(18771,4739,'_paypal_status','completed'),(18772,4739,'PayPal Transaction Fee','1.90'),(18773,4739,'_date_completed','1580738633'),(18774,4739,'_date_paid','1580738633'),(18775,4739,'_paid_date','2020-02-03 14:03:53'),(18776,4739,'_completed_date','2020-02-03 14:03:53'),(18777,4740,'_elementor_controls_usage','a:0:{}'),(18778,4740,'mec_verified','1'),(18779,4740,'mec_verification_key','cefefcd1d5b2e8707a88612b94957040'),(18780,4740,'mec_cancellation_key','cc30733ecefe84150ca9659c2ca7309a'),(18781,4740,'mec_confirmed','1'),(18782,4740,'mec_transaction_id','MDC84630'),(18783,4740,'mec_event_id','4615'),(18784,4740,'mec_date','2020-02-14:2020-02-14'),(18785,4740,'mec_ticket_id',',2,2,'),(18786,4740,'mec_booking_time','2020-02-03 14:03:53'),(18787,4740,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Claudia Fox\";s:5:\"email\";s:19:\"foxnote56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852214567\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Claudia Fox\";s:5:\"email\";s:19:\"foxnote56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852214567\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18788,4740,'mec_price','55.298'),(18789,4740,'mec_gateway','MEC_gateway_woocommerce'),(18790,4740,'mec_gateway_label','Pay by WooCommerce'),(18791,4739,'_download_permissions_granted','yes'),(18792,4739,'_recorded_sales','yes'),(18793,4739,'_recorded_coupon_usage_counts','yes'),(18699,4737,'_order_currency','USD'),(18700,4737,'_cart_discount','0'),(18701,4737,'_cart_discount_tax','0'),(18702,4737,'_order_shipping','0'),(18703,4737,'_order_shipping_tax','0'),(18704,4737,'_order_tax','0'),(7633,3774,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.71236087191112;s:5:\"bytes\";i:165897;s:11:\"size_before\";i:598639;s:10:\"size_after\";i:432742;s:4:\"time\";d:1.7400000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.67;s:5:\"bytes\";i:4010;s:11:\"size_before\";i:11241;s:10:\"size_after\";i:7231;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.58;s:5:\"bytes\";i:4307;s:11:\"size_before\";i:12106;s:10:\"size_after\";i:7799;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.18;s:5:\"bytes\";i:16592;s:11:\"size_before\";i:48539;s:10:\"size_after\";i:31947;s:4:\"time\";d:0.14;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.39;s:5:\"bytes\";i:22085;s:11:\"size_before\";i:72673;s:10:\"size_after\";i:50588;s:4:\"time\";d:0.17;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.86;s:5:\"bytes\";i:9168;s:11:\"size_before\";i:29705;s:10:\"size_after\";i:20537;s:4:\"time\";d:0.07;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.51;s:5:\"bytes\";i:13241;s:11:\"size_before\";i:46451;s:10:\"size_after\";i:33210;s:4:\"time\";d:0.1;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.19;s:5:\"bytes\";i:28199;s:11:\"size_before\";i:90408;s:10:\"size_after\";i:62209;s:4:\"time\";d:0.29;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.2;s:5:\"bytes\";i:15664;s:11:\"size_before\";i:62171;s:10:\"size_after\";i:46507;s:4:\"time\";d:0.17;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.15;s:5:\"bytes\";i:11694;s:11:\"size_before\";i:34243;s:10:\"size_after\";i:22549;s:4:\"time\";d:0.1;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.34;s:5:\"bytes\";i:6883;s:11:\"size_before\";i:18942;s:10:\"size_after\";i:12059;s:4:\"time\";d:0.05;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.87;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:6214;s:10:\"size_after\";i:4047;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.95;s:5:\"bytes\";i:19721;s:11:\"size_before\";i:61730;s:10:\"size_after\";i:42009;s:4:\"time\";d:0.19;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20537;s:10:\"size_after\";i:20537;s:4:\"time\";d:0.08;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.2;s:5:\"bytes\";i:12166;s:11:\"size_before\";i:33607;s:10:\"size_after\";i:21441;s:4:\"time\";d:0.08;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4047;s:10:\"size_after\";i:4047;s:4:\"time\";d:0.03;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20537;s:10:\"size_after\";i:20537;s:4:\"time\";d:0.07;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21441;s:10:\"size_after\";i:21441;s:4:\"time\";d:0.1;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4047;s:10:\"size_after\";i:4047;s:4:\"time\";d:0.02;}}}'),(7634,3774,'_wp_attachment_image_alt','Mike Sig'),(15004,4551,'mec_read_more',''),(15005,4551,'mec_more_info',''),(15006,4551,'mec_more_info_title',''),(15007,4551,'mec_more_info_target','_self'),(15008,4551,'mec_cost','$30 per person'),(15009,4551,'mec_additional_organizer_ids','a:1:{i:0;s:2:\"69\";}'),(15010,4551,'mec_additional_location_ids','a:0:{}'),(15011,4551,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-01-12\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-01-12\";s:4:\"hour\";s:1:\"2\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(15012,4551,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(15013,4551,'mec_certain_weekdays','a:0:{}'),(15014,4551,'mec_allday','0'),(15015,4551,'mec_hide_time','0'),(15016,4551,'mec_hide_end_time','0'),(15017,4551,'mec_comment',''),(15018,4551,'mec_start_date','2020-01-12'),(15019,4551,'mec_start_time_hour','11'),(15020,4551,'mec_start_time_minutes','0'),(15021,4551,'mec_start_time_ampm','AM'),(15022,4551,'mec_start_day_seconds','39600'),(15023,4551,'mec_end_date','2020-01-12'),(15024,4551,'mec_end_time_hour','2'),(15025,4551,'mec_end_time_minutes','0'),(15026,4551,'mec_end_time_ampm','PM'),(15027,4551,'mec_end_day_seconds','50400'),(15028,4551,'mec_repeat_status','0'),(15029,4551,'mec_repeat_type',''),(15030,4551,'mec_repeat_interval','1'),(15031,4551,'mec_repeat_end',''),(15032,4551,'mec_repeat_end_at_occurrences',''),(15033,4551,'mec_repeat_end_at_date',''),(15034,4551,'mec_advanced_days','a:0:{}'),(15035,4551,'mec_in_days',''),(15036,4551,'mec_not_in_days',''),(15037,4551,'mec_hourly_schedules','a:0:{}'),(15038,4551,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(15039,4551,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:25:\"Ladies\' Brunch - 01.12.20\";s:22:\"ticket_start_time_hour\";s:2:\"11\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"AM\";s:20:\"ticket_end_time_hour\";s:2:\"02\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:56:\"Ladies\' Brunch - includes brunch, mimosas and live music\";s:5:\"price\";s:2:\"30\";s:11:\"price_label\";s:3:\"$30\";s:5:\"limit\";s:3:\"140\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:1:{i:1;a:4:{s:5:\"start\";s:10:\"2019-12-24\";s:3:\"end\";s:10:\"2020-01-12\";s:5:\"price\";s:2:\"30\";s:5:\"label\";s:3:\"$30\";}}}}'),(15040,4551,'mec_fees_global_inheritance','1'),(15041,4551,'mec_fees','a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(15042,4551,'mec_ticket_variations_global_inheritance','1'),(15043,4551,'mec_ticket_variations','a:0:{}'),(15044,4551,'mec_reg_fields_global_inheritance','1'),(15045,4551,'mec_reg_fields','a:0:{}'),(15046,4551,'mec_op','a:0:{}'),(15047,4551,'slide_template','default'),(15770,4587,'_deal_quantity',''),(15771,4587,'inline_featured_image','0'),(15772,4587,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 40 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 78 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(15773,4587,'_wds_readability','a:4:{s:5:\"score\";d:86.05350000000001;s:9:\"raw_score\";d:86.05350000000001;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(12079,610,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:96988;s:11:\"size_before\";i:264258;s:10:\"size_after\";i:167270;}'),(12080,610,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.425398933572921;s:5:\"bytes\";i:11111;s:11:\"size_before\";i:204796;s:10:\"size_after\";i:193685;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:264;s:11:\"size_before\";i:5602;s:10:\"size_after\";i:5338;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:423;s:11:\"size_before\";i:10872;s:10:\"size_after\";i:10449;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:2993;s:11:\"size_before\";i:54075;s:10:\"size_after\";i:51082;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:5765;s:11:\"size_before\";i:94306;s:10:\"size_after\";i:88541;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:667;s:11:\"size_before\";i:15950;s:10:\"size_after\";i:15283;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:999;s:11:\"size_before\";i:23991;s:10:\"size_after\";i:22992;s:4:\"time\";d:0.02;}}}'),(12081,609,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5784490833667872;s:5:\"bytes\";i:3083;s:11:\"size_before\";i:119568;s:10:\"size_after\";i:116485;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:285;s:11:\"size_before\";i:5063;s:10:\"size_after\";i:4778;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:493;s:11:\"size_before\";i:12290;s:10:\"size_after\";i:11797;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2;s:5:\"bytes\";i:1548;s:11:\"size_before\";i:70252;s:10:\"size_after\";i:68704;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45;s:5:\"bytes\";i:318;s:11:\"size_before\";i:12974;s:10:\"size_after\";i:12656;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.31;s:5:\"bytes\";i:439;s:11:\"size_before\";i:18989;s:10:\"size_after\";i:18550;s:4:\"time\";d:0.01;}}}'),(13106,4448,'_wp_attached_file','2019/10/71326600_2547022462003438_4597367937492320256_n.jpg'),(13107,4448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:315;s:4:\"file\";s:59:\"2019/10/71326600_2547022462003438_4597367937492320256_n.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-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:59:\"71326600_2547022462003438_4597367937492320256_n-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-474x315.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-400x315.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-400x148.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-600x222.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:59:\"71326600_2547022462003438_4597367937492320256_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(13104,4447,'_edit_lock','1572492588:1'),(13105,4447,'_edit_last','1'),(13108,4448,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.90089826015021;s:5:\"bytes\";i:18118;s:11:\"size_before\";i:307038;s:10:\"size_after\";i:288920;s:4:\"time\";d:0.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38;s:5:\"bytes\";i:508;s:11:\"size_before\";i:6888;s:10:\"size_after\";i:6380;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13;s:5:\"bytes\";i:730;s:11:\"size_before\";i:10243;s:10:\"size_after\";i:9513;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12;s:5:\"bytes\";i:3093;s:11:\"size_before\";i:43460;s:10:\"size_after\";i:40367;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.08;s:5:\"bytes\";i:1438;s:11:\"size_before\";i:17795;s:10:\"size_after\";i:16357;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2;s:5:\"bytes\";i:2406;s:11:\"size_before\";i:29359;s:10:\"size_after\";i:26953;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.88;s:5:\"bytes\";i:1590;s:11:\"size_before\";i:20169;s:10:\"size_after\";i:18579;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.76;s:5:\"bytes\";i:2933;s:11:\"size_before\";i:37781;s:10:\"size_after\";i:34848;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.94;s:5:\"bytes\";i:1913;s:11:\"size_before\";i:24087;s:10:\"size_after\";i:22174;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13;s:5:\"bytes\";i:1198;s:11:\"size_before\";i:16806;s:10:\"size_after\";i:15608;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32;s:5:\"bytes\";i:262;s:11:\"size_before\";i:3577;s:10:\"size_after\";i:3315;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16357;s:10:\"size_after\";i:16357;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87;s:5:\"bytes\";i:2047;s:11:\"size_before\";i:29788;s:10:\"size_after\";i:27741;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3315;s:10:\"size_after\";i:3315;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16357;s:10:\"size_after\";i:16357;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27741;s:10:\"size_after\";i:27741;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3315;s:10:\"size_after\";i:3315;s:4:\"time\";d:0.01;}}}'),(13109,4448,'_wp_attachment_image_alt','Paul Nelson Band'),(13110,4447,'_thumbnail_id','4448'),(13111,4447,'_wp_page_template','default'),(13112,4447,'_elementor_controls_usage','a:0:{}'),(13113,4447,'mec_color','70003f'),(13114,4447,'mec_location_id','1'),(13115,4447,'mec_dont_show_map','0'),(13116,4447,'mec_organizer_id','81'),(13117,4447,'mec_read_more',''),(13118,4447,'mec_more_info',''),(13119,4447,'mec_more_info_title',''),(13120,4447,'mec_more_info_target','_blank'),(13121,4447,'mec_cost','$10'),(13122,4447,'mec_additional_organizer_ids','a:1:{i:0;s:2:\"81\";}'),(13123,4447,'mec_additional_location_ids','a:0:{}'),(13124,4447,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-11-09\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-11-09\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:17:\"Doors open at 7pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(13125,4447,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(13126,4447,'mec_certain_weekdays','a:0:{}'),(13127,4447,'mec_allday','0'),(13128,4447,'mec_hide_time','0'),(13129,4447,'mec_hide_end_time','0'),(13130,4447,'mec_comment','Doors open at 7pm'),(13131,4447,'mec_start_date','2019-11-09'),(13132,4447,'mec_start_time_hour','8'),(13133,4447,'mec_start_time_minutes','0'),(13134,4447,'mec_start_time_ampm','PM'),(13135,4447,'mec_start_day_seconds','72000'),(13136,4447,'mec_end_date','2019-11-09'),(13137,4447,'mec_end_time_hour','11'),(13138,4447,'mec_end_time_minutes','0'),(13139,4447,'mec_end_time_ampm','PM'),(13140,4447,'mec_end_day_seconds','82800'),(13141,4447,'mec_repeat_status','0'),(13142,4447,'mec_repeat_type',''),(13143,4447,'mec_repeat_interval','1'),(13144,4447,'mec_repeat_end',''),(13145,4447,'mec_repeat_end_at_occurrences',''),(13146,4447,'mec_repeat_end_at_date',''),(13147,4447,'mec_advanced_days','a:0:{}'),(13148,4447,'mec_in_days',''),(13149,4447,'mec_not_in_days',''),(13150,4447,'mec_hourly_schedules','a:0:{}'),(13151,4447,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:3:\"100\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(13152,4447,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:21:\"GA - Paul Nelson Band\";s:22:\"ticket_start_time_hour\";s:2:\"08\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:19:\"BLUES/ROCK\'S FINEST\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:3:\"$10\";s:5:\"limit\";s:3:\"100\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(13153,4447,'mec_fees_global_inheritance','1'),(13154,4447,'mec_fees','a:2:{i:1;a:3:{s:5:\"title\";s:52:\"Online Convience Fee for 3rd Party ACH Authorization\";s:6:\"amount\";s:2:\"$1\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(13155,4447,'mec_ticket_variations_global_inheritance','1'),(13156,4447,'mec_ticket_variations','a:0:{}'),(13157,4447,'mec_reg_fields_global_inheritance','1'),(13158,4447,'mec_reg_fields','a:0:{}'),(13159,4447,'mec_op','a:0:{}'),(13160,4447,'slide_template','default'),(13651,4492,'_appointment_title','Tour The Vinewood'),(13652,4492,'_appointment_guest_name','Stacey'),(13650,4492,'_elementor_controls_usage','a:0:{}'),(13163,4444,'_edit_lock','1571126649:1'),(7552,3757,'_wp_attachment_image_alt','The Vinewood Deck'),(7551,3757,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.01812435965887;s:5:\"bytes\";i:91751;s:11:\"size_before\";i:1524578;s:10:\"size_after\";i:1432827;s:4:\"time\";d:0.5900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.34;s:5:\"bytes\";i:776;s:11:\"size_before\";i:10579;s:10:\"size_after\";i:9803;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.72;s:5:\"bytes\";i:2079;s:11:\"size_before\";i:26945;s:10:\"size_after\";i:24866;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2;s:5:\"bytes\";i:10901;s:11:\"size_before\";i:151336;s:10:\"size_after\";i:140435;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:16120;s:11:\"size_before\";i:242074;s:10:\"size_after\";i:225954;s:4:\"time\";d:0.07;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:2771;s:11:\"size_before\";i:38956;s:10:\"size_after\";i:36185;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:4759;s:11:\"size_before\";i:65312;s:10:\"size_after\";i:60553;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:17798;s:11:\"size_before\";i:295843;s:10:\"size_after\";i:278045;s:4:\"time\";d:0.09;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:7042;s:11:\"size_before\";i:96070;s:10:\"size_after\";i:89028;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.08;s:5:\"bytes\";i:4628;s:11:\"size_before\";i:65355;s:10:\"size_after\";i:60727;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42;s:5:\"bytes\";i:3445;s:11:\"size_before\";i:46407;s:10:\"size_after\";i:42962;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:404;s:11:\"size_before\";i:5246;s:10:\"size_after\";i:4842;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:13912;s:11:\"size_before\";i:209853;s:10:\"size_after\";i:195941;s:4:\"time\";d:0.07;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36185;s:10:\"size_after\";i:36185;s:4:\"time\";d:0.03;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.27;s:5:\"bytes\";i:7116;s:11:\"size_before\";i:97832;s:10:\"size_after\";i:90716;s:4:\"time\";d:0.04;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4842;s:10:\"size_after\";i:4842;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36185;s:10:\"size_after\";i:36185;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:90716;s:10:\"size_after\";i:90716;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4842;s:10:\"size_after\";i:4842;s:4:\"time\";d:0.02;}}}'),(7553,3758,'_wp_attached_file','2019/08/BackofDress.jpg'),(7554,3758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:981;s:4:\"file\";s:23:\"2019/08/BackofDress.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"BackofDress-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:\"BackofDress-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"BackofDress-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"BackofDress-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"BackofDress-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"BackofDress-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:24:\"BackofDress-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"BackofDress-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"BackofDress-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"BackofDress-400x280.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"BackofDress-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:23:\"BackofDress-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"BackofDress-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"BackofDress-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"BackofDress-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"BackofDress-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"BackofDress-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"BackofDress-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7555,3758,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.400131244360594;s:5:\"bytes\";i:10241;s:11:\"size_before\";i:426685;s:10:\"size_after\";i:416444;s:4:\"time\";d:0.5200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:176;s:11:\"size_before\";i:4594;s:10:\"size_after\";i:4418;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:306;s:11:\"size_before\";i:9925;s:10:\"size_after\";i:9619;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:897;s:11:\"size_before\";i:40487;s:10:\"size_after\";i:39590;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.61;s:5:\"bytes\";i:1597;s:11:\"size_before\";i:61194;s:10:\"size_after\";i:59597;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.65;s:5:\"bytes\";i:338;s:11:\"size_before\";i:12741;s:10:\"size_after\";i:12403;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:430;s:11:\"size_before\";i:19302;s:10:\"size_after\";i:18872;s:4:\"time\";d:0.03;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:2619;s:11:\"size_before\";i:76449;s:10:\"size_after\";i:73830;s:4:\"time\";d:0.08;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:629;s:11:\"size_before\";i:26546;s:10:\"size_after\";i:25917;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:448;s:11:\"size_before\";i:19138;s:10:\"size_after\";i:18690;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:422;s:11:\"size_before\";i:15119;s:10:\"size_after\";i:14697;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:150;s:11:\"size_before\";i:2706;s:10:\"size_after\";i:2556;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:1541;s:11:\"size_before\";i:52970;s:10:\"size_after\";i:51429;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12403;s:10:\"size_after\";i:12403;s:4:\"time\";d:0.03;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.44;s:5:\"bytes\";i:688;s:11:\"size_before\";i:28142;s:10:\"size_after\";i:27454;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2556;s:10:\"size_after\";i:2556;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12403;s:10:\"size_after\";i:12403;s:4:\"time\";d:0.03;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27454;s:10:\"size_after\";i:27454;s:4:\"time\";d:0.05;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2556;s:10:\"size_after\";i:2556;s:4:\"time\";d:0.02;}}}'),(7556,3758,'_wp_attachment_image_alt','Back of Dress'),(7557,3759,'_wp_attached_file','2019/08/Champagn2.jpg'),(7558,3759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1141;s:4:\"file\";s:21:\"2019/08/Champagn2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Champagn2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Champagn2-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Champagn2-768x626.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Champagn2-1024x835.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:835;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"Champagn2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"Champagn2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:22:\"Champagn2-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"Champagn2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"Champagn2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:21:\"Champagn2-400x326.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"Champagn2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:21:\"Champagn2-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Champagn2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Champagn2-600x489.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Champagn2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"Champagn2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Champagn2-600x489.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Champagn2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"Stacey Zoll Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7559,3759,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5671175166805336;s:5:\"bytes\";i:11200;s:11:\"size_before\";i:436287;s:10:\"size_after\";i:425087;s:4:\"time\";d:0.4100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:212;s:11:\"size_before\";i:4980;s:10:\"size_after\";i:4768;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:279;s:11:\"size_before\";i:11060;s:10:\"size_after\";i:10781;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:1078;s:11:\"size_before\";i:43144;s:10:\"size_after\";i:42066;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:2120;s:11:\"size_before\";i:65798;s:10:\"size_after\";i:63678;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:322;s:11:\"size_before\";i:13089;s:10:\"size_after\";i:12767;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:371;s:11:\"size_before\";i:18891;s:10:\"size_after\";i:18520;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:3200;s:11:\"size_before\";i:72471;s:10:\"size_after\";i:69271;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12;s:5:\"bytes\";i:543;s:11:\"size_before\";i:25671;s:10:\"size_after\";i:25128;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.98;s:5:\"bytes\";i:386;s:11:\"size_before\";i:19493;s:10:\"size_after\";i:19107;s:4:\"time\";d:0.04;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.28;s:5:\"bytes\";i:381;s:11:\"size_before\";i:16718;s:10:\"size_after\";i:16337;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:209;s:11:\"size_before\";i:3045;s:10:\"size_after\";i:2836;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:1495;s:11:\"size_before\";i:50847;s:10:\"size_after\";i:49352;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12767;s:10:\"size_after\";i:12767;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2;s:5:\"bytes\";i:604;s:11:\"size_before\";i:30239;s:10:\"size_after\";i:29635;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2836;s:10:\"size_after\";i:2836;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12767;s:10:\"size_after\";i:12767;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29635;s:10:\"size_after\";i:29635;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2836;s:10:\"size_after\";i:2836;s:4:\"time\";d:0.01;}}}'),(7560,3759,'_wp_attachment_image_alt','Champagne'),(15078,4113,'_wds_readability','a:4:{s:5:\"score\";d:42.61571428571432;s:9:\"raw_score\";d:42.61571428571432;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(15079,4557,'_elementor_edit_mode','builder'),(15080,4557,'_elementor_template_type','section'),(15081,4557,'_elementor_version','2.8.2'),(15082,4557,'_elementor_pro_version','2.7.3'),(15083,4556,'_wp_page_template','default'),(15084,4556,'_elementor_data','[{\"id\":\"390e1de\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"f9d62d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae43547\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[MEC id=\\\"19\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(15085,4558,'_elementor_edit_mode','builder'),(15086,4558,'_elementor_template_type','section'),(15087,4558,'_elementor_version','2.8.2'),(15088,4558,'_elementor_pro_version','2.7.3'),(15089,4558,'_wp_page_template','default'),(15090,4558,'_elementor_data','[{\"id\":\"390e1de\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"f9d62d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae43547\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[MEC id=\\\"19\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(15091,4556,'_elementor_controls_usage','a:3:{s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(15093,4556,'_wds_readability','a:4:{s:5:\"score\";d:15.766538461538488;s:9:\"raw_score\";d:15.766538461538488;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(15094,4556,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 37 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:164:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 12 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:19:\"12 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(15067,4187,'_wds_readability','a:4:{s:5:\"score\";d:20.4470604026846;s:9:\"raw_score\";d:20.4470604026846;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(15068,4556,'_elementor_edit_mode','builder'),(15069,4556,'_elementor_template_type','section'),(15070,4556,'inline_featured_image','0'),(15071,4556,'_elementor_version','2.8.2'),(15072,4556,'_elementor_pro_version','2.7.3'),(15073,4116,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 48 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:153:\"You\'ve added alternative text attributes to all your images which helps search engines correctly index images and aid visually impaired readers, awesome!\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:31:\"Image alt tags contain keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(15074,4116,'_wds_readability','a:4:{s:5:\"score\";d:62.52414285714289;s:9:\"raw_score\";d:62.52414285714289;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(15075,4556,'_edit_lock','1577207065:1'),(15077,4113,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 36 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 45 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(7627,3773,'_wp_attached_file','2019/08/NicoleSig.png'),(7628,3773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:406;s:4:\"file\";s:21:\"2019/08/NicoleSig.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"NicoleSig-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"NicoleSig-300x87.png\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"NicoleSig-768x223.png\";s:5:\"width\";i:768;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"NicoleSig-1024x297.png\";s:5:\"width\";i:1024;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"NicoleSig-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"NicoleSig-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:22:\"NicoleSig-1400x435.png\";s:5:\"width\";i:1400;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"NicoleSig-600x390.png\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"NicoleSig-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:21:\"NicoleSig-400x116.png\";s:5:\"width\";i:400;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"NicoleSig-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:21:\"NicoleSig-885x435.png\";s:5:\"width\";i:885;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"NicoleSig-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"NicoleSig-600x174.png\";s:5:\"width\";i:600;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"NicoleSig-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"NicoleSig-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"NicoleSig-600x174.png\";s:5:\"width\";i:600;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"NicoleSig-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7629,3773,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.332974059242254;s:5:\"bytes\";i:152917;s:11:\"size_before\";i:684714;s:10:\"size_after\";i:531797;s:4:\"time\";d:2.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.59;s:5:\"bytes\";i:4524;s:11:\"size_before\";i:13080;s:10:\"size_after\";i:8556;s:4:\"time\";d:0.06;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.27;s:5:\"bytes\";i:5284;s:11:\"size_before\";i:12804;s:10:\"size_after\";i:7520;s:4:\"time\";d:0.08;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.37;s:5:\"bytes\";i:15458;s:11:\"size_before\";i:52640;s:10:\"size_after\";i:37182;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.29;s:5:\"bytes\";i:18753;s:11:\"size_before\";i:77195;s:10:\"size_after\";i:58442;s:4:\"time\";d:0.14;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.69;s:5:\"bytes\";i:8991;s:11:\"size_before\";i:33682;s:10:\"size_after\";i:24691;s:4:\"time\";d:0.1;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.75;s:5:\"bytes\";i:12625;s:11:\"size_before\";i:51004;s:10:\"size_after\";i:38379;s:4:\"time\";d:0.17;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.68;s:5:\"bytes\";i:21921;s:11:\"size_before\";i:101111;s:10:\"size_after\";i:79190;s:4:\"time\";d:0.34;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.04;s:5:\"bytes\";i:13767;s:11:\"size_before\";i:68692;s:10:\"size_after\";i:54925;s:4:\"time\";d:0.15;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.26;s:5:\"bytes\";i:9999;s:11:\"size_before\";i:49364;s:10:\"size_after\";i:39365;s:4:\"time\";d:0.15;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.7;s:5:\"bytes\";i:7401;s:11:\"size_before\";i:20729;s:10:\"size_after\";i:13328;s:4:\"time\";d:0.04;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.74;s:5:\"bytes\";i:2600;s:11:\"size_before\";i:7485;s:10:\"size_after\";i:4885;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.41;s:5:\"bytes\";i:19109;s:11:\"size_before\";i:81615;s:10:\"size_after\";i:62506;s:4:\"time\";d:0.26;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24691;s:10:\"size_after\";i:24691;s:4:\"time\";d:0.09;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.38;s:5:\"bytes\";i:12485;s:11:\"size_before\";i:34323;s:10:\"size_after\";i:21838;s:4:\"time\";d:0.09;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4885;s:10:\"size_after\";i:4885;s:4:\"time\";d:0.04;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24691;s:10:\"size_after\";i:24691;s:4:\"time\";d:0.1;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21838;s:10:\"size_after\";i:21838;s:4:\"time\";d:0.1;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4885;s:10:\"size_after\";i:4885;s:4:\"time\";d:0.02;}}}'),(7607,3769,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.73706442129916;s:5:\"bytes\";i:15707;s:11:\"size_before\";i:573863;s:10:\"size_after\";i:558156;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3;s:5:\"bytes\";i:397;s:11:\"size_before\";i:6306;s:10:\"size_after\";i:5909;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.15;s:5:\"bytes\";i:655;s:11:\"size_before\";i:12716;s:10:\"size_after\";i:12061;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:1439;s:11:\"size_before\";i:51747;s:10:\"size_after\";i:50308;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:2242;s:11:\"size_before\";i:82120;s:10:\"size_after\";i:79878;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:749;s:11:\"size_before\";i:17126;s:10:\"size_after\";i:16377;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:987;s:11:\"size_before\";i:25627;s:10:\"size_after\";i:24640;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.51;s:5:\"bytes\";i:2805;s:11:\"size_before\";i:111568;s:10:\"size_after\";i:108763;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:1164;s:11:\"size_before\";i:34891;s:10:\"size_after\";i:33727;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:26416;s:10:\"size_after\";i:25394;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:824;s:11:\"size_before\";i:19459;s:10:\"size_after\";i:18635;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13;s:5:\"bytes\";i:263;s:11:\"size_before\";i:3689;s:10:\"size_after\";i:3426;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.63;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:72818;s:10:\"size_after\";i:70906;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16377;s:10:\"size_after\";i:16377;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:35511;s:10:\"size_after\";i:34263;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3426;s:10:\"size_after\";i:3426;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16377;s:10:\"size_after\";i:16377;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34263;s:10:\"size_after\";i:34263;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3426;s:10:\"size_after\";i:3426;s:4:\"time\";d:0.01;}}}'),(7604,3767,'_wp_attachment_image_alt','Seating'),(7605,3769,'_wp_attached_file','2019/08/TheVinewood-38.jpg'),(7606,3769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2019/08/TheVinewood-38.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-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:\"TheVinewood-38-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:\"TheVinewood-38-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:\"TheVinewood-38-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"TheVinewood-38-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TheVinewood-38-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-38-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7587,3764,'_wp_attached_file','2019/08/TheVinewood-16.jpg'),(7588,3764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:1275;s:4:\"file\";s:26:\"2019/08/TheVinewood-16.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-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:26:\"TheVinewood-16-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:27:\"TheVinewood-16-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:27:\"TheVinewood-16-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-850x700.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-850x675.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TheVinewood-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7589,3765,'_wp_attached_file','2019/08/TheVinewood-17.jpg'),(7590,3764,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2623776752044416;s:5:\"bytes\";i:77742;s:11:\"size_before\";i:1477317;s:10:\"size_after\";i:1399575;s:4:\"time\";d:0.51;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.67;s:5:\"bytes\";i:943;s:11:\"size_before\";i:10872;s:10:\"size_after\";i:9929;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.98;s:5:\"bytes\";i:2053;s:11:\"size_before\";i:25728;s:10:\"size_after\";i:23675;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:13999;s:11:\"size_before\";i:236546;s:10:\"size_after\";i:222547;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2;s:5:\"bytes\";i:12195;s:11:\"size_before\";i:196748;s:10:\"size_after\";i:184553;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.58;s:5:\"bytes\";i:2609;s:11:\"size_before\";i:34411;s:10:\"size_after\";i:31802;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78;s:5:\"bytes\";i:3392;s:11:\"size_before\";i:50057;s:10:\"size_after\";i:46665;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:8610;s:11:\"size_before\";i:165124;s:10:\"size_after\";i:156514;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.41;s:5:\"bytes\";i:4452;s:11:\"size_before\";i:69413;s:10:\"size_after\";i:64961;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.01;s:5:\"bytes\";i:3765;s:11:\"size_before\";i:53729;s:10:\"size_after\";i:49964;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.14;s:5:\"bytes\";i:5823;s:11:\"size_before\";i:81541;s:10:\"size_after\";i:75718;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.03;s:5:\"bytes\";i:516;s:11:\"size_before\";i:5714;s:10:\"size_after\";i:5198;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:9226;s:11:\"size_before\";i:163911;s:10:\"size_after\";i:154685;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31802;s:10:\"size_after\";i:31802;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:10159;s:11:\"size_before\";i:159841;s:10:\"size_after\";i:149682;s:4:\"time\";d:0.04;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5198;s:10:\"size_after\";i:5198;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31802;s:10:\"size_after\";i:31802;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:149682;s:10:\"size_after\";i:149682;s:4:\"time\";d:0.06;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5198;s:10:\"size_after\";i:5198;s:4:\"time\";d:0.01;}}}'),(7592,3766,'_wp_attached_file','2019/08/TheVinewood-49.jpg'),(7593,3765,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.849914150783698;s:5:\"bytes\";i:22288;s:11:\"size_before\";i:578922;s:10:\"size_after\";i:556634;s:4:\"time\";d:0.4;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.64;s:5:\"bytes\";i:504;s:11:\"size_before\";i:6596;s:10:\"size_after\";i:6092;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:867;s:11:\"size_before\";i:13705;s:10:\"size_after\";i:12838;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:2384;s:11:\"size_before\";i:53141;s:10:\"size_after\";i:50757;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:3322;s:11:\"size_before\";i:82831;s:10:\"size_after\";i:79509;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.98;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:17647;s:10:\"size_after\";i:16591;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:1426;s:11:\"size_before\";i:26613;s:10:\"size_after\";i:25187;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:3243;s:11:\"size_before\";i:105444;s:10:\"size_after\";i:102201;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:1741;s:11:\"size_before\";i:35871;s:10:\"size_after\";i:34130;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:26559;s:10:\"size_after\";i:25109;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03;s:5:\"bytes\";i:1225;s:11:\"size_before\";i:20316;s:10:\"size_after\";i:19091;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:305;s:11:\"size_before\";i:3936;s:10:\"size_after\";i:3631;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:2956;s:11:\"size_before\";i:73596;s:10:\"size_after\";i:70640;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16591;s:10:\"size_after\";i:16591;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:1809;s:11:\"size_before\";i:37016;s:10:\"size_after\";i:35207;s:4:\"time\";d:0.04;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3631;s:10:\"size_after\";i:3631;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16591;s:10:\"size_after\";i:16591;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35207;s:10:\"size_after\";i:35207;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3631;s:10:\"size_after\";i:3631;s:4:\"time\";d:0.01;}}}'),(12082,608,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.63258481060541;s:5:\"bytes\";i:40165;s:11:\"size_before\";i:465272;s:10:\"size_after\";i:425107;s:4:\"time\";d:0.15;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.47;s:5:\"bytes\";i:941;s:11:\"size_before\";i:11113;s:10:\"size_after\";i:10172;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.03;s:5:\"bytes\";i:1864;s:11:\"size_before\";i:23204;s:10:\"size_after\";i:21340;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.59;s:5:\"bytes\";i:10863;s:11:\"size_before\";i:126437;s:10:\"size_after\";i:115574;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7;s:5:\"bytes\";i:17071;s:11:\"size_before\";i:196165;s:10:\"size_after\";i:179094;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.96;s:5:\"bytes\";i:3708;s:11:\"size_before\";i:41394;s:10:\"size_after\";i:37686;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.54;s:5:\"bytes\";i:5718;s:11:\"size_before\";i:66959;s:10:\"size_after\";i:61241;s:4:\"time\";d:0.02;}}}'),(12083,607,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:37600;s:11:\"size_before\";i:188762;s:10:\"size_after\";i:151162;}'),(12084,607,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.930124838289728;s:5:\"bytes\";i:14531;s:11:\"size_before\";i:245037;s:10:\"size_after\";i:230506;s:4:\"time\";d:0.09999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.05;s:5:\"bytes\";i:803;s:11:\"size_before\";i:7987;s:10:\"size_after\";i:7184;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.12;s:5:\"bytes\";i:1403;s:11:\"size_before\";i:17272;s:10:\"size_after\";i:15869;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:3627;s:11:\"size_before\";i:66224;s:10:\"size_after\";i:62597;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:4947;s:11:\"size_before\";i:98213;s:10:\"size_after\";i:93266;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:1550;s:11:\"size_before\";i:21365;s:10:\"size_after\";i:19815;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:2201;s:11:\"size_before\";i:33976;s:10:\"size_after\";i:31775;s:4:\"time\";d:0.01;}}}'),(12085,606,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:231750;s:11:\"size_before\";i:413499;s:10:\"size_after\";i:181749;}'),(12086,606,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.871506397545346;s:5:\"bytes\";i:9274;s:11:\"size_before\";i:239545;s:10:\"size_after\";i:230271;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:350;s:11:\"size_before\";i:6662;s:10:\"size_after\";i:6312;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:655;s:11:\"size_before\";i:12997;s:10:\"size_after\";i:12342;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:2373;s:11:\"size_before\";i:63189;s:10:\"size_after\";i:60816;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:3830;s:11:\"size_before\";i:104241;s:10:\"size_after\";i:100411;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:791;s:11:\"size_before\";i:19988;s:10:\"size_after\";i:19197;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:32468;s:10:\"size_after\";i:31193;s:4:\"time\";d:0.02;}}}'),(12087,604,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:54152;s:11:\"size_before\";i:186824;s:10:\"size_after\";i:132672;}'),(12088,604,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.092582421323552;s:5:\"bytes\";i:9016;s:11:\"size_before\";i:220301;s:10:\"size_after\";i:211285;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:513;s:11:\"size_before\";i:7926;s:10:\"size_after\";i:7413;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:931;s:11:\"size_before\";i:16210;s:10:\"size_after\";i:15279;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:58210;s:10:\"size_after\";i:56040;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:2956;s:11:\"size_before\";i:86181;s:10:\"size_after\";i:83225;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:996;s:11:\"size_before\";i:20529;s:10:\"size_after\";i:19533;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:31245;s:10:\"size_after\";i:29795;s:4:\"time\";d:0.02;}}}'),(12089,599,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:132143;s:11:\"size_before\";i:328589;s:10:\"size_after\";i:196446;}'),(12090,599,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.127519473219304;s:5:\"bytes\";i:10794;s:11:\"size_before\";i:261513;s:10:\"size_after\";i:250719;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:424;s:11:\"size_before\";i:7137;s:10:\"size_after\";i:6713;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:856;s:11:\"size_before\";i:15932;s:10:\"size_after\";i:15076;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:2630;s:11:\"size_before\";i:69872;s:10:\"size_after\";i:67242;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:4540;s:11:\"size_before\";i:114558;s:10:\"size_after\";i:110018;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:900;s:11:\"size_before\";i:20343;s:10:\"size_after\";i:19443;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:1444;s:11:\"size_before\";i:33671;s:10:\"size_after\";i:32227;s:4:\"time\";d:0.02;}}}'),(12091,569,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.69933184855234;s:5:\"bytes\";i:4436;s:11:\"size_before\";i:17960;s:10:\"size_after\";i:13524;s:4:\"time\";d:0.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:44;s:5:\"bytes\";i:1268;s:11:\"size_before\";i:2882;s:10:\"size_after\";i:1614;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.87;s:5:\"bytes\";i:2304;s:11:\"size_before\";i:4813;s:10:\"size_after\";i:2509;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2509;s:10:\"size_after\";i:2509;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2509;s:10:\"size_after\";i:2509;s:4:\"time\";d:0.04;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.97;s:5:\"bytes\";i:864;s:11:\"size_before\";i:1801;s:10:\"size_after\";i:937;s:4:\"time\";d:0.03;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2509;s:10:\"size_after\";i:2509;s:4:\"time\";d:0.05;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:937;s:10:\"size_after\";i:937;s:4:\"time\";d:0.02;}}}'),(12094,4347,'_appointment_title','Tour The Vinewood'),(12095,4347,'_appointment_guest_name','Alexandra '),(12096,4347,'_appointment_guest_surname','Ard'),(12097,4347,'_appointment_guest_email','alexard93@icloud.com'),(12098,4347,'_appointment_timestamp','1568138400'),(12099,4347,'_appointment_timeslot','1800-1900'),(12100,4347,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>We are wanting to renew our vows as our first wedding was not the dream wedding we wanted. We would like to have the ceremony at 5 and have dinner and reception to follow. </p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Vow renewal, reception. </p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>150</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>05/29/2021 2pm-12am.</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Social Media</p><p class=\"cf-meta-value\"><strong>What made you choose The Vinewood as a potential location for your next event? </strong><br>The beauty of th location. </p>'),(12101,4347,'_booked_wc_time_created','1567042546'),(12102,4347,'_booked_wc_date_created','2019-08-29 01:35:46'),(20073,4796,'Payment type','instant'),(20095,4796,'_download_permissions_granted','yes'),(20071,4796,'_payment_method','paypal'),(20072,4796,'_payment_method_title','PayPal'),(19921,4754,'_oembed_time_7377f233f04a6a4e236e2a97b5dc21c3','1581432072'),(19922,4754,'_appointment_admin_reminder_sent','1'),(19923,4782,'_appointment_user_reminder_sent','1'),(19924,4782,'_appointment_admin_reminder_sent','1'),(19925,4782,'_oembed_7377f233f04a6a4e236e2a97b5dc21c3','<div class=\"embed-container\"><iframe title=\"Marilyn Pierce\" width=\"640\" height=\"520\" scrolling=\"no\" frameborder=\"no\" src=\"https://www.reverbnation.com/widget_code/html_widget/artist_1801345?widget_id=55&pwc[included_songs]=1\"></iframe></div>'),(19926,4782,'_oembed_time_7377f233f04a6a4e236e2a97b5dc21c3','1581442637'),(19927,4789,'_order_key','wc_order_VSdTlYUd6FPEA'),(19928,4789,'_customer_user','64'),(19929,4789,'_customer_ip_address','198.182.140.132'),(19930,4789,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(19931,4789,'_order_currency','USD'),(19932,4789,'_cart_discount','0'),(19933,4789,'_cart_discount_tax','0'),(19934,4789,'_order_shipping','0'),(19935,4789,'_order_shipping_tax','0'),(19936,4789,'_order_tax','0'),(19937,4789,'_order_total','55.30'),(19938,4789,'_order_version','3.9.1'),(19939,4789,'_prices_include_tax','no'),(19940,4789,'_billing_address_index','          '),(19941,4789,'_shipping_address_index','        '),(19942,4789,'_mec_transaction_id','JGP16937'),(19943,4789,'_billing_first_name','Roseanna'),(19944,4789,'_billing_last_name','HAUGEN'),(19945,4789,'_shipping_first_name','Roseanna'),(19946,4789,'_shipping_last_name','HAUGEN'),(19947,4789,'_shipping_email','haugenrosem@gmail.com'),(19948,4789,'_billing_email',''),(19949,4789,'_payment_method','paypal'),(19950,4789,'_payment_method_title','PayPal'),(19951,4789,'Payment type','instant'),(19952,4789,'_transaction_id','14M78021XG333640C'),(19953,4789,'_paypal_status','completed'),(19954,4789,'PayPal Transaction Fee','1.90'),(19955,4789,'_date_completed','1581451054'),(19956,4789,'_date_paid','1581451054'),(19957,4789,'_paid_date','2020-02-11 19:57:34'),(19958,4789,'_completed_date','2020-02-11 19:57:34'),(19959,4790,'_elementor_controls_usage','a:0:{}'),(19960,4790,'mec_verified','1'),(19961,4790,'mec_verification_key','c4372c6b32bfe2e6239f329e655da8fd'),(19962,4790,'mec_cancellation_key','78d302f1fb3a1ad9d957169837ae30ad'),(19963,4790,'mec_confirmed','1'),(19964,4790,'mec_transaction_id','JGP16937'),(19965,4790,'mec_event_id','4615'),(19966,4790,'mec_date','2020-02-14:2020-02-14'),(19967,4790,'mec_ticket_id',',2,2,'),(19968,4790,'mec_booking_time','2020-02-11 19:57:34'),(19969,4790,'mec_attendees','a:2:{i:0;a:5:{s:4:\"name\";s:15:\"Roseanna HAUGEN\";s:5:\"email\";s:21:\"haugenrosem@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856338300\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:11:\"Mike Haugen\";s:5:\"email\";s:15:\"haugenm@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7856405308\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}'),(19970,4790,'mec_price','55.298'),(19971,4790,'mec_gateway','MEC_gateway_woocommerce'),(19972,4790,'mec_gateway_label','Pay by WooCommerce'),(19973,4789,'_download_permissions_granted','yes'),(19974,4789,'_recorded_sales','yes'),(19975,4789,'_recorded_coupon_usage_counts','yes'),(19976,4789,'_order_stock_reduced','yes'),(19977,4791,'_elementor_controls_usage','a:0:{}'),(19978,4791,'_appointment_title','Tour The Vinewood'),(19979,4791,'_appointment_guest_name','Jamie'),(19980,4791,'_appointment_guest_surname','Cuevas'),(19981,4791,'_appointment_guest_email','jcuevas1952@yahoo.com'),(19982,4791,'_appointment_timestamp','1581440400'),(19983,4791,'_appointment_timeslot','1700-1800'),(19984,4791,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Type of Event </strong><br>reception</p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>200</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>November 21, 2020</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Have previously hosted an event at The Vinewood</p><p class=\"cf-meta-value\"><strong>Phone Number</strong><br>785-969-1177</p>'),(19985,4791,'_booked_wc_time_created','1581453019'),(19986,4791,'_booked_wc_date_created','2020-02-11 20:30:19'),(19987,4792,'_elementor_controls_usage','a:0:{}'),(19988,4792,'_appointment_title','Tour The Vinewood'),(19989,4792,'_appointment_guest_name','Jodonna'),(19990,4792,'_appointment_guest_surname','Dix'),(19991,4792,'_appointment_guest_email','dixjodonna@gmail.com'),(19992,4792,'_appointment_timestamp','1583258400'),(19993,4792,'_appointment_timeslot','1800-1900'),(19994,4792,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Reception</p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>200</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>October 17, 2020</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Friend / Referral </p><p class=\"cf-meta-value\"><strong>Phone Number</strong><br>7852606772</p>'),(19995,4792,'_booked_wc_time_created','1581453928'),(19996,4792,'_booked_wc_date_created','2020-02-11 20:45:28'),(19997,4793,'_order_key','wc_order_K2cVS48PDSYJo'),(19998,4793,'_customer_user','65'),(19999,4793,'_customer_ip_address','198.182.140.132'),(20000,4793,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(20001,4793,'_order_currency','USD'),(20002,4793,'_cart_discount','0'),(20003,4793,'_cart_discount_tax','0'),(20004,4793,'_order_shipping','0'),(20005,4793,'_order_shipping_tax','0'),(20006,4793,'_order_tax','0'),(20007,4793,'_order_total','55.30'),(20008,4793,'_order_version','3.9.1'),(20009,4793,'_prices_include_tax','no'),(20010,4793,'_billing_address_index','          '),(20011,4793,'_shipping_address_index','        '),(20012,4793,'_mec_transaction_id','KMU41996'),(20013,4793,'_billing_first_name','Sherry'),(20014,4793,'_billing_last_name','Macke'),(20015,4793,'_shipping_first_name','Sherry'),(20016,4793,'_shipping_last_name','Macke'),(20017,4793,'_shipping_email','sherry.macke@ks.gov'),(20018,4793,'_billing_email',''),(20019,4793,'_payment_method','paypal'),(20020,4793,'_payment_method_title','PayPal'),(20021,4793,'Payment type','instant'),(20022,4793,'_transaction_id','3G991274TT730640W'),(20023,4793,'_paypal_status','completed'),(20024,4793,'PayPal Transaction Fee','1.90'),(20025,4793,'_date_completed','1581454968'),(20026,4793,'_date_paid','1581454968'),(20027,4793,'_paid_date','2020-02-11 21:02:48'),(20028,4793,'_completed_date','2020-02-11 21:02:48'),(20029,4794,'_elementor_controls_usage','a:0:{}'),(20030,4794,'mec_verified','1'),(20031,4794,'mec_verification_key','4db887d73612c1d042b57f11526ef92b'),(20032,4794,'mec_cancellation_key','78f7b2e54f68739058056ef151c6aaa8'),(20033,4794,'mec_confirmed','1'),(20034,4794,'mec_transaction_id','KMU41996'),(20035,4794,'mec_event_id','4615'),(20036,4794,'mec_date','2020-02-14:2020-02-14'),(20037,4794,'mec_ticket_id',',2,2,'),(20038,4794,'mec_booking_time','2020-02-11 21:02:48'),(20039,4794,'mec_attendees','a:2:{i:0;a:5:{s:4:\"name\";s:12:\"Sherry Macke\";s:5:\"email\";s:19:\"sherry.macke@ks.gov\";s:3:\"reg\";a:2:{i:2;s:10:\"7852219548\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}i:1;a:5:{s:4:\"name\";s:9:\"Dan Macke\";s:5:\"email\";s:19:\"sherry.macke@ks.gov\";s:3:\"reg\";a:2:{i:2;s:10:\"7852219548\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";}}'),(20040,4794,'mec_price','55.298'),(20041,4794,'mec_gateway','MEC_gateway_woocommerce'),(20042,4794,'mec_gateway_label','Pay by WooCommerce'),(20043,4793,'_download_permissions_granted','yes'),(20044,4793,'_recorded_sales','yes'),(20045,4793,'_recorded_coupon_usage_counts','yes'),(20046,4793,'_order_stock_reduced','yes'),(20047,4795,'_action_manager_schedule','O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1581455832;}'),(20048,4795,'_elementor_controls_usage','a:0:{}'),(20049,4796,'_order_key','wc_order_AZDOmvaKdd5Bo'),(20050,4796,'_customer_user','53'),(20051,4796,'_customer_ip_address','174.234.14.221'),(20052,4796,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(20053,4796,'_order_currency','USD'),(20054,4796,'_cart_discount','0'),(20055,4796,'_cart_discount_tax','0'),(20056,4796,'_order_shipping','0'),(20057,4796,'_order_shipping_tax','0'),(20058,4796,'_order_tax','0'),(20059,4796,'_order_total','55.30'),(20060,4796,'_order_version','3.9.1'),(20061,4796,'_prices_include_tax','no'),(20062,4796,'_billing_address_index','David Fath        david.l.fath@gmail.com '),(20063,4796,'_shipping_address_index','        '),(20064,4796,'_mec_transaction_id','GTN56544'),(20065,4796,'_billing_first_name','David'),(20066,4796,'_billing_last_name','Fath'),(20067,4796,'_shipping_first_name','David'),(20068,4796,'_shipping_last_name','Fath'),(20069,4796,'_shipping_email','david.l.fath@gmail.com'),(20070,4796,'_billing_email','david.l.fath@gmail.com'),(12174,4357,'_wp_attached_file','2019/08/Screenshot-2019-09-01-13.46.52.png'),(19920,4754,'_oembed_7377f233f04a6a4e236e2a97b5dc21c3','<div class=\"embed-container\"><iframe title=\"Marilyn Pierce\" width=\"640\" height=\"520\" scrolling=\"no\" frameborder=\"no\" src=\"https://www.reverbnation.com/widget_code/html_widget/artist_1801345?widget_id=55&pwc[included_songs]=1\"></iframe></div>'),(19919,4754,'_appointment_user_reminder_sent','1'),(19918,4787,'_order_stock_reduced','yes'),(19917,4787,'_recorded_coupon_usage_counts','yes'),(19916,4787,'_recorded_sales','yes'),(19914,4788,'mec_gateway_label','Pay by WooCommerce'),(19913,4788,'mec_gateway','MEC_gateway_woocommerce'),(19912,4788,'mec_price','55.298'),(19910,4788,'mec_booking_time','2020-02-11 00:55:49'),(19911,4788,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:18:\"Madison Manzanares\";s:5:\"email\";s:27:\"Madisonmanzanares@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"8165096823\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:18:\"Madison Manzanares\";s:5:\"email\";s:27:\"Madisonmanzanares@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"8165096823\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19909,4788,'mec_ticket_id',',2,2,'),(19908,4788,'mec_date','2020-02-14:2020-02-14'),(19907,4788,'mec_event_id','4615'),(19906,4788,'mec_transaction_id','XLV87661'),(7527,3752,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.87615126363665;s:5:\"bytes\";i:7751;s:11:\"size_before\";i:413133;s:10:\"size_after\";i:405382;s:4:\"time\";d:0.32000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:257;s:11:\"size_before\";i:5245;s:10:\"size_after\";i:4988;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:300;s:11:\"size_before\";i:8427;s:10:\"size_after\";i:8127;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:665;s:11:\"size_before\";i:32944;s:10:\"size_after\";i:32279;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.75;s:5:\"bytes\";i:865;s:11:\"size_before\";i:49456;s:10:\"size_after\";i:48591;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:456;s:11:\"size_before\";i:14154;s:10:\"size_after\";i:13698;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:481;s:11:\"size_before\";i:20555;s:10:\"size_after\";i:20074;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.59;s:5:\"bytes\";i:1329;s:11:\"size_before\";i:83737;s:10:\"size_after\";i:82408;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:622;s:11:\"size_before\";i:27936;s:10:\"size_after\";i:27314;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:583;s:11:\"size_before\";i:21313;s:10:\"size_after\";i:20730;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:456;s:11:\"size_before\";i:12836;s:10:\"size_after\";i:12380;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:198;s:11:\"size_before\";i:3075;s:10:\"size_after\";i:2877;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.77;s:5:\"bytes\";i:974;s:11:\"size_before\";i:55142;s:10:\"size_after\";i:54168;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13698;s:10:\"size_after\";i:13698;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.47;s:5:\"bytes\";i:565;s:11:\"size_before\";i:22864;s:10:\"size_after\";i:22299;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2877;s:10:\"size_after\";i:2877;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13698;s:10:\"size_after\";i:13698;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22299;s:10:\"size_after\";i:22299;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2877;s:10:\"size_after\";i:2877;s:4:\"time\";d:0.01;}}}'),(7528,3752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:634;s:4:\"file\";s:39:\"revslider/slide-home17/slidehome3_2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-768x348.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slidehome3_2-1024x464.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"slidehome3_2-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-400x181.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slidehome3_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-600x272.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-600x272.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7529,3753,'_wp_attached_file','revslider/slide-home17/slidedecor1.png'),(7530,3753,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:70.99447513812154;s:5:\"bytes\";i:1028;s:11:\"size_before\";i:1448;s:10:\"size_after\";i:420;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.99;s:5:\"bytes\";i:1028;s:11:\"size_before\";i:1448;s:10:\"size_after\";i:420;s:4:\"time\";d:0.02;}}}'),(7531,3753,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:11;s:6:\"height\";i:58;s:4:\"file\";s:38:\"revslider/slide-home17/slidedecor1.png\";s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7533,3754,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.1954242835778093;s:5:\"bytes\";i:9263;s:11:\"size_before\";i:421923;s:10:\"size_after\";i:412660;s:4:\"time\";d:0.3500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:293;s:11:\"size_before\";i:5154;s:10:\"size_after\";i:4861;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:518;s:11:\"size_before\";i:9197;s:10:\"size_after\";i:8679;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:956;s:11:\"size_before\";i:34422;s:10:\"size_after\";i:33466;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2;s:5:\"bytes\";i:1032;s:11:\"size_before\";i:51523;s:10:\"size_after\";i:50491;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:404;s:11:\"size_before\";i:13318;s:10:\"size_after\";i:12914;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:651;s:11:\"size_before\";i:21909;s:10:\"size_after\";i:21258;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.79;s:5:\"bytes\";i:1531;s:11:\"size_before\";i:85702;s:10:\"size_after\";i:84171;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6;s:5:\"bytes\";i:768;s:11:\"size_before\";i:29525;s:10:\"size_after\";i:28757;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:462;s:11:\"size_before\";i:19359;s:10:\"size_after\";i:18897;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:652;s:11:\"size_before\";i:13802;s:10:\"size_after\";i:13150;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4;s:5:\"bytes\";i:201;s:11:\"size_before\";i:3139;s:10:\"size_after\";i:2938;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.78;s:5:\"bytes\";i:987;s:11:\"size_before\";i:55451;s:10:\"size_after\";i:54464;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12914;s:10:\"size_after\";i:12914;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:808;s:11:\"size_before\";i:24263;s:10:\"size_after\";i:23455;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2938;s:10:\"size_after\";i:2938;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12914;s:10:\"size_after\";i:12914;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23455;s:10:\"size_after\";i:23455;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2938;s:10:\"size_after\";i:2938;s:4:\"time\";d:0.01;}}}'),(7532,3754,'_wp_attached_file','revslider/slide-home17/slidehome3_3.jpg'),(7534,3754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:634;s:4:\"file\";s:39:\"revslider/slide-home17/slidehome3_3.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-768x348.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slidehome3_3-1024x464.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"slidehome3_3-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-400x181.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slidehome3_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-600x272.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-600x272.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7535,3755,'_wp_attached_file','revslider/slide-home17/slidehome17_1.jpg'),(7536,3755,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.7067597346909977;s:5:\"bytes\";i:6289;s:11:\"size_before\";i:368476;s:10:\"size_after\";i:362187;s:4:\"time\";d:0.5100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:211;s:11:\"size_before\";i:4385;s:10:\"size_after\";i:4174;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:289;s:11:\"size_before\";i:6871;s:10:\"size_after\";i:6582;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.91;s:5:\"bytes\";i:541;s:11:\"size_before\";i:28309;s:10:\"size_after\";i:27768;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.61;s:5:\"bytes\";i:710;s:11:\"size_before\";i:44112;s:10:\"size_after\";i:43402;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:303;s:11:\"size_before\";i:11887;s:10:\"size_after\";i:11584;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:458;s:11:\"size_before\";i:19476;s:10:\"size_after\";i:19018;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.43;s:5:\"bytes\";i:1102;s:11:\"size_before\";i:76874;s:10:\"size_after\";i:75772;s:4:\"time\";d:0.21;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2;s:5:\"bytes\";i:527;s:11:\"size_before\";i:26333;s:10:\"size_after\";i:25806;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.11;s:5:\"bytes\";i:385;s:11:\"size_before\";i:18211;s:10:\"size_after\";i:17826;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:330;s:11:\"size_before\";i:10480;s:10:\"size_after\";i:10150;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:147;s:11:\"size_before\";i:2597;s:10:\"size_after\";i:2450;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.64;s:5:\"bytes\";i:848;s:11:\"size_before\";i:51807;s:10:\"size_after\";i:50959;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11584;s:10:\"size_after\";i:11584;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:438;s:11:\"size_before\";i:19752;s:10:\"size_after\";i:19314;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2450;s:10:\"size_after\";i:2450;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11584;s:10:\"size_after\";i:11584;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19314;s:10:\"size_after\";i:19314;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2450;s:10:\"size_after\";i:2450;s:4:\"time\";d:0.01;}}}'),(7537,3755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:583;s:4:\"file\";s:40:\"revslider/slide-home17/slidehome17_1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"slidehome17_1-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"slidehome17_1-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-400x167.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"slidehome17_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"slidehome17_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7538,3756,'_wp_attached_file','revslider/slide-home17/slidehome3_4.jpg'),(7539,3756,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.413814885913668;s:5:\"bytes\";i:34098;s:11:\"size_before\";i:772529;s:10:\"size_after\";i:738431;s:4:\"time\";d:0.39000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62;s:5:\"bytes\";i:631;s:11:\"size_before\";i:8285;s:10:\"size_after\";i:7654;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:935;s:11:\"size_before\";i:13378;s:10:\"size_after\";i:12443;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:3335;s:11:\"size_before\";i:62445;s:10:\"size_after\";i:59110;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:4554;s:11:\"size_before\";i:95664;s:10:\"size_after\";i:91110;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:1592;s:11:\"size_before\";i:25369;s:10:\"size_after\";i:23777;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:2276;s:11:\"size_before\";i:40116;s:10:\"size_after\";i:37840;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:6534;s:11:\"size_before\";i:161748;s:10:\"size_after\";i:155214;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:2990;s:11:\"size_before\";i:55194;s:10:\"size_after\";i:52204;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:2195;s:11:\"size_before\";i:38818;s:10:\"size_after\";i:36623;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:1404;s:11:\"size_before\";i:21809;s:10:\"size_after\";i:20405;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.56;s:5:\"bytes\";i:377;s:11:\"size_before\";i:4405;s:10:\"size_after\";i:4028;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:4910;s:11:\"size_before\";i:108181;s:10:\"size_after\";i:103271;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23777;s:10:\"size_after\";i:23777;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:2365;s:11:\"size_before\";i:41936;s:10:\"size_after\";i:39571;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4028;s:10:\"size_after\";i:4028;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23777;s:10:\"size_after\";i:23777;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39571;s:10:\"size_after\";i:39571;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4028;s:10:\"size_after\";i:4028;s:4:\"time\";d:0.01;}}}'),(7540,3756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:634;s:4:\"file\";s:39:\"revslider/slide-home17/slidehome3_4.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-768x348.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slidehome3_4-1024x464.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"slidehome3_4-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-400x181.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slidehome3_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-600x272.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-600x272.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome3_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),(7591,3765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1293;s:4:\"file\";s:26:\"2019/08/TheVinewood-17.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-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:\"TheVinewood-17-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TheVinewood-17-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:27:\"TheVinewood-17-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TheVinewood-17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-600x404.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-600x404.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TheVinewood-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(15064,4233,'_wds_readability','a:4:{s:5:\"score\";d:57.00739528795813;s:9:\"raw_score\";d:57.00739528795813;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(15066,4187,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 31 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(7822,2679,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 32 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 20 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(10185,4113,'_elementor_edit_mode','builder'),(10186,4113,'_elementor_template_type','section'),(10187,4113,'inline_featured_image','0'),(10188,4113,'_elementor_version','2.6.8'),(10189,4113,'_elementor_pro_version','2.6.2'),(10194,4113,'_wp_page_template','default'),(10196,4113,'_elementor_data','[{\"id\":\"38d6f30\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Champagn2.jpg\",\"id\":3759},\"content_width\":{\"unit\":\"px\",\"size\":540},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"section_parallax_on\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"150\",\"left\":\"30\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"15\",\"bottom\":\"150\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e71ee03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"a7df390\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"\\\" data-color-group=\\\"turquoise\\\">THE HISTORIC VINEWOOD<br \\/><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15.5},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.8},\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"55ce720\",\"elType\":\"widget\",\"settings\":{\"title\":\"Where Memories <\\/br> Are Made\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.5},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10204,4116,'_elementor_edit_mode','builder'),(10205,4116,'_elementor_template_type','section'),(10206,4116,'inline_featured_image','0'),(10207,4116,'_elementor_version','2.6.8'),(10208,4116,'_elementor_pro_version','2.6.2'),(10213,4116,'_wp_page_template','default'),(10215,4116,'_elementor_data','[{\"id\":\"fae6675\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"180\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e5ac0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-right\",\"animation_duration\":\"fast\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"43437f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Professionality\",\"bar_color_background\":\"gradient\",\"bar_color_color\":\"#406321\",\"bar_color_color_b\":\"#d5ce8f\",\"bar_color_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"b2cf484\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food Ordering\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"bar_color_background\":\"gradient\",\"bar_color_color\":\"#406321\",\"bar_color_color_b\":\"#d5ce8f\",\"bar_color_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"e028403\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experience and Quality\",\"percent\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"bar_color_background\":\"gradient\",\"bar_color_color\":\"#406321\",\"bar_color_color_b\":\"#d5ce8f\",\"bar_color_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"b7c72ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guarantee\",\"percent\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"bar_color_background\":\"gradient\",\"bar_color_color\":\"#406321\",\"bar_color_color_b\":\"#d5ce8f\",\"bar_color_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"b089aef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":8.3},\"elements\":[],\"isInner\":false},{\"id\":\"e14d74d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.364,\"space_between_widgets\":0},\"elements\":[{\"id\":\"f76c411\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relax, Welcome and Enjoy The Vinewood<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35d750d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by\\u00a0 and say Hello or schedule a private tour of the property today. Welcome!<\\/p><p>- Nicole &amp; Mike<\\/p>\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a0fee16\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"7a0e977\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"0bdb8ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/NicoleSig.png\",\"id\":3773},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3132b91\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4c0606b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MikeSig.png\",\"id\":3774},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7436,553,'_edit_last','1'),(7437,553,'slide_template','default'),(10164,4072,'_wds_readability','a:4:{s:5:\"score\";d:61.08801354401808;s:9:\"raw_score\";d:61.08801354401808;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(10165,4072,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 28 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:74:\"Your content is longer than the recommend minimum of 300 words, excellent!\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is greater than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:164:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 27 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:19:\"27 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(7447,553,'inline_featured_image','0'),(7448,553,'osf_enable_sidebar_page','0'),(7449,553,'osf_sidebar_width','320'),(7450,553,'osf_enable_page_heading','1'),(7451,553,'osf_enable_full_page','0'),(7452,553,'osf_enable_custom_header','0'),(7453,553,'osf_header_layout','default'),(7454,553,'osf_enable_breadcrumb','0'),(7455,553,'osf_enable_custom_footer','0'),(7456,553,'osf_footer_padding_top','15'),(7457,553,'osf_enable_fixed_footer','0'),(7466,3750,'_wp_attached_file','2019/08/log_file_2019-08-03__15-59-17.txt'),(15051,4551,'_thumbnail_id','4570'),(15052,4551,'_elementor_controls_usage','a:0:{}'),(15048,4553,'_wp_attached_file','2019/12/LadiesBrunch-Logo-e1577206234307.png'),(15049,4553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:44:\"2019/12/LadiesBrunch-Logo-e1577206234307.png\";s:5:\"sizes\";a:21:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"LadiesBrunch-Logo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-391x260.png\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"LadiesBrunch-Logo-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"LadiesBrunch-Logo-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:30:\"LadiesBrunch-Logo-1400x700.png\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-600x390.png\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-885x675.png\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"LadiesBrunch-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(15050,4553,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.803990369644634;s:5:\"bytes\";i:250736;s:11:\"size_before\";i:1053336;s:10:\"size_after\";i:802600;s:4:\"time\";d:4.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.19;s:5:\"bytes\";i:8418;s:11:\"size_before\";i:26988;s:10:\"size_after\";i:18570;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.88;s:5:\"bytes\";i:39381;s:11:\"size_before\";i:146530;s:10:\"size_after\";i:107149;s:4:\"time\";d:0.7;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.32;s:5:\"bytes\";i:3151;s:11:\"size_before\";i:10394;s:10:\"size_after\";i:7243;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.74;s:5:\"bytes\";i:27197;s:11:\"size_before\";i:98048;s:10:\"size_after\";i:70851;s:4:\"time\";d:0.39;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18570;s:10:\"size_after\";i:18570;s:4:\"time\";d:0.08;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.12;s:5:\"bytes\";i:14855;s:11:\"size_before\";i:52828;s:10:\"size_after\";i:37973;s:4:\"time\";d:0.14;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.66;s:5:\"bytes\";i:11573;s:11:\"size_before\";i:40375;s:10:\"size_after\";i:28802;s:4:\"time\";d:0.12;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.96;s:5:\"bytes\";i:55199;s:11:\"size_before\";i:221189;s:10:\"size_after\";i:165990;s:4:\"time\";d:0.86;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.52;s:5:\"bytes\";i:19380;s:11:\"size_before\";i:65652;s:10:\"size_after\";i:46272;s:4:\"time\";d:0.22;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.9;s:5:\"bytes\";i:12395;s:11:\"size_before\";i:40110;s:10:\"size_after\";i:27715;s:4:\"time\";d:0.13;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27715;s:10:\"size_after\";i:27715;s:4:\"time\";d:0.11;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.84;s:5:\"bytes\";i:1661;s:11:\"size_before\";i:5760;s:10:\"size_after\";i:4099;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.37;s:5:\"bytes\";i:37299;s:11:\"size_before\";i:136278;s:10:\"size_after\";i:98979;s:4:\"time\";d:0.41;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18570;s:10:\"size_after\";i:18570;s:4:\"time\";d:0.07;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.36;s:5:\"bytes\";i:20227;s:11:\"size_before\";i:68894;s:10:\"size_after\";i:48667;s:4:\"time\";d:0.27;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4099;s:10:\"size_after\";i:4099;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18570;s:10:\"size_after\";i:18570;s:4:\"time\";d:0.09;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48667;s:10:\"size_after\";i:48667;s:4:\"time\";d:0.29;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4099;s:10:\"size_after\";i:4099;s:4:\"time\";d:0.03;}}}'),(18198,4706,'mec_date','2020-02-14:2020-02-14'),(15053,4553,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5100;s:6:\"height\";i:5100;s:4:\"file\";s:21:\"LadiesBrunch-Logo.png\";}}'),(15054,19,'_edit_lock','1577206620:1'),(15055,19,'_wds_readability','a:4:{s:5:\"score\";d:59.999444745395465;s:9:\"raw_score\";d:59.999444745395465;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(16346,4613,'_billing_email',''),(16344,4613,'_shipping_last_name','Caldwell'),(16345,4613,'_shipping_email','lorricaldwell@outlook.com'),(16176,4607,'_order_key','wc_order_0Vv7nYfARSASA'),(16177,4607,'_customer_user','0'),(16178,4607,'_payment_method','paypal'),(16179,4607,'_payment_method_title','PayPal'),(16180,4607,'_customer_ip_address','174.234.1.164'),(16181,4607,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(16182,4607,'_created_via','checkout'),(16183,4607,'_cart_hash','66ab24d90caeb977440646d2b2b1631d'),(16184,4607,'_billing_first_name','Tim'),(16185,4607,'_billing_last_name','Robinson'),(16186,4607,'_billing_address_1','4200 Caitlin Dr'),(16187,4607,'_billing_city','Manhattan'),(16188,4607,'_billing_state','KS'),(16189,4607,'_billing_postcode','66502'),(16190,4607,'_billing_country','US'),(16191,4607,'_billing_email','asbenefits@aim.com'),(16192,4607,'_billing_phone','4796853474'),(16193,4607,'_order_currency','USD'),(16194,4607,'_cart_discount','0'),(16195,4607,'_cart_discount_tax','0'),(16196,4607,'_order_shipping','0.00'),(16197,4607,'_order_shipping_tax','0'),(16198,4607,'_order_tax','0'),(16199,4607,'_order_total','80.00'),(16200,4607,'_order_version','3.8.1'),(16201,4607,'_prices_include_tax','no'),(16202,4607,'_billing_address_index','Tim Robinson  4200 Caitlin Dr  Manhattan KS 66502 US asbenefits@aim.com 4796853474'),(16203,4607,'_shipping_address_index','        '),(16204,4607,'is_vat_exempt','no'),(16205,4607,'Payment type','instant'),(16206,4607,'_transaction_id','05K66183YT576720R'),(16207,4607,'_paypal_status','completed'),(16208,4607,'PayPal Transaction Fee','2.62'),(16209,4607,'_date_paid','1577850765'),(16210,4607,'_paid_date','2020-01-01 03:52:45'),(16211,4607,'_download_permissions_granted','yes'),(16212,4607,'_recorded_sales','yes'),(16213,4607,'_recorded_coupon_usage_counts','yes'),(16214,4607,'_order_stock_reduced','yes'),(17188,4654,'_shipping_email','johnnybevjohnny@yahoo.com'),(17187,4654,'_shipping_last_name','Ivory'),(17186,4654,'_shipping_first_name','Johnny'),(17185,4654,'_billing_last_name','Ivory'),(17184,4654,'_billing_first_name','Johnny'),(17183,4654,'_mec_transaction_id','OZH13495'),(17182,4654,'_shipping_address_index','        '),(17170,4654,'_customer_ip_address','104.50.47.64'),(17171,4654,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G960U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/251.0.0.31.111;]'),(17172,4654,'_order_currency','USD'),(17173,4654,'_cart_discount','0'),(17174,4654,'_cart_discount_tax','0'),(17175,4654,'_order_shipping','0'),(17176,4654,'_order_shipping_tax','0'),(17177,4654,'_order_tax','0'),(17178,4654,'_order_total','22.12'),(17179,4654,'_order_version','3.8.1'),(17180,4654,'_prices_include_tax','no'),(17181,4654,'_billing_address_index','          '),(17169,4654,'_customer_user','26'),(17168,4654,'_order_key','wc_order_Wvsqdk6PN0uSR'),(16225,4609,'_order_key','wc_order_vWWC13bbYHhQX'),(16226,4609,'_customer_user','17'),(16227,4609,'_customer_ip_address','98.186.127.158'),(16228,4609,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G965U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/245.0.0.19.113;]'),(16229,4609,'_order_currency','USD'),(16230,4609,'_cart_discount','0'),(16231,4609,'_cart_discount_tax','0'),(16232,4609,'_order_shipping','0'),(16233,4609,'_order_shipping_tax','0'),(16234,4609,'_order_tax','0'),(16235,4609,'_order_total','33.18'),(16236,4609,'_order_version','3.8.1'),(16237,4609,'_prices_include_tax','no'),(16238,4609,'_billing_address_index','          '),(16239,4609,'_shipping_address_index','        '),(16240,4609,'_mec_transaction_id','AZW94517'),(16241,4609,'_billing_first_name','Alison'),(16242,4609,'_billing_last_name','Beebe '),(16243,4609,'_shipping_first_name','Alison'),(16244,4609,'_shipping_last_name','Beebe '),(16245,4609,'_shipping_email','alison.beebe@yahoo.com'),(16246,4609,'_billing_email',''),(16247,4609,'_payment_method','paypal'),(16248,4609,'_payment_method_title','PayPal'),(16249,4609,'Payment type','instant'),(16250,4609,'_transaction_id','1TC947103N013531X'),(16251,4609,'_paypal_status','completed'),(16252,4609,'PayPal Transaction Fee','1.26'),(16253,4609,'_date_completed','1577980973'),(16254,4609,'_date_paid','1577980973'),(16255,4609,'_paid_date','2020-01-02 16:02:53'),(16256,4609,'_completed_date','2020-01-02 16:02:53'),(16257,4610,'_elementor_controls_usage','a:0:{}'),(16258,4610,'mec_verified','1'),(16259,4610,'mec_verification_key','1b73625eb1cc6ef5e7c7285b0faed74c'),(16260,4610,'mec_cancellation_key','ee3493ef4a820fcb3372c5f03ee5050d'),(16261,4610,'mec_confirmed','1'),(16262,4610,'mec_transaction_id','AZW94517'),(16263,4610,'mec_event_id','4551'),(16264,4610,'mec_date','2020-01-12:2020-01-12'),(16265,4610,'mec_ticket_id',',1,'),(16266,4610,'mec_booking_time','2020-01-02 16:02:53'),(16267,4610,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Alison Beebe \";s:5:\"email\";s:22:\"alison.beebe@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852154464\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(16268,4610,'mec_price','33.1788'),(16269,4610,'mec_gateway','MEC_gateway_woocommerce'),(16270,4610,'mec_gateway_label','Pay by WooCommerce'),(16271,4609,'_download_permissions_granted','yes'),(16272,4609,'_recorded_sales','yes'),(16273,4609,'_recorded_coupon_usage_counts','yes'),(16274,4609,'_order_stock_reduced','yes'),(16275,4611,'_order_key','wc_order_UwOOw3jE3dPrf'),(16276,4611,'_customer_user','18'),(16277,4611,'_customer_ip_address','24.255.175.109'),(16278,4611,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-A600T Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/251.0.0.31.111;]'),(16279,4611,'_order_currency','USD'),(16280,4611,'_cart_discount','0'),(16281,4611,'_cart_discount_tax','0'),(16282,4611,'_order_shipping','0'),(16283,4611,'_order_shipping_tax','0'),(16284,4611,'_order_tax','0'),(16285,4611,'_order_total','33.18'),(16286,4611,'_order_version','3.8.1'),(16287,4611,'_prices_include_tax','no'),(16288,4611,'_billing_address_index','          '),(16289,4611,'_shipping_address_index','        '),(16290,4611,'_mec_transaction_id','TXV82808'),(16291,4611,'_billing_first_name','Jolene'),(16292,4611,'_billing_last_name','Shafer'),(16293,4611,'_shipping_first_name','Jolene'),(16294,4611,'_shipping_last_name','Shafer'),(16295,4611,'_shipping_email','joleneshafer@gmail.com'),(16296,4611,'_billing_email',''),(16297,4611,'_payment_method','paypal'),(16298,4611,'_payment_method_title','PayPal'),(16299,4611,'Payment type','instant'),(16300,4611,'_transaction_id','0VX87726YH302340D'),(16301,4611,'_paypal_status','completed'),(16302,4611,'PayPal Transaction Fee','1.26'),(16303,4611,'_date_completed','1577989744'),(16304,4611,'_date_paid','1577989744'),(16305,4611,'_paid_date','2020-01-02 18:29:04'),(16306,4611,'_completed_date','2020-01-02 18:29:04'),(16307,4612,'_elementor_controls_usage','a:0:{}'),(16308,4612,'mec_verified','1'),(16309,4612,'mec_verification_key','9e89be56cb2776efc3649a54a939509a'),(16310,4612,'mec_cancellation_key','4c91f743fbd0a3a2f1b2e0b9bdff5c12'),(16311,4612,'mec_confirmed','1'),(16312,4612,'mec_transaction_id','TXV82808'),(16313,4612,'mec_event_id','4551'),(16314,4612,'mec_date','2020-01-12:2020-01-12'),(16315,4612,'mec_ticket_id',',1,'),(16316,4612,'mec_booking_time','2020-01-02 18:29:04'),(16317,4612,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:13:\"Jolene Shafer\";s:5:\"email\";s:22:\"joleneshafer@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7856083701\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(16318,4612,'mec_price','33.1788'),(16319,4612,'mec_gateway','MEC_gateway_woocommerce'),(16320,4612,'mec_gateway_label','Pay by WooCommerce'),(16321,4611,'_download_permissions_granted','yes'),(16322,4611,'_recorded_sales','yes'),(16323,4611,'_recorded_coupon_usage_counts','yes'),(16324,4611,'_order_stock_reduced','yes'),(16325,4613,'_order_key','wc_order_TqOaoua0o1axc'),(16326,4613,'_customer_user','19'),(16327,4613,'_customer_ip_address','107.77.207.108'),(16328,4613,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone8,2;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]'),(16329,4613,'_order_currency','USD'),(16330,4613,'_cart_discount','0'),(16331,4613,'_cart_discount_tax','0'),(16332,4613,'_order_shipping','0'),(16333,4613,'_order_shipping_tax','0'),(16334,4613,'_order_tax','0'),(16335,4613,'_order_total','33.18'),(16336,4613,'_order_version','3.8.1'),(16337,4613,'_prices_include_tax','no'),(16338,4613,'_billing_address_index','          '),(16339,4613,'_shipping_address_index','        '),(16340,4613,'_mec_transaction_id','BHJ90772'),(16341,4613,'_billing_first_name','Lorri'),(16342,4613,'_billing_last_name','Caldwell'),(16343,4613,'_shipping_first_name','Lorri'),(15060,4385,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 38 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 41 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(7340,3735,'show_past_events','1'),(7341,3735,'show_only_past_events','0'),(7342,3735,'show_only_ongoing_events','0'),(7343,3735,'slide_template','default'),(7153,3716,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 61 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 184 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(10257,2748,'_edit_lock','1566932073:1'),(13092,4446,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:8:\"Kerrice \";s:5:\"email\";s:24:\"seveneightfive@gmail.con\";s:3:\"reg\";a:2:{i:2;s:10:\"7852493126\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(13093,4446,'mec_price','10'),(13094,4446,'mec_gateway','MEC_gateway_paypal_express'),(7209,3717,'_wp_page_template','default'),(7207,3717,'_edit_last','1'),(7208,3717,'_edit_lock','1569347713:1'),(7210,3717,'slide_template','default'),(7211,3717,'osf_enable_sidebar_page','0'),(7212,3717,'osf_sidebar_width','320'),(7213,3717,'osf_enable_page_heading','1'),(7214,3717,'osf_enable_full_page','0'),(7215,3717,'osf_enable_custom_header','0'),(7216,3717,'osf_header_layout','default'),(7217,3717,'osf_enable_breadcrumb','0'),(7218,3717,'osf_enable_custom_footer','0'),(7219,3717,'osf_footer_padding_top','15'),(7220,3717,'osf_enable_fixed_footer','0'),(6939,3712,'inline_featured_image','0'),(6940,3712,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(6941,3712,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 42 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6944,3712,'mec_color','d9b351'),(6945,3712,'mec_location_id','1'),(6946,3712,'mec_dont_show_map','0'),(6947,3712,'mec_organizer_id','1'),(6948,3712,'mec_read_more',''),(6949,3712,'mec_more_info',''),(6950,3712,'mec_more_info_title',''),(6951,3712,'mec_more_info_target','_self'),(6952,3712,'mec_cost',''),(6953,3712,'mec_additional_organizer_ids','a:0:{}'),(6954,3712,'mec_additional_location_ids','a:0:{}'),(6955,3712,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-11-30\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-11-30\";s:4:\"hour\";s:1:\"6\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6956,3712,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6957,3712,'mec_certain_weekdays','a:0:{}'),(6958,3712,'mec_allday','1'),(6959,3712,'mec_hide_time','0'),(6960,3712,'mec_hide_end_time','0'),(6961,3712,'mec_comment',''),(6962,3712,'mec_start_date','2019-11-30'),(6963,3712,'mec_start_time_hour','8'),(6964,3712,'mec_start_time_minutes','00'),(6965,3712,'mec_start_time_ampm','AM'),(6966,3712,'mec_start_day_seconds','28800'),(6967,3712,'mec_end_date','2019-11-30'),(6968,3712,'mec_end_time_hour','6'),(6969,3712,'mec_end_time_minutes','00'),(6970,3712,'mec_end_time_ampm','PM'),(6971,3712,'mec_end_day_seconds','64800'),(6972,3712,'mec_repeat_status','0'),(6973,3712,'mec_repeat_type',''),(6974,3712,'mec_repeat_interval','1'),(6975,3712,'mec_repeat_end',''),(6976,3712,'mec_repeat_end_at_occurrences',''),(6977,3712,'mec_repeat_end_at_date',''),(6978,3712,'mec_advanced_days','a:0:{}'),(6979,3712,'mec_in_days',''),(6980,3712,'mec_not_in_days',''),(6981,3712,'mec_hourly_schedules','a:0:{}'),(6982,3712,'mec_booking','a:0:{}'),(6983,3712,'mec_tickets','a:0:{}'),(6984,3712,'mec_fees_global_inheritance','1'),(6985,3712,'mec_fees','a:0:{}'),(6986,3712,'mec_ticket_variations_global_inheritance','1'),(6987,3712,'mec_ticket_variations','a:0:{}'),(6988,3712,'mec_reg_fields_global_inheritance','1'),(6989,3712,'mec_reg_fields','a:0:{}'),(6990,3712,'mec_op','a:0:{}'),(6991,3712,'slide_template','default'),(6992,3713,'inline_featured_image','0'),(6993,3713,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(6994,3713,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 38 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6997,3713,'mec_color','d9b351'),(6995,3713,'_edit_last','1'),(6996,3713,'_edit_lock','1564778706:1'),(6998,3713,'mec_location_id','1'),(6999,3713,'mec_dont_show_map','0'),(7000,3713,'mec_organizer_id','1'),(7001,3713,'mec_read_more',''),(7002,3713,'mec_more_info',''),(7003,3713,'mec_more_info_title',''),(7004,3713,'mec_more_info_target','_self'),(7005,3713,'mec_cost',''),(7006,3713,'mec_additional_organizer_ids','a:0:{}'),(7007,3713,'mec_additional_location_ids','a:0:{}'),(7008,3713,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-12-06\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-12-06\";s:4:\"hour\";s:1:\"6\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(7009,3713,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(7010,3713,'mec_certain_weekdays','a:0:{}'),(7011,3713,'mec_allday','1'),(7012,3713,'mec_hide_time','0'),(7013,3713,'mec_hide_end_time','0'),(7014,3713,'mec_comment',''),(7015,3713,'mec_start_date','2019-12-06'),(7016,3713,'mec_start_time_hour','8'),(7017,3713,'mec_start_time_minutes','00'),(7018,3713,'mec_start_time_ampm','AM'),(7019,3713,'mec_start_day_seconds','28800'),(7020,3713,'mec_end_date','2019-12-06'),(7021,3713,'mec_end_time_hour','6'),(7022,3713,'mec_end_time_minutes','00'),(7023,3713,'mec_end_time_ampm','PM'),(7024,3713,'mec_end_day_seconds','64800'),(7025,3713,'mec_repeat_status','0'),(7026,3713,'mec_repeat_type',''),(7027,3713,'mec_repeat_interval','1'),(7028,3713,'mec_repeat_end',''),(7029,3713,'mec_repeat_end_at_occurrences',''),(7030,3713,'mec_repeat_end_at_date',''),(7031,3713,'mec_advanced_days','a:0:{}'),(7032,3713,'mec_in_days',''),(7033,3713,'mec_not_in_days',''),(7034,3713,'mec_hourly_schedules','a:0:{}'),(7035,3713,'mec_booking','a:0:{}'),(7036,3713,'mec_tickets','a:0:{}'),(7037,3713,'mec_fees_global_inheritance','1'),(7038,3713,'mec_fees','a:0:{}'),(7039,3713,'mec_ticket_variations_global_inheritance','1'),(7040,3713,'mec_ticket_variations','a:0:{}'),(7041,3713,'mec_reg_fields_global_inheritance','1'),(7042,3713,'mec_reg_fields','a:0:{}'),(7043,3713,'mec_op','a:0:{}'),(11992,310,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:25092;s:11:\"size_before\";i:61432;s:10:\"size_after\";i:36340;}'),(6797,3709,'mec_certain_weekdays','a:0:{}'),(6798,3709,'mec_allday','0'),(6799,3709,'mec_hide_time','0'),(6800,3709,'mec_hide_end_time','0'),(6801,3709,'mec_comment','Doors open an hour and half prior'),(6802,3709,'mec_start_date','2019-10-25'),(6803,3709,'mec_start_time_hour','8'),(6804,3709,'mec_start_time_minutes','0'),(6805,3709,'mec_start_time_ampm','PM'),(6806,3709,'mec_start_day_seconds','72000'),(6807,3709,'mec_end_date','2019-10-25'),(6808,3709,'mec_end_time_hour','11'),(6809,3709,'mec_end_time_minutes','0'),(6810,3709,'mec_end_time_ampm','PM'),(6811,3709,'mec_end_day_seconds','82800'),(6812,3709,'mec_repeat_status','0'),(6813,3709,'mec_repeat_type',''),(6814,3709,'mec_repeat_interval','1'),(6815,3709,'mec_repeat_end',''),(6816,3709,'mec_repeat_end_at_occurrences',''),(6817,3709,'mec_repeat_end_at_date',''),(6818,3709,'mec_advanced_days','a:0:{}'),(6819,3709,'mec_in_days',''),(6820,3709,'mec_not_in_days',''),(6821,3709,'mec_hourly_schedules','a:0:{}'),(6822,3709,'mec_booking','a:0:{}'),(6823,3709,'mec_tickets','a:0:{}'),(6824,3709,'mec_fees_global_inheritance','1'),(6825,3709,'mec_fees','a:0:{}'),(6826,3709,'mec_ticket_variations_global_inheritance','1'),(6827,3709,'mec_ticket_variations','a:0:{}'),(6828,3709,'mec_reg_fields_global_inheritance','1'),(6829,3709,'mec_reg_fields','a:0:{}'),(6830,3709,'mec_op','a:0:{}'),(6831,3709,'slide_template','default'),(6832,3709,'_wp_old_slug','4closure'),(6833,3710,'inline_featured_image','0'),(6834,3710,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(6835,3710,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 38 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6838,3710,'mec_color','3d7b5f'),(6836,3710,'_edit_last','1'),(6837,3710,'_edit_lock','1572493742:1'),(6839,3710,'mec_location_id','1'),(6840,3710,'mec_dont_show_map','0'),(6841,3710,'mec_organizer_id','1'),(6842,3710,'mec_read_more',''),(6843,3710,'mec_more_info',''),(6844,3710,'mec_more_info_title',''),(6845,3710,'mec_more_info_target','_self'),(6846,3710,'mec_cost','$10'),(6847,3710,'mec_additional_organizer_ids','a:0:{}'),(6848,3710,'mec_additional_location_ids','a:0:{}'),(6849,3710,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-11-01\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-11-01\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:17:\"Doors open at 7pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6850,3710,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6851,3710,'mec_certain_weekdays','a:0:{}'),(6852,3710,'mec_allday','0'),(6853,3710,'mec_hide_time','0'),(6854,3710,'mec_hide_end_time','0'),(6855,3710,'mec_comment','Doors open at 7pm'),(6856,3710,'mec_start_date','2019-11-01'),(6857,3710,'mec_start_time_hour','8'),(6858,3710,'mec_start_time_minutes','0'),(6859,3710,'mec_start_time_ampm','PM'),(6860,3710,'mec_start_day_seconds','72000'),(6861,3710,'mec_end_date','2019-11-01'),(6862,3710,'mec_end_time_hour','11'),(6863,3710,'mec_end_time_minutes','0'),(6864,3710,'mec_end_time_ampm','PM'),(6865,3710,'mec_end_day_seconds','82800'),(6866,3710,'mec_repeat_status','0'),(6867,3710,'mec_repeat_type',''),(6868,3710,'mec_repeat_interval','1'),(6869,3710,'mec_repeat_end',''),(6870,3710,'mec_repeat_end_at_occurrences',''),(6871,3710,'mec_repeat_end_at_date',''),(6872,3710,'mec_advanced_days','a:0:{}'),(6873,3710,'mec_in_days',''),(6874,3710,'mec_not_in_days',''),(6875,3710,'mec_hourly_schedules','a:0:{}'),(6876,3710,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(6877,3710,'mec_tickets','a:0:{}'),(6878,3710,'mec_fees_global_inheritance','1'),(6879,3710,'mec_fees','a:1:{s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(6880,3710,'mec_ticket_variations_global_inheritance','1'),(6881,3710,'mec_ticket_variations','a:0:{}'),(6882,3710,'mec_reg_fields_global_inheritance','1'),(6883,3710,'mec_reg_fields','a:0:{}'),(6884,3710,'mec_op','a:0:{}'),(6885,3710,'slide_template','default'),(6942,3712,'_edit_last','1'),(6943,3712,'_edit_lock','1564778674:1'),(12033,3757,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:49332;s:11:\"size_before\";i:440560;s:10:\"size_after\";i:391228;}'),(12032,3774,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:117580;s:11:\"size_before\";i:228320;s:10:\"size_after\";i:110740;}'),(12031,3654,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:76057;s:11:\"size_before\";i:167555;s:10:\"size_after\";i:91498;}'),(12030,3653,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:68102;s:11:\"size_before\";i:166548;s:10:\"size_after\";i:98446;}'),(11994,720,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(11993,330,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:92479;s:11:\"size_before\";i:175953;s:10:\"size_after\";i:83474;}'),(6674,3707,'_edit_last','1'),(6675,3707,'_edit_lock','1564778301:1'),(6623,3706,'mec_color','3d7b5f'),(6621,3706,'_edit_last','1'),(6622,3706,'_edit_lock','1566853659:1'),(6624,3706,'mec_location_id','1'),(6625,3706,'mec_dont_show_map','0'),(6626,3706,'mec_organizer_id','63'),(6627,3706,'mec_read_more',''),(6628,3706,'mec_more_info','https://www.topekaswingdance.com/'),(6629,3706,'mec_more_info_title','More Information & Tickets'),(6630,3706,'mec_more_info_target','_blank'),(6631,3706,'mec_cost','$10'),(6632,3706,'mec_additional_organizer_ids','a:0:{}'),(6633,3706,'mec_additional_location_ids','a:0:{}'),(6634,3706,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-09-27\";s:4:\"hour\";s:1:\"7\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-09-27\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:37:\"Ticketed Event - Doors open at 5:30pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6635,3706,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6636,3706,'mec_certain_weekdays','a:0:{}'),(6637,3706,'mec_allday','0'),(6638,3706,'mec_hide_time','0'),(6639,3706,'mec_hide_end_time','0'),(6640,3706,'mec_comment','Ticketed Event - Doors open at 5:30pm'),(6641,3706,'mec_start_date','2019-09-27'),(6642,3706,'mec_start_time_hour','7'),(6643,3706,'mec_start_time_minutes','0'),(6644,3706,'mec_start_time_ampm','PM'),(6645,3706,'mec_start_day_seconds','68400'),(6646,3706,'mec_end_date','2019-09-27'),(6647,3706,'mec_end_time_hour','11'),(6648,3706,'mec_end_time_minutes','0'),(6649,3706,'mec_end_time_ampm','PM'),(6650,3706,'mec_end_day_seconds','82800'),(6651,3706,'mec_repeat_status','0'),(6652,3706,'mec_repeat_type',''),(6653,3706,'mec_repeat_interval','1'),(6654,3706,'mec_repeat_end',''),(6655,3706,'mec_repeat_end_at_occurrences',''),(6656,3706,'mec_repeat_end_at_date',''),(6657,3706,'mec_advanced_days','a:0:{}'),(6658,3706,'mec_in_days',''),(6659,3706,'mec_not_in_days',''),(6660,3706,'mec_hourly_schedules','a:0:{}'),(6661,3706,'mec_booking','a:0:{}'),(6662,3706,'mec_tickets','a:0:{}'),(6663,3706,'mec_fees_global_inheritance','1'),(6664,3706,'mec_fees','a:0:{}'),(6665,3706,'mec_ticket_variations_global_inheritance','1'),(6666,3706,'mec_ticket_variations','a:0:{}'),(6667,3706,'mec_reg_fields_global_inheritance','1'),(6668,3706,'mec_reg_fields','a:0:{}'),(6669,3706,'mec_op','a:0:{}'),(6670,3706,'slide_template','default'),(6671,3707,'inline_featured_image','0'),(6672,3707,'_wds_readability','a:4:{s:5:\"score\";d:77.90500000000002;s:9:\"raw_score\";d:77.90500000000002;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(6673,3707,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 41 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 13 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6570,3705,'mec_color','d9b351'),(6571,3705,'mec_location_id','1'),(6568,3705,'_edit_last','1'),(6569,3705,'_edit_lock','1564778173:1'),(6574,3705,'mec_read_more',''),(6575,3705,'mec_more_info',''),(6576,3705,'mec_more_info_title',''),(6577,3705,'mec_more_info_target','_self'),(6578,3705,'mec_cost',''),(6579,3705,'mec_additional_organizer_ids','a:0:{}'),(6580,3705,'mec_additional_location_ids','a:0:{}'),(6581,3705,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-09-21\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-09-21\";s:4:\"hour\";s:1:\"6\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6582,3705,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6583,3705,'mec_certain_weekdays','a:0:{}'),(6584,3705,'mec_allday','1'),(6585,3705,'mec_hide_time','0'),(6586,3705,'mec_hide_end_time','0'),(6587,3705,'mec_comment',''),(6588,3705,'mec_start_date','2019-09-21'),(6589,3705,'mec_start_time_hour','8'),(6590,3705,'mec_start_time_minutes','00'),(6591,3705,'mec_start_time_ampm','AM'),(6592,3705,'mec_start_day_seconds','28800'),(6593,3705,'mec_end_date','2019-09-21'),(6594,3705,'mec_end_time_hour','6'),(6595,3705,'mec_end_time_minutes','00'),(6596,3705,'mec_end_time_ampm','PM'),(6597,3705,'mec_end_day_seconds','64800'),(6598,3705,'mec_repeat_status','0'),(6599,3705,'mec_repeat_type',''),(6600,3705,'mec_repeat_interval','1'),(6601,3705,'mec_repeat_end',''),(6602,3705,'mec_repeat_end_at_occurrences',''),(6603,3705,'mec_repeat_end_at_date',''),(6604,3705,'mec_advanced_days','a:0:{}'),(6605,3705,'mec_in_days',''),(6606,3705,'mec_not_in_days',''),(6607,3705,'mec_hourly_schedules','a:0:{}'),(6608,3705,'mec_booking','a:0:{}'),(6609,3705,'mec_tickets','a:0:{}'),(6610,3705,'mec_fees_global_inheritance','1'),(6611,3705,'mec_fees','a:0:{}'),(6612,3705,'mec_ticket_variations_global_inheritance','1'),(6613,3705,'mec_ticket_variations','a:0:{}'),(6614,3705,'mec_reg_fields_global_inheritance','1'),(6615,3705,'mec_reg_fields','a:0:{}'),(6616,3705,'mec_op','a:0:{}'),(6617,3705,'slide_template','default'),(6618,3706,'inline_featured_image','0'),(6619,3706,'_wds_readability','a:4:{s:5:\"score\";d:49.48000000000002;s:9:\"raw_score\";d:49.48000000000002;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(6620,3706,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 44 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 35 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(16744,4635,'_elementor_page_settings','a:35:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}}'),(6295,3699,'inline_featured_image','0'),(6296,3699,'_wds_readability','a:4:{s:5:\"score\";d:74.7177744865719;s:9:\"raw_score\";d:74.7177744865719;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(6297,3699,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 47 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6187,3696,'_wp_attachment_image_alt','Wakarusa River Band'),(6190,3695,'mec_location_id','1'),(6191,3695,'mec_dont_show_map','0'),(6192,3695,'mec_organizer_id','1'),(6193,3695,'mec_read_more',''),(6194,3695,'mec_more_info',''),(6195,3695,'mec_more_info_title',''),(6196,3695,'mec_more_info_target','_self'),(6197,3695,'mec_cost','$10'),(6198,3695,'mec_additional_organizer_ids','a:0:{}'),(6199,3695,'mec_additional_location_ids','a:0:{}'),(6200,3695,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-08-10\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-08-10\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:33:\"Doors open an hour and half prior\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6201,3695,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6202,3695,'mec_certain_weekdays','a:0:{}'),(6203,3695,'mec_allday','0'),(6204,3695,'mec_hide_time','0'),(6205,3695,'mec_hide_end_time','0'),(6206,3695,'mec_comment','Doors open an hour and half prior'),(6207,3695,'mec_start_date','2019-08-10'),(6208,3695,'mec_start_time_hour','8'),(6209,3695,'mec_start_time_minutes','0'),(6210,3695,'mec_start_time_ampm','PM'),(6211,3695,'mec_start_day_seconds','72000'),(6212,3695,'mec_end_date','2019-08-10'),(6213,3695,'mec_end_time_hour','11'),(6214,3695,'mec_end_time_minutes','0'),(6215,3695,'mec_end_time_ampm','PM'),(6216,3695,'mec_end_day_seconds','82800'),(6217,3695,'mec_repeat_status','0'),(6218,3695,'mec_repeat_type',''),(6219,3695,'mec_repeat_interval','1'),(6220,3695,'mec_repeat_end',''),(6221,3695,'mec_repeat_end_at_occurrences',''),(6222,3695,'mec_repeat_end_at_date',''),(6223,3695,'mec_advanced_days','a:0:{}'),(6224,3695,'mec_in_days',''),(6225,3695,'mec_not_in_days',''),(6226,3695,'mec_hourly_schedules','a:0:{}'),(6227,3695,'mec_booking','a:0:{}'),(6228,3695,'mec_tickets','a:0:{}'),(6229,3695,'mec_fees_global_inheritance','1'),(6230,3695,'mec_fees','a:0:{}'),(6231,3695,'mec_ticket_variations_global_inheritance','1'),(6232,3695,'mec_ticket_variations','a:0:{}'),(6233,3695,'mec_reg_fields_global_inheritance','1'),(6234,3695,'mec_reg_fields','a:0:{}'),(6235,3695,'mec_op','a:0:{}'),(6236,3695,'slide_template','default'),(6237,3697,'inline_featured_image','0'),(6238,3697,'_wds_readability','a:4:{s:5:\"score\";d:70.08365384615385;s:9:\"raw_score\";d:70.08365384615385;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(6239,3697,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 32 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 74 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6298,3699,'_edit_last','1'),(6299,3699,'_edit_lock','1566278937:1'),(6242,3698,'_wp_attached_file','2019/08/4Closure.jpg'),(6240,3697,'_edit_last','1'),(6241,3697,'_edit_lock','1564777800:1'),(6243,3698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:429;s:4:\"file\";s:20:\"2019/08/4Closure.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"4Closure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"4Closure-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"4Closure-768x305.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"4Closure-1024x407.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:20:\"4Closure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:20:\"4Closure-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:20:\"4Closure-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:20:\"4Closure-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:20:\"4Closure-400x159.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:20:\"4Closure-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:20:\"4Closure-885x429.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"4Closure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"4Closure-600x238.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"4Closure-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"4Closure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"4Closure-600x238.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"4Closure-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(6244,3698,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.752345358858974;s:5:\"bytes\";i:31154;s:11:\"size_before\";i:655550;s:10:\"size_after\";i:624396;s:4:\"time\";d:0.29000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.69;s:5:\"bytes\";i:714;s:11:\"size_before\";i:9288;s:10:\"size_after\";i:8574;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:982;s:11:\"size_before\";i:13679;s:10:\"size_after\";i:12697;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:3584;s:11:\"size_before\";i:64524;s:10:\"size_after\";i:60940;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:5315;s:11:\"size_before\";i:102889;s:10:\"size_after\";i:97574;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:1811;s:11:\"size_before\";i:28908;s:10:\"size_after\";i:27097;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:2560;s:11:\"size_before\";i:44756;s:10:\"size_after\";i:42196;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:3370;s:11:\"size_before\";i:62811;s:10:\"size_after\";i:59441;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:2671;s:11:\"size_before\";i:45909;s:10:\"size_after\";i:43238;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:1487;s:11:\"size_before\";i:21813;s:10:\"size_after\";i:20326;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.46;s:5:\"bytes\";i:429;s:11:\"size_before\";i:5071;s:10:\"size_after\";i:4642;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:5666;s:11:\"size_before\";i:109473;s:10:\"size_after\";i:103807;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27097;s:10:\"size_after\";i:27097;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:2565;s:11:\"size_before\";i:42758;s:10:\"size_after\";i:40193;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4642;s:10:\"size_after\";i:4642;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27097;s:10:\"size_after\";i:27097;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40193;s:10:\"size_after\";i:40193;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4642;s:10:\"size_after\";i:4642;s:4:\"time\";d:0.01;}}}'),(6245,3698,'_wp_attachment_image_alt','4Closure Band'),(6246,3697,'_thumbnail_id','3698'),(6247,3697,'mec_color','3d7b5f'),(6248,3697,'mec_location_id','1'),(6249,3697,'mec_dont_show_map','0'),(6250,3697,'mec_organizer_id','1'),(6251,3697,'mec_read_more',''),(6252,3697,'mec_more_info',''),(6253,3697,'mec_more_info_title',''),(6254,3697,'mec_more_info_target','_self'),(6255,3697,'mec_cost','$10'),(6256,3697,'mec_additional_organizer_ids','a:0:{}'),(6257,3697,'mec_additional_location_ids','a:0:{}'),(6258,3697,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-08-23\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-08-23\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:33:\"Doors open an hour and half prior\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6259,3697,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6260,3697,'mec_certain_weekdays','a:0:{}'),(6261,3697,'mec_allday','0'),(6262,3697,'mec_hide_time','0'),(6263,3697,'mec_hide_end_time','0'),(6264,3697,'mec_comment','Doors open an hour and half prior'),(6265,3697,'mec_start_date','2019-08-23'),(6266,3697,'mec_start_time_hour','8'),(6267,3697,'mec_start_time_minutes','0'),(6268,3697,'mec_start_time_ampm','PM'),(6269,3697,'mec_start_day_seconds','72000'),(6270,3697,'mec_end_date','2019-08-23'),(6271,3697,'mec_end_time_hour','11'),(6272,3697,'mec_end_time_minutes','0'),(6273,3697,'mec_end_time_ampm','PM'),(6274,3697,'mec_end_day_seconds','82800'),(6275,3697,'mec_repeat_status','0'),(6276,3697,'mec_repeat_type',''),(6277,3697,'mec_repeat_interval','1'),(6278,3697,'mec_repeat_end',''),(6279,3697,'mec_repeat_end_at_occurrences',''),(6280,3697,'mec_repeat_end_at_date',''),(6281,3697,'mec_advanced_days','a:0:{}'),(6282,3697,'mec_in_days',''),(6283,3697,'mec_not_in_days',''),(6284,3697,'mec_hourly_schedules','a:0:{}'),(6285,3697,'mec_booking','a:0:{}'),(6286,3697,'mec_tickets','a:0:{}'),(6287,3697,'mec_fees_global_inheritance','1'),(6288,3697,'mec_fees','a:0:{}'),(6289,3697,'mec_ticket_variations_global_inheritance','1'),(6290,3697,'mec_ticket_variations','a:0:{}'),(6291,3697,'mec_reg_fields_global_inheritance','1'),(6292,3697,'mec_reg_fields','a:0:{}'),(6293,3697,'mec_op','a:0:{}'),(6294,3697,'slide_template','default'),(18163,4705,'_order_currency','USD'),(18164,4705,'_cart_discount','0'),(18160,4705,'_customer_user','41'),(18159,4705,'_order_key','wc_order_5cuucvkVLh3FU'),(16009,4601,'_customer_user','15'),(16010,4601,'_customer_ip_address','174.70.184.25'),(16011,4601,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1'),(16012,4601,'_order_currency','USD'),(16013,4601,'_cart_discount','0'),(16014,4601,'_cart_discount_tax','0'),(16015,4601,'_order_shipping','0'),(16016,4601,'_order_shipping_tax','0'),(16017,4601,'_order_tax','0'),(16018,4601,'_order_total','33.18'),(16019,4601,'_order_version','3.8.1'),(16020,4601,'_prices_include_tax','no'),(16021,4601,'_billing_address_index','          '),(16022,4601,'_shipping_address_index','        '),(16023,4601,'_mec_transaction_id','CEU18651'),(16024,4601,'_billing_first_name','Kim'),(16025,4601,'_billing_last_name','Scott'),(16026,4601,'_shipping_first_name','Kim'),(16027,4601,'_shipping_last_name','Scott'),(16028,4601,'_shipping_email','kimberleyscott59@gmail.com'),(16029,4601,'_billing_email',''),(16030,4601,'_payment_method','paypal'),(16031,4601,'_payment_method_title','PayPal'),(16032,4601,'Payment type','instant'),(16033,4601,'_transaction_id','54S04460C60713132'),(16034,4601,'_paypal_status','completed'),(16035,4601,'PayPal Transaction Fee','1.26'),(16036,4601,'_date_completed','1577732084'),(16037,4601,'_date_paid','1577732084'),(16038,4601,'_paid_date','2019-12-30 18:54:44'),(16039,4601,'_completed_date','2019-12-30 18:54:44'),(16040,4602,'_elementor_controls_usage','a:0:{}'),(16041,4602,'mec_verified','1'),(16042,4602,'mec_verification_key','4eb296b717aad76609b63fb9bbeb47b5'),(16043,4602,'mec_cancellation_key','73dab2f88913b31e10a727d0ffa8c2cf'),(16044,4602,'mec_confirmed','1'),(16045,4602,'mec_transaction_id','CEU18651'),(16046,4602,'mec_event_id','4551'),(16047,4602,'mec_date','2020-01-12:2020-01-12'),(16048,4602,'mec_ticket_id',',1,'),(16049,4602,'mec_booking_time','2019-12-30 18:54:45'),(16050,4602,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:9:\"Kim Scott\";s:5:\"email\";s:26:\"kimberleyscott59@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7855542820\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(16051,4602,'mec_price','33.1788'),(16052,4602,'mec_gateway','MEC_gateway_woocommerce'),(16053,4602,'mec_gateway_label','Pay by WooCommerce'),(16054,4601,'_download_permissions_granted','yes'),(16055,4601,'_recorded_sales','yes'),(16056,4601,'_recorded_coupon_usage_counts','yes'),(16057,4601,'_order_stock_reduced','yes'),(16058,4603,'_order_key','wc_order_5IMV5ZoQchVew'),(16059,4603,'_customer_user','0'),(16060,4603,'_payment_method','paypal'),(16061,4603,'_payment_method_title','PayPal'),(16062,4603,'_customer_ip_address','24.255.243.98'),(16063,4603,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Safari/605.1.15'),(16064,4603,'_created_via','checkout'),(16065,4603,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(16066,4603,'_billing_first_name','Diana'),(16067,4603,'_billing_last_name','Brosa'),(16068,4603,'_billing_address_1','6234 SE Ward Rd'),(16069,4603,'_billing_city','Tecumseh'),(16070,4603,'_billing_state','KS'),(16071,4603,'_billing_postcode','66542'),(16072,4603,'_billing_country','US'),(16073,4603,'_billing_email','dianabrosa@gmail.com'),(16074,4603,'_billing_phone','7855544095'),(16075,4603,'_order_currency','USD'),(16076,4603,'_cart_discount','0'),(16077,4603,'_cart_discount_tax','0'),(16078,4603,'_order_shipping','0'),(16079,4603,'_order_shipping_tax','0'),(16080,4603,'_order_tax','0'),(16081,4603,'_order_total','150.00'),(16082,4603,'_order_version','3.8.1'),(16083,4603,'_prices_include_tax','no'),(16084,4603,'_billing_address_index','Diana Brosa  6234 SE Ward Rd  Tecumseh KS 66542 US dianabrosa@gmail.com 7855544095'),(16085,4603,'_shipping_address_index','        '),(16086,4603,'is_vat_exempt','no'),(16087,4603,'Payment type','instant'),(16088,4603,'_transaction_id','33N84593851008000'),(16089,4603,'_paypal_status','completed'),(16090,4603,'PayPal Transaction Fee','4.65'),(16091,4603,'_date_paid','1577749762'),(16092,4603,'_paid_date','2019-12-30 23:49:22'),(16093,4603,'_download_permissions_granted','yes'),(16094,4603,'_recorded_sales','yes'),(16095,4603,'_recorded_coupon_usage_counts','yes'),(16096,4603,'_order_stock_reduced','yes'),(16097,4603,'_edit_lock','1577766893:1'),(16098,4603,'_edit_last','1'),(16099,4603,'_date_completed','1577766879'),(16100,4603,'_completed_date','2019-12-31 04:34:39'),(16101,4603,'slide_template','default'),(15176,4564,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:27:\"typography_font_size_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:8:\"template\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_template\";a:1:{s:11:\"template_id\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(15178,4565,'_wp_page_template','default'),(15179,4565,'_elementor_edit_mode','builder'),(15180,4565,'_elementor_template_type','wp-post'),(15181,4565,'_elementor_version','2.8.2'),(15182,4565,'_elementor_pro_version','2.7.3'),(15183,4565,'_elementor_data','[{\"id\":\"e287722\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb5f5d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.714,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f9cea08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dance & Celebrate\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2944125\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.<\\/p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"969b5de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.286,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8348579\",\"elType\":\"widget\",\"settings\":{\"title\":\"Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cb2e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>$10 per person<\\/strong> (all Friday night dances \\/ live music)<strong><br \\/><\\/strong><\\/li><li>All Ages Welcome<\\/li><li>Doors open one hour prior to event start time<\\/li><li>No outside food or drink<\\/li><li>Cash bar and snack bar available (we do accept credit and debit cards)<\\/li><li><i>Topeka Blues Society members receive $2 off the cover charge<\\/i><\\/li><\\/ul>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a492d2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bd0440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0806d5\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"4556\"},\"elements\":[],\"widgetType\":\"template\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"824031c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"ab25324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4989936\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8288b19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.<\\/p><p><em>(Click on the band name to view event details and to learn more about the band.)<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"289a3dc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[MEC id=\\\"16\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(15184,4565,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:27:\"typography_font_size_mobile\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:8:\"template\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_template\";a:1:{s:11:\"template_id\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(16379,4615,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 38 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 26 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(18642,4734,'mec_price','55.298'),(18641,4734,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Lawrence Mapes\";s:5:\"email\";s:22:\"mapeslarry57@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497481\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Lawrence Mapes\";s:5:\"email\";s:22:\"mapeslarry57@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497481\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(18640,4734,'mec_booking_time','2020-02-02 17:45:42'),(18639,4734,'mec_ticket_id',',2,2,'),(18638,4734,'mec_date','2020-02-14:2020-02-14'),(18637,4734,'mec_event_id','4615'),(18636,4734,'mec_transaction_id','YAM66694'),(18635,4734,'mec_confirmed','1'),(18634,4734,'mec_cancellation_key','dded5132886e0de34b8a20874d4495ca'),(18633,4734,'mec_verification_key','1305055d26f66e24025b0f6699831031'),(18632,4734,'mec_verified','1'),(18631,4734,'_elementor_controls_usage','a:0:{}'),(18630,4733,'_completed_date','2020-02-02 17:45:42'),(18629,4733,'_paid_date','2020-02-02 17:45:42'),(18628,4733,'_date_paid','1580665542'),(15210,4562,'_edit_lock','1578705989:1'),(15211,4562,'_wds_readability','a:4:{s:5:\"score\";d:59.999444745395465;s:9:\"raw_score\";d:59.999444745395465;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(15212,4562,'_edit_last','1'),(15213,4562,'slide_template',''),(16348,4613,'_payment_method_title','PayPal'),(16349,4613,'Payment type','instant'),(16371,4613,'_download_permissions_granted','yes'),(16347,4613,'_payment_method','paypal'),(15216,4568,'_order_key','wc_order_mXs8n8oYN4nTw'),(15217,4568,'_customer_user','0'),(15218,4568,'_payment_method','paypal'),(15219,4568,'_payment_method_title','PayPal'),(15163,4563,'_elementor_template_type','wp-post'),(15164,4563,'_elementor_version','2.8.2'),(15165,4563,'_elementor_pro_version','2.7.3'),(15166,4563,'_elementor_data','[{\"id\":\"e287722\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb5f5d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.714,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f9cea08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dance & Celebrate\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2944125\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.<\\/p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"969b5de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.286,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8348579\",\"elType\":\"widget\",\"settings\":{\"title\":\"Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cb2e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>$10 per person<\\/strong> (all Friday night dances \\/ live music)<strong><br \\/><\\/strong><\\/li><li>All Ages Welcome<\\/li><li>Doors open one hour prior to event start time<\\/li><li>No outside food or drink<\\/li><li>Cash bar and snack bar available (we do accept credit and debit cards)<\\/li><li><i>Topeka Blues Society members receive $2 off the cover charge<\\/i><\\/li><\\/ul>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a492d2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bd0440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0806d5\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"4556\"},\"elements\":[],\"widgetType\":\"template\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"824031c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"ab25324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4989936\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8288b19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.<\\/p><p><em>(Click on the band name to view event details and to learn more about the band.)<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"289a3dc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[MEC id=\\\"16\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(15134,4559,'Payment type','instant'),(15135,4559,'_transaction_id','93424071VR052645B'),(15136,4559,'_paypal_status','completed'),(15137,4559,'PayPal Transaction Fee','1.26'),(15138,4559,'_date_completed','1577207252'),(15139,4559,'_date_paid','1577207252'),(15140,4559,'_paid_date','2019-12-24 17:07:32'),(15141,4559,'_completed_date','2019-12-24 17:07:32'),(15142,4562,'_elementor_controls_usage','a:0:{}'),(15143,4562,'mec_verified','1'),(15144,4562,'mec_verification_key','540874c28520cc5d02341c64292a4be0'),(15145,4562,'mec_cancellation_key','d07b1587272515582ec555c7a5808dff'),(15146,4562,'mec_confirmed','1'),(15147,4562,'mec_transaction_id','SPG13040'),(15148,4562,'mec_event_id','4551'),(15149,4562,'mec_date','2020-01-12:2020-01-12'),(15150,4562,'mec_ticket_id',',1,'),(15151,4562,'mec_booking_time','2019-12-24 17:07:32'),(15152,4562,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:16:\"Rene M Netherton\";s:5:\"email\";s:22:\"Nethertonlaw@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852496073\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(15153,4562,'mec_price','33.1788'),(15154,4562,'mec_gateway','MEC_gateway_woocommerce'),(15155,4562,'mec_gateway_label','Pay by WooCommerce'),(15156,4559,'_download_permissions_granted','yes'),(15157,4559,'_recorded_sales','yes'),(15158,4559,'_recorded_coupon_usage_counts','yes'),(15159,4559,'_order_stock_reduced','yes'),(20801,4831,'_elementor_edit_mode','builder'),(20802,4831,'_elementor_template_type','wp-post'),(20803,4831,'_elementor_version','2.8.2'),(20804,4831,'_elementor_pro_version','2.7.3'),(20805,4831,'_elementor_data','[{\"id\":\"e287722\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb5f5d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.714,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f9cea08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dance & Celebrate\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2944125\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.<\\/p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"969b5de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.286,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8348579\",\"elType\":\"widget\",\"settings\":{\"title\":\"Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cb2e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>$10 per person<\\/strong> (except NYE &amp; special events)<strong><br \\/><\\/strong><\\/li><li>All Ages Welcome (with parent)<\\/li><li>Doors open one hour prior to event start time<\\/li><li>No outside food or drink<\\/li><li>Cash bar and snack bar available (we do accept credit and debit cards)<\\/li><li>Reservations for parties of 10 or more, with advanced ticket purchase<\\/li><li><i>Topeka Blues Society members receive $2 off the cover charge<\\/i><\\/li><\\/ul>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a492d2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bd0440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0806d5\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"4556\"},\"elements\":[],\"widgetType\":\"template\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"824031c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"ab25324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4989936\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8288b19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.<\\/p><p><em>(Click on the band name to view event details and to learn more about the band.)<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"289a3dc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[MEC id=\\\"16\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(15170,4564,'_wp_page_template','default'),(15171,4564,'_elementor_edit_mode','builder'),(15172,4564,'_elementor_template_type','wp-post'),(15173,4564,'_elementor_version','2.8.2'),(15174,4564,'_elementor_pro_version','2.7.3'),(15175,4564,'_elementor_data','[{\"id\":\"e287722\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb5f5d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.714,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f9cea08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dance & Celebrate\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2944125\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.<\\/p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"969b5de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.286,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8348579\",\"elType\":\"widget\",\"settings\":{\"title\":\"Details\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21cb2e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>$10 per person<\\/strong> (all Friday night dances \\/ live music)<strong><br \\/><\\/strong><\\/li><li>All Ages Welcome<\\/li><li>Doors open one hour prior to event start time<\\/li><li>No outside food or drink<\\/li><li>Cash bar and snack bar available (we do accept credit and debit cards)<\\/li><li><i>Topeka Blues Society members receive $2 off the cover charge<\\/i><\\/li><\\/ul>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"px\",\"size\":30},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.45},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a492d2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"bd0440c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e0806d5\",\"elType\":\"widget\",\"settings\":{\"template_id\":\"4556\"},\"elements\":[],\"widgetType\":\"template\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"824031c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"ab25324\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4989936\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8288b19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.<\\/p><p><em>(Click on the band name to view event details and to learn more about the band.)<\\/em><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"289a3dc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[MEC id=\\\"16\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(15236,4568,'_order_shipping','0.00'),(6125,3694,'inline_featured_image','0'),(6126,3694,'_wds_readability','a:4:{s:5:\"score\";d:72.32500000000003;s:9:\"raw_score\";d:72.32500000000003;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(6127,3694,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 39 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 115 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(7667,3779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:25:\"2019/08/TheVinewood-8.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-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:\"TheVinewood-8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"TheVinewood-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"TheVinewood-8-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"TheVinewood-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"TheVinewood-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7666,3779,'_wp_attached_file','2019/08/TheVinewood-8.jpg'),(13404,4471,'_wp_attached_file','2019/10/Dustin.jpg'),(13405,4471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:296;s:4:\"file\";s:18:\"2019/10/Dustin.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Dustin-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:\"Dustin-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"Dustin-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:18:\"Dustin-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"Dustin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"Dustin-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"Dustin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Dustin-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Dustin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(13406,4471,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.294150992418099;s:5:\"bytes\";i:4184;s:11:\"size_before\";i:127013;s:10:\"size_after\";i:122829;s:4:\"time\";d:0.09999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:465;s:11:\"size_before\";i:7305;s:10:\"size_after\";i:6840;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:949;s:11:\"size_before\";i:18074;s:10:\"size_after\";i:17125;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:1113;s:11:\"size_before\";i:22264;s:10:\"size_after\";i:21151;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:1344;s:11:\"size_before\";i:25247;s:10:\"size_after\";i:23903;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:313;s:11:\"size_before\";i:4149;s:10:\"size_after\";i:3836;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21151;s:10:\"size_after\";i:21151;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3836;s:10:\"size_after\";i:3836;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21151;s:10:\"size_after\";i:21151;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3836;s:10:\"size_after\";i:3836;s:4:\"time\";d:0.01;}}}'),(13407,4471,'_wp_attachment_image_alt','Dustin'),(14012,4509,'_customer_user','0'),(14013,4509,'_payment_method','paypal'),(14014,4509,'_payment_method_title','PayPal'),(14011,4509,'_order_key','wc_order_xmFW1h5QBaomL'),(13615,4489,'_appointment_title','Tour The Vinewood'),(13616,4489,'_appointment_guest_name','Natalie'),(13614,4489,'_elementor_controls_usage','a:0:{}'),(13412,4475,'inline_featured_image','0'),(13413,4475,'inline_featured_image','0'),(13414,4475,'inline_featured_image','0'),(13415,4475,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(13416,4475,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 38 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 15 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6411,3702,'mec_color','d9b351'),(6409,3702,'_edit_last','1'),(6410,3702,'_edit_lock','1566854009:1'),(6412,3702,'mec_location_id','1'),(6413,3702,'mec_dont_show_map','0'),(6414,3702,'mec_organizer_id','1'),(6415,3702,'mec_read_more',''),(6416,3702,'mec_more_info',''),(6417,3702,'mec_more_info_title',''),(6418,3702,'mec_more_info_target','_self'),(6419,3702,'mec_cost',''),(6420,3702,'mec_additional_organizer_ids','a:0:{}'),(6421,3702,'mec_additional_location_ids','a:0:{}'),(6422,3702,'mec_date','a:5:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-09-01\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-09-01\";s:4:\"hour\";s:1:\"6\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:6:\"allday\";s:1:\"1\";s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(6423,3702,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(6424,3702,'mec_certain_weekdays','a:0:{}'),(6425,3702,'mec_allday','1'),(6426,3702,'mec_hide_time','0'),(6427,3702,'mec_hide_end_time','0'),(6428,3702,'mec_comment',''),(6429,3702,'mec_start_date','2019-09-01'),(6430,3702,'mec_start_time_hour','8'),(6431,3702,'mec_start_time_minutes','00'),(6432,3702,'mec_start_time_ampm','AM'),(6433,3702,'mec_start_day_seconds','28800'),(6434,3702,'mec_end_date','2019-09-01'),(6435,3702,'mec_end_time_hour','6'),(6436,3702,'mec_end_time_minutes','00'),(6437,3702,'mec_end_time_ampm','PM'),(6438,3702,'mec_end_day_seconds','64800'),(6439,3702,'mec_repeat_status','0'),(6440,3702,'mec_repeat_type',''),(6441,3702,'mec_repeat_interval','1'),(6442,3702,'mec_repeat_end',''),(6443,3702,'mec_repeat_end_at_occurrences',''),(6444,3702,'mec_repeat_end_at_date',''),(6445,3702,'mec_advanced_days','a:0:{}'),(6446,3702,'mec_in_days',''),(6447,3702,'mec_not_in_days',''),(6448,3702,'mec_hourly_schedules','a:0:{}'),(6449,3702,'mec_booking','a:0:{}'),(6450,3702,'mec_tickets','a:0:{}'),(6451,3702,'mec_fees_global_inheritance','1'),(6452,3702,'mec_fees','a:0:{}'),(6453,3702,'mec_ticket_variations_global_inheritance','1'),(6454,3702,'mec_ticket_variations','a:0:{}'),(6455,3702,'mec_reg_fields_global_inheritance','1'),(6456,3702,'mec_reg_fields','a:0:{}'),(6457,3702,'mec_op','a:0:{}'),(6458,3702,'slide_template',''),(13341,4468,'mec_reg_fields','a:0:{}'),(13342,4468,'mec_op','a:0:{}'),(13343,4468,'slide_template','default'),(13246,551,'inline_featured_image','0'),(13247,2072,'_edit_last','1'),(13252,4460,'_elementor_version','0.4'),(13339,4468,'mec_ticket_variations','a:0:{}'),(13340,4468,'mec_reg_fields_global_inheritance','1'),(13254,2072,'_edit_lock','1572492079:1'),(13259,4461,'_elementor_version','2.6.8'),(13260,4461,'_elementor_pro_version','2.6.2'),(13337,4468,'mec_fees','a:1:{s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(13338,4468,'mec_ticket_variations_global_inheritance','1'),(13262,2039,'_edit_last','1'),(13244,4459,'_elementor_page_settings','a:34:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(13243,4459,'_elementor_version','2.6.6'),(6512,3704,'inline_featured_image','0'),(6513,3704,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(6514,3704,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 49 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(6408,3702,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 47 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(10109,4097,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.346879115706027;s:5:\"bytes\";i:70648;s:11:\"size_before\";i:1113114;s:10:\"size_after\";i:1042466;s:4:\"time\";d:0.4700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.65;s:5:\"bytes\";i:656;s:11:\"size_before\";i:8575;s:10:\"size_after\";i:7919;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13;s:5:\"bytes\";i:1484;s:11:\"size_before\";i:20827;s:10:\"size_after\";i:19343;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:5766;s:11:\"size_before\";i:105466;s:10:\"size_after\";i:99700;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:8224;s:11:\"size_before\";i:168316;s:10:\"size_after\";i:160092;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:1916;s:11:\"size_before\";i:28783;s:10:\"size_after\";i:26867;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:3031;s:11:\"size_before\";i:47800;s:10:\"size_after\";i:44769;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:2276;s:11:\"size_before\";i:33167;s:10:\"size_after\";i:30891;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:26409;s:11:\"size_before\";i:203172;s:10:\"size_after\";i:176763;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:4194;s:11:\"size_before\";i:69044;s:10:\"size_after\";i:64850;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:2688;s:11:\"size_before\";i:46568;s:10:\"size_after\";i:43880;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:2290;s:11:\"size_before\";i:34462;s:10:\"size_after\";i:32172;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.81;s:5:\"bytes\";i:361;s:11:\"size_before\";i:4621;s:10:\"size_after\";i:4260;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:7180;s:11:\"size_before\";i:145034;s:10:\"size_after\";i:137854;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26867;s:10:\"size_after\";i:26867;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:4173;s:11:\"size_before\";i:69599;s:10:\"size_after\";i:65426;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4260;s:10:\"size_after\";i:4260;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26867;s:10:\"size_after\";i:26867;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65426;s:10:\"size_after\";i:65426;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4260;s:10:\"size_after\";i:4260;s:4:\"time\";d:0.01;}}}'),(10110,4098,'_wp_attached_file','2019/08/MrsMrs.jpg'),(10094,4092,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7343171302557225;s:5:\"bytes\";i:20710;s:11:\"size_before\";i:554586;s:10:\"size_after\";i:533876;s:4:\"time\";d:0.32000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:418;s:11:\"size_before\";i:6795;s:10:\"size_after\";i:6377;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:752;s:11:\"size_before\";i:14773;s:10:\"size_after\";i:14021;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:1459;s:11:\"size_before\";i:53490;s:10:\"size_after\";i:52031;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:1864;s:11:\"size_before\";i:78745;s:10:\"size_after\";i:76881;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:707;s:11:\"size_before\";i:17847;s:10:\"size_after\";i:17140;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.14;s:5:\"bytes\";i:823;s:11:\"size_before\";i:26228;s:10:\"size_after\";i:25405;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:700;s:11:\"size_before\";i:19444;s:10:\"size_after\";i:18744;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.46;s:5:\"bytes\";i:8116;s:11:\"size_before\";i:65158;s:10:\"size_after\";i:57042;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:941;s:11:\"size_before\";i:34266;s:10:\"size_after\";i:33325;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:876;s:11:\"size_before\";i:26650;s:10:\"size_after\";i:25774;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:861;s:11:\"size_before\";i:21872;s:10:\"size_after\";i:21011;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.28;s:5:\"bytes\";i:333;s:11:\"size_before\";i:4024;s:10:\"size_after\";i:3691;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6;s:5:\"bytes\";i:1780;s:11:\"size_before\";i:68442;s:10:\"size_after\";i:66662;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17140;s:10:\"size_after\";i:17140;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:1080;s:11:\"size_before\";i:38135;s:10:\"size_after\";i:37055;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3691;s:10:\"size_after\";i:3691;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17140;s:10:\"size_after\";i:17140;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37055;s:10:\"size_after\";i:37055;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3691;s:10:\"size_after\";i:3691;s:4:\"time\";d:0.01;}}}'),(10095,4093,'_wp_attached_file','2019/08/Decorations.jpg'),(10096,4093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:780;s:4:\"file\";s:23:\"2019/08/Decorations.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Decorations-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:\"Decorations-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Decorations-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Decorations-1024x672.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:23:\"Decorations-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:23:\"Decorations-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:23:\"Decorations-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:24:\"Decorations-1189x700.jpg\";s:5:\"width\";i:1189;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:23:\"Decorations-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:23:\"Decorations-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:23:\"Decorations-400x262.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:23:\"Decorations-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:23:\"Decorations-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Decorations-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Decorations-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Decorations-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Decorations-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Decorations-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Decorations-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10097,4093,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.327476949260593;s:5:\"bytes\";i:36436;s:11:\"size_before\";i:683926;s:10:\"size_after\";i:647490;s:4:\"time\";d:0.3700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:299;s:11:\"size_before\";i:5918;s:10:\"size_after\";i:5619;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:704;s:11:\"size_before\";i:14328;s:10:\"size_after\";i:13624;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:2829;s:11:\"size_before\";i:65232;s:10:\"size_after\";i:62403;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:4016;s:11:\"size_before\";i:102121;s:10:\"size_after\";i:98105;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:712;s:11:\"size_before\";i:16944;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:1431;s:11:\"size_before\";i:30848;s:10:\"size_after\";i:29417;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:1139;s:11:\"size_before\";i:22677;s:10:\"size_after\";i:21538;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.03;s:5:\"bytes\";i:15290;s:11:\"size_before\";i:117312;s:10:\"size_after\";i:102022;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:1988;s:11:\"size_before\";i:43345;s:10:\"size_after\";i:41357;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:26858;s:10:\"size_after\";i:25701;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:22671;s:10:\"size_after\";i:21570;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:209;s:11:\"size_before\";i:3530;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:3593;s:11:\"size_before\";i:87842;s:10:\"size_after\";i:84249;s:4:\"time\";d:0.07;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16232;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:1968;s:11:\"size_before\";i:43581;s:10:\"size_after\";i:41613;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16232;s:10:\"size_after\";i:16232;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41613;s:10:\"size_after\";i:41613;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3321;s:4:\"time\";d:0.01;}}}'),(10098,4094,'_wp_attached_file','2019/08/Fireplace.jpg'),(10099,4094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:780;s:4:\"file\";s:21:\"2019/08/Fireplace.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Fireplace-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Fireplace-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Fireplace-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Fireplace-1024x693.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"Fireplace-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"Fireplace-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:21:\"Fireplace-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:22:\"Fireplace-1152x700.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"Fireplace-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"Fireplace-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:21:\"Fireplace-400x271.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"Fireplace-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:21:\"Fireplace-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Fireplace-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Fireplace-600x406.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Fireplace-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"Fireplace-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Fireplace-600x406.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Fireplace-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10100,4094,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.218807597539918;s:5:\"bytes\";i:30443;s:11:\"size_before\";i:721602;s:10:\"size_after\";i:691159;s:4:\"time\";d:0.3900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:483;s:11:\"size_before\";i:7399;s:10:\"size_after\";i:6916;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:941;s:11:\"size_before\";i:16377;s:10:\"size_after\";i:15436;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:2026;s:11:\"size_before\";i:68389;s:10:\"size_after\";i:66363;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:2345;s:11:\"size_before\";i:104302;s:10:\"size_after\";i:101957;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:21233;s:10:\"size_after\";i:20218;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1416;s:11:\"size_before\";i:33295;s:10:\"size_after\";i:31879;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:1156;s:11:\"size_before\";i:24297;s:10:\"size_after\";i:23141;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.02;s:5:\"bytes\";i:12695;s:11:\"size_before\";i:105654;s:10:\"size_after\";i:92959;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:1681;s:11:\"size_before\";i:45648;s:10:\"size_after\";i:43967;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:32547;s:10:\"size_after\";i:31329;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:1276;s:11:\"size_before\";i:25196;s:10:\"size_after\";i:23920;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87;s:5:\"bytes\";i:333;s:11:\"size_before\";i:4232;s:10:\"size_after\";i:3899;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.32;s:5:\"bytes\";i:2143;s:11:\"size_before\";i:92288;s:10:\"size_after\";i:90145;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20218;s:10:\"size_after\";i:20218;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:1715;s:11:\"size_before\";i:47113;s:10:\"size_after\";i:45398;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3899;s:10:\"size_after\";i:3899;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20218;s:10:\"size_after\";i:20218;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45398;s:10:\"size_after\";i:45398;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3899;s:10:\"size_after\";i:3899;s:4:\"time\";d:0.01;}}}'),(10101,4095,'_wp_attached_file','2019/08/HeadTable.jpg'),(10102,4095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:21:\"2019/08/HeadTable.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"HeadTable-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"HeadTable-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:21:\"HeadTable-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:22:\"HeadTable-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"HeadTable-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"HeadTable-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:21:\"HeadTable-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:22:\"HeadTable-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"HeadTable-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"HeadTable-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:21:\"HeadTable-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"HeadTable-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:21:\"HeadTable-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"HeadTable-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"HeadTable-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"HeadTable-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"HeadTable-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"HeadTable-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"HeadTable-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10103,4095,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.583354493719099;s:5:\"bytes\";i:41118;s:11:\"size_before\";i:736439;s:10:\"size_after\";i:695321;s:4:\"time\";d:0.3600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:407;s:11:\"size_before\";i:6724;s:10:\"size_after\";i:6317;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:751;s:11:\"size_before\";i:14484;s:10:\"size_after\";i:13733;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:3287;s:11:\"size_before\";i:69355;s:10:\"size_after\";i:66068;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:4425;s:11:\"size_before\";i:109441;s:10:\"size_after\";i:105016;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:1052;s:11:\"size_before\";i:20726;s:10:\"size_after\";i:19674;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:1601;s:11:\"size_before\";i:32078;s:10:\"size_after\";i:30477;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:22623;s:10:\"size_after\";i:21460;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.72;s:5:\"bytes\";i:16465;s:11:\"size_before\";i:119979;s:10:\"size_after\";i:103514;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:2354;s:11:\"size_before\";i:45869;s:10:\"size_after\";i:43515;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:1625;s:11:\"size_before\";i:33165;s:10:\"size_after\";i:31540;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:23664;s:10:\"size_after\";i:22441;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:256;s:11:\"size_before\";i:3719;s:10:\"size_after\";i:3463;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:4126;s:11:\"size_before\";i:97967;s:10:\"size_after\";i:93841;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19674;s:10:\"size_after\";i:19674;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:2383;s:11:\"size_before\";i:46377;s:10:\"size_after\";i:43994;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3463;s:10:\"size_after\";i:3463;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19674;s:10:\"size_after\";i:19674;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43994;s:10:\"size_after\";i:43994;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3463;s:10:\"size_after\";i:3463;s:4:\"time\";d:0.01;}}}'),(10104,4096,'_wp_attached_file','2019/08/IMG_8662.jpg'),(10105,4096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1040;s:6:\"height\";i:780;s:4:\"file\";s:20:\"2019/08/IMG_8662.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8662-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_8662-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8662-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8662-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:20:\"IMG_8662-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:20:\"IMG_8662-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:20:\"IMG_8662-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:21:\"IMG_8662-1040x700.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:20:\"IMG_8662-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:20:\"IMG_8662-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:20:\"IMG_8662-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8662-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:20:\"IMG_8662-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_8662-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_8662-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8662-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"IMG_8662-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_8662-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8662-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10106,4096,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0595325425161892;s:5:\"bytes\";i:23231;s:11:\"size_before\";i:759299;s:10:\"size_after\";i:736068;s:4:\"time\";d:0.4300000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.68;s:5:\"bytes\";i:509;s:11:\"size_before\";i:7625;s:10:\"size_after\";i:7116;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:1061;s:11:\"size_before\";i:18947;s:10:\"size_after\";i:17886;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:2295;s:11:\"size_before\";i:73770;s:10:\"size_after\";i:71475;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:2689;s:11:\"size_before\";i:108644;s:10:\"size_after\";i:105955;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:1214;s:11:\"size_before\";i:22621;s:10:\"size_after\";i:21407;s:4:\"time\";d:0.03;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:1590;s:11:\"size_before\";i:35265;s:10:\"size_after\";i:33675;s:4:\"time\";d:0.03;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:25805;s:10:\"size_after\";i:24462;s:4:\"time\";d:0.03;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:2959;s:11:\"size_before\";i:108187;s:10:\"size_after\";i:105228;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:1917;s:11:\"size_before\";i:47280;s:10:\"size_after\";i:45363;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:1441;s:11:\"size_before\";i:33862;s:10:\"size_after\";i:32421;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:1426;s:11:\"size_before\";i:29011;s:10:\"size_after\";i:27585;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.85;s:5:\"bytes\";i:327;s:11:\"size_before\";i:4166;s:10:\"size_after\";i:3839;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:2477;s:11:\"size_before\";i:90511;s:10:\"size_after\";i:88034;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21407;s:10:\"size_after\";i:21407;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:1983;s:11:\"size_before\";i:52548;s:10:\"size_after\";i:50565;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3839;s:10:\"size_after\";i:3839;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21407;s:10:\"size_after\";i:21407;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50565;s:10:\"size_after\";i:50565;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3839;s:10:\"size_after\";i:3839;s:4:\"time\";d:0.01;}}}'),(10107,4097,'_wp_attached_file','2019/08/Mantal.jpg'),(10108,4097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:18:\"2019/08/Mantal.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Mantal-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:\"Mantal-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:18:\"Mantal-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:19:\"Mantal-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"Mantal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:18:\"Mantal-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:18:\"Mantal-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:19:\"Mantal-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:18:\"Mantal-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:18:\"Mantal-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:18:\"Mantal-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"Mantal-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:18:\"Mantal-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"Mantal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"Mantal-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"Mantal-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Mantal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"Mantal-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Mantal-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10089,4091,'_wp_attached_file','2019/08/BridalSuite-TwoBecome.jpg'),(10090,4091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:33:\"2019/08/BridalSuite-TwoBecome.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-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:33:\"BridalSuite-TwoBecome-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:33:\"BridalSuite-TwoBecome-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:34:\"BridalSuite-TwoBecome-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:34:\"BridalSuite-TwoBecome-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"BridalSuite-TwoBecome-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10091,4091,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.47444557818736;s:5:\"bytes\";i:27714;s:11:\"size_before\";i:619384;s:10:\"size_after\";i:591670;s:4:\"time\";d:0.39000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:321;s:11:\"size_before\";i:6109;s:10:\"size_after\";i:5788;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:530;s:11:\"size_before\";i:13206;s:10:\"size_after\";i:12676;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:1787;s:11:\"size_before\";i:58424;s:10:\"size_after\";i:56637;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.05;s:5:\"bytes\";i:2824;s:11:\"size_before\";i:92461;s:10:\"size_after\";i:89637;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:651;s:11:\"size_before\";i:17394;s:10:\"size_after\";i:16743;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:957;s:11:\"size_before\";i:28151;s:10:\"size_after\";i:27194;s:4:\"time\";d:0.03;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:804;s:11:\"size_before\";i:20365;s:10:\"size_after\";i:19561;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.58;s:5:\"bytes\";i:12984;s:11:\"size_before\";i:95616;s:10:\"size_after\";i:82632;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:1249;s:11:\"size_before\";i:38786;s:10:\"size_after\";i:37537;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:931;s:11:\"size_before\";i:26759;s:10:\"size_after\";i:25828;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:745;s:11:\"size_before\";i:20853;s:10:\"size_after\";i:20108;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:200;s:11:\"size_before\";i:3504;s:10:\"size_after\";i:3304;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:2473;s:11:\"size_before\";i:80230;s:10:\"size_after\";i:77757;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16743;s:10:\"size_after\";i:16743;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:1258;s:11:\"size_before\";i:39345;s:10:\"size_after\";i:38087;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3304;s:10:\"size_after\";i:3304;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16743;s:10:\"size_after\";i:16743;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38087;s:10:\"size_after\";i:38087;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3304;s:10:\"size_after\";i:3304;s:4:\"time\";d:0.01;}}}'),(10092,4092,'_wp_attached_file','2019/08/Chairs.jpg'),(10093,4092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1107;s:6:\"height\";i:780;s:4:\"file\";s:18:\"2019/08/Chairs.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Chairs-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:\"Chairs-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Chairs-768x541.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Chairs-1024x722.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:18:\"Chairs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:18:\"Chairs-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:18:\"Chairs-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:19:\"Chairs-1107x700.jpg\";s:5:\"width\";i:1107;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:18:\"Chairs-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:18:\"Chairs-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:18:\"Chairs-400x282.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:18:\"Chairs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:18:\"Chairs-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"Chairs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"Chairs-600x423.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"Chairs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Chairs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"Chairs-600x423.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Chairs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10088,4090,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5175549224415;s:5:\"bytes\";i:19273;s:11:\"size_before\";i:547909;s:10:\"size_after\";i:528636;s:4:\"time\";d:0.37000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:285;s:11:\"size_before\";i:5858;s:10:\"size_after\";i:5573;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:432;s:11:\"size_before\";i:11825;s:10:\"size_after\";i:11393;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2;s:5:\"bytes\";i:1118;s:11:\"size_before\";i:50763;s:10:\"size_after\";i:49645;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.84;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:78741;s:10:\"size_after\";i:77291;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:617;s:11:\"size_before\";i:16901;s:10:\"size_after\";i:16284;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:726;s:11:\"size_before\";i:24790;s:10:\"size_after\";i:24064;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:554;s:11:\"size_before\";i:17890;s:10:\"size_after\";i:17336;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.51;s:5:\"bytes\";i:9264;s:11:\"size_before\";i:80482;s:10:\"size_after\";i:71218;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.53;s:5:\"bytes\";i:867;s:11:\"size_before\";i:34260;s:10:\"size_after\";i:33393;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:821;s:11:\"size_before\";i:26068;s:10:\"size_after\";i:25247;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:601;s:11:\"size_before\";i:18381;s:10:\"size_after\";i:17780;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:212;s:11:\"size_before\";i:3398;s:10:\"size_after\";i:3186;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.95;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:70879;s:10:\"size_after\";i:69498;s:4:\"time\";d:0.06;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16284;s:10:\"size_after\";i:16284;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:945;s:11:\"size_before\";i:34839;s:10:\"size_after\";i:33894;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3186;s:10:\"size_after\";i:3186;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16284;s:10:\"size_after\";i:16284;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33894;s:10:\"size_after\";i:33894;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3186;s:10:\"size_after\";i:3186;s:4:\"time\";d:0.01;}}}'),(10082,4088,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.082117468267101;s:5:\"bytes\";i:25088;s:11:\"size_before\";i:614583;s:10:\"size_after\";i:589495;s:4:\"time\";d:0.36000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:317;s:11:\"size_before\";i:6550;s:10:\"size_after\";i:6233;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:449;s:11:\"size_before\";i:12722;s:10:\"size_after\";i:12273;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:1767;s:11:\"size_before\";i:56743;s:10:\"size_after\";i:54976;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:2213;s:11:\"size_before\";i:89371;s:10:\"size_after\";i:87158;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:692;s:11:\"size_before\";i:18970;s:10:\"size_after\";i:18278;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:905;s:11:\"size_before\";i:26720;s:10:\"size_after\";i:25815;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:622;s:11:\"size_before\";i:19050;s:10:\"size_after\";i:18428;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.22;s:5:\"bytes\";i:11451;s:11:\"size_before\";i:93744;s:10:\"size_after\";i:82293;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:1239;s:11:\"size_before\";i:37215;s:10:\"size_after\";i:35976;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:1085;s:11:\"size_before\";i:29741;s:10:\"size_after\";i:28656;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:736;s:11:\"size_before\";i:19916;s:10:\"size_after\";i:19180;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:240;s:11:\"size_before\";i:3826;s:10:\"size_after\";i:3586;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:2166;s:11:\"size_before\";i:81231;s:10:\"size_after\";i:79065;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18278;s:10:\"size_after\";i:18278;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:1206;s:11:\"size_before\";i:38131;s:10:\"size_after\";i:36925;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3586;s:10:\"size_after\";i:3586;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18278;s:10:\"size_after\";i:18278;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36925;s:10:\"size_after\";i:36925;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3586;s:10:\"size_after\";i:3586;s:4:\"time\";d:0.01;}}}'),(10083,4089,'_wp_attached_file','2019/08/BridalSuite-4.jpg'),(10084,4089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1793;s:6:\"height\";i:780;s:4:\"file\";s:25:\"2019/08/BridalSuite-4.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-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:\"BridalSuite-4-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-768x334.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"BridalSuite-4-1024x445.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"BridalSuite-4-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-400x174.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"BridalSuite-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-600x261.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-600x261.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10085,4089,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8103772486999348;s:5:\"bytes\";i:18353;s:11:\"size_before\";i:653044;s:10:\"size_after\";i:634691;s:4:\"time\";d:0.42000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:397;s:11:\"size_before\";i:6829;s:10:\"size_after\";i:6432;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:558;s:11:\"size_before\";i:10708;s:10:\"size_after\";i:10150;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:1876;s:11:\"size_before\";i:48092;s:10:\"size_after\";i:46216;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:2445;s:11:\"size_before\";i:76261;s:10:\"size_after\";i:73816;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:925;s:11:\"size_before\";i:21116;s:10:\"size_after\";i:20191;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:1168;s:11:\"size_before\";i:31441;s:10:\"size_after\";i:30273;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:973;s:11:\"size_before\";i:22873;s:10:\"size_after\";i:21900;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2;s:5:\"bytes\";i:2693;s:11:\"size_before\";i:134612;s:10:\"size_after\";i:131919;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:1761;s:11:\"size_before\";i:45965;s:10:\"size_after\";i:44204;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:1195;s:11:\"size_before\";i:33134;s:10:\"size_after\";i:31939;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:807;s:11:\"size_before\";i:16495;s:10:\"size_after\";i:15688;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:261;s:11:\"size_before\";i:3793;s:10:\"size_after\";i:3532;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.11;s:5:\"bytes\";i:1915;s:11:\"size_before\";i:90864;s:10:\"size_after\";i:88949;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20191;s:10:\"size_after\";i:20191;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:1379;s:11:\"size_before\";i:32397;s:10:\"size_after\";i:31018;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3532;s:10:\"size_after\";i:3532;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20191;s:10:\"size_after\";i:20191;s:4:\"time\";d:0.04;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31018;s:10:\"size_after\";i:31018;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3532;s:10:\"size_after\";i:3532;s:4:\"time\";d:0.01;}}}'),(10086,4090,'_wp_attached_file','2019/08/BridalSuite-Mirrors.jpg'),(10087,4090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:31:\"2019/08/BridalSuite-Mirrors.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-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:31:\"BridalSuite-Mirrors-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:31:\"BridalSuite-Mirrors-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:32:\"BridalSuite-Mirrors-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:32:\"BridalSuite-Mirrors-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"BridalSuite-Mirrors-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10076,4086,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.791447256096976;s:5:\"bytes\";i:24977;s:11:\"size_before\";i:521283;s:10:\"size_after\";i:496306;s:4:\"time\";d:0.43000000000000016;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:193;s:11:\"size_before\";i:5045;s:10:\"size_after\";i:4852;s:4:\"time\";d:0.08;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:305;s:11:\"size_before\";i:10316;s:10:\"size_after\";i:10011;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:46616;s:10:\"size_after\";i:44864;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:2571;s:11:\"size_before\";i:73805;s:10:\"size_after\";i:71234;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:493;s:11:\"size_before\";i:14628;s:10:\"size_after\";i:14135;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:823;s:11:\"size_before\";i:23935;s:10:\"size_after\";i:23112;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:611;s:11:\"size_before\";i:17210;s:10:\"size_after\";i:16599;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.17;s:5:\"bytes\";i:11571;s:11:\"size_before\";i:87830;s:10:\"size_after\";i:76259;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:34050;s:10:\"size_after\";i:32743;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:864;s:11:\"size_before\";i:22854;s:10:\"size_after\";i:21990;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:536;s:11:\"size_before\";i:16380;s:10:\"size_after\";i:15844;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:131;s:11:\"size_before\";i:2889;s:10:\"size_after\";i:2758;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:2671;s:11:\"size_before\";i:69772;s:10:\"size_after\";i:67101;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14135;s:10:\"size_after\";i:14135;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:1149;s:11:\"size_before\";i:31658;s:10:\"size_after\";i:30509;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2758;s:10:\"size_after\";i:2758;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14135;s:10:\"size_after\";i:14135;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30509;s:10:\"size_after\";i:30509;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2758;s:10:\"size_after\";i:2758;s:4:\"time\";d:0.01;}}}'),(10077,4087,'_wp_attached_file','2019/08/BridalSuite-2.jpg'),(10078,4087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:780;s:4:\"file\";s:25:\"2019/08/BridalSuite-2.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"BridalSuite-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"BridalSuite-2-1170x700.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"BridalSuite-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10079,4087,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.36197986040812;s:5:\"bytes\";i:32748;s:11:\"size_before\";i:750760;s:10:\"size_after\";i:718012;s:4:\"time\";d:0.39;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:429;s:11:\"size_before\";i:6828;s:10:\"size_after\";i:6399;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:722;s:11:\"size_before\";i:14801;s:10:\"size_after\";i:14079;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:2261;s:11:\"size_before\";i:70498;s:10:\"size_after\";i:68237;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45;s:5:\"bytes\";i:2766;s:11:\"size_before\";i:112765;s:10:\"size_after\";i:109999;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:983;s:11:\"size_before\";i:20877;s:10:\"size_after\";i:19894;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:1344;s:11:\"size_before\";i:32808;s:10:\"size_after\";i:31464;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:1014;s:11:\"size_before\";i:23109;s:10:\"size_after\";i:22095;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.06;s:5:\"bytes\";i:14532;s:11:\"size_before\";i:120490;s:10:\"size_after\";i:105958;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:1643;s:11:\"size_before\";i:45912;s:10:\"size_after\";i:44269;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:33692;s:10:\"size_after\";i:32298;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:1084;s:11:\"size_before\";i:23986;s:10:\"size_after\";i:22902;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:272;s:11:\"size_before\";i:3883;s:10:\"size_after\";i:3611;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.55;s:5:\"bytes\";i:2605;s:11:\"size_before\";i:102322;s:10:\"size_after\";i:99717;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19894;s:10:\"size_after\";i:19894;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:1699;s:11:\"size_before\";i:46739;s:10:\"size_after\";i:45040;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3611;s:10:\"size_after\";i:3611;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19894;s:10:\"size_after\";i:19894;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45040;s:10:\"size_after\";i:45040;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3611;s:10:\"size_after\";i:3611;s:4:\"time\";d:0.01;}}}'),(10080,4088,'_wp_attached_file','2019/08/BridalSuite-3.jpg'),(10081,4088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1158;s:6:\"height\";i:780;s:4:\"file\";s:25:\"2019/08/BridalSuite-3.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"BridalSuite-3-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:26:\"BridalSuite-3-1158x700.jpg\";s:5:\"width\";i:1158;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"BridalSuite-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-600x404.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-600x404.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"BridalSuite-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7823,2679,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";d:-47.97999999999996;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(7839,2041,'_edit_lock','1567676143:1'),(7847,2041,'_edit_last','1'),(10075,4086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1233;s:6:\"height\";i:780;s:4:\"file\";s:28:\"2019/08/BridalSuit-dress.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-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:28:\"BridalSuit-dress-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-768x486.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"BridalSuit-dress-1024x648.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:29:\"BridalSuit-dress-1233x700.jpg\";s:5:\"width\";i:1233;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-400x253.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"BridalSuit-dress-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-600x380.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-600x380.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"BridalSuit-dress-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10072,4085,'_wp_attached_file','2019/08/BackPatio.jpg'),(10073,4085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:998;s:6:\"height\";i:780;s:4:\"file\";s:21:\"2019/08/BackPatio.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"BackPatio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"BackPatio-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"BackPatio-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:21:\"BackPatio-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:21:\"BackPatio-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:21:\"BackPatio-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:21:\"BackPatio-998x700.jpg\";s:5:\"width\";i:998;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:21:\"BackPatio-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:21:\"BackPatio-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:21:\"BackPatio-400x313.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:21:\"BackPatio-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:21:\"BackPatio-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"BackPatio-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"BackPatio-600x469.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"BackPatio-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"BackPatio-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"BackPatio-600x469.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"BackPatio-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(13183,4454,'mec_verification_key','d190fe9b2edbfde169e1b92512af1b7f'),(13184,4454,'mec_cancellation_key','6d06f0f4e7641d7e2ca97062f9b4fc98'),(13185,4454,'mec_confirmed','1'),(13186,4454,'mec_transaction_id','FVQ57252'),(13187,4454,'mec_event_id','4417'),(13188,4454,'mec_date','2019-10-26:2019-10-26'),(13189,4454,'mec_ticket_id',',1,1,'),(13190,4454,'mec_booking_time','2019-10-25 01:42:07'),(13164,4445,'_appointment_user_reminder_sent','1'),(13165,4445,'_appointment_admin_reminder_sent','1'),(13181,4454,'_elementor_controls_usage','a:0:{}'),(13167,4453,'_elementor_controls_usage','a:0:{}'),(13168,4453,'mec_verified','1'),(13169,4453,'mec_verification_key','d28c427caea177c723285ae6c568c0f5'),(13170,4453,'mec_cancellation_key','d0961cc9f5b76c7906870fbd6f486c2b'),(13171,4453,'mec_confirmed','1'),(13172,4453,'mec_transaction_id','QKJ79916'),(13173,4453,'mec_event_id','4417'),(13174,4453,'mec_date','2019-10-26:2019-10-26'),(13175,4453,'mec_ticket_id',',1,'),(13176,4453,'mec_booking_time','2019-10-22 01:46:48'),(13177,4453,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:5:\"Carol\";s:5:\"email\";s:26:\"princes.caroline@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"TV / Radio / Magazine\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(13178,4453,'mec_price','10'),(13179,4453,'mec_gateway','MEC_gateway_paypal_express'),(13180,4453,'mec_gateway_label','PayPal Express'),(13182,4454,'mec_verified','1'),(12390,4392,'inline_featured_image','0'),(12391,4392,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(12392,4392,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 45 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 39 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(10074,4086,'_wp_attached_file','2019/08/BridalSuit-dress.jpg'),(7855,3802,'inline_featured_image','0'),(7856,3802,'collection_id','137-3-967767b7c9be5c7b05faedec50462e0a'),(7857,3802,'page_builder','elementor-blocks'),(7858,3802,'template_data','a:4:{s:6:\"status\";s:1:\"1\";s:7:\"message\";s:6:\"All ok\";s:4:\"data\";a:9:{s:13:\"collection_id\";s:38:\"137-3-967767b7c9be5c7b05faedec50462e0a\";s:7:\"builder\";s:16:\"elementor-blocks\";s:4:\"name\";s:6:\"Blocks\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:11:\"preview_url\";s:0:\"\";s:9:\"templates\";a:38:{i:0;a:9:{s:11:\"template_id\";s:32:\"6812e0ebdea7c8ccaeafaaa60ac8c626\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-5-1544565831-500x46.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"46\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-5-1544565831-1360x125.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"125\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:17:\"Header (with Nav)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:6:\"header\";s:6:\"Header\";}}i:1;a:9:{s:11:\"template_id\";s:32:\"6d98db8d0f59d34d6b99ba66afee841a\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-398-1544565838-500x291.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"291\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-398-1544565838-1360x792.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"792\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:25:\"Hero – Image Background\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:4:\"hero\";s:4:\"Hero\";}}i:2;a:9:{s:11:\"template_id\";s:32:\"5f5470753fabc92d1d8e3c3332a61946\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-16-1544565856-500x141.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"141\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-16-1544565856-1360x384.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"384\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:14:\"Call to Action\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:14:\"call-to-action\";s:14:\"Call to Action\";}}i:3;a:9:{s:11:\"template_id\";s:32:\"1e17075bfe38991b775705a56ccedf3a\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-28-1544565880-500x119.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"119\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-28-1544565880-1360x325.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"325\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:35:\"Newsletter Subscription (with Form)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:23:\"newsletter-subscription\";s:23:\"Newsletter Subscription\";}}i:4;a:9:{s:11:\"template_id\";s:32:\"f799a0449ea1ef8664a59d5363c24ce1\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-372-1544565887-500x342.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"342\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-372-1544565887-1360x929.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"929\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:21:\"Hero – Inline Image\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:4:\"hero\";s:4:\"Hero\";}}i:5;a:9:{s:11:\"template_id\";s:32:\"5cb88b7ae7eb1d4e3fdcf567ee5da93f\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-427-1544565914-500x264.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"264\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-427-1544565914-1360x719.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"719\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:42:\"Hero - Newsletter Subscription (with Form)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:23:\"newsletter-subscription\";s:23:\"Newsletter Subscription\";}}i:6;a:9:{s:11:\"template_id\";s:32:\"fd2364e187cc05cbac937a3014d9cee9\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-32-1544565925-500x213.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"213\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-32-1544565925-1360x580.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"580\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:8:\"Sub Hero\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:8:\"sub-hero\";s:8:\"Sub Hero\";}}i:7;a:9:{s:11:\"template_id\";s:32:\"f0b31462af8b16c523fc54fe9719bcc4\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-40-1544565933-500x322.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"322\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-40-1544565933-1360x876.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"876\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:18:\"FAQ – One Column\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:3:\"faq\";s:3:\"FAQ\";}}i:8;a:9:{s:11:\"template_id\";s:32:\"ea9ce213627aacc4f0cbf4e87b3b035b\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-55-1544565940-500x253.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"253\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-55-1544565940-1360x688.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"688\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"FAQ - Two Column\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:3:\"faq\";s:3:\"FAQ\";}}i:9;a:9:{s:11:\"template_id\";s:32:\"a16526090fb6581bcf9b9c62e919dfef\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-73-1544565959-500x326.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"326\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-73-1544565959-1360x887.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"887\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:11:\"Team - Grid\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:4:\"team\";s:4:\"Team\";}}i:10;a:9:{s:11:\"template_id\";s:32:\"5b1bedff5c4a9168186dad67633c867f\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-85-1544565969-500x499.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"499\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-85-1544565969-1360x1356.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1356\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:14:\"Single Profile\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:14:\"single-profile\";s:14:\"Single Profile\";}}i:11;a:9:{s:11:\"template_id\";s:32:\"f1a5f4432c840ce57ff40666a97db95c\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-98-1544565980-500x347.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"347\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-98-1544565980-1360x945.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"945\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"Contact With Map\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:7:\"contact\";s:7:\"Contact\";}}i:12;a:9:{s:11:\"template_id\";s:32:\"e3cdcd3521706add2482922dd18ff253\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-114-1544565998-500x324.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"324\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-114-1544565998-1360x882.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"882\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:17:\"Contact With Form\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:7:\"contact\";s:7:\"Contact\";}}i:13;a:9:{s:11:\"template_id\";s:32:\"984c89e86c71cdb3fa90c2728f8bbd08\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-124-1544566005-500x194.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"194\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-124-1544566005-1360x528.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"528\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:3:\"Map\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:3:\"map\";s:3:\"Map\";}}i:14;a:9:{s:11:\"template_id\";s:32:\"d98dad62378bd1cecb0127183c90519f\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-129-1544566014-500x264.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"264\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-129-1544566014-1360x718.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"718\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:11:\"Focus Boxes\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:11:\"focus-boxes\";s:11:\"Focus Boxes\";}}i:15;a:9:{s:11:\"template_id\";s:32:\"5a5188cf48a325f1ca1785932c4c40a4\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-154-1544566021-500x428.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"428\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:119:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-154-1544566021-1360x1164.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1164\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:18:\"Pricing Menu (Pro)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:12:\"pricing-menu\";s:12:\"Pricing Menu\";}}i:16;a:9:{s:11:\"template_id\";s:32:\"e79cfd4515645da9a4ff5d74256752bf\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-160-1544566033-500x449.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"449\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:119:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-160-1544566033-1360x1223.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1223\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:19:\"Pricing Table (Pro)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:13:\"pricing-table\";s:13:\"Pricing Table\";}}i:17;a:9:{s:11:\"template_id\";s:32:\"98b936293bfe0e3a5adde1da07dc9d4c\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-175-1544566045-500x431.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"431\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:119:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-175-1544566045-1360x1172.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1172\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"Testimonial Grid\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:16:\"testimonial-grid\";s:16:\"Testimonial Grid\";}}i:18;a:9:{s:11:\"template_id\";s:32:\"40f918056246ae53c9458d1a22728861\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-181-1544566057-500x335.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"335\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-181-1544566057-1360x910.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"910\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:18:\"Testimonial Slider\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:18:\"testimonial-slider\";s:18:\"Testimonial Slider\";}}i:19;a:10:{s:11:\"template_id\";s:32:\"1f2fcacfd9e6ca159e71b9dc5d9b4f88\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-191-1544566064-500x184.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"184\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-191-1544566064-1360x500.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"500\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:12:\"Single Quote\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:17:\"single-quote-pull\";s:19:\"Single Quote / Pull\";}s:6:\"import\";a:8:{s:7:\"post_id\";s:3:\"191\";s:10:\"post_title\";s:12:\"Single Quote\";s:12:\"post_content\";s:257:\"<img width=\"512\" height=\"512\" src=\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\" alt=\"\" />											\n			<h2>“Digital design is like painting, except the paint never dries.”</h2>		\n			<h5>- Isa Holmgren</h5>\";s:4:\"meta\";a:4:{s:20:\"_elementor_edit_mode\";s:7:\"builder\";s:24:\"_elementor_template_type\";s:4:\"post\";s:15:\"_elementor_data\";s:3737:\"[{\"id\":\"ae9f436\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"93ed3fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999998},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e65794\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1077}},\"elements\":[{\"id\":\"2896391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"66150c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/uploads\\/sites\\/137\\/2018\\/11\\/quotes-01.png\",\"id\":194},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":85},\"opacity\":{\"unit\":\"px\",\"size\":0.29999999999999999},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71b8311\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":1.8},\"color\":\"rgba(99,115,129,0.3)\",\"width\":{\"unit\":\"px\",\"size\":50},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":2},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43621c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cDigital design is like painting, except the paint never dries.\\u201d\",\"title_color\":\"#16202f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":68},\"_background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":50},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e6af5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Isa Holmgren\",\"title_color\":\"rgba(99,115,129,0.5)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]\";s:18:\"_elementor_version\";s:3:\"0.4\";}s:5:\"media\";a:1:{i:194;a:9:{s:7:\"post_id\";s:3:\"194\";s:10:\"post_title\";s:9:\"quotes-01\";s:9:\"post_name\";s:9:\"quotes-01\";s:4:\"guid\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";s:3:\"url\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"512\";s:4:\"meta\";a:1:{s:20:\"_envato_image_source\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";}s:5:\"files\";a:1:{s:32:\"544aa4c44503d08b22c2af2493568ba6\";a:4:{s:3:\"url\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";s:4:\"name\";s:13:\"quotes-01.png\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"512\";}}}}s:9:\"media_zip\";s:104:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/elements/template-images-191.zip\";s:13:\"global_styles\";a:0:{}s:15:\"global_settings\";a:0:{}}}i:20;a:9:{s:11:\"template_id\";s:32:\"1819d6c67462ff7a1b394e5cde5e4905\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-211-1544566071-500x332.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"332\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-211-1544566071-1360x902.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"902\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:22:\"Featured Product (Pro)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:16:\"featured-product\";s:16:\"Featured Product\";}}i:21;a:9:{s:11:\"template_id\";s:32:\"815f44df98e70fbe8f1034b1627cf3e9\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-256-1544566081-500x326.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"326\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-256-1544566081-1360x886.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"886\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:29:\"Features &amp; Benefit Slider\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:16:\"features-benefit\";s:22:\"Features &amp; Benefit\";}}i:22;a:9:{s:11:\"template_id\";s:32:\"a7aa9a0496d096d6fc047cc99d7af93b\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-280-1544566090-500x282.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"282\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-280-1544566090-1360x768.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"768\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:8:\"Services\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:8:\"services\";s:8:\"Services\";}}i:23;a:9:{s:11:\"template_id\";s:32:\"838326addf0c21e7f1ef722797b62efb\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-269-1544566097-500x302.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"302\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-269-1544566097-1360x820.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"820\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:27:\"Features &amp; Benefit List\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:16:\"features-benefit\";s:22:\"Features &amp; Benefit\";}}i:24;a:9:{s:11:\"template_id\";s:32:\"0945db1149f51e97ae2a2768cb74d001\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-260-1544566104-500x352.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"352\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-260-1544566104-1360x958.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"958\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:40:\"About – One Column: Heading &amp; Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:25;a:9:{s:11:\"template_id\";s:32:\"df341e9e03aa6dd53bccb7c46d2f920d\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-307-1544566110-500x189.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"189\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-307-1544566110-1360x513.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"513\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:40:\"About – Two Column: Heading &amp; Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:26;a:9:{s:11:\"template_id\";s:32:\"ee127945792294ac7e3e3a805164cac0\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-311-1544566117-500x346.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"346\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-311-1544566117-1360x942.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"942\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:35:\"About – Image, Heading &amp; Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:27;a:9:{s:11:\"template_id\";s:32:\"430d1707b7967aa006115fc1010c2395\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-318-1544566127-500x272.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"272\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-318-1544566127-1360x739.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"739\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:33:\"About - Video, Heading &amp; Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:28;a:9:{s:11:\"template_id\";s:32:\"a8c1209fc923b6334392e45a413074da\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-511-1544566136-500x347.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"347\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-511-1544566136-1360x945.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"945\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:8:\"Services\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:29;a:9:{s:11:\"template_id\";s:32:\"82bd46f940be8b3e59278d735d7115ea\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-324-1544566148-500x514.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"514\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:119:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-324-1544566148-1360x1398.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1398\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:14:\"Image Carousel\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:13:\"image-gallery\";s:13:\"Image Gallery\";}}i:30;a:9:{s:11:\"template_id\";s:32:\"cf206d7ce479c89bbe81e173e3d1c08e\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-330-1544566161-500x617.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"617\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:119:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-330-1544566161-1360x1679.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1679\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:13:\"Image Gallery\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:13:\"image-gallery\";s:13:\"Image Gallery\";}}i:31;a:9:{s:11:\"template_id\";s:32:\"dbc7345deb512100c226433abac2a720\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-338-1544566173-500x316.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"316\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-338-1544566173-1360x858.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"858\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:18:\"Logo Grid - Images\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:9:\"logo-grid\";s:9:\"Logo Grid\";}}i:32;a:9:{s:11:\"template_id\";s:32:\"e414b325ff7edea1912dc2ee975f7ac7\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-356-1544566184-500x325.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"325\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-356-1544566184-1360x883.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"883\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:22:\"Logo Grid – Flip Box\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:9:\"logo-grid\";s:9:\"Logo Grid\";}}i:33;a:9:{s:11:\"template_id\";s:32:\"6d9045c837d930c98bcb534d451c4541\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-519-1544566192-500x203.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"203\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-519-1544566192-1360x552.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"552\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:13:\"Social Footer\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:7:\"contact\";s:7:\"Contact\";}}i:34;a:9:{s:11:\"template_id\";s:32:\"6cd310020f02dc70af082ae09ca93a84\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-207-1544566202-500x134.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"134\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-207-1544566202-1360x364.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"364\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:6:\"Footer\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:6:\"footer\";s:6:\"Footer\";}}i:35;a:9:{s:11:\"template_id\";s:32:\"b47d76c945e7747f5c23b00b8d190b8a\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-203-1544566207-500x24.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"24\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-203-1544566207-1360x66.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:2:\"66\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:9:\"Copyright\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:9:\"copyright\";s:9:\"Copyright\";}}i:36;a:9:{s:11:\"template_id\";s:32:\"36fb024d662f74b43c881fb663ab1602\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2019/01/screenshot-835-1548065211-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2019/01/screenshot-835-1548065211-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:5:\"Popup\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.4.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:5:\"popup\";s:5:\"Popup\";}}i:37;a:9:{s:11:\"template_id\";s:32:\"1bb5237a16698b52bdf3ab50ab551747\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2019/01/screenshot-838-1548065220-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2019/01/screenshot-838-1548065220-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:7:\"Popup 2\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.4.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:5:\"popup\";s:5:\"Popup\";}}}s:7:\"options\";a:3:{s:3:\"acf\";a:0:{}s:10:\"custom_css\";s:0:\"\";s:8:\"features\";a:1:{s:3:\"new\";s:3:\"New\";}}s:6:\"filter\";a:1:{s:8:\"industry\";a:1:{s:6:\"blocks\";s:6:\"Blocks\";}}}s:4:\"meta\";a:0:{}}'),(7859,3803,'inline_featured_image','0'),(7860,3803,'template_id','1f2fcacfd9e6ca159e71b9dc5d9b4f88'),(7861,3803,'template_data','a:10:{s:11:\"template_id\";s:32:\"1f2fcacfd9e6ca159e71b9dc5d9b4f88\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-191-1544566064-500x184.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"184\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-191-1544566064-1360x500.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"500\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:12:\"Single Quote\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:17:\"single-quote-pull\";s:19:\"Single Quote / Pull\";}s:6:\"import\";a:8:{s:7:\"post_id\";s:3:\"191\";s:10:\"post_title\";s:12:\"Single Quote\";s:12:\"post_content\";s:257:\"<img width=\"512\" height=\"512\" src=\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\" alt=\"\" />											\n			<h2>“Digital design is like painting, except the paint never dries.”</h2>		\n			<h5>- Isa Holmgren</h5>\";s:4:\"meta\";a:4:{s:20:\"_elementor_edit_mode\";s:7:\"builder\";s:24:\"_elementor_template_type\";s:4:\"post\";s:15:\"_elementor_data\";s:3737:\"[{\"id\":\"ae9f436\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"93ed3fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999998},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e65794\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1077}},\"elements\":[{\"id\":\"2896391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"66150c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/uploads\\/sites\\/137\\/2018\\/11\\/quotes-01.png\",\"id\":194},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":85},\"opacity\":{\"unit\":\"px\",\"size\":0.29999999999999999},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71b8311\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":1.8},\"color\":\"rgba(99,115,129,0.3)\",\"width\":{\"unit\":\"px\",\"size\":50},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":2},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43621c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cDigital design is like painting, except the paint never dries.\\u201d\",\"title_color\":\"#16202f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":68},\"_background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":50},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e6af5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Isa Holmgren\",\"title_color\":\"rgba(99,115,129,0.5)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]\";s:18:\"_elementor_version\";s:3:\"0.4\";}s:5:\"media\";a:1:{i:194;a:9:{s:7:\"post_id\";s:3:\"194\";s:10:\"post_title\";s:9:\"quotes-01\";s:9:\"post_name\";s:9:\"quotes-01\";s:4:\"guid\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";s:3:\"url\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"512\";s:4:\"meta\";a:1:{s:20:\"_envato_image_source\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";}s:5:\"files\";a:1:{s:32:\"544aa4c44503d08b22c2af2493568ba6\";a:4:{s:3:\"url\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";s:4:\"name\";s:13:\"quotes-01.png\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"512\";}}}}s:9:\"media_zip\";s:104:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/elements/template-images-191.zip\";s:13:\"global_styles\";a:0:{}s:15:\"global_settings\";a:0:{}}}'),(7862,3803,'import_type','magic-insert'),(7863,3805,'_wp_attached_file','2019/08/quotes-01.png'),(7864,3805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2019/08/quotes-01.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"quotes-01-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:21:\"quotes-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(7865,3805,'_envato_image_source','https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png'),(7866,3803,'_elementor_template_type','post'),(7867,3803,'_wp_page_template','elementor_canvas'),(7868,3803,'_elements_collection_id','137-3-967767b7c9be5c7b05faedec50462e0a'),(7869,3803,'_elements_template_id','1f2fcacfd9e6ca159e71b9dc5d9b4f88'),(7870,3803,'_elementor_edit_mode','builder'),(7871,3803,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:7:\"ae9f436\";s:6:\"elType\";s:7:\"section\";s:8:\"settings\";a:9:{s:16:\"background_color\";s:7:\"#f6f6f6\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"70\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"90\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:24:\"background_overlay_color\";s:7:\"#000000\";s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.75;}s:16:\"content_position\";s:6:\"middle\";s:6:\"layout\";s:10:\"full_width\";}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"93ed3fb\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:10:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:98:\"https://wp.envatoextensions.com/kit-134/wp-content/plugins/elementor/assets/images/placeholder.png\";}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:29:\"background_overlay_background\";s:7:\"classic\";s:24:\"background_overlay_color\";s:7:\"#222222\";s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.85;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"3e65794\";s:6:\"elType\";s:7:\"section\";s:8:\"settings\";a:1:{s:13:\"content_width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1077;}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"2896391\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:3:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:0;}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:7:\"66150c7\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:6:{s:5:\"image\";a:2:{s:3:\"url\";s:72:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/quotes-01.png\";s:2:\"id\";i:3805;}s:10:\"image_size\";s:4:\"full\";s:5:\"width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:85;}s:7:\"opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.3;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:5:\"image\";}i:1;a:5:{s:2:\"id\";s:7:\"71b8311\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:6:{s:6:\"weight\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:1.8;}s:5:\"color\";s:20:\"rgba(99,115,129,0.3)\";s:5:\"width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:3:\"gap\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:2;}s:5:\"align\";s:6:\"center\";}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:7:\"divider\";}i:2;a:5:{s:2:\"id\";s:7:\"43621c2\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:16:{s:5:\"title\";s:68:\"“Digital design is like painting, except the paint never dries.”\";s:11:\"title_color\";s:7:\"#16202f\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Prata\";s:20:\"typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:22:\"typography_line_height\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:68;}s:17:\"_background_image\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:98:\"https://wp.envatoextensions.com/kit-134/wp-content/plugins/elementor/assets/images/placeholder.png\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:5:\"align\";s:6:\"center\";s:27:\"typography_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:27:\"typography_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:29:\"typography_line_height_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;}s:29:\"typography_line_height_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:7:\"heading\";}i:3;a:5:{s:2:\"id\";s:7:\"4e6af5f\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:13:{s:5:\"title\";s:14:\"- Isa Holmgren\";s:11:\"title_color\";s:20:\"rgba(99,115,129,0.5)\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Karla\";s:20:\"typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:25:\"typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:1.3;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:5:\"align\";s:6:\"center\";s:11:\"header_size\";s:2:\"h5\";s:22:\"typography_line_height\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:7:\"heading\";}}s:7:\"isInner\";b:1;}}s:7:\"isInner\";b:1;}}s:7:\"isInner\";b:0;}}s:7:\"isInner\";b:0;}}'),(7872,3803,'_elementor_version','0.4'),(7877,3806,'template_id','1f2fcacfd9e6ca159e71b9dc5d9b4f88'),(7876,3806,'inline_featured_image','0'),(7878,3806,'template_data','a:10:{s:11:\"template_id\";s:32:\"1f2fcacfd9e6ca159e71b9dc5d9b4f88\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-191-1544566064-500x184.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"184\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:118:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/2018/11/screenshot-191-1544566064-1360x500.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"500\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:12:\"Single Quote\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:17:\"single-quote-pull\";s:19:\"Single Quote / Pull\";}s:6:\"import\";a:8:{s:7:\"post_id\";s:3:\"191\";s:10:\"post_title\";s:12:\"Single Quote\";s:12:\"post_content\";s:257:\"<img width=\"512\" height=\"512\" src=\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\" alt=\"\" />											\n			<h2>“Digital design is like painting, except the paint never dries.”</h2>		\n			<h5>- Isa Holmgren</h5>\";s:4:\"meta\";a:4:{s:20:\"_elementor_edit_mode\";s:7:\"builder\";s:24:\"_elementor_template_type\";s:4:\"post\";s:15:\"_elementor_data\";s:3737:\"[{\"id\":\"ae9f436\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"93ed3fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999998},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e65794\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1077}},\"elements\":[{\"id\":\"2896391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"66150c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/uploads\\/sites\\/137\\/2018\\/11\\/quotes-01.png\",\"id\":194},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":85},\"opacity\":{\"unit\":\"px\",\"size\":0.29999999999999999},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71b8311\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":1.8},\"color\":\"rgba(99,115,129,0.3)\",\"width\":{\"unit\":\"px\",\"size\":50},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":2},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43621c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cDigital design is like painting, except the paint never dries.\\u201d\",\"title_color\":\"#16202f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":68},\"_background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-134\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":50},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":40}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e6af5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Isa Holmgren\",\"title_color\":\"rgba(99,115,129,0.5)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]\";s:18:\"_elementor_version\";s:3:\"0.4\";}s:5:\"media\";a:1:{i:194;a:9:{s:7:\"post_id\";s:3:\"194\";s:10:\"post_title\";s:9:\"quotes-01\";s:9:\"post_name\";s:9:\"quotes-01\";s:4:\"guid\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";s:3:\"url\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"512\";s:4:\"meta\";a:1:{s:20:\"_envato_image_source\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";}s:5:\"files\";a:1:{s:32:\"544aa4c44503d08b22c2af2493568ba6\";a:4:{s:3:\"url\";s:90:\"https://wp.envatoextensions.com/kit-134/wp-content/uploads/sites/137/2018/11/quotes-01.png\";s:4:\"name\";s:13:\"quotes-01.png\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"512\";}}}}s:9:\"media_zip\";s:104:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/137/elements/template-images-191.zip\";s:13:\"global_styles\";a:0:{}s:15:\"global_settings\";a:0:{}}}'),(7879,3806,'import_type','magic-insert'),(7880,3806,'_elementor_template_type','page'),(7881,3806,'_wp_page_template','elementor_canvas'),(7882,3806,'_elements_collection_id','137-3-967767b7c9be5c7b05faedec50462e0a'),(7883,3806,'_elements_template_id','1f2fcacfd9e6ca159e71b9dc5d9b4f88'),(7884,3806,'_elementor_edit_mode','builder'),(7885,3806,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:7:\"ae9f436\";s:6:\"elType\";s:7:\"section\";s:8:\"settings\";a:9:{s:16:\"background_color\";s:7:\"#f6f6f6\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"70\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"90\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:24:\"background_overlay_color\";s:7:\"#000000\";s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"0.75\";}s:16:\"content_position\";s:6:\"middle\";s:6:\"layout\";s:10:\"full_width\";}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"93ed3fb\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:10:{s:12:\"_column_size\";s:3:\"100\";s:12:\"_inline_size\";s:0:\"\";s:16:\"background_image\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:98:\"https://wp.envatoextensions.com/kit-134/wp-content/plugins/elementor/assets/images/placeholder.png\";}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:29:\"background_overlay_background\";s:7:\"classic\";s:24:\"background_overlay_color\";s:7:\"#222222\";s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"0.85\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"3e65794\";s:6:\"elType\";s:7:\"section\";s:8:\"settings\";a:1:{s:13:\"content_width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1077\";}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"2896391\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:3:{s:12:\"_column_size\";s:3:\"100\";s:12:\"_inline_size\";s:0:\"\";s:21:\"space_between_widgets\";s:1:\"0\";}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:7:\"66150c7\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:6:{s:5:\"image\";a:2:{s:3:\"url\";s:72:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/quotes-01.png\";s:2:\"id\";s:4:\"3805\";}s:10:\"image_size\";s:4:\"full\";s:5:\"width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"85\";}s:7:\"opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"0.3\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";s:1:\"1\";}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:5:\"image\";}i:1;a:5:{s:2:\"id\";s:7:\"71b8311\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:6:{s:6:\"weight\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"1.8\";}s:5:\"color\";s:20:\"rgba(99,115,129,0.3)\";s:5:\"width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:3:\"gap\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"2\";}s:5:\"align\";s:6:\"center\";}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:7:\"divider\";}i:2;a:5:{s:2:\"id\";s:7:\"43621c2\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:16:{s:5:\"title\";s:68:\"“Digital design is like painting, except the paint never dries.”\";s:11:\"title_color\";s:7:\"#16202f\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Prata\";s:20:\"typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:22:\"typography_line_height\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"68\";}s:17:\"_background_image\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:98:\"https://wp.envatoextensions.com/kit-134/wp-content/plugins/elementor/assets/images/placeholder.png\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:5:\"align\";s:6:\"center\";s:27:\"typography_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";}s:27:\"typography_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"30\";}s:29:\"typography_line_height_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"50\";}s:29:\"typography_line_height_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"40\";}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:7:\"heading\";}i:3;a:5:{s:2:\"id\";s:7:\"4e6af5f\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:13:{s:5:\"title\";s:14:\"- Isa Holmgren\";s:11:\"title_color\";s:20:\"rgba(99,115,129,0.5)\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Karla\";s:20:\"typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"14\";}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:25:\"typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"1.3\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:5:\"align\";s:6:\"center\";s:11:\"header_size\";s:2:\"h5\";s:22:\"typography_line_height\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"26\";}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:7:\"heading\";}}s:7:\"isInner\";s:1:\"1\";}}s:7:\"isInner\";s:1:\"1\";}}s:7:\"isInner\";s:0:\"\";}}s:7:\"isInner\";s:0:\"\";}}'),(7886,3806,'_elementor_version','0.4'),(7888,3806,'_source_kit_id','3803'),(7889,3803,'insert_history','a:0:{}'),(7890,3805,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.288370240031874;s:5:\"bytes\";i:10328;s:11:\"size_before\";i:30121;s:10:\"size_after\";i:19793;s:4:\"time\";d:0.24000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.5;s:5:\"bytes\";i:2280;s:11:\"size_before\";i:7016;s:10:\"size_after\";i:4736;s:4:\"time\";d:0.04;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.83;s:5:\"bytes\";i:8048;s:11:\"size_before\";i:23105;s:10:\"size_after\";i:15057;s:4:\"time\";d:0.2;}}}'),(10274,4126,'inline_featured_image','0'),(10025,4072,'_edit_lock','1579936399:1'),(7900,2041,'_elementor_pro_version','2.6.2'),(7903,3808,'inline_featured_image','0'),(7904,3808,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(7905,3808,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 51 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(7908,3808,'_wp_page_template','default'),(7909,3808,'mec_color','d9b351'),(7910,3808,'mec_location_id','1'),(7906,3808,'_edit_last','1'),(7907,3808,'_edit_lock','1565374369:1'),(7911,3808,'mec_dont_show_map','0'),(7912,3808,'mec_organizer_id','1'),(7913,3808,'mec_read_more',''),(7914,3808,'mec_more_info',''),(7915,3808,'mec_more_info_title',''),(7916,3808,'mec_more_info_target','_self'),(7917,3808,'mec_cost',''),(7918,3808,'mec_additional_organizer_ids','a:0:{}'),(7919,3808,'mec_additional_location_ids','a:0:{}'),(7920,3808,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-08-22\";s:4:\"hour\";s:1:\"4\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-08-22\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(7921,3808,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(7922,3808,'mec_certain_weekdays','a:0:{}'),(7923,3808,'mec_allday','0'),(7924,3808,'mec_hide_time','0'),(7925,3808,'mec_hide_end_time','0'),(7926,3808,'mec_comment',''),(7927,3808,'mec_start_date','2019-08-22'),(7928,3808,'mec_start_time_hour','4'),(7929,3808,'mec_start_time_minutes','0'),(7930,3808,'mec_start_time_ampm','PM'),(7931,3808,'mec_start_day_seconds','57600'),(7932,3808,'mec_end_date','2019-08-22'),(7933,3808,'mec_end_time_hour','11'),(7934,3808,'mec_end_time_minutes','0'),(7935,3808,'mec_end_time_ampm','PM'),(7936,3808,'mec_end_day_seconds','82800'),(7937,3808,'mec_repeat_status','0'),(7938,3808,'mec_repeat_type',''),(7939,3808,'mec_repeat_interval','1'),(7940,3808,'mec_repeat_end',''),(7941,3808,'mec_repeat_end_at_occurrences',''),(7942,3808,'mec_repeat_end_at_date',''),(7943,3808,'mec_advanced_days','a:0:{}'),(7944,3808,'mec_in_days',''),(7945,3808,'mec_not_in_days',''),(7946,3808,'mec_hourly_schedules','a:0:{}'),(7947,3808,'mec_booking','a:0:{}'),(7948,3808,'mec_tickets','a:0:{}'),(7949,3808,'mec_fees_global_inheritance','1'),(7950,3808,'mec_fees','a:0:{}'),(7951,3808,'mec_ticket_variations_global_inheritance','1'),(7952,3808,'mec_ticket_variations','a:0:{}'),(7953,3808,'mec_reg_fields_global_inheritance','1'),(7954,3808,'mec_reg_fields','a:0:{}'),(7955,3808,'mec_op','a:0:{}'),(7956,3808,'slide_template','default'),(10041,4072,'_elementor_pro_version','2.8.3'),(15774,4587,'_wp_page_template','default'),(15586,4581,'_customer_user','0'),(15587,4581,'_payment_method','paypal'),(15588,4581,'_payment_method_title','PayPal'),(15589,4581,'_customer_ip_address','70.179.165.148'),(15590,4581,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0'),(15591,4581,'_created_via','checkout'),(15592,4581,'_cart_hash','2d6142561d1fbc38215efae2a7d17d31'),(15593,4581,'_billing_first_name','Charles'),(15594,4581,'_billing_last_name','Kincaid'),(15595,4581,'_billing_address_1','503 W Territorial Rd'),(15596,4581,'_billing_city','Battle Creek'),(15597,4581,'_billing_state','MI'),(15598,4581,'_billing_postcode','49015'),(15599,4581,'_billing_country','US'),(15600,4581,'_billing_email','kincaid.clan@comcast.net'),(15601,4581,'_billing_phone','+12699989008'),(15602,4581,'_order_currency','USD'),(15603,4581,'_cart_discount','0'),(15604,4581,'_cart_discount_tax','0'),(15605,4581,'_order_shipping','0.00'),(15606,4581,'_order_shipping_tax','0'),(15607,4581,'_order_tax','0'),(15608,4581,'_order_total','225.00'),(15609,4581,'_order_version','3.8.1'),(15610,4581,'_prices_include_tax','no'),(15611,4581,'_billing_address_index','Charles Kincaid  503 W Territorial Rd  Battle Creek MI 49015 US kincaid.clan@comcast.net +12699989008'),(15612,4581,'_shipping_address_index','        '),(15613,4581,'is_vat_exempt','no'),(15614,4581,'Payment type','instant'),(15615,4581,'_transaction_id','49114341941126805'),(15616,4581,'_paypal_status','completed'),(15617,4581,'PayPal Transaction Fee','6.83'),(15618,4581,'_date_paid','1577485307'),(15619,4581,'_paid_date','2019-12-27 22:21:47'),(15620,4581,'_download_permissions_granted','yes'),(15621,4581,'_recorded_sales','yes'),(15622,4581,'_recorded_coupon_usage_counts','yes'),(15623,4581,'_order_stock_reduced','yes'),(15624,4582,'_order_key','wc_order_c0wo1O38AkwRC'),(15625,4582,'_customer_user','0'),(15626,4582,'_payment_method','paypal'),(15627,4582,'_payment_method_title','PayPal'),(15628,4582,'_customer_ip_address','99.203.92.10'),(15629,4582,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(15630,4582,'_created_via','checkout'),(15631,4582,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(15632,4582,'_billing_first_name','Monique'),(15633,4582,'_billing_last_name','LaFrance'),(15634,4582,'_billing_address_1','5323 SE 45th St'),(15635,4582,'_billing_city','Tecumseh'),(15636,4582,'_billing_state','KS'),(15637,4582,'_billing_postcode','66542'),(15638,4582,'_billing_country','US'),(15639,4582,'_billing_email','mlaf@cox.net'),(15640,4582,'_billing_phone','7856082794'),(15641,4582,'_order_currency','USD'),(15642,4582,'_cart_discount','0'),(15643,4582,'_cart_discount_tax','0'),(15644,4582,'_order_shipping','0.00'),(15645,4582,'_order_shipping_tax','0'),(15646,4582,'_order_tax','0'),(15647,4582,'_order_total','150.00'),(15648,4582,'_order_version','3.8.1'),(15649,4582,'_prices_include_tax','no'),(15650,4582,'_billing_address_index','Monique LaFrance  5323 SE 45th St  Tecumseh KS 66542 US mlaf@cox.net 7856082794'),(15651,4582,'_shipping_address_index','        '),(15652,4582,'is_vat_exempt','no'),(15653,4582,'Payment type','instant'),(15654,4582,'_transaction_id','93566288UM3118033'),(15655,4582,'_paypal_status','completed'),(15656,4582,'PayPal Transaction Fee','4.65'),(15657,4582,'_date_paid','1577491746'),(15658,4582,'_paid_date','2019-12-28 00:09:06'),(15659,4582,'_download_permissions_granted','yes'),(15660,4582,'_recorded_sales','yes'),(15661,4582,'_recorded_coupon_usage_counts','yes'),(15662,4582,'_order_stock_reduced','yes'),(15663,4583,'_order_key','wc_order_L7MLy14rFsr09'),(15664,4583,'_customer_user','0'),(15665,4583,'_payment_method','paypal'),(15666,4583,'_payment_method_title','PayPal'),(15667,4583,'_customer_ip_address','174.255.6.191'),(15668,4583,'_customer_user_agent','Mozilla/5.0 (Linux; Android 8.1.0; LML713DL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36'),(15669,4583,'_created_via','checkout'),(15670,4583,'_cart_hash','8585d63bb2804d506a2af98de5ff1f8c'),(15671,4583,'_billing_first_name','Michael'),(15672,4583,'_billing_last_name','Medeiros'),(15673,4583,'_billing_address_1','3024 SE Arbor drive'),(15674,4583,'_billing_city','Topeka'),(15675,4583,'_billing_state','KS'),(15676,4583,'_billing_postcode','66605'),(15677,4583,'_billing_country','US'),(15678,4583,'_billing_email','Orbie48@yahoo.com'),(15679,4583,'_billing_phone','7852667201'),(15680,4583,'_order_currency','USD'),(15681,4583,'_cart_discount','0'),(15682,4583,'_cart_discount_tax','0'),(15683,4583,'_order_shipping','0.00'),(15684,4583,'_order_shipping_tax','0'),(15685,4583,'_order_tax','13.73'),(15686,4583,'_order_total','163.73'),(15687,4583,'_order_version','3.8.1'),(15688,4583,'_prices_include_tax','no'),(15689,4583,'_billing_address_index','Michael Medeiros  3024 SE Arbor drive  Topeka KS 66605 US Orbie48@yahoo.com 7852667201'),(15690,4583,'_shipping_address_index','        '),(15691,4583,'is_vat_exempt','no'),(15692,4583,'Payment type','instant'),(15693,4583,'_transaction_id','5YT04352TD928734D'),(15694,4583,'_paypal_status','completed'),(15695,4583,'PayPal Transaction Fee','5.05'),(15696,4583,'_date_paid','1577499464'),(15697,4583,'_paid_date','2019-12-28 02:17:44'),(15698,4583,'_download_permissions_granted','yes'),(15699,4583,'_recorded_sales','yes'),(15700,4583,'_recorded_coupon_usage_counts','yes'),(15701,4583,'_order_stock_reduced','yes'),(16867,4641,'_order_key','wc_order_BLjSUFEqyuahG'),(15703,4585,'_order_key','wc_order_bDNukLIoaBqc8'),(15704,4585,'_customer_user','0'),(15705,4585,'_payment_method','paypal'),(15706,4585,'_payment_method_title','PayPal'),(15707,4585,'_customer_ip_address','93.177.72.218'),(15708,4585,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Mobile Safari/537.36 DuckDuckGo/5'),(15709,4585,'_created_via','checkout'),(15710,4585,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(15711,4585,'_billing_first_name','Phillip'),(15712,4585,'_billing_last_name','Olsson'),(15713,4585,'_billing_address_1','4407 SE Clover Court'),(15714,4585,'_billing_city','Topeka'),(15715,4585,'_billing_state','KS'),(15716,4585,'_billing_postcode','66609'),(15717,4585,'_billing_country','US'),(15718,4585,'_billing_email','doc.jim.olsson1@gmail.com'),(15719,4585,'_billing_phone','3096963314'),(15720,4585,'_order_currency','USD'),(15721,4585,'_cart_discount','0'),(15722,4585,'_cart_discount_tax','0'),(15723,4585,'_order_shipping','0.00'),(15724,4585,'_order_shipping_tax','0'),(15725,4585,'_order_tax','0'),(15726,4585,'_order_total','150.00'),(15727,4585,'_order_version','3.8.1'),(15728,4585,'_prices_include_tax','no'),(15729,4585,'_billing_address_index','Phillip Olsson  4407 SE Clover Court  Topeka KS 66609 US doc.jim.olsson1@gmail.com 3096963314'),(15730,4585,'_shipping_address_index','        '),(15731,4585,'is_vat_exempt','no'),(15732,4585,'Payment type','instant'),(15733,4585,'_transaction_id','1P920063XA4512941'),(15734,4585,'_paypal_status','completed'),(15735,4585,'PayPal Transaction Fee','4.65'),(15736,4585,'_date_paid','1577509112'),(15737,4585,'_paid_date','2019-12-28 04:58:32'),(15738,4585,'_download_permissions_granted','yes'),(15739,4585,'_recorded_sales','yes'),(15740,4585,'_recorded_coupon_usage_counts','yes'),(15741,4585,'_order_stock_reduced','yes'),(18499,4729,'_order_key','wc_order_EmKuCEK9snwmm'),(18500,4729,'_customer_user','44'),(18501,4729,'_customer_ip_address','68.111.105.194'),(15743,4587,'inline_featured_image','0'),(15744,4587,'_deal_sales_counts','0'),(15745,4587,'_deal_quantity',''),(15746,4587,'_sku','12312019-2'),(15747,4587,'_regular_price','40'),(15748,4587,'total_sales','5'),(15749,4587,'_tax_status','taxable'),(15750,4587,'_tax_class',''),(15751,4587,'_manage_stock','yes'),(15752,4587,'_backorders','no'),(15753,4587,'_low_stock_amount','4'),(15754,4587,'_sold_individually','no'),(15781,4589,'inline_featured_image','0'),(15782,4589,'_thumbnail_id','4296'),(15783,4589,'_wp_page_template','default'),(15756,4587,'_virtual','yes'),(15757,4587,'_downloadable','no'),(15758,4587,'_download_limit','-1'),(15759,4587,'_download_expiry','-1'),(15760,4587,'_thumbnail_id','4296'),(15761,4587,'_stock','18.000000'),(15762,4587,'_stock_status','instock'),(15763,4587,'_wc_average_rating','0'),(15764,4587,'_wc_review_count','0'),(15765,4587,'_product_attributes','a:2:{s:6:\"weight\";a:6:{s:4:\"name\";s:6:\"Weight\";s:5:\"value\";s:6:\"0.5 KG\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}s:10:\"dimensions\";a:6:{s:4:\"name\";s:10:\"Dimensions\";s:5:\"value\";s:11:\"200 x 50 CM\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(15766,4587,'_product_version','3.8.1'),(15767,4587,'_price','40'),(15768,4587,'inline_featured_image','0'),(15769,4587,'_deal_sales_counts','0'),(15585,4581,'_order_key','wc_order_uYojR0pjV2v7N'),(15584,4580,'_order_stock_reduced','yes'),(15583,4580,'_recorded_coupon_usage_counts','yes'),(15582,4580,'_recorded_sales','yes'),(15581,4580,'_download_permissions_granted','yes'),(15573,4580,'_shipping_address_index','        '),(15574,4580,'is_vat_exempt','no'),(15575,4580,'Payment type','instant'),(15576,4580,'_transaction_id','93C810034J635425H'),(15577,4580,'_paypal_status','completed'),(15578,4580,'PayPal Transaction Fee','4.65'),(15579,4580,'_date_paid','1577468301'),(15580,4580,'_paid_date','2019-12-27 17:38:21'),(7996,3815,'inline_featured_image','0'),(7997,3815,'collection_id','69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9'),(7998,3815,'page_builder','elementor-blocks'),(7999,3815,'template_data','a:4:{s:6:\"status\";s:1:\"1\";s:7:\"message\";s:6:\"All ok\";s:4:\"data\";a:9:{s:13:\"collection_id\";s:37:\"69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9\";s:7:\"builder\";s:16:\"elementor-blocks\";s:4:\"name\";s:6:\"Blocks\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:11:\"preview_url\";s:0:\"\";s:9:\"templates\";a:38:{i:0;a:10:{s:11:\"template_id\";s:32:\"6812e0ebdea7c8ccaeafaaa60ac8c626\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:113:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-5-1544563141-500x52.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"52\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-5-1544563141-1360x140.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"140\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:17:\"Header (with Nav)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:6:\"header\";s:6:\"Header\";}s:6:\"import\";a:8:{s:7:\"post_id\";s:1:\"5\";s:10:\"post_title\";s:17:\"Header (with Nav)\";s:12:\"post_content\";s:219:\"<h3>\n					Logo\n				</h3>\n				<p>Tagline</p>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Google-plus\n				</a>\";s:4:\"meta\";a:4:{s:20:\"_elementor_edit_mode\";s:7:\"builder\";s:15:\"_elementor_data\";s:3922:\"[{\"id\":\"9aefef1\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#efefef\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"b989663\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.667000000000002,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7cc56c7\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-superpowers\",\"title_text\":\"Logo\",\"description_text\":\"Tagline\",\"position\":\"left\",\"primary_color\":\"#ff7f50\",\"icon_size\":{\"unit\":\"px\",\"size\":60},\"rotate\":{\"unit\":\"deg\",\"size\":8},\"text_align\":\"left\",\"title_color\":\"#212121\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Odor Mean Chey\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.6000000000000001},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.10000000000000001},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3},\"description_color\":\"#bcbcbc\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Odor Mean Chey\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":0.69999999999999996},\"description_typography_font_weight\":\"bold\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":0.10000000000000001},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":4.7000000000000002}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"d97991e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.667000000000002,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"95f2701\",\"elType\":\"widget\",\"settings\":{\"menu\":\"demo-menu\",\"align_items\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"color_menu_item\":\"#212121\",\"color_menu_item_hover\":\"#ff7f50\",\"pointer_color_menu_item_hover\":\"#ff7f50\",\"color_menu_item_active\":\"#f4511e\",\"pointer_color_menu_item_active\":\"rgba(20,20,20,0)\",\"pointer_width\":{\"unit\":\"px\",\"size\":1},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":60},\"menu_space_between\":{\"unit\":\"px\",\"size\":0},\"_css_classes\":\"envato-kit-66-menu\",\"indicator\":\"chevron\",\"full_width\":\"stretch\",\"toggle_align\":\"right\",\"padding_vertical_menu_item_tablet\":{\"unit\":\"px\",\"size\":0},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":0},\"toggle_size\":{\"unit\":\"px\",\"size\":26},\"dropdown\":\"mobile\",\"menu_typography_font_family\":\"Odor Mean Chey\",\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"ea0ded4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.661999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"acb26b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"ae2af7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"4193ba8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"32ca75b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"shape\":\"circle\",\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#ff7f50\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.59999999999999998},\"icon_spacing\":{\"unit\":\"px\",\"size\":12},\"hover_primary_color\":\"#212121\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]\";s:18:\"_elementor_version\";s:3:\"0.4\";s:24:\"_elementor_template_type\";s:4:\"post\";}s:5:\"media\";a:0:{}s:9:\"media_zip\";s:0:\"\";s:13:\"global_styles\";a:0:{}s:15:\"global_settings\";a:0:{}}}i:1;a:9:{s:11:\"template_id\";s:32:\"f549d6f41a8696611903130bfd21bd6d\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-8-1544563148-500x329.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"329\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-8-1544563148-1360x896.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"896\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:23:\"Hero - Image Background\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:4:\"hero\";s:4:\"Hero\";}}i:2;a:9:{s:11:\"template_id\";s:32:\"5d42a46004737212c7750e8144892bfe\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-9-1544563166-500x329.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"329\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-9-1544563166-1360x896.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"896\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:23:\"Hero - Video Background\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:4:\"hero\";s:4:\"Hero\";}}i:3;a:9:{s:11:\"template_id\";s:32:\"4c960c97f8869c001bec1ae1b933fb2c\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-6-1544563173-500x212.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"212\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-6-1544563173-1360x577.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"577\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:14:\"Call to Action\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:14:\"call-to-action\";s:14:\"Call to Action\";}}i:4;a:9:{s:11:\"template_id\";s:32:\"c40720f93bd1257594e70885d54755ae\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-7-1544563181-500x115.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"115\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-7-1544563181-1360x314.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"314\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:35:\"Newsletter Subscription (with Form)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:23:\"newsletter-subscription\";s:23:\"Newsletter Subscription\";}}i:5;a:9:{s:11:\"template_id\";s:32:\"41c3e16a41f0a58873d06bdf2a0ae458\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-10-1544563189-500x253.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"253\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-10-1544563189-1360x689.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"689\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:19:\"Hero - Inline Image\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:4:\"hero\";s:4:\"Hero\";}}i:6;a:9:{s:11:\"template_id\";s:32:\"5052b9b432c8dbbea82c6f6e91bc1a76\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-11-1544563198-500x141.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"141\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-11-1544563198-1360x384.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"384\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:19:\"Hero - Inline Video\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:4:\"hero\";s:4:\"Hero\";}}i:7;a:9:{s:11:\"template_id\";s:32:\"2c3686864efc7277205de9d87007a001\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-12-1544563206-500x225.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"225\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-12-1544563206-1360x613.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"613\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:42:\"Hero - Newsletter Subscription (with Form)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:23:\"newsletter-subscription\";s:23:\"Newsletter Subscription\";}}i:8;a:9:{s:11:\"template_id\";s:32:\"2340608880c3c03e979b8908cdda7c78\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-13-1544563215-500x155.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"155\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-13-1544563215-1360x421.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"421\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:8:\"Sub Hero\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:8:\"sub-hero\";s:8:\"Sub Hero\";}}i:9;a:9:{s:11:\"template_id\";s:32:\"ca3bb226033a8f3fb7d338261bdcf5e6\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-14-1544563222-500x423.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"423\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-14-1544563222-1360x1152.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1152\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"FAQ - One Column\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:3:\"faq\";s:3:\"FAQ\";}}i:10;a:9:{s:11:\"template_id\";s:32:\"232fdb99b6f4bb18b5aefe51f5baa41b\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-15-1544563230-500x492.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"492\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-15-1544563230-1360x1338.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1338\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"FAQ - Two Column\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:3:\"faq\";s:3:\"FAQ\";}}i:11;a:9:{s:11:\"template_id\";s:32:\"d24779bdae5b7595f7808562c3b4bb5f\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-16-1544563241-500x373.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"373\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-16-1544563241-1360x1015.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1015\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:14:\"Team - Columns\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:4:\"team\";s:4:\"Team\";}}i:12;a:9:{s:11:\"template_id\";s:32:\"1b6a7166f66e1ebde290ea3fe6497cc9\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-17-1544563252-500x335.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"335\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-17-1544563252-1360x912.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"912\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:11:\"Team - Grid\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:4:\"team\";s:4:\"Team\";}}i:13;a:9:{s:11:\"template_id\";s:32:\"872fcd682526c3a1d2a755fda8b18d10\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-18-1544563264-500x431.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"431\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-18-1544563264-1360x1173.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1173\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:14:\"Single Profile\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:14:\"single-profile\";s:14:\"Single Profile\";}}i:14;a:9:{s:11:\"template_id\";s:32:\"b237b0d2c4001a0cefeb4034b110e7ce\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-19-1544563274-500x393.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"393\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-19-1544563274-1360x1068.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1068\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:7:\"Contact\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:7:\"contact\";s:7:\"Contact\";}}i:15;a:9:{s:11:\"template_id\";s:32:\"5b1f808d8c8106af5d766d903476d9c5\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-20-1544563291-500x512.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"512\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-20-1544563291-1360x1394.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1394\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:18:\"Contact (with Map)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:7:\"contact\";s:7:\"Contact\";}}i:16;a:9:{s:11:\"template_id\";s:32:\"b1db57a9a3e22f952a2818d32f53e19b\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-21-1544563300-500x271.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"271\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-21-1544563300-1360x737.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"737\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:3:\"Map\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:3:\"map\";s:3:\"Map\";}}i:17;a:9:{s:11:\"template_id\";s:32:\"189d073db3d9fcea40fd2444c5f1e428\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-22-1544563309-500x258.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"258\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-22-1544563309-1360x701.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"701\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:11:\"Focus Boxes\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:11:\"focus-boxes\";s:11:\"Focus Boxes\";}}i:18;a:9:{s:11:\"template_id\";s:32:\"f3419423a3e68cc2afa929a2edd9fcd0\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-23-1544563322-500x499.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"499\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-23-1544563322-1360x1356.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1356\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:12:\"Pricing Menu\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:12:\"pricing-menu\";s:12:\"Pricing Menu\";}}i:19;a:9:{s:11:\"template_id\";s:32:\"43f3a38a4c51da504aaeecedf6ebc0f0\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-24-1544563329-500x344.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"344\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-24-1544563329-1360x936.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"936\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:13:\"Pricing Table\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:13:\"pricing-table\";s:13:\"Pricing Table\";}}i:20;a:9:{s:11:\"template_id\";s:32:\"530d7568416db642867d55cf5a3a7afe\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-25-1544563337-500x473.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"473\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-25-1544563337-1360x1286.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1286\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"Testimonial Grid\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:16:\"testimonial-grid\";s:16:\"Testimonial Grid\";}}i:21;a:9:{s:11:\"template_id\";s:32:\"7c7848d6970a8be22606663bd0e1de61\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-26-1544563344-500x247.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"247\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-26-1544563344-1360x671.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"671\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:18:\"Testimonial Slider\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:18:\"testimonial-slider\";s:18:\"Testimonial Slider\";}}i:22;a:9:{s:11:\"template_id\";s:32:\"8a515d48897193ba4a82171c8d423f3d\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-27-1544563353-500x184.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"184\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-27-1544563353-1360x500.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"500\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:25:\"Single Quote / Pull-quote\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:17:\"single-quote-pull\";s:19:\"Single Quote / Pull\";}}i:23;a:9:{s:11:\"template_id\";s:32:\"96785f6df7385d3d6a8ef351468e5cdd\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-28-1544563364-500x314.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"314\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-28-1544563364-1360x853.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"853\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"Featured Product\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:16:\"featured-product\";s:16:\"Featured Product\";}}i:24;a:9:{s:11:\"template_id\";s:32:\"7779f9acd72a22bfbc7c46a44bcf4f66\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-29-1544563374-500x301.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"301\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-29-1544563374-1360x817.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"817\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:27:\"Features & Benefit - Slider\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:16:\"features-benefit\";s:22:\"Features &amp; Benefit\";}}i:25;a:9:{s:11:\"template_id\";s:32:\"c29cab97d13f34f382966bd2627feea7\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-30-1544563387-500x289.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"289\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-30-1544563387-1360x786.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"786\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:25:\"Features & Benefit - List\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:16:\"features-benefit\";s:22:\"Features &amp; Benefit\";}}i:26;a:9:{s:11:\"template_id\";s:32:\"554fc5d67720ccdfeae8bc8ca7b4f6d4\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-31-1544563397-500x231.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"231\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-31-1544563397-1360x627.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"627\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:34:\"About - One Column: Heading & Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:27;a:9:{s:11:\"template_id\";s:32:\"8745dc6f1107a28e456bd89e3237ffd4\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-32-1544563413-500x225.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"225\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-32-1544563413-1360x612.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"612\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:34:\"About - Two Column: Heading & Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:28;a:9:{s:11:\"template_id\";s:32:\"a55c5a92d8d0a555c200c6ee4b9878d6\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-33-1544563421-500x237.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"237\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-33-1544563421-1360x644.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"644\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:29:\"About - Image, Heading & Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:29;a:9:{s:11:\"template_id\";s:32:\"7905b08d135424e8eeb72eb8a473d425\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-34-1544563431-500x411.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"411\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-34-1544563431-1360x1118.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1118\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:29:\"About - Video, Heading & Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:30;a:9:{s:11:\"template_id\";s:32:\"4426eb83647cc19026204146e00380c9\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-35-1544563448-500x248.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"248\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-35-1544563448-1360x675.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"675\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:8:\"Services\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:8:\"services\";s:8:\"Services\";}}i:31;a:9:{s:11:\"template_id\";s:32:\"266a22f51430fe595e87bd54f96d1079\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-37-1544563461-500x250.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"250\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-37-1544563461-1360x681.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"681\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:24:\"Image Gallery - Carousel\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:13:\"image-gallery\";s:13:\"Image Gallery\";}}i:32;a:9:{s:11:\"template_id\";s:32:\"de222ad7229cb97ed063e104c3a9484c\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-38-1544563471-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-38-1544563471-1360x991.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"991\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:20:\"Image Gallery - Grid\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:13:\"image-gallery\";s:13:\"Image Gallery\";}}i:33;a:9:{s:11:\"template_id\";s:32:\"cc156f96bf095ef80a8d28ae285037bd\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-40-1544563483-500x222.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"222\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-40-1544563483-1360x603.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"603\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:20:\"Logo Grid - Flip Box\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:9:\"logo-grid\";s:9:\"Logo Grid\";}}i:34;a:9:{s:11:\"template_id\";s:32:\"859675481d0ff3e3342bc0f92c6894e3\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-41-1544563489-500x113.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"113\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-41-1544563489-1360x308.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"308\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:6:\"Footer\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:6:\"footer\";s:6:\"Footer\";}}i:35;a:9:{s:11:\"template_id\";s:32:\"6f08bbe821168df88cb9fcfc80facf8b\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-42-1544563493-500x28.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"28\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-42-1544563493-1360x77.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:2:\"77\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:9:\"Copyright\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:9:\"copyright\";s:9:\"Copyright\";}}i:36;a:9:{s:11:\"template_id\";s:32:\"829e01ac67d896f1c10f1ed239a0172a\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2019/01/screenshot-1417-1548064537-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2019/01/screenshot-1417-1548064537-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:5:\"Popup\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.4.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:5:\"popup\";s:5:\"Popup\";}}i:37;a:9:{s:11:\"template_id\";s:32:\"6f73e6af16f4c9450fea4473ffc5ebec\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2019/01/screenshot-1421-1548064543-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2019/01/screenshot-1421-1548064543-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:7:\"Popup 2\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.4.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:5:\"popup\";s:5:\"Popup\";}}}s:7:\"options\";a:3:{s:3:\"acf\";a:0:{}s:10:\"custom_css\";s:2118:\".envato-kit-66-menu .e--pointer-framed .elementor-item:before{\n	border-radius:1px;\n}\n\n.envato-kit-66-subscription-form .elementor-form-fields-wrapper{\n	position:relative;\n}\n\n.envato-kit-66-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit{\n	position:static;\n}\n\n.envato-kit-66-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit button{\n	position: absolute;\n    top: 50%;\n    right: 6px;\n    transform: translate(0, -50%);\n		-moz-transform: translate(0, -50%);\n		-webmit-transform: translate(0, -50%);\n}\n\n.envato-kit-66-testi-slider .elementor-testimonial__footer{\n	margin-top: -60px !important;\n	z-index: 99;\n  position: relative;\n}\n\n.envato-kit-66-featured-slider .elementor-slides .slick-prev{\n	width:50px;\n	height:50px;\n	background-color:#ffffff !important;\n	transform:rotate(45deg);\n	-moz-transform:rotate(45deg);\n	-webkit-transform:rotate(45deg);\n	left:-25px !important;\n	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n}\n\n.envato-kit-66-featured-slider .elementor-slides .slick-prev:before{\n	display:block;\n	margin-top:0px;\n	margin-left:0px;\n	transform:rotate(-45deg);\n	-moz-transform:rotate(-45deg);\n	-webkit-transform:rotate(-45deg);\n}\n\n.envato-kit-66-featured-slider .elementor-slides .slick-next{\n	width:50px;\n	height:50px;\n	background-color:#ffffff !important;\n	transform:rotate(45deg);\n	-moz-transform:rotate(45deg);\n	-webkit-transform:rotate(45deg);\n	right:-25px !important;\n	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n}\n\n.envato-kit-66-featured-slider .elementor-slides .slick-next:before{\n	display:block;\n	margin-top:-5px;\n	margin-right:-5px;\n	transform:rotate(-45deg);\n	-moz-transform:rotate(-45deg);\n	-webkit-transform:rotate(-45deg);\n}\n\n.envato-kit-66-orangetext{\n	color:#f4511e;\n}\n\n.envato-kit-66-countdown .elementor-countdown-label{\n	display:inline-block !important;\n	border:2px solid rgba(255,255,255,0.2);\n	padding:9px 20px;\n}\";s:8:\"features\";a:0:{}}s:6:\"filter\";a:1:{s:8:\"industry\";a:0:{}}}s:4:\"meta\";a:0:{}}'),(8000,3818,'inline_featured_image','0'),(8001,3818,'template_id','6812e0ebdea7c8ccaeafaaa60ac8c626'),(8002,3818,'template_data','a:10:{s:11:\"template_id\";s:32:\"6812e0ebdea7c8ccaeafaaa60ac8c626\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:113:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-5-1544563141-500x52.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"52\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-5-1544563141-1360x140.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"140\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:17:\"Header (with Nav)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:6:\"header\";s:6:\"Header\";}s:6:\"import\";a:8:{s:7:\"post_id\";s:1:\"5\";s:10:\"post_title\";s:17:\"Header (with Nav)\";s:12:\"post_content\";s:219:\"<h3>\n					Logo\n				</h3>\n				<p>Tagline</p>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Google-plus\n				</a>\";s:4:\"meta\";a:4:{s:20:\"_elementor_edit_mode\";s:7:\"builder\";s:15:\"_elementor_data\";s:3922:\"[{\"id\":\"9aefef1\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#efefef\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"b989663\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.667000000000002,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7cc56c7\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-superpowers\",\"title_text\":\"Logo\",\"description_text\":\"Tagline\",\"position\":\"left\",\"primary_color\":\"#ff7f50\",\"icon_size\":{\"unit\":\"px\",\"size\":60},\"rotate\":{\"unit\":\"deg\",\"size\":8},\"text_align\":\"left\",\"title_color\":\"#212121\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Odor Mean Chey\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.6000000000000001},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.10000000000000001},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3},\"description_color\":\"#bcbcbc\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Odor Mean Chey\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":0.69999999999999996},\"description_typography_font_weight\":\"bold\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":0.10000000000000001},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":4.7000000000000002}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"d97991e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.667000000000002,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"95f2701\",\"elType\":\"widget\",\"settings\":{\"menu\":\"demo-menu\",\"align_items\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"color_menu_item\":\"#212121\",\"color_menu_item_hover\":\"#ff7f50\",\"pointer_color_menu_item_hover\":\"#ff7f50\",\"color_menu_item_active\":\"#f4511e\",\"pointer_color_menu_item_active\":\"rgba(20,20,20,0)\",\"pointer_width\":{\"unit\":\"px\",\"size\":1},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":60},\"menu_space_between\":{\"unit\":\"px\",\"size\":0},\"_css_classes\":\"envato-kit-66-menu\",\"indicator\":\"chevron\",\"full_width\":\"stretch\",\"toggle_align\":\"right\",\"padding_vertical_menu_item_tablet\":{\"unit\":\"px\",\"size\":0},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":0},\"toggle_size\":{\"unit\":\"px\",\"size\":26},\"dropdown\":\"mobile\",\"menu_typography_font_family\":\"Odor Mean Chey\",\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"ea0ded4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.661999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"acb26b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"ae2af7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"4193ba8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"32ca75b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"shape\":\"circle\",\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#ff7f50\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.59999999999999998},\"icon_spacing\":{\"unit\":\"px\",\"size\":12},\"hover_primary_color\":\"#212121\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]\";s:18:\"_elementor_version\";s:3:\"0.4\";s:24:\"_elementor_template_type\";s:4:\"post\";}s:5:\"media\";a:0:{}s:9:\"media_zip\";s:0:\"\";s:13:\"global_styles\";a:0:{}s:15:\"global_settings\";a:0:{}}}'),(8003,3818,'import_type','magic-insert'),(8004,3818,'_elementor_template_type','post'),(8005,3818,'_wp_page_template','elementor_canvas'),(8006,3818,'_elements_collection_id','69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9'),(8007,3818,'_elements_template_id','6812e0ebdea7c8ccaeafaaa60ac8c626'),(8008,3818,'_elementor_edit_mode','builder'),(8009,3818,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:7:\"9aefef1\";s:6:\"elType\";s:7:\"section\";s:8:\"settings\";a:7:{s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#efefef\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"b989663\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:4:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";d:21.667;s:19:\"_inline_size_mobile\";i:50;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"7cc56c7\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:23:{s:4:\"icon\";s:17:\"fa fa-superpowers\";s:10:\"title_text\";s:4:\"Logo\";s:16:\"description_text\";s:7:\"Tagline\";s:8:\"position\";s:4:\"left\";s:13:\"primary_color\";s:7:\"#ff7f50\";s:9:\"icon_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:6:\"rotate\";a:2:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:8;}s:10:\"text_align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#212121\";s:27:\"title_typography_typography\";s:6:\"custom\";s:28:\"title_typography_font_family\";s:14:\"Odor Mean Chey\";s:26:\"title_typography_font_size\";a:2:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.6;}s:31:\"title_typography_text_transform\";s:9:\"uppercase\";s:28:\"title_typography_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1;}s:31:\"title_typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:1.3;}s:17:\"description_color\";s:7:\"#bcbcbc\";s:33:\"description_typography_typography\";s:6:\"custom\";s:34:\"description_typography_font_family\";s:14:\"Odor Mean Chey\";s:32:\"description_typography_font_size\";a:2:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.7;}s:34:\"description_typography_font_weight\";s:4:\"bold\";s:37:\"description_typography_text_transform\";s:9:\"uppercase\";s:34:\"description_typography_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1;}s:37:\"description_typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:4.7;}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:8:\"icon-box\";}}s:7:\"isInner\";b:0;}i:1;a:5:{s:2:\"id\";s:7:\"d97991e\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:4:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";d:61.667;s:19:\"_inline_size_mobile\";i:50;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"95f2701\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:24:{s:4:\"menu\";s:9:\"demo-menu\";s:11:\"align_items\";s:5:\"right\";s:26:\"menu_typography_typography\";s:6:\"custom\";s:25:\"menu_typography_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;}s:30:\"menu_typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;}s:15:\"color_menu_item\";s:7:\"#212121\";s:21:\"color_menu_item_hover\";s:7:\"#ff7f50\";s:29:\"pointer_color_menu_item_hover\";s:7:\"#ff7f50\";s:22:\"color_menu_item_active\";s:7:\"#f4511e\";s:30:\"pointer_color_menu_item_active\";s:16:\"rgba(20,20,20,0)\";s:13:\"pointer_width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;}s:26:\"padding_vertical_menu_item\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:18:\"menu_space_between\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;}s:12:\"_css_classes\";s:18:\"envato-kit-66-menu\";s:9:\"indicator\";s:7:\"chevron\";s:10:\"full_width\";s:7:\"stretch\";s:12:\"toggle_align\";s:5:\"right\";s:33:\"padding_vertical_menu_item_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;}s:25:\"menu_space_between_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;}s:11:\"toggle_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:8:\"dropdown\";s:6:\"mobile\";s:27:\"menu_typography_font_family\";s:14:\"Odor Mean Chey\";s:27:\"menu_typography_font_weight\";s:3:\"300\";s:30:\"menu_typography_text_transform\";s:9:\"uppercase\";}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:8:\"nav-menu\";}}s:7:\"isInner\";b:0;}i:2;a:5:{s:2:\"id\";s:7:\"ea0ded4\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:4:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";d:16.662;s:16:\"content_position\";s:6:\"center\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"acb26b0\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:10:{s:16:\"social_icon_list\";a:3:{i:0;a:3:{s:6:\"social\";s:14:\"fa fa-facebook\";s:3:\"_id\";s:7:\"ae2af7c\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:4:\"true\";s:8:\"nofollow\";s:0:\"\";}}i:1;a:3:{s:6:\"social\";s:13:\"fa fa-twitter\";s:3:\"_id\";s:7:\"4193ba8\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:4:\"true\";s:8:\"nofollow\";s:0:\"\";}}i:2;a:3:{s:6:\"social\";s:17:\"fa fa-google-plus\";s:3:\"_id\";s:7:\"32ca75b\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:4:\"true\";s:8:\"nofollow\";s:0:\"\";}}}s:5:\"shape\";s:6:\"circle\";s:5:\"align\";s:5:\"right\";s:10:\"icon_color\";s:6:\"custom\";s:18:\"icon_primary_color\";s:7:\"#ff7f50\";s:9:\"icon_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:12:\"icon_padding\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.6;}s:12:\"icon_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:19:\"hover_primary_color\";s:7:\"#212121\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:12:\"social-icons\";}}s:7:\"isInner\";b:0;}}s:7:\"isInner\";b:0;}}'),(8010,3818,'_elementor_version','0.4'),(8015,3820,'template_id','6812e0ebdea7c8ccaeafaaa60ac8c626'),(8014,3820,'inline_featured_image','0'),(8016,3820,'template_data','a:10:{s:11:\"template_id\";s:32:\"6812e0ebdea7c8ccaeafaaa60ac8c626\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:113:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-5-1544563141-500x52.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"52\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/69/2018/08/screenshot-5-1544563141-1360x140.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"140\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:17:\"Header (with Nav)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:6:\"header\";s:6:\"Header\";}s:6:\"import\";a:8:{s:7:\"post_id\";s:1:\"5\";s:10:\"post_title\";s:17:\"Header (with Nav)\";s:12:\"post_content\";s:219:\"<h3>\n					Logo\n				</h3>\n				<p>Tagline</p>\n							<a href=\"\" target=\"_blank\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\">\n					Google-plus\n				</a>\";s:4:\"meta\";a:4:{s:20:\"_elementor_edit_mode\";s:7:\"builder\";s:15:\"_elementor_data\";s:3922:\"[{\"id\":\"9aefef1\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#efefef\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"b989663\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.667000000000002,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7cc56c7\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-superpowers\",\"title_text\":\"Logo\",\"description_text\":\"Tagline\",\"position\":\"left\",\"primary_color\":\"#ff7f50\",\"icon_size\":{\"unit\":\"px\",\"size\":60},\"rotate\":{\"unit\":\"deg\",\"size\":8},\"text_align\":\"left\",\"title_color\":\"#212121\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Odor Mean Chey\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.6000000000000001},\"title_typography_text_transform\":\"uppercase\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":0.10000000000000001},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3},\"description_color\":\"#bcbcbc\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Odor Mean Chey\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":0.69999999999999996},\"description_typography_font_weight\":\"bold\",\"description_typography_text_transform\":\"uppercase\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":0.10000000000000001},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":4.7000000000000002}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"d97991e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.667000000000002,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"95f2701\",\"elType\":\"widget\",\"settings\":{\"menu\":\"demo-menu\",\"align_items\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"color_menu_item\":\"#212121\",\"color_menu_item_hover\":\"#ff7f50\",\"pointer_color_menu_item_hover\":\"#ff7f50\",\"color_menu_item_active\":\"#f4511e\",\"pointer_color_menu_item_active\":\"rgba(20,20,20,0)\",\"pointer_width\":{\"unit\":\"px\",\"size\":1},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":60},\"menu_space_between\":{\"unit\":\"px\",\"size\":0},\"_css_classes\":\"envato-kit-66-menu\",\"indicator\":\"chevron\",\"full_width\":\"stretch\",\"toggle_align\":\"right\",\"padding_vertical_menu_item_tablet\":{\"unit\":\"px\",\"size\":0},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":0},\"toggle_size\":{\"unit\":\"px\",\"size\":26},\"dropdown\":\"mobile\",\"menu_typography_font_family\":\"Odor Mean Chey\",\"menu_typography_font_weight\":\"300\",\"menu_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"ea0ded4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.661999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"acb26b0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"ae2af7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"4193ba8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"32ca75b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"shape\":\"circle\",\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#ff7f50\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.59999999999999998},\"icon_spacing\":{\"unit\":\"px\",\"size\":12},\"hover_primary_color\":\"#212121\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]\";s:18:\"_elementor_version\";s:3:\"0.4\";s:24:\"_elementor_template_type\";s:4:\"post\";}s:5:\"media\";a:0:{}s:9:\"media_zip\";s:0:\"\";s:13:\"global_styles\";a:0:{}s:15:\"global_settings\";a:0:{}}}'),(8017,3820,'import_type','magic-insert'),(8018,3820,'_elementor_template_type','page'),(8019,3820,'_wp_page_template','elementor_canvas'),(8020,3820,'_elements_collection_id','69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9'),(8021,3820,'_elements_template_id','6812e0ebdea7c8ccaeafaaa60ac8c626'),(8022,3820,'_elementor_edit_mode','builder'),(8023,3820,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:7:\"9aefef1\";s:6:\"elType\";s:7:\"section\";s:8:\"settings\";a:7:{s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"30\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}s:12:\"border_color\";s:7:\"#efefef\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"b989663\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:4:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:6:\"21.667\";s:19:\"_inline_size_mobile\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"7cc56c7\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:23:{s:4:\"icon\";s:17:\"fa fa-superpowers\";s:10:\"title_text\";s:4:\"Logo\";s:16:\"description_text\";s:7:\"Tagline\";s:8:\"position\";s:4:\"left\";s:13:\"primary_color\";s:7:\"#ff7f50\";s:9:\"icon_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"60\";}s:6:\"rotate\";a:2:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";s:1:\"8\";}s:10:\"text_align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#212121\";s:27:\"title_typography_typography\";s:6:\"custom\";s:28:\"title_typography_font_family\";s:14:\"Odor Mean Chey\";s:26:\"title_typography_font_size\";a:2:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:3:\"1.6\";}s:31:\"title_typography_text_transform\";s:9:\"uppercase\";s:28:\"title_typography_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"0.1\";}s:31:\"title_typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"1.3\";}s:17:\"description_color\";s:7:\"#bcbcbc\";s:33:\"description_typography_typography\";s:6:\"custom\";s:34:\"description_typography_font_family\";s:14:\"Odor Mean Chey\";s:32:\"description_typography_font_size\";a:2:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:3:\"0.7\";}s:34:\"description_typography_font_weight\";s:4:\"bold\";s:37:\"description_typography_text_transform\";s:9:\"uppercase\";s:34:\"description_typography_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"0.1\";}s:37:\"description_typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"4.7\";}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:8:\"icon-box\";}}s:7:\"isInner\";s:0:\"\";}i:1;a:5:{s:2:\"id\";s:7:\"d97991e\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:4:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:6:\"61.667\";s:19:\"_inline_size_mobile\";s:2:\"50\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"95f2701\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:24:{s:4:\"menu\";s:9:\"demo-menu\";s:11:\"align_items\";s:5:\"right\";s:26:\"menu_typography_typography\";s:6:\"custom\";s:25:\"menu_typography_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"1.1\";}s:30:\"menu_typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"1\";}s:15:\"color_menu_item\";s:7:\"#212121\";s:21:\"color_menu_item_hover\";s:7:\"#ff7f50\";s:29:\"pointer_color_menu_item_hover\";s:7:\"#ff7f50\";s:22:\"color_menu_item_active\";s:7:\"#f4511e\";s:30:\"pointer_color_menu_item_active\";s:16:\"rgba(20,20,20,0)\";s:13:\"pointer_width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"1\";}s:26:\"padding_vertical_menu_item\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"60\";}s:18:\"menu_space_between\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";}s:12:\"_css_classes\";s:18:\"envato-kit-66-menu\";s:9:\"indicator\";s:7:\"chevron\";s:10:\"full_width\";s:7:\"stretch\";s:12:\"toggle_align\";s:5:\"right\";s:33:\"padding_vertical_menu_item_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";}s:25:\"menu_space_between_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:1:\"0\";}s:11:\"toggle_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"26\";}s:8:\"dropdown\";s:6:\"mobile\";s:27:\"menu_typography_font_family\";s:14:\"Odor Mean Chey\";s:27:\"menu_typography_font_weight\";s:3:\"300\";s:30:\"menu_typography_text_transform\";s:9:\"uppercase\";}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:8:\"nav-menu\";}}s:7:\"isInner\";s:0:\"\";}i:2;a:5:{s:2:\"id\";s:7:\"ea0ded4\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:4:{s:12:\"_column_size\";s:2:\"33\";s:12:\"_inline_size\";s:6:\"16.662\";s:16:\"content_position\";s:6:\"center\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"acb26b0\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:10:{s:16:\"social_icon_list\";a:3:{i:0;a:3:{s:6:\"social\";s:14:\"fa fa-facebook\";s:3:\"_id\";s:7:\"ae2af7c\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:4:\"true\";s:8:\"nofollow\";s:0:\"\";}}i:1;a:3:{s:6:\"social\";s:13:\"fa fa-twitter\";s:3:\"_id\";s:7:\"4193ba8\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:4:\"true\";s:8:\"nofollow\";s:0:\"\";}}i:2;a:3:{s:6:\"social\";s:17:\"fa fa-google-plus\";s:3:\"_id\";s:7:\"32ca75b\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:4:\"true\";s:8:\"nofollow\";s:0:\"\";}}}s:5:\"shape\";s:6:\"circle\";s:5:\"align\";s:5:\"right\";s:10:\"icon_color\";s:6:\"custom\";s:18:\"icon_primary_color\";s:7:\"#ff7f50\";s:9:\"icon_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:12:\"icon_padding\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:3:\"0.6\";}s:12:\"icon_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"12\";}s:19:\"hover_primary_color\";s:7:\"#212121\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:12:\"social-icons\";}}s:7:\"isInner\";s:0:\"\";}}s:7:\"isInner\";s:0:\"\";}}'),(8024,3820,'_elementor_version','0.4'),(8026,3820,'_source_kit_id','3818'),(8027,3818,'insert_history','a:0:{}'),(15257,4570,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.875018635392337;s:5:\"bytes\";i:32373;s:11:\"size_before\";i:664059;s:10:\"size_after\";i:631686;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:639;s:11:\"size_before\";i:10226;s:10:\"size_after\";i:9587;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:3725;s:11:\"size_before\";i:69718;s:10:\"size_after\";i:65993;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:459;s:11:\"size_before\";i:6993;s:10:\"size_after\";i:6534;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:2451;s:11:\"size_before\";i:44057;s:10:\"size_after\";i:41606;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:1176;s:11:\"size_before\";i:19988;s:10:\"size_after\";i:18812;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:2026;s:11:\"size_before\";i:34416;s:10:\"size_after\";i:32390;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:1465;s:11:\"size_before\";i:24971;s:10:\"size_after\";i:23506;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:7636;s:11:\"size_before\";i:149546;s:10:\"size_after\";i:141910;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:2762;s:11:\"size_before\";i:48385;s:10:\"size_after\";i:45623;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:1772;s:11:\"size_before\";i:31464;s:10:\"size_after\";i:29692;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:923;s:11:\"size_before\";i:15897;s:10:\"size_after\";i:14974;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.28;s:5:\"bytes\";i:291;s:11:\"size_before\";i:3997;s:10:\"size_after\";i:3706;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:5363;s:11:\"size_before\";i:100878;s:10:\"size_after\";i:95515;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18812;s:10:\"size_after\";i:18812;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:30086;s:10:\"size_after\";i:28401;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3706;s:10:\"size_after\";i:3706;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18812;s:10:\"size_after\";i:18812;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28401;s:10:\"size_after\";i:28401;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3706;s:10:\"size_after\";i:3706;s:4:\"time\";d:0.01;}}}'),(15258,4570,'_wp_attachment_image_alt','Ladies Brunch - Ellie Smith'),(15260,4571,'_customer_user','0'),(15261,4571,'_payment_method','paypal'),(15262,4571,'_payment_method_title','PayPal'),(15263,4571,'_customer_ip_address','68.110.230.158'),(15264,4571,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(15265,4571,'_created_via','checkout'),(15266,4571,'_cart_hash','0018fb5ec2f5db51277ee07810b7e4f3'),(15267,4571,'_billing_first_name','Lori'),(15268,4571,'_billing_last_name','Franken'),(15269,4571,'_billing_address_1','2413 NE 31st Street'),(15270,4571,'_billing_city','Topeka'),(15271,4571,'_billing_state','KS'),(15272,4571,'_billing_postcode','66617'),(15273,4571,'_billing_country','US'),(15274,4571,'_billing_email','glasfranken@cox.net'),(15275,4571,'_billing_phone','7852203931'),(15276,4571,'_order_currency','USD'),(15277,4571,'_cart_discount','0'),(15278,4571,'_cart_discount_tax','0'),(15279,4571,'_order_shipping','0.00'),(15280,4571,'_order_shipping_tax','0'),(15281,4571,'_order_tax','0'),(15282,4571,'_order_total','300.00'),(15283,4571,'_order_version','3.8.1'),(15284,4571,'_prices_include_tax','no'),(15285,4571,'_billing_address_index','Lori Franken  2413 NE 31st Street  Topeka KS 66617 US glasfranken@cox.net 7852203931'),(15286,4571,'_shipping_address_index','        '),(15287,4571,'is_vat_exempt','no'),(15288,4571,'Payment type','instant'),(15289,4571,'_transaction_id','9SN82738YC658330U'),(15290,4571,'_paypal_status','completed'),(15291,4571,'PayPal Transaction Fee','9.00'),(15292,4571,'_date_paid','1577291659'),(15293,4571,'_paid_date','2019-12-25 16:34:19'),(15294,4571,'_download_permissions_granted','yes'),(15295,4571,'_recorded_sales','yes'),(15296,4571,'_recorded_coupon_usage_counts','yes'),(15297,4571,'_order_stock_reduced','yes'),(15298,4572,'_order_key','wc_order_b5jzmLq2Ikj3w'),(15299,4572,'_customer_user','0'),(15300,4572,'_payment_method','paypal'),(15301,4572,'_payment_method_title','PayPal'),(15302,4572,'_customer_ip_address','99.203.29.55'),(15303,4572,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16D57 [FBAN/FBIOS;FBDV/iPhone10,1;FBMD/iPhone;FBSN/iOS;FBSV/12.1.4;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Sprint]'),(15304,4572,'_created_via','checkout'),(15305,4572,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(15306,4572,'_billing_first_name','Mike'),(15307,4572,'_billing_last_name','Mcpherson'),(15308,4572,'_billing_address_1','7231 se 37 st'),(15309,4572,'_billing_city','Tecumseh'),(15310,4572,'_billing_state','KS'),(15311,4572,'_billing_postcode','66542'),(15312,4572,'_billing_country','US'),(15313,4572,'_billing_email','mcpherson.ks@hotmail.com'),(15314,4572,'_billing_phone','7853835984'),(15315,4572,'_order_currency','USD'),(15316,4572,'_cart_discount','0'),(15317,4572,'_cart_discount_tax','0'),(15318,4572,'_order_shipping','0.00'),(15319,4572,'_order_shipping_tax','0'),(15320,4572,'_order_tax','0'),(15321,4572,'_order_total','150.00'),(15322,4572,'_order_version','3.8.1'),(15323,4572,'_prices_include_tax','no'),(15324,4572,'_billing_address_index','Mike Mcpherson  7231 se 37 st  Tecumseh KS 66542 US mcpherson.ks@hotmail.com 7853835984'),(15325,4572,'_shipping_address_index','        '),(15326,4572,'is_vat_exempt','no'),(15327,4572,'Payment type','instant'),(15328,4572,'_transaction_id','3CA73922FH017904W'),(15329,4572,'_paypal_status','completed'),(15330,4572,'PayPal Transaction Fee','4.65'),(15331,4572,'_date_paid','1577301300'),(15332,4572,'_paid_date','2019-12-25 19:15:00'),(15333,4572,'_download_permissions_granted','yes'),(15334,4572,'_recorded_sales','yes'),(15335,4572,'_recorded_coupon_usage_counts','yes'),(15336,4572,'_order_stock_reduced','yes'),(15337,4573,'_order_key','wc_order_NWQXMEWaqGQ6k'),(15338,4573,'_customer_user','13'),(15339,4573,'_customer_ip_address','174.77.191.23'),(15340,4573,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(15341,4573,'_order_currency','USD'),(15342,4573,'_cart_discount','0'),(15343,4573,'_cart_discount_tax','0'),(15344,4573,'_order_shipping','0'),(15345,4573,'_order_shipping_tax','0'),(15346,4573,'_order_tax','0'),(15347,4573,'_order_total','33.18'),(15348,4573,'_order_version','3.8.1'),(15349,4573,'_prices_include_tax','no'),(15350,4573,'_billing_address_index','          '),(15351,4573,'_shipping_address_index','        '),(15352,4573,'_mec_transaction_id','TOD17614'),(15353,4573,'_billing_first_name','Beth'),(15354,4573,'_billing_last_name','Anne Branden'),(15355,4573,'_shipping_first_name','Beth'),(15356,4573,'_shipping_last_name','Anne Branden'),(15357,4573,'_shipping_email','bbranden@builtinterior.com'),(15358,4573,'_billing_email',''),(15359,4573,'_payment_method','paypal'),(15360,4573,'_payment_method_title','PayPal'),(15361,4573,'Payment type','instant'),(15362,4573,'_transaction_id','0KK086813M667664N'),(15363,4573,'_paypal_status','completed'),(15364,4573,'PayPal Transaction Fee','1.26'),(15365,4573,'_date_completed','1577384738'),(15366,4573,'_date_paid','1577384738'),(15367,4573,'_paid_date','2019-12-26 18:25:38'),(15368,4573,'_completed_date','2019-12-26 18:25:38'),(15369,4574,'_elementor_controls_usage','a:0:{}'),(15370,4574,'mec_verified','1'),(15371,4574,'mec_verification_key','48ea0ba205b7f23ade650a20c97b517b'),(15372,4574,'mec_cancellation_key','1c4d9f96095a96b429cb5e27453e2c54'),(15373,4574,'mec_confirmed','1'),(15374,4574,'mec_transaction_id','TOD17614'),(15375,4574,'mec_event_id','4551'),(15376,4574,'mec_date','2020-01-12:2020-01-12'),(15377,4574,'mec_ticket_id',',1,'),(15378,4574,'mec_booking_time','2019-12-26 18:25:38'),(15379,4574,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:17:\"Beth Anne Branden\";s:5:\"email\";s:26:\"bbranden@builtinterior.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7859253468\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(15380,4574,'mec_price','33.1788'),(15381,4574,'mec_gateway','MEC_gateway_woocommerce'),(15382,4574,'mec_gateway_label','Pay by WooCommerce'),(15383,4573,'_download_permissions_granted','yes'),(15384,4573,'_recorded_sales','yes'),(15385,4573,'_recorded_coupon_usage_counts','yes'),(15386,4573,'_order_stock_reduced','yes'),(15387,4575,'_order_key','wc_order_7H8IzMbRBrBHU'),(15388,4575,'_customer_user','0'),(15389,4575,'_payment_method','paypal'),(15390,4575,'_payment_method_title','PayPal'),(15391,4575,'_customer_ip_address','24.255.252.5'),(15392,4575,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G965U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36'),(15393,4575,'_created_via','checkout'),(15394,4575,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(15395,4575,'_billing_first_name','Stephanie'),(15396,4575,'_billing_last_name','Mccaleb'),(15397,4575,'_billing_address_1','7345 SW Kings Forest Rd'),(15398,4575,'_billing_city','Topeka'),(15399,4575,'_billing_state','KS'),(15400,4575,'_billing_postcode','66610'),(15401,4575,'_billing_country','US'),(15402,4575,'_billing_email','Stephanie_mccaleb@yahoo.com'),(15403,4575,'_billing_phone','3166171885'),(15404,4575,'_order_currency','USD'),(15405,4575,'_cart_discount','0'),(15406,4575,'_cart_discount_tax','0'),(15407,4575,'_order_shipping','0.00'),(15408,4575,'_order_shipping_tax','0'),(15409,4575,'_order_tax','0'),(15410,4575,'_order_total','150.00'),(15411,4575,'_order_version','3.8.1'),(15412,4575,'_prices_include_tax','no'),(15413,4575,'_billing_address_index','Stephanie Mccaleb  7345 SW Kings Forest Rd  Topeka KS 66610 US Stephanie_mccaleb@yahoo.com 3166171885'),(15414,4575,'_shipping_address_index','        '),(15415,4575,'is_vat_exempt','no'),(15416,4575,'Payment type','instant'),(15417,4575,'_transaction_id','3R181493N2138332F'),(15418,4575,'_paypal_status','completed'),(15419,4575,'PayPal Transaction Fee','4.65'),(15420,4575,'_date_paid','1577416329'),(15421,4575,'_paid_date','2019-12-27 03:12:09'),(15422,4575,'_download_permissions_granted','yes'),(15423,4575,'_recorded_sales','yes'),(15424,4575,'_recorded_coupon_usage_counts','yes'),(15425,4575,'_order_stock_reduced','yes'),(15426,4576,'_order_key','wc_order_jpuzImTWukfOp'),(15427,4576,'_customer_user','0'),(15428,4576,'_payment_method','paypal'),(15429,4576,'_payment_method_title','PayPal'),(15430,4576,'_customer_ip_address','107.137.36.48'),(15431,4576,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBAV/201.0.0.62.99;FBBV/134918704;FBDV/iPhone10,1;FBMD/iPhone;FBSN/iOS;FBSV/12.3.1;FBSS/2;FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5;FBRV/135678173]'),(15432,4576,'_created_via','checkout'),(15433,4576,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(15434,4576,'_billing_first_name','Charles'),(15435,4576,'_billing_last_name','Clifton'),(15436,4576,'_billing_address_1','105 NE Quincy'),(15437,4576,'_billing_city','Topeka'),(15438,4576,'_billing_state','KS'),(15439,4576,'_billing_postcode','66603'),(15440,4576,'_billing_country','US'),(15441,4576,'_billing_email','robyn.weber@yahoo.com'),(15442,4576,'_billing_phone','7859699836'),(15443,4576,'_order_currency','USD'),(15444,4576,'_cart_discount','0'),(15445,4576,'_cart_discount_tax','0'),(15446,4576,'_order_shipping','0.00'),(15447,4576,'_order_shipping_tax','0'),(15448,4576,'_order_tax','0'),(15449,4576,'_order_total','150.00'),(15450,4576,'_order_version','3.8.1'),(15451,4576,'_prices_include_tax','no'),(15452,4576,'_billing_address_index','Charles Clifton  105 NE Quincy  Topeka KS 66603 US robyn.weber@yahoo.com 7859699836'),(15453,4576,'_shipping_address_index','        '),(15454,4576,'is_vat_exempt','no'),(15455,4576,'is_vat_exempt','no'),(15456,4576,'is_vat_exempt','no'),(15457,4577,'_order_key','wc_order_eEUcH1FDpgz8f'),(15458,4577,'_customer_user','0'),(15459,4577,'_payment_method','paypal'),(15460,4577,'_payment_method_title','PayPal'),(15461,4577,'_customer_ip_address','107.137.36.48'),(15462,4577,'_customer_user_agent','Mozilla/5.0 (iPad; CPU OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Mobile/14C92 [FBAN/FBIOS;FBDV/iPad3,4;FBMD/iPad;FBSN/iOS;FBSV/10.2;FBSS/2;FBCR/;FBID/tablet;FBLC/en_US;FBOP/5]'),(15463,4577,'_created_via','checkout'),(15464,4577,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(15465,4577,'_billing_first_name','Charles'),(15466,4577,'_billing_last_name','Clifton'),(15467,4577,'_billing_address_1','105 NE Quincy'),(15468,4577,'_billing_city','Topeka'),(15469,4577,'_billing_state','KS'),(15470,4577,'_billing_postcode','66603'),(15471,4577,'_billing_country','US'),(15472,4577,'_billing_email','robyn.weber@yahoo.com'),(15473,4577,'_billing_phone','7859699836'),(15474,4577,'_order_currency','USD'),(15475,4577,'_cart_discount','0'),(15476,4577,'_cart_discount_tax','0'),(15477,4577,'_order_shipping','0.00'),(15478,4577,'_order_shipping_tax','0'),(15479,4577,'_order_tax','0'),(15480,4577,'_order_total','150.00'),(15481,4577,'_order_version','3.8.1'),(15482,4577,'_prices_include_tax','no'),(15483,4577,'_billing_address_index','Charles Clifton  105 NE Quincy  Topeka KS 66603 US robyn.weber@yahoo.com 7859699836'),(15484,4577,'_shipping_address_index','        '),(15485,4577,'is_vat_exempt','no'),(15486,4577,'Payment type','instant'),(15487,4577,'_transaction_id','1J1646319U013634W'),(15488,4577,'_paypal_status','completed'),(15489,4577,'PayPal Transaction Fee','4.65'),(15490,4577,'_date_paid','1577420175'),(15491,4577,'_paid_date','2019-12-27 04:16:15'),(15492,4577,'_download_permissions_granted','yes'),(15493,4577,'_recorded_sales','yes'),(15494,4577,'_recorded_coupon_usage_counts','yes'),(15495,4577,'_order_stock_reduced','yes'),(15496,4578,'_order_key','wc_order_FAWvwXz5W3chN'),(15497,4578,'_customer_user','10'),(15498,4578,'_customer_ip_address','172.11.152.126'),(15499,4578,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-T830) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Safari/537.36'),(15500,4578,'_order_currency','USD'),(15501,4578,'_cart_discount','0'),(15502,4578,'_cart_discount_tax','0'),(15503,4578,'_order_shipping','0'),(15504,4578,'_order_shipping_tax','0'),(15505,4578,'_order_tax','0'),(15506,4578,'_order_total','44.24'),(15507,4578,'_order_version','3.8.1'),(15508,4578,'_prices_include_tax','no'),(15509,4578,'_billing_address_index','Tamara L Russell        russell_tamara@hotmail.com '),(15510,4578,'_shipping_address_index','        '),(15511,4578,'_mec_transaction_id','ABU52351'),(15512,4578,'_billing_first_name','Tamara'),(15513,4578,'_billing_last_name','L Russell'),(15514,4578,'_shipping_first_name','Tamara'),(15515,4578,'_shipping_last_name','L Russell'),(15516,4578,'_shipping_email','Russell_tamara@hotmail.com'),(15517,4578,'_billing_email','russell_tamara@hotmail.com'),(15518,4578,'_payment_method','paypal'),(15519,4578,'_payment_method_title','PayPal'),(15520,4578,'Payment type','instant'),(15521,4578,'_transaction_id','7V324278AY087582V'),(15522,4578,'_paypal_status','completed'),(15523,4578,'PayPal Transaction Fee','1.58'),(15524,4578,'_date_completed','1577448980'),(15525,4578,'_date_paid','1577448980'),(15526,4578,'_paid_date','2019-12-27 12:16:20'),(15527,4578,'_completed_date','2019-12-27 12:16:20'),(15528,4579,'_elementor_controls_usage','a:0:{}'),(15529,4579,'mec_verified','1'),(15530,4579,'mec_verification_key','62d07284da83cac325d3af68e1cf2ec1'),(15531,4579,'mec_cancellation_key','8861bab011f11353bf65c5a836bb88e6'),(15532,4579,'mec_confirmed','1'),(15533,4579,'mec_transaction_id','ABU52351'),(15534,4579,'mec_event_id','4468'),(15535,4579,'mec_date','2020-02-07:2020-02-07'),(15536,4579,'mec_ticket_id',',1,1,1,1,'),(15537,4579,'mec_booking_time','2019-12-27 12:16:20'),(15538,4579,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"Russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"Russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"Russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"Russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(15539,4579,'mec_price','44.2384'),(15540,4579,'mec_gateway','MEC_gateway_woocommerce'),(15541,4579,'mec_gateway_label','Pay by WooCommerce'),(15542,4578,'_download_permissions_granted','yes'),(15543,4578,'_recorded_sales','yes'),(15544,4578,'_recorded_coupon_usage_counts','yes'),(15545,4578,'_order_stock_reduced','yes'),(15546,4580,'_order_key','wc_order_eqj4l1vekm1l4'),(15547,4580,'_customer_user','0'),(15548,4580,'_payment_method','paypal'),(15549,4580,'_payment_method_title','PayPal'),(15550,4580,'_customer_ip_address','108.92.221.168'),(15551,4580,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/79.0.3945.73 Mobile/15E148 Safari/604.1'),(15552,4580,'_created_via','checkout'),(15553,4580,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(15554,4580,'_billing_first_name','Keven'),(15555,4580,'_billing_last_name','Miser'),(15556,4580,'_billing_address_1','4213 SW Stone Ave'),(15557,4580,'_billing_city','Topeka'),(15558,4580,'_billing_state','KS'),(15559,4580,'_billing_postcode','66610'),(15560,4580,'_billing_country','US'),(15561,4580,'_billing_email','pmiser23@gmail.com'),(15562,4580,'_billing_phone','7858065407'),(15563,4580,'_order_currency','USD'),(15564,4580,'_cart_discount','0'),(15565,4580,'_cart_discount_tax','0'),(15566,4580,'_order_shipping','0.00'),(15567,4580,'_order_shipping_tax','0'),(15568,4580,'_order_tax','0'),(15569,4580,'_order_total','150.00'),(15570,4580,'_order_version','3.8.1'),(15571,4580,'_prices_include_tax','no'),(15572,4580,'_billing_address_index','Keven Miser  4213 SW Stone Ave  Topeka KS 66610 US pmiser23@gmail.com 7858065407'),(12044,4075,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:116706;s:11:\"size_before\";i:213851;s:10:\"size_after\";i:97145;}'),(12045,4074,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:59619;s:11:\"size_before\";i:125234;s:10:\"size_after\";i:65615;}'),(12075,612,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:32090;s:11:\"size_before\";i:127592;s:10:\"size_after\";i:95502;}'),(12076,612,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7197893841776497;s:5:\"bytes\";i:5687;s:11:\"size_before\";i:152885;s:10:\"size_after\";i:147198;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:285;s:11:\"size_before\";i:5455;s:10:\"size_after\";i:5170;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:516;s:11:\"size_before\";i:11739;s:10:\"size_after\";i:11223;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:1538;s:11:\"size_before\";i:40320;s:10:\"size_after\";i:38782;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:1975;s:11:\"size_before\";i:60820;s:10:\"size_after\";i:58845;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:526;s:11:\"size_before\";i:13014;s:10:\"size_after\";i:12488;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:847;s:11:\"size_before\";i:21537;s:10:\"size_after\";i:20690;s:4:\"time\";d:0.02;}}}'),(12077,611,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(12078,611,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.299643397407728;s:5:\"bytes\";i:8485;s:11:\"size_before\";i:257149;s:10:\"size_after\";i:248664;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:499;s:11:\"size_before\";i:8010;s:10:\"size_after\";i:7511;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:943;s:11:\"size_before\";i:17986;s:10:\"size_after\";i:17043;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:2091;s:11:\"size_before\";i:70584;s:10:\"size_after\";i:68493;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.49;s:5:\"bytes\";i:2577;s:11:\"size_before\";i:103295;s:10:\"size_after\";i:100718;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:1065;s:11:\"size_before\";i:22877;s:10:\"size_after\";i:21812;s:4:\"time\";d:0.03;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:1310;s:11:\"size_before\";i:34397;s:10:\"size_after\";i:33087;s:4:\"time\";d:0.02;}}}'),(10275,4126,'_wds_readability','a:4:{s:5:\"score\";d:64.39133153092263;s:9:\"raw_score\";d:64.39133153092263;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(10014,4076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:569;s:4:\"file\";s:38:\"revslider/slide-home2/slidehome2_3.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-768x312.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slidehome2_3-1024x416.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"slidehome2_3-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-400x163.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slidehome2_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10011,4075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:569;s:4:\"file\";s:38:\"revslider/slide-home2/slidehome2_2.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-768x312.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slidehome2_2-1024x416.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"slidehome2_2-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-400x163.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slidehome2_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10012,4076,'_wp_attached_file','revslider/slide-home2/slidehome2_3.jpg'),(10013,4076,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.94723712955258;s:5:\"bytes\";i:15690;s:11:\"size_before\";i:532363;s:10:\"size_after\";i:516673;s:4:\"time\";d:0.37000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:486;s:11:\"size_before\";i:6968;s:10:\"size_after\";i:6482;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:651;s:11:\"size_before\";i:10280;s:10:\"size_after\";i:9629;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:1398;s:11:\"size_before\";i:37750;s:10:\"size_after\";i:36352;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:1523;s:11:\"size_before\";i:56571;s:10:\"size_after\";i:55048;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:857;s:11:\"size_before\";i:17932;s:10:\"size_after\";i:17075;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:1108;s:11:\"size_before\";i:27329;s:10:\"size_after\";i:26221;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:20833;s:10:\"size_after\";i:19826;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.17;s:5:\"bytes\";i:2292;s:11:\"size_before\";i:105589;s:10:\"size_after\";i:103297;s:4:\"time\";d:0.07;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:1327;s:11:\"size_before\";i:37633;s:10:\"size_after\";i:36306;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:26322;s:10:\"size_after\";i:25309;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:838;s:11:\"size_before\";i:15400;s:10:\"size_after\";i:14562;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.11;s:5:\"bytes\";i:335;s:11:\"size_before\";i:4129;s:10:\"size_after\";i:3794;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:71216;s:10:\"size_after\";i:69514;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17075;s:10:\"size_after\";i:17075;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:1153;s:11:\"size_before\";i:26913;s:10:\"size_after\";i:25760;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3794;s:10:\"size_after\";i:3794;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17075;s:10:\"size_after\";i:17075;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25760;s:10:\"size_after\";i:25760;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3794;s:10:\"size_after\";i:3794;s:4:\"time\";d:0.01;}}}'),(18698,4737,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/89.2.287201133 Mobile/15E148 Safari/605.1'),(18401,4724,'_elementor_controls_usage','a:0:{}'),(16614,4625,'_edit_lock','1578018952:1'),(16615,4625,'_edit_last','1'),(16557,4623,'_edit_lock','1579987770:1'),(16558,4623,'_edit_last','1'),(16561,4623,'_wp_page_template','default'),(16562,4623,'_elementor_controls_usage','a:0:{}'),(16563,4623,'mec_color','fdd700'),(16564,4623,'mec_location_id','1'),(16565,4623,'mec_dont_show_map','0'),(16566,4623,'mec_organizer_id','1'),(16567,4623,'mec_read_more',''),(16568,4623,'mec_more_info',''),(16569,4623,'mec_more_info_title',''),(16570,4623,'mec_more_info_target','_self'),(16571,4623,'mec_cost','$10'),(16572,4623,'mec_additional_organizer_ids','a:0:{}'),(16573,4623,'mec_additional_location_ids','a:0:{}'),(16574,4623,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-03-13\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-03-13\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:17:\"Doors open at 7pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(16575,4623,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(16576,4623,'mec_certain_weekdays','a:0:{}'),(16577,4623,'mec_allday','0'),(16578,4623,'mec_hide_time','0'),(16579,4623,'mec_hide_end_time','0'),(16580,4623,'mec_comment','Doors open at 7pm'),(16581,4623,'mec_start_date','2020-03-13'),(16582,4623,'mec_start_time_hour','8'),(16583,4623,'mec_start_time_minutes','0'),(16584,4623,'mec_start_time_ampm','PM'),(16585,4623,'mec_start_day_seconds','72000'),(16586,4623,'mec_end_date','2020-03-13'),(16587,4623,'mec_end_time_hour','11'),(16588,4623,'mec_end_time_minutes','0'),(16589,4623,'mec_end_time_ampm','PM'),(16590,4623,'mec_end_day_seconds','82800'),(16591,4623,'mec_repeat_status','0'),(16592,4623,'mec_repeat_type',''),(16593,4623,'mec_repeat_interval','1'),(16594,4623,'mec_repeat_end',''),(16595,4623,'mec_repeat_end_at_occurrences',''),(16596,4623,'mec_repeat_end_at_date',''),(16597,4623,'mec_advanced_days','a:0:{}'),(16598,4623,'mec_in_days',''),(16599,4623,'mec_not_in_days',''),(16600,4623,'mec_hourly_schedules','a:0:{}'),(16601,4623,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(16602,4623,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:20:\"GA - South Fork Band\";s:22:\"ticket_start_time_hour\";s:2:\"08\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:29:\"GA - South Fork Band 03.13.20\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:3:\"$10\";s:5:\"limit\";s:0:\"\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(16603,4623,'mec_fees_global_inheritance','1'),(16604,4623,'mec_fees','a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(16502,4621,'_wp_attachment_image_alt','Chance Encounter Logo 2'),(16501,4621,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.487615733886571;s:5:\"bytes\";i:46225;s:11:\"size_before\";i:1030057;s:10:\"size_after\";i:983832;s:4:\"time\";d:0.4;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.59;s:5:\"bytes\";i:2191;s:11:\"size_before\";i:33250;s:10:\"size_after\";i:31059;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.66;s:5:\"bytes\";i:845;s:11:\"size_before\";i:11036;s:10:\"size_after\";i:10191;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:7881;s:11:\"size_before\";i:140655;s:10:\"size_after\";i:132774;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31059;s:10:\"size_after\";i:31059;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:3020;s:11:\"size_before\";i:48833;s:10:\"size_after\";i:45813;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:2254;s:11:\"size_before\";i:35590;s:10:\"size_after\";i:33336;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:8541;s:11:\"size_before\";i:158101;s:10:\"size_after\";i:149560;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:4127;s:11:\"size_before\";i:66330;s:10:\"size_after\";i:62203;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:3261;s:11:\"size_before\";i:52121;s:10:\"size_after\";i:48860;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48860;s:10:\"size_after\";i:48860;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.74;s:5:\"bytes\";i:447;s:11:\"size_before\";i:5778;s:10:\"size_after\";i:5331;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:7588;s:11:\"size_before\";i:135576;s:10:\"size_after\";i:127988;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31059;s:10:\"size_after\";i:31059;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:6070;s:11:\"size_before\";i:98079;s:10:\"size_after\";i:92009;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5331;s:10:\"size_after\";i:5331;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31059;s:10:\"size_after\";i:31059;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:92009;s:10:\"size_after\";i:92009;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5331;s:10:\"size_after\";i:5331;s:4:\"time\";d:0.01;}}}'),(16503,4620,'_thumbnail_id','4621'),(16504,4620,'_wp_page_template','default'),(16505,4620,'_elementor_controls_usage','a:0:{}'),(16506,4620,'mec_color','fdd700'),(16507,4620,'mec_location_id','1'),(16508,4620,'mec_dont_show_map','0'),(16509,4620,'mec_organizer_id','1'),(16510,4620,'mec_read_more',''),(16511,4620,'mec_more_info',''),(16512,4620,'mec_more_info_title',''),(16513,4620,'mec_more_info_target','_self'),(16514,4620,'mec_cost','$10'),(16515,4620,'mec_additional_organizer_ids','a:0:{}'),(16516,4620,'mec_additional_location_ids','a:0:{}'),(16517,4620,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-02-28\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-02-28\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:17:\"Doors open at 7pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(16518,4620,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(16519,4620,'mec_certain_weekdays','a:0:{}'),(16520,4620,'mec_allday','0'),(16521,4620,'mec_hide_time','0'),(16522,4620,'mec_hide_end_time','0'),(16523,4620,'mec_comment','Doors open at 7pm'),(16524,4620,'mec_start_date','2020-02-28'),(16525,4620,'mec_start_time_hour','8'),(16526,4620,'mec_start_time_minutes','0'),(16527,4620,'mec_start_time_ampm','PM'),(16528,4620,'mec_start_day_seconds','72000'),(16529,4620,'mec_end_date','2020-02-28'),(16530,4620,'mec_end_time_hour','11'),(16531,4620,'mec_end_time_minutes','0'),(16532,4620,'mec_end_time_ampm','PM'),(16533,4620,'mec_end_day_seconds','82800'),(16534,4620,'mec_repeat_status','0'),(16535,4620,'mec_repeat_type',''),(16536,4620,'mec_repeat_interval','1'),(16537,4620,'mec_repeat_end',''),(16538,4620,'mec_repeat_end_at_occurrences',''),(16539,4620,'mec_repeat_end_at_date',''),(16540,4620,'mec_advanced_days','a:0:{}'),(16541,4620,'mec_in_days',''),(16542,4620,'mec_not_in_days',''),(16543,4620,'mec_hourly_schedules','a:0:{}'),(16544,4620,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(16545,4620,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:21:\"GA - Chance Encounter\";s:22:\"ticket_start_time_hour\";s:2:\"08\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:21:\"GA - Chance Encounter\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:3:\"$10\";s:5:\"limit\";s:3:\"200\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(16546,4620,'mec_fees_global_inheritance','1'),(16547,4620,'mec_fees','a:3:{i:1;a:3:{s:5:\"title\";s:9:\"Sales Tax\";s:6:\"amount\";s:5:\"7.896\";s:4:\"type\";s:7:\"percent\";}i:2;a:3:{s:5:\"title\";s:33:\"Online ACH 3rd Party Merchant Fee\";s:6:\"amount\";s:3:\"2.7\";s:4:\"type\";s:7:\"percent\";}s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(16548,4620,'mec_ticket_variations_global_inheritance','1'),(16549,4620,'mec_ticket_variations','a:0:{}'),(16550,4620,'mec_reg_fields_global_inheritance','1'),(16551,4620,'mec_reg_fields','a:0:{}'),(16552,4620,'mec_op','a:0:{}'),(16553,4620,'slide_template','default'),(16554,4623,'inline_featured_image','0'),(16555,4623,'_wds_readability','a:4:{s:5:\"score\";d:19.100000000000023;s:9:\"raw_score\";d:19.100000000000023;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(16556,4623,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 39 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 139 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(9425,4014,'_wp_attached_file','2019/03/TheVinewood-Web-400.png'),(9426,4014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:178;s:4:\"file\";s:31:\"2019/03/TheVinewood-Web-400.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"TheVinewood-Web-400-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:31:\"TheVinewood-Web-400-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:31:\"TheVinewood-Web-400-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:31:\"TheVinewood-Web-400-391x178.png\";s:5:\"width\";i:391;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:31:\"TheVinewood-Web-400-400x178.png\";s:5:\"width\";i:400;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:31:\"TheVinewood-Web-400-400x178.png\";s:5:\"width\";i:400;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:31:\"TheVinewood-Web-400-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"TheVinewood-Web-400-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"TheVinewood-Web-400-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"TheVinewood-Web-400-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"TheVinewood-Web-400-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(16729,4634,'_wp_page_template','page-elementor.php'),(16730,4634,'_elementor_edit_mode','builder'),(16688,4629,'_wp_page_template','page-elementor.php'),(16689,4629,'_elementor_edit_mode','builder'),(16690,4629,'_elementor_template_type','wp-post'),(16691,4629,'_elementor_version','2.6.8'),(16692,4629,'_elementor_pro_version','2.6.2'),(16693,4629,'_elementor_data','[{\"id\":\"b2ee6ba\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"505f71c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"scheduled_content_on\":\"yes\",\"schedule_start_date\":\"2019-08-23 12:00\",\"background_background\":\"classic\",\"background_color\":\"#222222\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac42ff9\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"9d5ac5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"253a087\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide-home16\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"381122ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59667ae2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c31ead0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wedding\\nPackage\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f9d455b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wedding event package includes full day and full access to The Vinewood for your ceremony and reception. It includes setup and teardown of tables and chairs for both events (not decorating), plus one hour rehearsal time. You also have the option of holding your ceremony indoors or out at no additional cost.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8022021\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule a tour of The Vinewood Today!\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"545f9b5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46ff9e1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d331d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>WEDDING Ceremony &amp; Reception<\\/strong><br \\/>venue access: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cc8f875\",\"elType\":\"widget\",\"settings\":{\"title\":\"$4000\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a258617\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering space, stage and historic dance floor\",\"icon\":\"\",\"_id\":\"1f36316\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Seating for up to 350 <\\/br>(linens requried and not included)\",\"icon\":\"opal-icon-seating-chart\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking & event security\",\"icon\":\"opal-icon-arrow-right\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Decorative inventory access\",\"icon\":\"opal-icon-flower-decor\",\"_id\":\"867901c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Day of event coordinator\",\"icon\":\"opal-icon-budget\",\"_id\":\"a0c48c0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Personalized wedding website\",\"icon\":\"opal-icon-guest-list\",\"_id\":\"3b5ada6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"756441f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8cbc0b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"285fd5fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>RECEPTION ONLY<\\/strong><br \\/>Full Day Venue RENTAL: 9am - 12am<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ad20327\",\"elType\":\"widget\",\"settings\":{\"title\":\"$3500\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c664b67\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Same access and amenities as our wedding package for your reception.\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Does not include rehearsal time or any ceremony services\",\"icon\":\"fa fa-check\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"b5d23ba\"}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9fa01da\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTES\",\"title_color\":\"#3d7b5f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9180220\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Use any liscensed caterer of your choice\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"a1127dc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Linen rental is extra and must be procured through The Vinewood. We partner with Linens by Marlen\",\"icon\":\"\",\"_id\":\"6d7e737\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96a0185\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a69963c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e42f855\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event & Hourly\\nRentals\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a871273\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51be045\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>WEEKDAY<\\/strong>: Monday - Thursday<br \\/><strong>WEEKEND<\\/strong>: Friday - Sunday<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57d5b3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"PRICING NOTES\",\"title_color\":\"#3d7b5f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aaadae\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"We have a house projector and meeting equipment available for a small fee lable for nominal fee\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Limited access to decorative inventory\",\"icon\":\"\",\"_id\":\"a1127dc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"No caterer restrictions (must be liscensed) \",\"icon\":\"\",\"_id\":\"6d7e737\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"2c1737d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"367c686\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2468886\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b6cca82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>WEEKEND - 5 hour Rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b535c95\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1200\",\"title_color\":\"#70003f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4af8825\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$250 \\/ additional hour\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"35f0213\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event staff & coordinator\",\"icon\":\"\",\"_id\":\"54b2cb2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"e30e05d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\",\"icon\":\"\",\"_id\":\"cd86456\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Parking & event security\",\"icon\":\"\",\"_id\":\"7cab898\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to catering prep station (all caterers must be licensed)\",\"icon\":\"\",\"_id\":\"a4872bd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"All alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"18ffa6a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"0173971\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e62d24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7379054\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Weekday - 3 hour rental<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e148658\",\"elType\":\"widget\",\"settings\":{\"title\":\"$600\",\"title_color\":\"#d9b351\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05b566f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$200 \\/ additional hour\",\"icon\":\"\",\"_id\":\"bb86953\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to entire property\",\"icon\":\"\",\"_id\":\"fd2a7e1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Event staff & coordinator\",\"icon\":\"\",\"_id\":\"540f263\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Includes setup & teardown\",\"icon\":\"\",\"_id\":\"a043ed9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Ample parking\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Access to catering prep station (all caterers must be licensed)\",\"icon\":\"\",\"_id\":\"fdc751c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"All alcohol must be purchased through The Vinewood\",\"icon\":\"\",\"_id\":\"a83b6a4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d8d862a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"0af82b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"884c5b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW AVAILABLE DATES\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4caf1e55\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.05)\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"100\",\"bottom\":\"120\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":582,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/plant2-free-img.png\"},\"background_overlay_position\":\"center right\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"75\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"234cc2bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"414aee47\",\"elType\":\"widget\",\"settings\":{\"title\":\"ALL RENTALS\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"505f34a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Alcohol must be purchased through The Vinewood. Cash bar options are available.<\\/p><p>Linen rentals must be rented through The Vinewood and coordinated with Marla Oliaviar. <br \\/>There is an additional fee which varies greatly on your desired table decore.<br \\/>We advise wedding couples to budget $36 per table. <\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a901ee0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"e9791d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f05e807\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"Schedule a tour of The Vinewood Today!\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c0a92c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3cfae1c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"CHECK YOUR DATES \\/ CALENDAR OF EVENTS\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db5083b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"18c3e12\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60121f3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"Pay Venue Deposit, Secure Your Date\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"justify\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"9185b59\\\" name=\\\"popup\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f7932b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0d007c0\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"outline_secondary\",\"text\":\"CHECK YOUR DATES \\/ CALENDAR OF EVENTS\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"hover_color\":\"#ffffff\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e430cfb\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ceda537\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"42ba746\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ab17ac\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"Gallery 1\",\"_id\":\"220e6f5\",\"wp_gallery\":[{\"id\":4095,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\"},{\"id\":4101,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableScape-3.jpg\"},{\"id\":4194,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/ManizanaTables2-Web.jpg\"},{\"id\":4104,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableSetup.jpg\"},{\"id\":4093,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Decorations.jpg\"},{\"id\":4008,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-6-e1566582948853.jpg\"},{\"id\":4102,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TableScape-Gold.jpg\"},{\"id\":4092,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Chairs.jpg\"}]}],\"thumbnail_size\":\"dreama-featured-image-small\",\"columns\":\"4\",\"gutter\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"content_delay_time\":\"0.50\"},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(16687,4628,'_elementor_page_settings','a:35:{s:22:\"astra_sites_main_color\";s:7:\"#75c32c\";s:22:\"astra_sites_link_color\";s:7:\"#75c32c\";s:28:\"astra_sites_link_hover_color\";s:7:\"#75c32c\";s:22:\"astra_sites_text_color\";s:7:\"#4e5768\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"15\";}s:28:\"astra_sites_body_font_family\";s:9:\"Quicksand\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"4\";}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_1_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"3\";}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:1:\"2\";}s:33:\"astra_sites_heading_2_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:2:\"22\";}s:33:\"astra_sites_heading_3_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_4_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_5_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"500\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:33:\"astra_sites_heading_6_font_family\";s:11:\"\'Quicksand\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"500\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}}'),(12046,1886,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:24943;s:11:\"size_before\";i:53488;s:10:\"size_after\";i:28545;}'),(10008,4074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:569;s:4:\"file\";s:38:\"revslider/slide-home2/slidehome2_1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-768x312.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slidehome2_1-1024x416.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"slidehome2_1-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-400x163.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slidehome2_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"slidehome2_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(10009,4075,'_wp_attached_file','revslider/slide-home2/slidehome2_2.jpg'),(10010,4075,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.192085862352153;s:5:\"bytes\";i:16908;s:11:\"size_before\";i:529685;s:10:\"size_after\";i:512777;s:4:\"time\";d:0.39;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:330;s:11:\"size_before\";i:5896;s:10:\"size_after\";i:5566;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:414;s:11:\"size_before\";i:8512;s:10:\"size_after\";i:8098;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:980;s:11:\"size_before\";i:34366;s:10:\"size_after\";i:33386;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:1591;s:11:\"size_before\";i:55101;s:10:\"size_after\";i:53510;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:563;s:11:\"size_before\";i:15924;s:10:\"size_after\";i:15361;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:801;s:11:\"size_before\";i:24558;s:10:\"size_after\";i:23757;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:675;s:11:\"size_before\";i:18267;s:10:\"size_after\";i:17592;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:4764;s:11:\"size_before\";i:123075;s:10:\"size_after\";i:118311;s:4:\"time\";d:0.06;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:36461;s:10:\"size_after\";i:35126;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3;s:5:\"bytes\";i:825;s:11:\"size_before\";i:24983;s:10:\"size_after\";i:24158;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:524;s:11:\"size_before\";i:12836;s:10:\"size_after\";i:12312;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:207;s:11:\"size_before\";i:3498;s:10:\"size_after\";i:3291;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:3138;s:11:\"size_before\";i:82385;s:10:\"size_after\";i:79247;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15361;s:10:\"size_after\";i:15361;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:761;s:11:\"size_before\";i:23640;s:10:\"size_after\";i:22879;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3291;s:10:\"size_after\";i:3291;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15361;s:10:\"size_after\";i:15361;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22879;s:10:\"size_after\";i:22879;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3291;s:10:\"size_after\";i:3291;s:4:\"time\";d:0.01;}}}'),(12047,3755,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:78645;s:11:\"size_before\";i:148770;s:10:\"size_after\";i:70125;}'),(12048,4085,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.7235964550193066;s:5:\"bytes\";i:9694;s:11:\"size_before\";i:1339697;s:10:\"size_after\";i:1330003;s:4:\"time\";d:0.6;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10233;s:10:\"size_after\";i:10233;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30429;s:10:\"size_after\";i:30429;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:169622;s:10:\"size_after\";i:169622;s:4:\"time\";d:0.07;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38228;s:10:\"size_after\";i:38228;s:4:\"time\";d:0.04;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63936;s:10:\"size_after\";i:63936;s:4:\"time\";d:0.03;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43073;s:10:\"size_after\";i:43073;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:239044;s:10:\"size_after\";i:239044;s:4:\"time\";d:0.07;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:93124;s:10:\"size_after\";i:93124;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64806;s:10:\"size_after\";i:64806;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52444;s:10:\"size_after\";i:52444;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5027;s:10:\"size_after\";i:5027;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:210629;s:10:\"size_after\";i:210629;s:4:\"time\";d:0.07;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38228;s:10:\"size_after\";i:38228;s:4:\"time\";d:0.03;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:9694;s:11:\"size_before\";i:121143;s:10:\"size_after\";i:111449;s:4:\"time\";d:0.04;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5027;s:10:\"size_after\";i:5027;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38228;s:10:\"size_after\";i:38228;s:4:\"time\";d:0.04;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111449;s:10:\"size_after\";i:111449;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5027;s:10:\"size_after\";i:5027;s:4:\"time\";d:0.01;}}}'),(10007,4074,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7466771080257364;s:5:\"bytes\";i:10382;s:11:\"size_before\";i:377984;s:10:\"size_after\";i:367602;s:4:\"time\";d:0.39000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:234;s:11:\"size_before\";i:4798;s:10:\"size_after\";i:4564;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:265;s:11:\"size_before\";i:6616;s:10:\"size_after\";i:6351;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:688;s:11:\"size_before\";i:25254;s:10:\"size_after\";i:24566;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:39250;s:10:\"size_after\";i:38206;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:402;s:11:\"size_before\";i:13048;s:10:\"size_after\";i:12646;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:523;s:11:\"size_before\";i:18379;s:10:\"size_after\";i:17856;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:416;s:11:\"size_before\";i:13566;s:10:\"size_after\";i:13150;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:2741;s:11:\"size_before\";i:77154;s:10:\"size_after\";i:74413;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:766;s:11:\"size_before\";i:25875;s:10:\"size_after\";i:25109;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:540;s:11:\"size_before\";i:20140;s:10:\"size_after\";i:19600;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:341;s:11:\"size_before\";i:9857;s:10:\"size_after\";i:9516;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:212;s:11:\"size_before\";i:2947;s:10:\"size_after\";i:2735;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:1742;s:11:\"size_before\";i:55578;s:10:\"size_after\";i:53836;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12646;s:10:\"size_after\";i:12646;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:468;s:11:\"size_before\";i:17614;s:10:\"size_after\";i:17146;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2735;s:10:\"size_after\";i:2735;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12646;s:10:\"size_after\";i:12646;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17146;s:10:\"size_after\";i:17146;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2735;s:10:\"size_after\";i:2735;s:4:\"time\";d:0.06;}}}'),(12049,636,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:16515;s:11:\"size_before\";i:419298;s:10:\"size_after\";i:402783;}'),(12050,636,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.916811546406745;s:5:\"bytes\";i:230413;s:11:\"size_before\";i:770179;s:10:\"size_after\";i:539766;s:4:\"time\";d:0.71;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.08;s:5:\"bytes\";i:11606;s:11:\"size_before\";i:33083;s:10:\"size_after\";i:21477;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.35;s:5:\"bytes\";i:14789;s:11:\"size_before\";i:43055;s:10:\"size_after\";i:28266;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.73;s:5:\"bytes\";i:58779;s:11:\"size_before\";i:185245;s:10:\"size_after\";i:126466;s:4:\"time\";d:0.15;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.01;s:5:\"bytes\";i:73778;s:11:\"size_before\";i:273185;s:10:\"size_after\";i:199407;s:4:\"time\";d:0.31;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.34;s:5:\"bytes\";i:28667;s:11:\"size_before\";i:91469;s:10:\"size_after\";i:62802;s:4:\"time\";d:0.08;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.69;s:5:\"bytes\";i:42794;s:11:\"size_before\";i:144142;s:10:\"size_after\";i:101348;s:4:\"time\";d:0.11;}}}'),(12051,634,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:42.72134999465983;s:5:\"bytes\";i:4000;s:11:\"size_before\";i:9363;s:10:\"size_after\";i:5363;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.72;s:5:\"bytes\";i:4000;s:11:\"size_before\";i:9363;s:10:\"size_after\";i:5363;s:4:\"time\";d:0.03;}}}'),(12052,632,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(12053,632,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.63556308991756;s:5:\"bytes\";i:226618;s:11:\"size_before\";i:739722;s:10:\"size_after\";i:513104;s:4:\"time\";d:0.63;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.48;s:5:\"bytes\";i:9666;s:11:\"size_before\";i:28033;s:10:\"size_after\";i:18367;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.98;s:5:\"bytes\";i:15190;s:11:\"size_before\";i:43429;s:10:\"size_after\";i:28239;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.58;s:5:\"bytes\";i:58807;s:11:\"size_before\";i:186242;s:10:\"size_after\";i:127435;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.29;s:5:\"bytes\";i:72161;s:11:\"size_before\";i:274497;s:10:\"size_after\";i:202336;s:4:\"time\";d:0.23;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.39;s:5:\"bytes\";i:29505;s:11:\"size_before\";i:78915;s:10:\"size_after\";i:49410;s:4:\"time\";d:0.08;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.11;s:5:\"bytes\";i:41289;s:11:\"size_before\";i:128606;s:10:\"size_after\";i:87317;s:4:\"time\";d:0.13;}}}'),(12054,624,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:91919;s:11:\"size_before\";i:216943;s:10:\"size_after\";i:125024;}'),(12055,624,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.082535923743533;s:5:\"bytes\";i:11032;s:11:\"size_before\";i:217057;s:10:\"size_after\";i:206025;s:4:\"time\";d:0.10999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45;s:5:\"bytes\";i:619;s:11:\"size_before\";i:8304;s:10:\"size_after\";i:7685;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42;s:5:\"bytes\";i:950;s:11:\"size_before\";i:14798;s:10:\"size_after\";i:13848;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:2654;s:11:\"size_before\";i:56229;s:10:\"size_after\";i:53575;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:3915;s:11:\"size_before\";i:81848;s:10:\"size_after\";i:77933;s:4:\"time\";d:0.05;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:1215;s:11:\"size_before\";i:21987;s:10:\"size_after\";i:20772;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:1679;s:11:\"size_before\";i:33891;s:10:\"size_after\";i:32212;s:4:\"time\";d:0.01;}}}'),(12056,623,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:92286;s:11:\"size_before\";i:299509;s:10:\"size_after\";i:207223;}'),(12057,623,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.734985954334199;s:5:\"bytes\";i:18966;s:11:\"size_before\";i:330707;s:10:\"size_after\";i:311741;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.64;s:5:\"bytes\";i:703;s:11:\"size_before\";i:9203;s:10:\"size_after\";i:8500;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:1478;s:11:\"size_before\";i:20985;s:10:\"size_after\";i:19507;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:4796;s:11:\"size_before\";i:90091;s:10:\"size_after\";i:85295;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:7351;s:11:\"size_before\";i:135624;s:10:\"size_after\";i:128273;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:1786;s:11:\"size_before\";i:28393;s:10:\"size_after\";i:26607;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:2852;s:11:\"size_before\";i:46411;s:10:\"size_after\";i:43559;s:4:\"time\";d:0.02;}}}'),(12058,622,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:105653;s:11:\"size_before\";i:314097;s:10:\"size_after\";i:208444;}'),(12059,622,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.023082128873205;s:5:\"bytes\";i:16626;s:11:\"size_before\";i:330992;s:10:\"size_after\";i:314366;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78;s:5:\"bytes\";i:592;s:11:\"size_before\";i:8738;s:10:\"size_after\";i:8146;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:1386;s:11:\"size_before\";i:20410;s:10:\"size_after\";i:19024;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:4292;s:11:\"size_before\";i:90478;s:10:\"size_after\";i:86186;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:6337;s:11:\"size_before\";i:135382;s:10:\"size_after\";i:129045;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1588;s:11:\"size_before\";i:29070;s:10:\"size_after\";i:27482;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:2431;s:11:\"size_before\";i:46914;s:10:\"size_after\";i:44483;s:4:\"time\";d:0.02;}}}'),(12060,621,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:85538;s:11:\"size_before\";i:283277;s:10:\"size_after\";i:197739;}'),(12061,621,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.906893444541714;s:5:\"bytes\";i:15302;s:11:\"size_before\";i:311847;s:10:\"size_after\";i:296545;s:4:\"time\";d:0.13999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.47;s:5:\"bytes\";i:622;s:11:\"size_before\";i:8331;s:10:\"size_after\";i:7709;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:1203;s:11:\"size_before\";i:18377;s:10:\"size_after\";i:17174;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:3800;s:11:\"size_before\";i:85594;s:10:\"size_after\";i:81794;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:5771;s:11:\"size_before\";i:129254;s:10:\"size_after\";i:123483;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:1615;s:11:\"size_before\";i:27079;s:10:\"size_after\";i:25464;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:2291;s:11:\"size_before\";i:43212;s:10:\"size_after\";i:40921;s:4:\"time\";d:0.02;}}}'),(12062,620,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:42114;s:11:\"size_before\";i:148570;s:10:\"size_after\";i:106456;}'),(12063,620,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.058654118440951;s:5:\"bytes\";i:8396;s:11:\"size_before\";i:165973;s:10:\"size_after\";i:157577;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.79;s:5:\"bytes\";i:358;s:11:\"size_before\";i:4073;s:10:\"size_after\";i:3715;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:645;s:11:\"size_before\";i:10188;s:10:\"size_after\";i:9543;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:2129;s:11:\"size_before\";i:45888;s:10:\"size_after\";i:43759;s:4:\"time\";d:0.04;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:2892;s:11:\"size_before\";i:69507;s:10:\"size_after\";i:66615;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.83;s:5:\"bytes\";i:918;s:11:\"size_before\";i:13442;s:10:\"size_after\";i:12524;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:1454;s:11:\"size_before\";i:22875;s:10:\"size_after\";i:21421;s:4:\"time\";d:0.02;}}}'),(12064,619,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:73983;s:11:\"size_before\";i:481713;s:10:\"size_after\";i:407730;}'),(12065,619,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.96704226996731;s:5:\"bytes\";i:232715;s:11:\"size_before\";i:685120;s:10:\"size_after\";i:452405;s:4:\"time\";d:0.66;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.52;s:5:\"bytes\";i:7721;s:11:\"size_before\";i:23037;s:10:\"size_after\";i:15316;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.2;s:5:\"bytes\";i:15371;s:11:\"size_before\";i:43670;s:10:\"size_after\";i:28299;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.11;s:5:\"bytes\";i:65374;s:11:\"size_before\";i:171554;s:10:\"size_after\";i:106180;s:4:\"time\";d:0.19;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.31;s:5:\"bytes\";i:79633;s:11:\"size_before\";i:271681;s:10:\"size_after\";i:192048;s:4:\"time\";d:0.24;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.81;s:5:\"bytes\";i:24823;s:11:\"size_before\";i:69314;s:10:\"size_after\";i:44491;s:4:\"time\";d:0.07;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.59;s:5:\"bytes\";i:39793;s:11:\"size_before\";i:105864;s:10:\"size_after\";i:66071;s:4:\"time\";d:0.11;}}}'),(12066,618,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:161937;s:11:\"size_before\";i:479213;s:10:\"size_after\";i:317276;}'),(12067,618,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.934294427502078;s:5:\"bytes\";i:184107;s:11:\"size_before\";i:595155;s:10:\"size_after\";i:411048;s:4:\"time\";d:0.7300000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.21;s:5:\"bytes\";i:9508;s:11:\"size_before\";i:27006;s:10:\"size_after\";i:17498;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.74;s:5:\"bytes\";i:12601;s:11:\"size_before\";i:34302;s:10:\"size_after\";i:21701;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.62;s:5:\"bytes\";i:42554;s:11:\"size_before\";i:138960;s:10:\"size_after\";i:96406;s:4:\"time\";d:0.16;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.4;s:5:\"bytes\";i:59100;s:11:\"size_before\";i:208096;s:10:\"size_after\";i:148996;s:4:\"time\";d:0.33;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.42;s:5:\"bytes\";i:23737;s:11:\"size_before\";i:75539;s:10:\"size_after\";i:51802;s:4:\"time\";d:0.06;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.9;s:5:\"bytes\";i:36607;s:11:\"size_before\";i:111252;s:10:\"size_after\";i:74645;s:4:\"time\";d:0.12;}}}'),(12068,616,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(12069,616,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.325262308313156;s:5:\"bytes\";i:16495;s:11:\"size_before\";i:309750;s:10:\"size_after\";i:293255;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:627;s:11:\"size_before\";i:9476;s:10:\"size_after\";i:8849;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:20686;s:10:\"size_after\";i:19379;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:4207;s:11:\"size_before\";i:83481;s:10:\"size_after\";i:79274;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:6547;s:11:\"size_before\";i:123798;s:10:\"size_after\";i:117251;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:1588;s:11:\"size_before\";i:28397;s:10:\"size_after\";i:26809;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:2219;s:11:\"size_before\";i:43912;s:10:\"size_after\";i:41693;s:4:\"time\";d:0.02;}}}'),(12070,615,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(12071,615,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.107327905255366;s:5:\"bytes\";i:15387;s:11:\"size_before\";i:301273;s:10:\"size_after\";i:285886;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:614;s:11:\"size_before\";i:8955;s:10:\"size_after\";i:8341;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1233;s:11:\"size_before\";i:19715;s:10:\"size_after\";i:18482;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:3819;s:11:\"size_before\";i:81128;s:10:\"size_after\";i:77309;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:6025;s:11:\"size_before\";i:121580;s:10:\"size_after\";i:115555;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:1496;s:11:\"size_before\";i:26810;s:10:\"size_after\";i:25314;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:2200;s:11:\"size_before\";i:43085;s:10:\"size_after\";i:40885;s:4:\"time\";d:0.02;}}}'),(12072,614,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.051128564034475;s:5:\"bytes\";i:9001;s:11:\"size_before\";i:222185;s:10:\"size_after\";i:213184;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:381;s:11:\"size_before\";i:6660;s:10:\"size_after\";i:6279;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:692;s:11:\"size_before\";i:15310;s:10:\"size_after\";i:14618;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:3163;s:11:\"size_before\";i:79715;s:10:\"size_after\";i:76552;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:3145;s:11:\"size_before\";i:80629;s:10:\"size_after\";i:77484;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:748;s:11:\"size_before\";i:17532;s:10:\"size_after\";i:16784;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:872;s:11:\"size_before\";i:22339;s:10:\"size_after\";i:21467;s:4:\"time\";d:0.02;}}}'),(12073,613,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:87175;s:11:\"size_before\";i:264699;s:10:\"size_after\";i:177524;}'),(12074,613,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.189140660833206;s:5:\"bytes\";i:11782;s:11:\"size_before\";i:281251;s:10:\"size_after\";i:269469;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:558;s:11:\"size_before\";i:8444;s:10:\"size_after\";i:7886;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:961;s:11:\"size_before\";i:18015;s:10:\"size_after\";i:17054;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:3013;s:11:\"size_before\";i:76017;s:10:\"size_after\";i:73004;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:4075;s:11:\"size_before\";i:114595;s:10:\"size_after\";i:110520;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:1362;s:11:\"size_before\";i:25703;s:10:\"size_after\";i:24341;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:1813;s:11:\"size_before\";i:38477;s:10:\"size_after\";i:36664;s:4:\"time\";d:0.04;}}}'),(9986,859,'_typist_tech_image_optimized','1'),(9987,915,'_wp_attached_file','2019/03/img-decor4.png'),(9988,915,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.654910472056432;s:5:\"bytes\";i:5895;s:11:\"size_before\";i:22116;s:10:\"size_after\";i:16221;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.16;s:5:\"bytes\";i:1281;s:11:\"size_before\";i:3643;s:10:\"size_after\";i:2362;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.66;s:5:\"bytes\";i:4614;s:11:\"size_before\";i:11075;s:10:\"size_after\";i:6461;s:4:\"time\";d:0.03;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2466;s:10:\"size_after\";i:2466;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2466;s:10:\"size_after\";i:2466;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2466;s:10:\"size_after\";i:2466;s:4:\"time\";d:0.01;}}}'),(9989,915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:143;s:6:\"height\";i:277;s:4:\"file\";s:22:\"2019/03/img-decor4.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor4-143x150.png\";s:5:\"width\";i:143;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:22:\"img-decor4-143x260.png\";s:5:\"width\";i:143;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"img-decor4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9990,915,'_typist_tech_image_optimized','1'),(9991,1147,'_wp_attached_file','2019/03/img-3.jpg'),(9992,1147,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.168478334164992;s:5:\"bytes\";i:30659;s:11:\"size_before\";i:593192;s:10:\"size_after\";i:562533;s:4:\"time\";d:0.39;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:532;s:11:\"size_before\";i:7553;s:10:\"size_after\";i:7021;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:1127;s:11:\"size_before\";i:17329;s:10:\"size_after\";i:16202;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:2710;s:11:\"size_before\";i:67538;s:10:\"size_after\";i:64828;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:21097;s:10:\"size_after\";i:19837;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:1806;s:11:\"size_before\";i:32946;s:10:\"size_after\";i:31140;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:1452;s:11:\"size_before\";i:24314;s:10:\"size_after\";i:22862;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.29;s:5:\"bytes\";i:10649;s:11:\"size_before\";i:86626;s:10:\"size_after\";i:75977;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:2248;s:11:\"size_before\";i:45152;s:10:\"size_after\";i:42904;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:1566;s:11:\"size_before\";i:31721;s:10:\"size_after\";i:30155;s:4:\"time\";d:0.03;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:1542;s:11:\"size_before\";i:26338;s:10:\"size_after\";i:24796;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.07;s:5:\"bytes\";i:356;s:11:\"size_before\";i:4413;s:10:\"size_after\";i:4057;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:3135;s:11:\"size_before\";i:86535;s:10:\"size_after\";i:83400;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19837;s:10:\"size_after\";i:19837;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:2276;s:11:\"size_before\";i:48059;s:10:\"size_after\";i:45783;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4057;s:10:\"size_after\";i:4057;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19837;s:10:\"size_after\";i:19837;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45783;s:10:\"size_after\";i:45783;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4057;s:10:\"size_after\";i:4057;s:4:\"time\";d:0.01;}}}'),(9993,1147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2019/03/img-3.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"img-3-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"img-3-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:17:\"img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:17:\"img-3-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:17:\"img-3-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:17:\"img-3-960x700.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:17:\"img-3-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:17:\"img-3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:17:\"img-3-400x292.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:17:\"img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:17:\"img-3-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"img-3-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"img-3-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9994,1861,'_wp_attached_file','2019/03/bg4.jpg'),(9995,1861,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.013464280057025;s:5:\"bytes\";i:12027;s:11:\"size_before\";i:239894;s:10:\"size_after\";i:227867;s:4:\"time\";d:0.33000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:333;s:11:\"size_before\";i:5720;s:10:\"size_after\";i:5387;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6;s:5:\"bytes\";i:468;s:11:\"size_before\";i:7796;s:10:\"size_after\";i:7328;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:2064;s:11:\"size_before\";i:29628;s:10:\"size_after\";i:27564;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:867;s:11:\"size_before\";i:14573;s:10:\"size_after\";i:13706;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:1359;s:11:\"size_before\";i:22376;s:10:\"size_after\";i:21017;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:977;s:11:\"size_before\";i:16759;s:10:\"size_after\";i:15782;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:2055;s:11:\"size_before\";i:31210;s:10:\"size_after\";i:29155;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:1484;s:11:\"size_before\";i:22557;s:10:\"size_after\";i:21073;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:743;s:11:\"size_before\";i:11636;s:10:\"size_after\";i:10893;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:228;s:11:\"size_before\";i:3442;s:10:\"size_after\";i:3214;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13706;s:10:\"size_after\";i:13706;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:1449;s:11:\"size_before\";i:20903;s:10:\"size_after\";i:19454;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3214;s:10:\"size_after\";i:3214;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13706;s:10:\"size_after\";i:13706;s:4:\"time\";d:0.13;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19454;s:10:\"size_after\";i:19454;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3214;s:10:\"size_after\";i:3214;s:4:\"time\";d:0.01;}}}'),(9996,1861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:876;s:6:\"height\";i:363;s:4:\"file\";s:15:\"2019/03/bg4.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bg4-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"bg4-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"bg4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"bg4-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:15:\"bg4-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"bg4-600x363.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"bg4-400x363.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"bg4-400x166.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"bg4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"bg4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"bg4-600x249.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"bg4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"bg4-600x249.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9997,1886,'_wp_attached_file','2019/03/bg6.jpg'),(9998,1886,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.049013047842088;s:5:\"bytes\";i:31885;s:11:\"size_before\";i:167384;s:10:\"size_after\";i:135499;s:4:\"time\";d:0.2900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.75;s:5:\"bytes\";i:278;s:11:\"size_before\";i:2022;s:10:\"size_after\";i:1744;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.46;s:5:\"bytes\";i:397;s:11:\"size_before\";i:2950;s:10:\"size_after\";i:2553;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.63;s:5:\"bytes\";i:2363;s:11:\"size_before\";i:12036;s:10:\"size_after\";i:9673;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.18;s:5:\"bytes\";i:3995;s:11:\"size_before\";i:17232;s:10:\"size_after\";i:13237;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.02;s:5:\"bytes\";i:907;s:11:\"size_before\";i:4769;s:10:\"size_after\";i:3862;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.55;s:5:\"bytes\";i:1603;s:11:\"size_before\";i:9133;s:10:\"size_after\";i:7530;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.83;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:6740;s:10:\"size_after\";i:5673;s:4:\"time\";d:0.01;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.07;s:5:\"bytes\";i:9344;s:11:\"size_before\";i:38828;s:10:\"size_after\";i:29484;s:4:\"time\";d:0.03;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.04;s:5:\"bytes\";i:2364;s:11:\"size_before\";i:12418;s:10:\"size_after\";i:10054;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.02;s:5:\"bytes\";i:1512;s:11:\"size_before\";i:6865;s:10:\"size_after\";i:5353;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.83;s:5:\"bytes\";i:649;s:11:\"size_before\";i:4101;s:10:\"size_after\";i:3452;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.76;s:5:\"bytes\";i:172;s:11:\"size_before\";i:1463;s:10:\"size_after\";i:1291;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.43;s:5:\"bytes\";i:5745;s:11:\"size_before\";i:24522;s:10:\"size_after\";i:18777;s:4:\"time\";d:0.05;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3862;s:10:\"size_after\";i:3862;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.23;s:5:\"bytes\";i:1489;s:11:\"size_before\";i:7744;s:10:\"size_after\";i:6255;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1291;s:10:\"size_after\";i:1291;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3862;s:10:\"size_after\";i:3862;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6255;s:10:\"size_after\";i:6255;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1291;s:10:\"size_after\";i:1291;s:4:\"time\";d:0.01;}}}'),(9999,1886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:533;s:4:\"file\";s:15:\"2019/03/bg6.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bg6-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"bg6-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"bg6-1024x390.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:15:\"bg6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:15:\"bg6-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:15:\"bg6-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:16:\"bg6-1400x700.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:15:\"bg6-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:15:\"bg6-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:15:\"bg6-400x152.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:15:\"bg6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:15:\"bg6-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"bg6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"bg6-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"bg6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"bg6-600x228.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bg6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(17916,4693,'_edit_lock','1578844960:1'),(17917,4693,'_edit_last','1'),(17918,4693,'mec_read_more',''),(17919,4693,'mec_more_info',''),(17920,4693,'mec_more_info_title',''),(17921,4693,'mec_more_info_target','_self'),(17922,4693,'mec_cost','$30 per person'),(17923,4693,'mec_additional_organizer_ids','a:1:{i:0;s:2:\"69\";}'),(17924,4693,'mec_additional_location_ids','a:0:{}'),(17925,4693,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-03-29\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"AM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-03-29\";s:4:\"hour\";s:1:\"2\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(17926,4693,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(17927,4693,'mec_certain_weekdays','a:0:{}'),(17928,4693,'mec_allday','0'),(17929,4693,'mec_hide_time','0'),(17930,4693,'mec_hide_end_time','0'),(17931,4693,'mec_comment',''),(17932,4693,'mec_start_date','2020-03-29'),(17933,4693,'mec_start_time_hour','11'),(17934,4693,'mec_start_time_minutes','0'),(17935,4693,'mec_start_time_ampm','AM'),(17936,4693,'mec_start_day_seconds','39600'),(17937,4693,'mec_end_date','2020-03-29'),(17938,4693,'mec_end_time_hour','2'),(17939,4693,'mec_end_time_minutes','0'),(17940,4693,'mec_end_time_ampm','PM'),(17941,4693,'mec_end_day_seconds','50400'),(17942,4693,'mec_repeat_status','0'),(17943,4693,'mec_repeat_type',''),(17944,4693,'mec_repeat_interval','1'),(17945,4693,'mec_repeat_end',''),(17946,4693,'mec_repeat_end_at_occurrences',''),(17947,4693,'mec_repeat_end_at_date',''),(17948,4693,'mec_advanced_days','a:0:{}'),(17949,4693,'mec_in_days',''),(17950,4693,'mec_not_in_days',''),(17951,4693,'mec_hourly_schedules','a:0:{}'),(17414,4669,'PayPal Transaction Fee','1.58'),(17415,4669,'_date_completed','1578521575'),(17416,4669,'_date_paid','1578521575'),(17417,4669,'_paid_date','2020-01-08 22:12:55'),(17418,4669,'_completed_date','2020-01-08 22:12:55'),(17419,4672,'_elementor_controls_usage','a:0:{}'),(17420,4672,'mec_verified','1'),(17421,4672,'mec_verification_key','82ccfa00be8e56d66214b48f525b2d0c'),(17422,4672,'mec_cancellation_key','5a05b6ab6bca23973ca087e134b6522e'),(17423,4672,'mec_confirmed','1'),(17424,4672,'mec_transaction_id','KMU52016'),(17425,4672,'mec_event_id','4468'),(17426,4672,'mec_date','2020-02-07:2020-02-07'),(17427,4672,'mec_ticket_id',',1,1,1,1,'),(17428,4672,'mec_booking_time','2020-01-08 22:12:55'),(17429,4672,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:2:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";i:1;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:2:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";i:1;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:2:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";i:1;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:14:\"Beverly Austin\";s:5:\"email\";s:22:\"bevaustin415@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853799727\";i:4;a:2:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";i:1;s:5:\"Other\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(17430,4672,'mec_price','44.2384'),(17431,4672,'mec_gateway','MEC_gateway_woocommerce'),(17432,4672,'mec_gateway_label','Pay by WooCommerce'),(17433,4671,'mec_gateway','MEC_gateway_woocommerce'),(17434,4671,'mec_gateway_label','Pay by WooCommerce'),(17435,4669,'_download_permissions_granted','yes'),(17436,4669,'_recorded_sales','yes'),(17437,4669,'_recorded_coupon_usage_counts','yes'),(17438,4669,'_order_stock_reduced','yes'),(17439,4670,'_download_permissions_granted','yes'),(17440,4670,'_recorded_sales','yes'),(17441,4670,'_recorded_coupon_usage_counts','yes'),(17442,4670,'_order_stock_reduced','yes'),(17443,4673,'_order_key','wc_order_9L4lMy3RpCCZi'),(17444,4673,'_customer_user','31'),(17445,4673,'_customer_ip_address','107.77.206.228'),(17446,4673,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),(17447,4673,'_order_currency','USD'),(17448,4673,'_cart_discount','0'),(17449,4673,'_cart_discount_tax','0'),(17450,4673,'_order_shipping','0'),(17451,4673,'_order_shipping_tax','0'),(17452,4673,'_order_tax','0'),(17453,4673,'_order_total','22.12'),(17454,4673,'_order_version','3.8.1'),(17455,4673,'_prices_include_tax','no'),(17456,4673,'_billing_address_index','Janice Esau        jjmesa@aol.com '),(17457,4673,'_shipping_address_index','        '),(17458,4673,'_mec_transaction_id','WCU31765'),(17459,4673,'_billing_first_name','Janice'),(17460,4673,'_billing_last_name','Esau'),(17461,4673,'_shipping_first_name','Janice'),(17462,4673,'_shipping_last_name','Esau'),(17463,4673,'_shipping_email','jjmesa@aol.com'),(17464,4673,'_billing_email','jjmesa@aol.com'),(17465,4673,'_payment_method','paypal'),(17466,4673,'_payment_method_title','PayPal'),(17467,4673,'Payment type','instant'),(17468,4673,'_transaction_id','00E67683V43932638'),(17469,4673,'_paypal_status','completed'),(17470,4673,'PayPal Transaction Fee','0.94'),(17471,4673,'_date_completed','1578592227'),(17472,4673,'_date_paid','1578592227'),(17473,4673,'_paid_date','2020-01-09 17:50:27'),(17474,4673,'_completed_date','2020-01-09 17:50:27'),(17475,4674,'_elementor_controls_usage','a:0:{}'),(17476,4674,'mec_verified','1'),(17477,4674,'mec_verification_key','9b138ca306234414224a258dbb9e5078'),(17478,4674,'mec_cancellation_key','2d62032dd6c113cad19ab3b9f7103c7b'),(17479,4674,'mec_confirmed','1'),(17480,4674,'mec_transaction_id','WCU31765'),(17481,4674,'mec_event_id','4615'),(17482,4674,'mec_date','2020-02-14:2020-02-14'),(17483,4674,'mec_ticket_id',',1,1,'),(17484,4674,'mec_booking_time','2020-01-09 17:50:27'),(17485,4674,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Janice Esau\";s:5:\"email\";s:14:\"jjmesa@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497387\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Janice Esau\";s:5:\"email\";s:14:\"jjmesa@aol.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497387\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(17486,4674,'mec_price','22.1192'),(17487,4674,'mec_gateway','MEC_gateway_woocommerce'),(17488,4674,'mec_gateway_label','Pay by WooCommerce'),(17489,4673,'_download_permissions_granted','yes'),(17490,4673,'_recorded_sales','yes'),(17491,4673,'_recorded_coupon_usage_counts','yes'),(17492,4673,'_order_stock_reduced','yes'),(17493,4675,'_elementor_controls_usage','a:0:{}'),(17494,4675,'_appointment_title','Tour The Vinewood'),(17495,4675,'_appointment_guest_name','Janet'),(17496,4675,'_appointment_guest_surname','Gutierrez'),(17497,4675,'_appointment_guest_email','janetgu777@gmail.com'),(17498,4675,'_appointment_timestamp','1580832000'),(17499,4675,'_appointment_timeslot','1600-1700'),(17500,4675,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>Quinceañera event</p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Quinceañera </p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>200</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>7/24/2021</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Friend / Referral </p><p class=\"cf-meta-value\"><strong>Phone Number</strong><br>7854300455</p>'),(17501,4675,'_booked_wc_time_created','1578593880'),(17502,4675,'_booked_wc_date_created','2020-01-09 18:18:00'),(17503,4676,'_order_key','wc_order_JKQpxgPw2jX9j'),(17504,4676,'_customer_user','32'),(17505,4676,'_customer_ip_address','99.203.93.16'),(17506,4676,'_customer_user_agent','Mozilla/5.0 (Linux; Android 8.1.0; LG-Q710AL Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/252.0.0.22.355;]'),(17507,4676,'_order_currency','USD'),(17508,4676,'_cart_discount','0'),(17509,4676,'_cart_discount_tax','0'),(17510,4676,'_order_shipping','0'),(17511,4676,'_order_shipping_tax','0'),(17512,4676,'_order_tax','0'),(17513,4676,'_order_total','49.77'),(17514,4676,'_order_version','3.8.1'),(17515,4676,'_prices_include_tax','no'),(17516,4676,'_billing_address_index','Jessica Clem        jessicadclem@gmail.com '),(17517,4676,'_shipping_address_index','        '),(17518,4676,'_mec_transaction_id','ZTK10193'),(17519,4676,'_billing_first_name','Jessica'),(17520,4676,'_billing_last_name','Clem'),(17521,4676,'_shipping_first_name','Jessica'),(17522,4676,'_shipping_last_name','Clem'),(17523,4676,'_shipping_email','jessicadclem@gmail.com'),(17524,4676,'_billing_email','jessicadclem@gmail.com'),(17525,4676,'_payment_method','paypal'),(17526,4676,'_payment_method_title','PayPal'),(17527,4676,'Payment type','instant'),(17528,4676,'_transaction_id','0RU698634C5030343'),(17529,4676,'_paypal_status','completed'),(17530,4676,'PayPal Transaction Fee','1.74'),(17531,4676,'_date_completed','1578608156'),(17532,4676,'_date_paid','1578608156'),(17533,4676,'_paid_date','2020-01-09 22:15:56'),(17534,4676,'_completed_date','2020-01-09 22:15:56'),(17535,4677,'_elementor_controls_usage','a:0:{}'),(17536,4677,'mec_verified','1'),(17537,4677,'mec_verification_key','a0fd704cbb398b31e595d38fe57ca061'),(17538,4677,'mec_cancellation_key','aab557d45f924946359eb02e0c6c8e63'),(17539,4677,'mec_confirmed','1'),(17540,4677,'mec_transaction_id','ZTK10193'),(17541,4677,'mec_event_id','4551'),(17542,4677,'mec_date','2020-01-12:2020-01-12'),(17543,4677,'mec_ticket_id',',1,'),(17544,4677,'mec_booking_time','2020-01-09 22:15:57'),(17545,4677,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:12:\"Jessica Clem\";s:5:\"email\";s:22:\"jessicadclem@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7853837582\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(17546,4677,'mec_price','49.7682'),(17547,4677,'mec_gateway','MEC_gateway_woocommerce'),(17548,4677,'mec_gateway_label','Pay by WooCommerce'),(17549,4676,'_download_permissions_granted','yes'),(17550,4676,'_recorded_sales','yes'),(17551,4676,'_recorded_coupon_usage_counts','yes'),(17552,4676,'_order_stock_reduced','yes'),(17553,4678,'_order_key','wc_order_1YoPO5d6TgbAH'),(17554,4678,'_customer_user','0'),(17555,4678,'_customer_ip_address','24.255.229.224'),(17556,4678,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]'),(17557,4678,'_order_currency','USD'),(17558,4678,'_cart_discount','0'),(17559,4678,'_cart_discount_tax','0'),(17560,4678,'_order_shipping','0'),(17561,4678,'_order_shipping_tax','0'),(17562,4678,'_order_tax','0'),(17563,4678,'_order_total','44.24'),(17412,4669,'_transaction_id','9G6116683J3096943'),(17413,4669,'_paypal_status','completed'),(8196,103,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 29 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 20 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(8197,103,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";d:-301.78;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(8198,2039,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 38 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(8199,2039,'_wds_readability','a:4:{s:5:\"score\";d:68.85705882352944;s:9:\"raw_score\";d:68.85705882352944;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(14388,4524,'_billing_email','jhawkmom97@gmail.com'),(14389,4524,'_billing_phone','7856331167'),(14390,4524,'_order_currency','USD'),(14391,4524,'_cart_discount','0'),(14392,4524,'_cart_discount_tax','0'),(14393,4524,'_order_shipping','0'),(14394,4524,'_order_shipping_tax','0'),(14395,4524,'_order_tax','0'),(14396,4524,'_order_total','300.00'),(14397,4524,'_order_version','3.8.1'),(14398,4524,'_prices_include_tax','no'),(14399,4524,'_billing_address_index','Brenda Gomez  3317 SW abbey dr  Topeka KS 66614 US jhawkmom97@gmail.com 7856331167'),(14400,4524,'_shipping_address_index','        '),(14401,4524,'is_vat_exempt','no'),(14402,4524,'Payment type','instant'),(14403,4524,'_transaction_id','45A369052H4532512'),(14404,4524,'_paypal_status','completed'),(14405,4524,'PayPal Transaction Fee','9.00'),(14406,4524,'_date_paid','1576340074'),(14407,4524,'_paid_date','2019-12-14 16:14:34'),(14408,4524,'_download_permissions_granted','yes'),(14409,4524,'_recorded_sales','yes'),(14410,4524,'_recorded_coupon_usage_counts','yes'),(14411,4524,'_order_stock_reduced','yes'),(14412,4525,'_order_key','wc_order_lkkRrea8KTlIj'),(14413,4525,'_customer_user','0'),(14414,4525,'_payment_method','paypal'),(14415,4525,'_payment_method_title','PayPal'),(14416,4525,'_customer_ip_address','68.103.146.88'),(14417,4525,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1'),(14418,4525,'_created_via','checkout'),(14419,4525,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(14420,4525,'_billing_first_name','James'),(14421,4525,'_billing_last_name','Wempe'),(14422,4525,'_billing_address_1','4116 SW Post Oak Drive'),(14423,4525,'_billing_city','Topeka'),(14424,4525,'_billing_state','KS'),(14425,4525,'_billing_postcode','66610'),(14426,4525,'_billing_country','US'),(14427,4525,'_billing_email','epmew@aol.com'),(14428,4525,'_billing_phone','7856404704'),(14429,4525,'_order_currency','USD'),(14430,4525,'_cart_discount','0'),(14431,4525,'_cart_discount_tax','0'),(14432,4525,'_order_shipping','0.00'),(14433,4525,'_order_shipping_tax','0'),(14434,4525,'_order_tax','0'),(14435,4525,'_order_total','150.00'),(14436,4525,'_order_version','3.8.1'),(14437,4525,'_prices_include_tax','no'),(14438,4525,'_billing_address_index','James Wempe  4116 SW Post Oak Drive  Topeka KS 66610 US epmew@aol.com 7856404704'),(14439,4525,'_shipping_address_index','        '),(14440,4525,'is_vat_exempt','no'),(14441,4525,'Payment type','instant'),(14442,4525,'_transaction_id','9FP54161XK7428315'),(14443,4525,'_paypal_status','completed'),(14444,4525,'PayPal Transaction Fee','4.65'),(14445,4525,'_date_paid','1576340785'),(14446,4525,'_paid_date','2019-12-14 16:26:25'),(14447,4525,'_download_permissions_granted','yes'),(14448,4525,'_recorded_sales','yes'),(14449,4525,'_recorded_coupon_usage_counts','yes'),(14450,4525,'_order_stock_reduced','yes'),(14451,4526,'_order_key','wc_order_4RbD60VlR1STU'),(14452,4526,'_customer_user','0'),(14453,4526,'_payment_method','paypal'),(14454,4526,'_payment_method_title','PayPal'),(14455,4526,'_customer_ip_address','174.234.1.154'),(14456,4526,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15G77 [FBAN/FBIOS;FBDV/iPhone7,2;FBMD/iPhone;FBSN/iOS;FBSV/11.4.1;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Verizon]'),(14457,4526,'_created_via','checkout'),(14458,4526,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(14459,4526,'_billing_first_name','Kathy'),(14460,4526,'_billing_last_name','Graham'),(14461,4526,'_billing_address_1','5806 SW Clarion Lakes Way'),(14462,4526,'_billing_city','Topeka'),(14463,4526,'_billing_state','KS'),(14464,4526,'_billing_postcode','66610'),(14465,4526,'_billing_country','US'),(14466,4526,'_billing_email','Grahamka@aol.com'),(14467,4526,'_billing_phone','7856406557'),(14468,4526,'_order_currency','USD'),(14469,4526,'_cart_discount','0'),(14470,4526,'_cart_discount_tax','0'),(14471,4526,'_order_shipping','0.00'),(14472,4526,'_order_shipping_tax','0'),(14473,4526,'_order_tax','0'),(14474,4526,'_order_total','150.00'),(14475,4526,'_order_version','3.8.1'),(14476,4526,'_prices_include_tax','no'),(14477,4526,'_billing_address_index','Kathy Graham  5806 SW Clarion Lakes Way  Topeka KS 66610 US Grahamka@aol.com 7856406557'),(14478,4526,'_shipping_address_index','        '),(14479,4526,'is_vat_exempt','no'),(14480,4527,'_order_key','wc_order_FOiwh9APuIElv'),(14481,4527,'_customer_user','0'),(14482,4527,'_payment_method','paypal'),(14483,4527,'_payment_method_title','PayPal'),(14484,4527,'_customer_ip_address','99.203.29.137'),(14485,4527,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(14486,4527,'_created_via','checkout'),(14487,4527,'_cart_hash','0018fb5ec2f5db51277ee07810b7e4f3'),(14488,4527,'_billing_first_name','Jan'),(14489,4527,'_billing_last_name','Roth'),(14490,4527,'_billing_address_1','1204 SW New Forest Dr'),(14491,4527,'_billing_city','Topeka'),(14492,4527,'_billing_state','KS'),(14493,4527,'_billing_postcode','66604'),(14494,4527,'_billing_country','US'),(14495,4527,'_billing_email','rothjan88@sbcglobal.net'),(14496,4527,'_billing_phone','7856086594'),(14497,4527,'_order_currency','USD'),(14498,4527,'_cart_discount','0'),(14499,4527,'_cart_discount_tax','0'),(14500,4527,'_order_shipping','0.00'),(14501,4527,'_order_shipping_tax','0'),(14502,4527,'_order_tax','0'),(14503,4527,'_order_total','300.00'),(14504,4527,'_order_version','3.8.1'),(14505,4527,'_prices_include_tax','no'),(14506,4527,'_billing_address_index','Jan Roth  1204 SW New Forest Dr  Topeka KS 66604 US rothjan88@sbcglobal.net 7856086594'),(14507,4527,'_shipping_address_index','        '),(14508,4527,'is_vat_exempt','no'),(14509,4527,'Payment type','instant'),(14510,4527,'_transaction_id','4C046204VS3826639'),(14511,4527,'_paypal_status','completed'),(14512,4527,'PayPal Transaction Fee','9.00'),(14513,4527,'_date_paid','1576345210'),(14514,4527,'_paid_date','2019-12-14 17:40:10'),(14515,4527,'_download_permissions_granted','yes'),(14516,4527,'_recorded_sales','yes'),(14517,4527,'_recorded_coupon_usage_counts','yes'),(14518,4527,'_order_stock_reduced','yes'),(14519,4528,'_order_key','wc_order_mRQL0jkHGxNHg'),(14520,4528,'_customer_user','0'),(14521,4528,'_payment_method','paypal'),(14522,4528,'_payment_method_title','PayPal'),(14523,4528,'_customer_ip_address','45.27.244.36'),(14524,4528,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1'),(14525,4528,'_created_via','checkout'),(14526,4528,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(14527,4528,'_billing_first_name','Susan'),(14528,4528,'_billing_last_name','Winter'),(14529,4528,'_billing_address_1','2448 SW Pepperwood Rd'),(14530,4528,'_billing_city','Topeja'),(14531,4528,'_billing_state','KS'),(14532,4528,'_billing_postcode','66614'),(14533,4528,'_billing_country','US'),(14534,4528,'_billing_email','nosysusan@aol.com'),(14535,4528,'_billing_phone','7852204215'),(14536,4528,'_order_currency','USD'),(14537,4528,'_cart_discount','0'),(14538,4528,'_cart_discount_tax','0'),(14539,4528,'_order_shipping','0.00'),(14540,4528,'_order_shipping_tax','0'),(14541,4528,'_order_tax','0'),(14542,4528,'_order_total','150.00'),(14543,4528,'_order_version','3.8.1'),(14544,4528,'_prices_include_tax','no'),(14545,4528,'_billing_address_index','Susan Winter  2448 SW Pepperwood Rd  Topeja KS 66614 US nosysusan@aol.com 7852204215'),(14546,4528,'_shipping_address_index','        '),(14547,4528,'is_vat_exempt','no'),(14548,4528,'Payment type','instant'),(14549,4528,'_transaction_id','59Y68286RF6727146'),(14550,4528,'_paypal_status','completed'),(14551,4528,'PayPal Transaction Fee','4.65'),(14552,4528,'_date_paid','1576347930'),(14553,4528,'_paid_date','2019-12-14 18:25:30'),(14554,4528,'_download_permissions_granted','yes'),(14555,4528,'_recorded_sales','yes'),(14556,4528,'_recorded_coupon_usage_counts','yes'),(14557,4528,'_order_stock_reduced','yes'),(14558,4529,'_order_key','wc_order_R8wrKlH0PULQc'),(14559,4529,'_customer_user','0'),(14560,4529,'_payment_method','paypal'),(14561,4529,'_payment_method_title','PayPal'),(14562,4529,'_customer_ip_address','108.234.242.172'),(14563,4529,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Safari/605.1.15'),(14564,4529,'_created_via','checkout'),(14565,4529,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(14566,4529,'_billing_first_name','Kathy'),(14567,4529,'_billing_last_name','Graham'),(14568,4529,'_billing_address_1','5806 SW Clarion Lakes Way'),(14386,4524,'_billing_postcode','66614'),(14387,4524,'_billing_country','US'),(14385,4524,'_billing_state','KS'),(14384,4524,'_billing_city','Topeka'),(14383,4524,'_billing_address_1','3317 SW abbey dr'),(14382,4524,'_billing_last_name','Gomez'),(14381,4524,'_billing_first_name','Brenda'),(14380,4524,'_cart_hash','0018fb5ec2f5db51277ee07810b7e4f3'),(14379,4524,'_created_via','checkout'),(14378,4524,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15G77 [FBAN/FBIOS;FBDV/iPhone9,4;FBMD/iPhone;FBSN/iOS;FBSV/11.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]'),(14180,4516,'_order_stock_reduced','yes'),(15886,4595,'_billing_first_name','Stacy'),(15885,4595,'_mec_transaction_id','LKC30711'),(15884,4595,'_shipping_address_index','        '),(15883,4595,'_billing_address_index','          '),(15882,4595,'_prices_include_tax','no'),(15881,4595,'_order_version','3.8.1'),(15880,4595,'_order_total','331.79'),(15872,4595,'_customer_ip_address','68.102.216.18'),(15873,4595,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone9,1;FBMD/iPhone;FBSN/iOS;FBSV/13.1.3;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Sprint]'),(15874,4595,'_order_currency','USD'),(15875,4595,'_cart_discount','0'),(15876,4595,'_cart_discount_tax','0'),(15877,4595,'_order_shipping','0'),(15878,4595,'_order_shipping_tax','0'),(15879,4595,'_order_tax','0'),(14277,4520,'_cart_discount_tax','0'),(14278,4520,'_order_shipping','0.00'),(14279,4520,'_order_shipping_tax','0'),(14280,4520,'_order_tax','0'),(14281,4520,'_order_total','300.00'),(14282,4520,'_order_version','3.8.1'),(14283,4520,'_prices_include_tax','no'),(14284,4520,'_billing_address_index','Stephen Kessler  3907 SW 40th Ter  Topeka KS 66610 US skessler5@cox.net 7852665328'),(14285,4520,'_shipping_address_index','        '),(14286,4520,'is_vat_exempt','no'),(14287,4520,'Payment type','instant'),(14288,4520,'_transaction_id','06J07010ET0554601'),(14289,4520,'_paypal_status','completed'),(14290,4520,'PayPal Transaction Fee','9.00'),(14291,4520,'_date_paid','1576267091'),(14292,4520,'_paid_date','2019-12-13 19:58:11'),(14293,4520,'_download_permissions_granted','yes'),(14294,4520,'_recorded_sales','yes'),(14295,4520,'_recorded_coupon_usage_counts','yes'),(14296,4520,'_order_stock_reduced','yes'),(14297,4521,'_elementor_controls_usage','a:0:{}'),(14298,4521,'_appointment_title','Tour The Vinewood'),(14299,4521,'_appointment_guest_name','Greg'),(14300,4521,'_appointment_guest_surname','Pert'),(14301,4521,'_appointment_guest_email','greg@pertrealtyteam.com'),(14302,4521,'_appointment_timestamp','1576594800'),(14303,4521,'_appointment_timeslot','1500-1600'),(14304,4521,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>Event is to celebrate SAR 100th year and would like to have an event April 25th or second choice is April 18th. \nThanks,\nGreg Pert, Realtor KW One Legacy Partners, LLC </p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Celebration</p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>200</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>4/25/2020</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Have previously attended an event at The Vinewood</p><p class=\"cf-meta-value\"><strong>What made you choose The Vinewood as a potential location for your next event? </strong><br>Historical</p><p class=\"cf-meta-value\"><strong>Phone Number</strong><br>7854099949</p>'),(14306,4522,'_customer_user','0'),(14307,4522,'_payment_method','paypal'),(14308,4522,'_payment_method_title','PayPal'),(14309,4522,'_customer_ip_address','99.203.28.128'),(14310,4522,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,2;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Sprint]'),(14311,4522,'_created_via','checkout'),(14312,4522,'_cart_hash','0018fb5ec2f5db51277ee07810b7e4f3'),(14313,4522,'_billing_first_name','Jan'),(14314,4522,'_billing_last_name','Roth'),(14315,4522,'_billing_address_1','1204 SW New Forest Dr'),(14316,4522,'_billing_city','Topeka'),(14317,4522,'_billing_state','KS'),(14318,4522,'_billing_postcode','66604'),(14319,4522,'_billing_country','US'),(14320,4522,'_billing_email','rothjan88@sbcglobal.net'),(14321,4522,'_billing_phone','7856086594'),(14322,4522,'_order_currency','USD'),(14323,4522,'_cart_discount','0'),(14324,4522,'_cart_discount_tax','0'),(14325,4522,'_order_shipping','0.00'),(14326,4522,'_order_shipping_tax','0'),(14327,4522,'_order_tax','0'),(14328,4522,'_order_total','300.00'),(14329,4522,'_order_version','3.8.1'),(14330,4522,'_prices_include_tax','no'),(14331,4522,'_billing_address_index','Jan Roth  1204 SW New Forest Dr  Topeka KS 66604 US rothjan88@sbcglobal.net 7856086594'),(14332,4522,'_shipping_address_index','        '),(14333,4522,'is_vat_exempt','no'),(14334,4523,'_order_key','wc_order_hORoYwYGiI30g'),(14335,4523,'_customer_user','0'),(14336,4523,'_payment_method','paypal'),(14337,4523,'_payment_method_title','PayPal'),(14338,4523,'_customer_ip_address','68.103.147.237'),(14339,4523,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone12,1;FBMD/iPhone;FBSN/iOS;FBSV/13.1.3;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Verizon]'),(14340,4523,'_created_via','checkout'),(14341,4523,'_cart_hash','0018fb5ec2f5db51277ee07810b7e4f3'),(14342,4523,'_billing_first_name','Jenny'),(14343,4523,'_billing_last_name','Lee'),(14344,4523,'_billing_address_1','6623 SW 53rd Street'),(14345,4523,'_billing_city','Topeka'),(14346,4523,'_billing_state','KS'),(14347,4523,'_billing_postcode','66610'),(14348,4523,'_billing_country','US'),(14349,4523,'_billing_email','jenny222lee@gmail.com'),(14350,4523,'_billing_phone','7852130809'),(14351,4523,'_order_currency','USD'),(14352,4523,'_cart_discount','0'),(14353,4523,'_cart_discount_tax','0'),(14354,4523,'_order_shipping','0.00'),(14355,4523,'_order_shipping_tax','0'),(14356,4523,'_order_tax','0'),(14357,4523,'_order_total','300.00'),(14358,4523,'_order_version','3.8.1'),(14359,4523,'_prices_include_tax','no'),(14360,4523,'_billing_address_index','Jenny Lee  6623 SW 53rd Street  Topeka KS 66610 US jenny222lee@gmail.com 7852130809'),(14361,4523,'_shipping_address_index','        '),(14362,4523,'is_vat_exempt','no'),(14363,4523,'Payment type','instant'),(14364,4523,'_transaction_id','5SE76269PD6570102'),(14365,4523,'_paypal_status','completed'),(14366,4523,'PayPal Transaction Fee','9.00'),(14367,4523,'_date_paid','1576339402'),(14368,4523,'_paid_date','2019-12-14 16:03:22'),(14369,4523,'_download_permissions_granted','yes'),(14370,4523,'_recorded_sales','yes'),(14371,4523,'_recorded_coupon_usage_counts','yes'),(14372,4523,'_order_stock_reduced','yes'),(14373,4524,'_order_key','wc_order_LJGJt8kxZSbWX'),(14374,4524,'_customer_user','0'),(14375,4524,'_payment_method','paypal'),(14376,4524,'_payment_method_title','PayPal'),(14377,4524,'_customer_ip_address','24.255.248.241'),(14179,4516,'_recorded_coupon_usage_counts','yes'),(14163,4516,'_order_shipping_tax','0'),(14164,4516,'_order_tax','13.73'),(14165,4516,'_order_total','163.73'),(14166,4516,'_order_version','3.8.1'),(14167,4516,'_prices_include_tax','no'),(14168,4516,'_billing_address_index','John Davies  2835 SE Skyview Ct  Topeka KS 66605 US mikedav1950@gmail.com 7856335134'),(14169,4516,'_shipping_address_index','        '),(14170,4516,'is_vat_exempt','no'),(14171,4516,'Payment type','instant'),(14172,4516,'_transaction_id','6CR9377223279890S'),(14173,4516,'_paypal_status','completed'),(14174,4516,'PayPal Transaction Fee','5.05'),(14175,4516,'_date_paid','1575838397'),(14176,4516,'_paid_date','2019-12-08 20:53:17'),(14177,4516,'_download_permissions_granted','yes'),(14178,4516,'_recorded_sales','yes'),(14162,4516,'_order_shipping','0.00'),(14062,4512,'_elementor_version','2.6.8'),(14063,4512,'_elementor_pro_version','2.6.2'),(14244,4519,'_shipping_address_index','        '),(14241,4519,'_order_version','3.8.1'),(14242,4519,'_prices_include_tax','no'),(14243,4519,'_billing_address_index','Tracy Earling Community Bank Topeka 4404 SE Oak Bend Dr.  Topeka KS 66609 US tearling@communitybanktopeka.com 7852300143'),(18953,4748,'_shipping_address_index','        '),(14067,4502,'_edit_lock','1575596669:1'),(14068,4502,'_wds_readability','a:4:{s:5:\"score\";d:59.999444745395465;s:9:\"raw_score\";d:59.999444745395465;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(17377,4670,'_order_total','22.12'),(17376,4670,'_order_tax','0'),(17191,4654,'_payment_method_title','PayPal'),(17189,4654,'_billing_email',''),(17190,4654,'_payment_method','paypal'),(18180,4705,'_billing_email','jjmesa@aok.com'),(14074,4514,'_order_key','wc_order_LMUZ1YafX9YZp'),(14075,4514,'_customer_user','0'),(14076,4514,'_payment_method','paypal'),(14077,4514,'_payment_method_title','PayPal'),(14078,4514,'_customer_ip_address','107.222.5.213'),(14079,4514,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36'),(14080,4514,'_created_via','checkout'),(14081,4514,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(14082,4514,'_billing_first_name','Connie'),(14083,4514,'_billing_last_name','DeHart'),(14084,4514,'_billing_address_1','1801 Sw Moundview Dr'),(14085,4514,'_billing_city','Topeka'),(14086,4514,'_billing_state','KS'),(14087,4514,'_billing_postcode','66604'),(14088,4514,'_billing_country','US'),(14089,4514,'_billing_email','justconniejo@gmail.com'),(14090,4514,'_billing_phone','7855545675'),(14091,4514,'_order_currency','USD'),(14092,4514,'_cart_discount','0'),(14093,4514,'_cart_discount_tax','0'),(14094,4514,'_order_shipping','0.00'),(14095,4514,'_order_shipping_tax','0'),(14096,4514,'_order_tax','0'),(14097,4514,'_order_total','150.00'),(14098,4514,'_order_version','3.8.1'),(14099,4514,'_prices_include_tax','no'),(14100,4514,'_billing_address_index','Connie DeHart  1801 Sw Moundview Dr  Topeka KS 66604 US justconniejo@gmail.com 7855545675'),(14101,4514,'_shipping_address_index','        '),(14102,4514,'is_vat_exempt','no'),(14103,4514,'Payment type','instant'),(14104,4514,'_transaction_id','0YD73292WF094590F'),(14105,4514,'_paypal_status','completed'),(14106,4514,'PayPal Transaction Fee','4.65'),(14107,4514,'_date_paid','1575673967'),(14108,4514,'_paid_date','2019-12-06 23:12:47'),(14109,4514,'_download_permissions_granted','yes'),(14110,4514,'_recorded_sales','yes'),(14111,4514,'_recorded_coupon_usage_counts','yes'),(14112,4514,'_order_stock_reduced','yes'),(14113,4515,'_order_key','wc_order_6JopEz5DKWr9Z'),(14114,4515,'_customer_user','0'),(14115,4515,'_payment_method','paypal'),(14116,4515,'_payment_method_title','PayPal'),(14117,4515,'_customer_ip_address','108.92.218.61'),(14118,4515,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(14119,4515,'_created_via','checkout'),(14120,4515,'_cart_hash','8585d63bb2804d506a2af98de5ff1f8c'),(14121,4515,'_billing_first_name','John'),(14122,4515,'_billing_last_name','Davies'),(14123,4515,'_billing_address_1','2835 SE Skyview Ct'),(14124,4515,'_billing_city','Topeka'),(14125,4515,'_billing_state','KS'),(14126,4515,'_billing_postcode','66605'),(14127,4515,'_billing_country','US'),(14128,4515,'_billing_email','mikedav1950@gmail.com'),(14129,4515,'_billing_phone','7856335134'),(14130,4515,'_order_currency','USD'),(14131,4515,'_cart_discount','0'),(14132,4515,'_cart_discount_tax','0'),(14133,4515,'_order_shipping','0.00'),(14134,4515,'_order_shipping_tax','0'),(14135,4515,'_order_tax','13.73'),(14136,4515,'_order_total','163.73'),(14137,4515,'_order_version','3.8.1'),(14138,4515,'_prices_include_tax','no'),(14139,4515,'_billing_address_index','John Davies  2835 SE Skyview Ct  Topeka KS 66605 US mikedav1950@gmail.com 7856335134'),(14140,4515,'_shipping_address_index','        '),(14141,4515,'is_vat_exempt','no'),(14142,4516,'_order_key','wc_order_qCZrraBywLe1j'),(14143,4516,'_customer_user','0'),(14144,4516,'_payment_method','paypal'),(14145,4516,'_payment_method_title','PayPal'),(14146,4516,'_customer_ip_address','108.92.218.61'),(14147,4516,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(14148,4516,'_created_via','checkout'),(14149,4516,'_cart_hash','8585d63bb2804d506a2af98de5ff1f8c'),(14150,4516,'_billing_first_name','John'),(14151,4516,'_billing_last_name','Davies'),(14152,4516,'_billing_address_1','2835 SE Skyview Ct'),(14153,4516,'_billing_city','Topeka'),(14154,4516,'_billing_state','KS'),(14155,4516,'_billing_postcode','66605'),(14156,4516,'_billing_country','US'),(14157,4516,'_billing_email','mikedav1950@gmail.com'),(14158,4516,'_billing_phone','7856335134'),(14159,4516,'_order_currency','USD'),(14160,4516,'_cart_discount','0'),(14161,4516,'_cart_discount_tax','0'),(8228,1935,'_edit_lock','1577530949:1'),(8229,1935,'_edit_last','1'),(9955,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2019/02/img-5.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img-5-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:\"img-5-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"img-5-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:17:\"img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:17:\"img-5-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:17:\"img-5-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:17:\"img-5-960x700.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:17:\"img-5-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:17:\"img-5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:17:\"img-5-400x292.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:17:\"img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:17:\"img-5-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"img-5-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"img-5-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9956,295,'_typist_tech_image_optimized','1'),(9957,295,'_wxr_import_parent','46'),(9958,296,'_wp_attached_file','2019/02/img-6.jpg'),(9959,296,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6451200093780223;s:5:\"bytes\";i:18657;s:11:\"size_before\";i:511835;s:10:\"size_after\";i:493178;s:4:\"time\";d:0.4700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:376;s:11:\"size_before\";i:6546;s:10:\"size_after\";i:6170;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:651;s:11:\"size_before\";i:14100;s:10:\"size_after\";i:13449;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:2585;s:11:\"size_before\";i:57889;s:10:\"size_after\";i:55304;s:4:\"time\";d:0.08;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:781;s:11:\"size_before\";i:17897;s:10:\"size_after\";i:17116;s:4:\"time\";d:0.04;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:1024;s:11:\"size_before\";i:26688;s:10:\"size_after\";i:25664;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:825;s:11:\"size_before\";i:19692;s:10:\"size_after\";i:18867;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:3678;s:11:\"size_before\";i:84754;s:10:\"size_after\";i:81076;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:1528;s:11:\"size_before\";i:36950;s:10:\"size_after\";i:35422;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:1124;s:11:\"size_before\";i:27052;s:10:\"size_after\";i:25928;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:842;s:11:\"size_before\";i:21373;s:10:\"size_after\";i:20531;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.64;s:5:\"bytes\";i:290;s:11:\"size_before\";i:3796;s:10:\"size_after\";i:3506;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:3339;s:11:\"size_before\";i:76226;s:10:\"size_after\";i:72887;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17116;s:10:\"size_after\";i:17116;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:1614;s:11:\"size_before\";i:39621;s:10:\"size_after\";i:38007;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3506;s:10:\"size_after\";i:3506;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17116;s:10:\"size_after\";i:17116;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38007;s:10:\"size_after\";i:38007;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3506;s:10:\"size_after\";i:3506;s:4:\"time\";d:0.01;}}}'),(9960,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2019/02/img-6.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img-6-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:\"img-6-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"img-6-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:17:\"img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:17:\"img-6-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:17:\"img-6-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:17:\"img-6-960x700.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:17:\"img-6-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:17:\"img-6-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:17:\"img-6-400x292.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:17:\"img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:17:\"img-6-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"img-6-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"img-6-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9953,295,'_wp_attached_file','2019/02/img-5.jpg'),(9954,295,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8035311009746824;s:5:\"bytes\";i:15679;s:11:\"size_before\";i:559259;s:10:\"size_after\";i:543580;s:4:\"time\";d:0.4100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13;s:5:\"bytes\";i:421;s:11:\"size_before\";i:6865;s:10:\"size_after\";i:6444;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:738;s:11:\"size_before\";i:15471;s:10:\"size_after\";i:14733;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:63383;s:10:\"size_after\";i:61631;s:4:\"time\";d:0.06;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:883;s:11:\"size_before\";i:19194;s:10:\"size_after\";i:18311;s:4:\"time\";d:0.02;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:1122;s:11:\"size_before\";i:29413;s:10:\"size_after\";i:28291;s:4:\"time\";d:0.03;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:927;s:11:\"size_before\";i:21503;s:10:\"size_after\";i:20576;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:2472;s:11:\"size_before\";i:92781;s:10:\"size_after\";i:90309;s:4:\"time\";d:0.04;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:1421;s:11:\"size_before\";i:40431;s:10:\"size_after\";i:39010;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:29049;s:10:\"size_after\";i:27932;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:950;s:11:\"size_before\";i:23639;s:10:\"size_after\";i:22689;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.24;s:5:\"bytes\";i:292;s:11:\"size_before\";i:4033;s:10:\"size_after\";i:3741;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6;s:5:\"bytes\";i:2149;s:11:\"size_before\";i:82772;s:10:\"size_after\";i:80623;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18311;s:10:\"size_after\";i:18311;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:1435;s:11:\"size_before\";i:44028;s:10:\"size_after\";i:42593;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3741;s:10:\"size_after\";i:3741;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18311;s:10:\"size_after\";i:18311;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42593;s:10:\"size_after\";i:42593;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3741;s:10:\"size_after\";i:3741;s:4:\"time\";d:0.01;}}}'),(9944,4072,'_elementor_version','2.8.4'),(9945,4072,'osf_footer_layout','footer-02'),(10006,4074,'_wp_attached_file','revslider/slide-home2/slidehome2_1.jpg'),(9948,291,'_wp_attached_file','2019/02/img-1.jpg');
INSERT INTO `wp_postmeta` VALUES (9949,291,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.724643435667326;s:5:\"bytes\";i:21200;s:11:\"size_before\";i:569182;s:10:\"size_after\";i:547982;s:4:\"time\";d:0.33000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:538;s:11:\"size_before\";i:7419;s:10:\"size_after\";i:6881;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:985;s:11:\"size_before\";i:16612;s:10:\"size_after\";i:15627;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:2196;s:11:\"size_before\";i:63979;s:10:\"size_after\";i:61783;s:4:\"time\";d:0.03;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:1052;s:11:\"size_before\";i:20246;s:10:\"size_after\";i:19194;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:1463;s:11:\"size_before\";i:30921;s:10:\"size_after\";i:29458;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:1185;s:11:\"size_before\";i:22780;s:10:\"size_after\";i:21595;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:4580;s:11:\"size_before\";i:87220;s:10:\"size_after\";i:82640;s:4:\"time\";d:0.05;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:1833;s:11:\"size_before\";i:42076;s:10:\"size_after\";i:40243;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:1438;s:11:\"size_before\";i:30451;s:10:\"size_after\";i:29013;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:1290;s:11:\"size_before\";i:25309;s:10:\"size_after\";i:24019;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.83;s:5:\"bytes\";i:338;s:11:\"size_before\";i:4316;s:10:\"size_after\";i:3978;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3;s:5:\"bytes\";i:2467;s:11:\"size_before\";i:82122;s:10:\"size_after\";i:79655;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19194;s:10:\"size_after\";i:19194;s:4:\"time\";d:0.01;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:1835;s:11:\"size_before\";i:45611;s:10:\"size_after\";i:43776;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3978;s:10:\"size_after\";i:3978;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19194;s:10:\"size_after\";i:19194;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43776;s:10:\"size_after\";i:43776;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3978;s:10:\"size_after\";i:3978;s:4:\"time\";d:0.01;}}}'),(9950,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2019/02/img-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"img-1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"img-1-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:17:\"img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:17:\"img-1-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:17:\"img-1-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:17:\"img-1-960x700.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:17:\"img-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:17:\"img-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:17:\"img-1-400x292.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:17:\"img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:17:\"img-1-885x675.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"img-1-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"img-1-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(8245,3840,'inline_featured_image','0'),(8246,3840,'collection_id','70-3-69fbc3e7affc4e06d26ec020f8242c32'),(8247,3840,'page_builder','elementor-blocks'),(8248,3840,'template_data','a:4:{s:6:\"status\";s:1:\"1\";s:7:\"message\";s:6:\"All ok\";s:4:\"data\";a:9:{s:13:\"collection_id\";s:37:\"70-3-69fbc3e7affc4e06d26ec020f8242c32\";s:7:\"builder\";s:16:\"elementor-blocks\";s:4:\"name\";s:6:\"Blocks\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:11:\"preview_url\";s:0:\"\";s:9:\"templates\";a:24:{i:0;a:9:{s:11:\"template_id\";s:32:\"059a024b29be007373e64f6ad759dfd0\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:113:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-4-1544564044-500x25.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"25\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-4-1544564044-1360x67.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:2:\"67\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:17:\"Header (with Nav)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:6:\"header\";s:6:\"Header\";}}i:1;a:9:{s:11:\"template_id\";s:32:\"44ea0fa8f54e6a98721f3504070fc52a\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-5-1544564051-500x158.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"158\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-5-1544564051-1360x431.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"431\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:14:\"Call to Action\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:14:\"call-to-action\";s:14:\"Call to Action\";}}i:2;a:9:{s:11:\"template_id\";s:32:\"b0ab270b92fd705df74cb95f5ccc3509\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-6-1544564061-500x158.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"158\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-6-1544564061-1360x430.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"430\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:35:\"Newsletter Subscription (with Form)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:23:\"newsletter-subscription\";s:23:\"Newsletter Subscription\";}}i:3;a:9:{s:11:\"template_id\";s:32:\"f8d1b3c9d930e2d4faf72f83821c2930\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-7-1544564078-500x329.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"329\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-7-1544564078-1360x896.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"896\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:23:\"Hero - Image Background\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:4:\"hero\";s:4:\"Hero\";}}i:4;a:9:{s:11:\"template_id\";s:32:\"95c524a26280e3f1d3944363bbad354f\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-8-1544564093-500x329.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"329\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-8-1544564093-1360x896.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"896\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:23:\"Hero - Video Background\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:4:\"hero\";s:4:\"Hero\";}}i:5;a:9:{s:11:\"template_id\";s:32:\"01120664c58d269d3d69da27314bcafa\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-10-1544564115-500x329.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"329\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-10-1544564115-1360x896.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"896\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:19:\"Hero - Inline Video\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:4:\"hero\";s:4:\"Hero\";}}i:6;a:9:{s:11:\"template_id\";s:32:\"34e667a262078deb5c1e5316ecf95081\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-11-1544564133-500x329.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"329\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-11-1544564133-1360x896.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"896\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:42:\"Hero - Newsletter Subscription (with Form)\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:4:\"hero\";s:4:\"Hero\";}}i:7;a:9:{s:11:\"template_id\";s:32:\"18548f2f29fd64bc33c810a66aa5699c\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-13-1544564150-500x299.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"299\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-13-1544564150-1360x812.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"812\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"FAQ - One Column\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:3:\"faq\";s:3:\"FAQ\";}}i:8;a:9:{s:11:\"template_id\";s:32:\"ca7aa9bc829992feb61ad0dc7d885377\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-14-1544564170-500x337.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"337\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-14-1544564170-1360x918.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"918\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"FAQ - Two Column\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:3:\"faq\";s:3:\"FAQ\";}}i:9;a:9:{s:11:\"template_id\";s:32:\"709d5488fbaed1131e724c1e70e35cde\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-16-1544564185-500x262.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"262\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-16-1544564185-1360x714.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"714\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:11:\"Team - Grid\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:4:\"team\";s:4:\"Team\";}}i:10;a:9:{s:11:\"template_id\";s:32:\"1b94ebc9933e8fc03afd141b2e166911\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-17-1544564196-500x398.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"398\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-17-1544564196-1360x1081.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1081\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:14:\"Single Profile\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:14:\"single-profile\";s:14:\"Single Profile\";}}i:11;a:9:{s:11:\"template_id\";s:32:\"22b50a95e3e0a57e393fada1c880e2e2\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-18-1544564215-500x225.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"225\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-18-1544564215-1360x612.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"612\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:7:\"Contact\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:7:\"contact\";s:7:\"Contact\";}}i:12;a:9:{s:11:\"template_id\";s:32:\"e348601660f408b675bcc0d5dcc0be6b\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-22-1544564228-500x226.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"226\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-22-1544564228-1360x615.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"615\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:12:\"Pricing Menu\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:12:\"pricing-menu\";s:12:\"Pricing Menu\";}}i:13;a:9:{s:11:\"template_id\";s:32:\"0f13ac4de56accd04c722afeb816bf8d\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-23-1544564236-500x389.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"389\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-23-1544564236-1360x1057.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1057\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:13:\"Pricing Table\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:13:\"pricing-table\";s:13:\"Pricing Table\";}}i:14;a:9:{s:11:\"template_id\";s:32:\"5aa36421d60790cce952c6d1dc021b69\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-26-1544564248-500x130.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"130\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-26-1544564248-1360x352.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"352\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:25:\"Single Quote / Pull-quote\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:17:\"single-quote-pull\";s:19:\"Single Quote / Pull\";}}i:15;a:10:{s:11:\"template_id\";s:32:\"ea4a749bc2bb5b980cf54a3850d5216d\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-27-1544570057-500x413.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"413\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-27-1544570057-1360x1123.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1123\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"Featured Product\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:16:\"featured-product\";s:16:\"Featured Product\";}s:6:\"import\";a:8:{s:7:\"post_id\";s:2:\"27\";s:10:\"post_title\";s:16:\"Featured Product\";s:12:\"post_content\";s:730:\"<h2>Featured Product</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incidi. Lorem ipsum dolor sit amet, consectet dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>		\n					<blockquote>\n			<p>\n				Really great product and highly recommended!			</p>\n							<footer>\n											<cite>John Doe</cite>\n														</footer>\n					</blockquote>\n			<a href=\"#\" role=\"button\">\n						Purchase Now\n					</a>\n										<img src=\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/elementor/thumbs/oliver-pecker-364272-unsplash1_02-nw317q37cf68t40n6mcu5x4zklj0b35l33km0mbhg0.jpg\" title=\"oliver-pecker-364272-unsplash(1)_02\" alt=\"oliver-pecker-364272-unsplash(1)_02\" />\";s:4:\"meta\";a:5:{s:20:\"_elementor_edit_mode\";s:7:\"builder\";s:15:\"_elementor_data\";s:7312:\"[{\"id\":\"3de90836\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.17999999999999999},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":85}},\"elements\":[{\"id\":\"4ebb3e2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":42,\"spread\":1,\"color\":\"rgba(0,0,0,0.5)\"},\"z_index\":0},\"elements\":[{\"id\":\"1f40778a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b3a911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.947000000000003,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1660c94a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Product\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbb4d3a\",\"elType\":\"widget\",\"settings\":{\"color\":\"#000000\",\"width\":{\"unit\":\"%\",\"size\":39},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"773265a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incidi. Lorem ipsum dolor sit amet, consectet dolor sit amet, consectetur adipiscing elit, sed do eiusmod<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2082e75\",\"elType\":\"widget\",\"settings\":{\"blockquote_skin\":\"boxed\",\"alignment\":\"center\",\"blockquote_content\":\"Really great product and highly recommended!\",\"author_name\":\"John Doe\",\"tweet_button_view\":\"icon\",\"tweet_button_skin\":\"link\",\"tweet_button_label\":\"Tweet\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Lato\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"content_gap\":{\"unit\":\"px\",\"size\":10},\"author_text_color\":\"#000000\",\"author_typography_typography\":\"custom\",\"author_typography_font_family\":\"Poppins\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"author_typography_font_weight\":\"500\",\"author_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Poppins\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"button_typography_font_weight\":\"bold\",\"box_padding\":{\"unit\":\"px\",\"size\":16},\"box_background_color\":\"#f7f7f7\",\"box_border_radius\":{\"unit\":\"px\",\"size\":3},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_font_style\":\"italic\",\"content_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":14},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":1,\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":43,\"spread\":0,\"color\":\"rgba(0,0,0,0.12)\"},\"tweet_button\":\"\"},\"elements\":[],\"widgetType\":\"blockquote\"},{\"id\":\"fccbc00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ad25b06\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Now\",\"align\":\"center\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"background_color\":\"#0000ff\",\"button_background_hover_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"555\",\"right\":\"555\",\"bottom\":\"555\",\"left\":\"555\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"30\",\"bottom\":\"16\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001},\"_z_index\":1,\"icon\":\"fa fa-opencart\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c12ceb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.052999999999997,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":42,\"spread\":1,\"color\":\"rgba(0,0,0,0.5)\"},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_color\":\"#191935\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"52e3a25f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-67\\/wp-content\\/uploads\\/sites\\/70\\/2018\\/08\\/oliver-pecker-364272-unsplash1_02.jpg\",\"id\":313},\"image_size\":\"custom\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100},\"space\":{\"unit\":\"%\",\"size\":100},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"800\"},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.88},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]\";s:18:\"_elementor_version\";s:3:\"0.4\";s:24:\"_elementor_template_type\";s:4:\"post\";s:14:\"_elementor_css\";a:4:{s:4:\"time\";s:10:\"1554733216\";s:5:\"fonts\";a:2:{i:0;s:7:\"Poppins\";i:1;s:4:\"Lato\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}}s:5:\"media\";a:1:{i:313;a:9:{s:7:\"post_id\";s:3:\"313\";s:10:\"post_title\";s:35:\"oliver-pecker-364272-unsplash(1)_02\";s:9:\"post_name\";s:33:\"oliver-pecker-364272-unsplash1_02\";s:4:\"guid\";s:112:\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/2018/08/oliver-pecker-364272-unsplash1_02.jpg\";s:3:\"url\";s:112:\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/2018/08/oliver-pecker-364272-unsplash1_02.jpg\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"744\";s:4:\"meta\";a:1:{s:20:\"_envato_image_source\";s:112:\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/2018/08/oliver-pecker-364272-unsplash1_02.jpg\";}s:5:\"files\";a:2:{s:32:\"a55fa345bc9affcc23db3b518f835880\";a:4:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"800\";s:3:\"url\";s:164:\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/elementor/thumbs/oliver-pecker-364272-unsplash1_02-o3fs1n918wseuvpp89snjtrubiedeerbbj9ddzth5c.jpg\";s:4:\"name\";s:80:\"oliver-pecker-364272-unsplash1_02-o3fs1n918wseuvpp89snjtrubiedeerbbj9ddzth5c.jpg\";}s:32:\"a276269abe109764917056175eadb024\";a:4:{s:3:\"url\";s:112:\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/2018/08/oliver-pecker-364272-unsplash1_02.jpg\";s:4:\"name\";s:37:\"oliver-pecker-364272-unsplash1_02.jpg\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"744\";}}}}s:9:\"media_zip\";s:102:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/elements/template-images-27.zip\";s:13:\"global_styles\";a:0:{}s:15:\"global_settings\";a:0:{}}}i:16;a:9:{s:11:\"template_id\";s:32:\"6991197bf47ded8f92e427d775cefff5\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-31-1544564265-500x186.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"186\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-31-1544564265-1360x505.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"505\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:34:\"About - Two Column: Heading & Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:17;a:9:{s:11:\"template_id\";s:32:\"17581fc152b9632ee04b4a7dd8ef4a7c\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-32-1544564280-500x261.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"261\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-32-1544564280-1360x709.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"709\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:29:\"About - Image, Heading & Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:18;a:9:{s:11:\"template_id\";s:32:\"ade5e478c9cc2cd39a094e3226df5a30\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-33-1544564291-500x197.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"197\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-33-1544564291-1360x537.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"537\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:29:\"About - Video, Heading & Copy\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:5:\"about\";s:5:\"About\";}}i:19;a:9:{s:11:\"template_id\";s:32:\"267bdd7c0e0833d8c14b1d6cd6a4f675\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-39-1544564305-500x373.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"373\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-39-1544564305-1360x1016.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1016\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:20:\"Logo Grid - Flip Box\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:9:\"logo-grid\";s:9:\"Logo Grid\";}}i:20;a:9:{s:11:\"template_id\";s:32:\"919d3a0f005dcf2f938f1f7a38e29ac2\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-40-1544564314-500x130.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"130\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:116:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-40-1544564314-1360x354.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:3:\"354\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:6:\"Footer\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:6:\"footer\";s:6:\"Footer\";}}i:21;a:9:{s:11:\"template_id\";s:32:\"254ffd9d75329549830d73c3cf81b218\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:114:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-41-1544564318-500x23.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"23\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-41-1544564318-1360x62.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:2:\"62\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:9:\"Copyright\";s:7:\"plugins\";a:0:{}s:17:\"template_features\";a:0:{}s:4:\"type\";a:1:{s:9:\"copyright\";s:9:\"Copyright\";}}i:22;a:9:{s:11:\"template_id\";s:32:\"b909e832188c2292d11a85063f6c4343\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2019/01/screenshot-1106-1548064551-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2019/01/screenshot-1106-1548064551-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:5:\"Popup\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.4.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:5:\"popup\";s:5:\"Popup\";}}i:23;a:9:{s:11:\"template_id\";s:32:\"a5dce9a897b1818e673a698a3c88b76b\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2019/01/screenshot-1110-1548064558-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2019/01/screenshot-1110-1548064558-500x364.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"364\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:7:\"Popup 2\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.4.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:5:\"popup\";s:5:\"Popup\";}}}s:7:\"options\";a:3:{s:3:\"acf\";a:0:{}s:10:\"custom_css\";s:0:\"\";s:8:\"features\";a:0:{}}s:6:\"filter\";a:1:{s:8:\"industry\";a:0:{}}}s:4:\"meta\";a:0:{}}'),(8249,3841,'inline_featured_image','0'),(8250,3841,'template_id','ea4a749bc2bb5b980cf54a3850d5216d'),(8251,3841,'template_data','a:10:{s:11:\"template_id\";s:32:\"ea4a749bc2bb5b980cf54a3850d5216d\";s:13:\"preview_image\";s:0:\"\";s:13:\"preview_thumb\";s:0:\"\";s:14:\"preview_thumbs\";a:2:{s:4:\"w500\";a:3:{s:3:\"url\";s:115:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-27-1544570057-500x413.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"413\";}s:5:\"w1360\";a:3:{s:3:\"url\";s:117:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/2018/08/screenshot-27-1544570057-1360x1123.jpg\";s:5:\"width\";s:4:\"1360\";s:6:\"height\";s:4:\"1123\";}}s:11:\"preview_url\";s:0:\"\";s:4:\"name\";s:16:\"Featured Product\";s:7:\"plugins\";a:1:{s:13:\"elementor-pro\";a:6:{s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:11:\"min_version\";s:5:\"2.2.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:12:\"install_text\";s:17:\"Buy Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:64:\"https://envato.com/elements/template-kits/get-elementor-pro.html\";}}s:17:\"template_features\";a:1:{s:13:\"elementor-pro\";a:2:{s:5:\"large\";s:13:\"Elementor Pro\";s:5:\"small\";s:3:\"Pro\";}}s:4:\"type\";a:1:{s:16:\"featured-product\";s:16:\"Featured Product\";}s:6:\"import\";a:8:{s:7:\"post_id\";s:2:\"27\";s:10:\"post_title\";s:16:\"Featured Product\";s:12:\"post_content\";s:730:\"<h2>Featured Product</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incidi. Lorem ipsum dolor sit amet, consectet dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>		\n					<blockquote>\n			<p>\n				Really great product and highly recommended!			</p>\n							<footer>\n											<cite>John Doe</cite>\n														</footer>\n					</blockquote>\n			<a href=\"#\" role=\"button\">\n						Purchase Now\n					</a>\n										<img src=\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/elementor/thumbs/oliver-pecker-364272-unsplash1_02-nw317q37cf68t40n6mcu5x4zklj0b35l33km0mbhg0.jpg\" title=\"oliver-pecker-364272-unsplash(1)_02\" alt=\"oliver-pecker-364272-unsplash(1)_02\" />\";s:4:\"meta\";a:5:{s:20:\"_elementor_edit_mode\";s:7:\"builder\";s:15:\"_elementor_data\";s:7312:\"[{\"id\":\"3de90836\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.17999999999999999},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":85}},\"elements\":[{\"id\":\"4ebb3e2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"content_position\":\"center\",\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":42,\"spread\":1,\"color\":\"rgba(0,0,0,0.5)\"},\"z_index\":0},\"elements\":[{\"id\":\"1f40778a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b3a911e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.947000000000003,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1660c94a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Product\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbb4d3a\",\"elType\":\"widget\",\"settings\":{\"color\":\"#000000\",\"width\":{\"unit\":\"%\",\"size\":39},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"weight\":{\"unit\":\"px\",\"size\":2}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"773265a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incidi. Lorem ipsum dolor sit amet, consectet dolor sit amet, consectetur adipiscing elit, sed do eiusmod<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2082e75\",\"elType\":\"widget\",\"settings\":{\"blockquote_skin\":\"boxed\",\"alignment\":\"center\",\"blockquote_content\":\"Really great product and highly recommended!\",\"author_name\":\"John Doe\",\"tweet_button_view\":\"icon\",\"tweet_button_skin\":\"link\",\"tweet_button_label\":\"Tweet\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Lato\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"content_gap\":{\"unit\":\"px\",\"size\":10},\"author_text_color\":\"#000000\",\"author_typography_typography\":\"custom\",\"author_typography_font_family\":\"Poppins\",\"author_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"author_typography_font_weight\":\"500\",\"author_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Poppins\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"button_typography_font_weight\":\"bold\",\"box_padding\":{\"unit\":\"px\",\"size\":16},\"box_background_color\":\"#f7f7f7\",\"box_border_radius\":{\"unit\":\"px\",\"size\":3},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_typography_font_style\":\"italic\",\"content_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2},\"content_gap_mobile\":{\"unit\":\"px\",\"size\":14},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_z_index\":1,\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":43,\"spread\":0,\"color\":\"rgba(0,0,0,0.12)\"},\"tweet_button\":\"\"},\"elements\":[],\"widgetType\":\"blockquote\"},{\"id\":\"fccbc00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3ad25b06\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase Now\",\"align\":\"center\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"background_color\":\"#0000ff\",\"button_background_hover_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"555\",\"right\":\"555\",\"bottom\":\"555\",\"left\":\"555\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"30\",\"bottom\":\"16\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"hover_animation\":\"grow\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001},\"_z_index\":1,\"icon\":\"fa fa-opencart\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c12ceb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.052999999999997,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":42,\"spread\":1,\"color\":\"rgba(0,0,0,0.5)\"},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_color\":\"#191935\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"52e3a25f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/wp.envatoextensions.com\\/kit-67\\/wp-content\\/uploads\\/sites\\/70\\/2018\\/08\\/oliver-pecker-364272-unsplash1_02.jpg\",\"id\":313},\"image_size\":\"custom\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":100},\"space\":{\"unit\":\"%\",\"size\":100},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"800\"},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.88},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]\";s:18:\"_elementor_version\";s:3:\"0.4\";s:24:\"_elementor_template_type\";s:4:\"post\";s:14:\"_elementor_css\";a:4:{s:4:\"time\";s:10:\"1554733216\";s:5:\"fonts\";a:2:{i:0;s:7:\"Poppins\";i:1;s:4:\"Lato\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}}s:5:\"media\";a:1:{i:313;a:9:{s:7:\"post_id\";s:3:\"313\";s:10:\"post_title\";s:35:\"oliver-pecker-364272-unsplash(1)_02\";s:9:\"post_name\";s:33:\"oliver-pecker-364272-unsplash1_02\";s:4:\"guid\";s:112:\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/2018/08/oliver-pecker-364272-unsplash1_02.jpg\";s:3:\"url\";s:112:\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/2018/08/oliver-pecker-364272-unsplash1_02.jpg\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"744\";s:4:\"meta\";a:1:{s:20:\"_envato_image_source\";s:112:\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/2018/08/oliver-pecker-364272-unsplash1_02.jpg\";}s:5:\"files\";a:2:{s:32:\"a55fa345bc9affcc23db3b518f835880\";a:4:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"800\";s:3:\"url\";s:164:\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/elementor/thumbs/oliver-pecker-364272-unsplash1_02-o3fs1n918wseuvpp89snjtrubiedeerbbj9ddzth5c.jpg\";s:4:\"name\";s:80:\"oliver-pecker-364272-unsplash1_02-o3fs1n918wseuvpp89snjtrubiedeerbbj9ddzth5c.jpg\";}s:32:\"a276269abe109764917056175eadb024\";a:4:{s:3:\"url\";s:112:\"https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/2018/08/oliver-pecker-364272-unsplash1_02.jpg\";s:4:\"name\";s:37:\"oliver-pecker-364272-unsplash1_02.jpg\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"744\";}}}}s:9:\"media_zip\";s:102:\"https://bob2cnnvzm-flywheel.netdna-ssl.com/wp-content/uploads/sites/70/elements/template-images-27.zip\";s:13:\"global_styles\";a:0:{}s:15:\"global_settings\";a:0:{}}}'),(8252,3841,'import_type','magic-insert'),(8253,3843,'_wp_attached_file','2019/08/oliver-pecker-364272-unsplash1_02.jpg'),(8254,3843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:744;s:4:\"file\";s:45:\"2019/08/oliver-pecker-364272-unsplash1_02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"oliver-pecker-364272-unsplash1_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:45:\"oliver-pecker-364272-unsplash1_02-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"oliver-pecker-364272-unsplash1_02-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"oliver-pecker-364272-unsplash1_02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"oliver-pecker-364272-unsplash1_02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"oliver-pecker-364272-unsplash1_02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"oliver-pecker-364272-unsplash1_02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(8255,3843,'_envato_image_source','https://wp.envatoextensions.com/kit-67/wp-content/uploads/sites/70/2018/08/oliver-pecker-364272-unsplash1_02.jpg'),(8256,3841,'_elementor_template_type','post'),(8257,3841,'_wp_page_template','elementor_canvas'),(8258,3841,'_elements_collection_id','70-3-69fbc3e7affc4e06d26ec020f8242c32'),(8259,3841,'_elements_template_id','ea4a749bc2bb5b980cf54a3850d5216d'),(8260,3841,'_elementor_edit_mode','builder'),(8261,3841,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:8:\"3de90836\";s:6:\"elType\";s:7:\"section\";s:8:\"settings\";a:9:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:13:\"center center\";s:15:\"background_size\";s:5:\"cover\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"90\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"110\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:24:\"background_overlay_color\";s:7:\"#000000\";s:26:\"background_overlay_opacity\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.18;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"90\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"90\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:0;}s:6:\"height\";s:10:\"min-height\";s:13:\"custom_height\";a:2:{s:4:\"unit\";s:2:\"vh\";s:4:\"size\";i:85;}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:8:\"4ebb3e2e\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:11:{s:12:\"_column_size\";i:100;s:16:\"content_position\";s:6:\"center\";s:12:\"_inline_size\";N;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#ffffff\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:5:\"right\";s:1:\"5\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"5\";s:8:\"isLinked\";b:1;}s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:0;s:4:\"blur\";i:42;s:6:\"spread\";i:1;s:5:\"color\";s:15:\"rgba(0,0,0,0.5)\";}s:7:\"z_index\";i:0;}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:8:\"1f40778a\";s:6:\"elType\";s:7:\"section\";s:8:\"settings\";a:7:{s:9:\"structure\";s:2:\"20\";s:21:\"background_background\";s:7:\"classic\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:1;}s:9:\"animation\";s:6:\"fadeIn\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"reverse_order_tablet\";s:14:\"reverse-tablet\";s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"b3a911e\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:8:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";d:38.947;s:16:\"content_position\";s:6:\"center\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:6:\"margin\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"z_index\";i:1;s:19:\"_inline_size_tablet\";i:100;}s:8:\"elements\";a:6:{i:0;a:5:{s:2:\"id\";s:8:\"1660c94a\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:13:{s:5:\"title\";s:16:\"Featured Product\";s:5:\"align\";s:6:\"center\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Poppins\";s:20:\"typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:66;}s:22:\"typography_font_weight\";s:4:\"bold\";s:25:\"typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-1;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:11:\"title_color\";s:7:\"#000000\";s:22:\"typography_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:10:\"_animation\";s:8:\"fadeInUp\";s:18:\"animation_duration\";s:4:\"fast\";}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:7:\"heading\";}i:1;a:5:{s:2:\"id\";s:7:\"dbb4d3a\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:6:{s:5:\"color\";s:7:\"#000000\";s:5:\"width\";a:2:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:39;}s:5:\"align\";s:6:\"center\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"-5\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:6:\"weight\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:2;}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:7:\"divider\";}i:2;a:5:{s:2:\"id\";s:8:\"773265a5\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:10:{s:6:\"editor\";s:191:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incidi. Lorem ipsum dolor sit amet, consectet dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>\";s:5:\"align\";s:6:\"center\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:4:\"Lato\";s:20:\"typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:22:\"typography_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"2\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"2\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:22:\"_background_background\";s:7:\"classic\";s:17:\"_background_color\";s:7:\"#ffffff\";}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:11:\"text-editor\";}i:3;a:5:{s:2:\"id\";s:7:\"2082e75\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:34:{s:15:\"blockquote_skin\";s:5:\"boxed\";s:9:\"alignment\";s:6:\"center\";s:18:\"blockquote_content\";s:44:\"Really great product and highly recommended!\";s:11:\"author_name\";s:8:\"John Doe\";s:17:\"tweet_button_view\";s:4:\"icon\";s:17:\"tweet_button_skin\";s:4:\"link\";s:18:\"tweet_button_label\";s:5:\"Tweet\";s:29:\"content_typography_typography\";s:6:\"custom\";s:30:\"content_typography_font_family\";s:4:\"Lato\";s:28:\"content_typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:30:\"content_typography_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.4;}s:11:\"content_gap\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;}s:17:\"author_text_color\";s:7:\"#000000\";s:28:\"author_typography_typography\";s:6:\"custom\";s:29:\"author_typography_font_family\";s:7:\"Poppins\";s:27:\"author_typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:29:\"author_typography_font_weight\";s:3:\"500\";s:32:\"author_typography_letter_spacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;}s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:7:\"Poppins\";s:27:\"button_typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:29:\"button_typography_font_weight\";s:4:\"bold\";s:11:\"box_padding\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:20:\"box_background_color\";s:7:\"#f7f7f7\";s:17:\"box_border_radius\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:3;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:29:\"content_typography_font_style\";s:6:\"italic\";s:37:\"content_typography_line_height_mobile\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;}s:18:\"content_gap_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:8:\"_z_index\";i:1;s:22:\"_box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:0;s:4:\"blur\";i:43;s:6:\"spread\";i:0;s:5:\"color\";s:16:\"rgba(0,0,0,0.12)\";}s:12:\"tweet_button\";s:0:\"\";}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:10:\"blockquote\";}i:4;a:5:{s:2:\"id\";s:7:\"fccbc00\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:0:{}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:6:\"spacer\";}i:5;a:5:{s:2:\"id\";s:8:\"3ad25b06\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:18:{s:4:\"text\";s:12:\"Purchase Now\";s:5:\"align\";s:6:\"center\";s:10:\"icon_align\";s:5:\"right\";s:11:\"icon_indent\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:8;}s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Poppins\";s:20:\"typography_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:22:\"typography_font_weight\";s:3:\"500\";s:16:\"background_color\";s:7:\"#0000ff\";s:29:\"button_background_hover_color\";s:7:\"#000000\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"555\";s:5:\"right\";s:3:\"555\";s:6:\"bottom\";s:3:\"555\";s:4:\"left\";s:3:\"555\";s:8:\"isLinked\";b:1;}s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"16\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:7:\"_margin\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"6\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:11:\"hover_color\";s:7:\"#ffffff\";s:15:\"hover_animation\";s:4:\"grow\";s:22:\"typography_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:8:\"_z_index\";i:1;s:4:\"icon\";s:14:\"fa fa-opencart\";}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:6:\"button\";}}s:7:\"isInner\";b:1;}i:1;a:5:{s:2:\"id\";s:7:\"c12ceb8\";s:6:\"elType\";s:6:\"column\";s:8:\"settings\";a:7:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";d:61.053;s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:0;s:4:\"blur\";i:42;s:6:\"spread\";i:1;s:5:\"color\";s:15:\"rgba(0,0,0,0.5)\";}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"em\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:16:\"background_color\";s:7:\"#191935\";s:19:\"_inline_size_tablet\";i:100;}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:8:\"52e3a25f\";s:6:\"elType\";s:6:\"widget\";s:8:\"settings\";a:9:{s:5:\"image\";a:2:{s:3:\"url\";s:96:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/oliver-pecker-364272-unsplash1_02.jpg\";s:2:\"id\";i:3843;}s:10:\"image_size\";s:6:\"custom\";s:5:\"align\";s:5:\"right\";s:5:\"width\";a:2:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;}s:5:\"space\";a:2:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;}s:19:\"image_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:5:\"right\";s:1:\"5\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:1:\"5\";s:8:\"isLinked\";b:1;}s:22:\"image_custom_dimension\";a:2:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"800\";}s:13:\"opacity_hover\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.88;}s:27:\"background_hover_transition\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.4;}}s:8:\"elements\";a:0:{}s:10:\"widgetType\";s:5:\"image\";}}s:7:\"isInner\";b:1;}}s:7:\"isInner\";b:1;}}s:7:\"isInner\";b:0;}}s:7:\"isInner\";b:0;}}'),(8262,3841,'_elementor_version','0.4'),(18317,4715,'_elementor_template_type','wp-post'),(18318,4715,'_elementor_data','[{\"id\":\"c08bfb6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"7b22936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"01971d7\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide-home2\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30096ac\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"60\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#3d7b5f\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d774108\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"background_hover_background\":\"classic\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"f34965c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Events\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-music\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec360c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224126%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"b4ad1d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"background_hover_background\":\"classic\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"484558a\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Say \\\"I DO\\\"\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-couple\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec360c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%222041%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4b82353\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"7d38fb3\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Rates\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-budget\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"57d6a27\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223991%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"39f9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"8dad1c7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"History\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-leaf-small-4\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"73bdec3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"365f2de\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Photos\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-favourite\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ee60827\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"90e8ca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"0c96ff9\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Contact \",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-phone\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"57d6a27\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22553%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"410390b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1200},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/decor_img1.png\",\"id\":786},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":68},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-7},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":-20,\"_id\":\"e66d2ea\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/decor_img.png\",\"id\":785},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-1},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":53},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":20,\"_id\":\"c38b456\",\"osf_section_parallax_mouse\":\"yes\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"8d417da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"z_index\":99},\"elements\":[{\"id\":\"4014851\",\"elType\":\"widget\",\"settings\":{\"title\":\"Live Music & Dance Hall\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8aa5f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Most Fridays from 8 - 11pm<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"de5d18f\",\"elType\":\"widget\",\"settings\":{\"type\":\"16\"},\"elements\":[],\"widgetType\":\"MEC\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0af051c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#611239\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"z_index\":1000,\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#611239\",\"background_overlay_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/OutlineBuilding-White-Web.png\",\"id\":720},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]}},\"elements\":[{\"id\":\"cdb2fef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"c086ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>THE VINEWOOD - SINCE 1889<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.5}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc60b3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Where Memories are Made\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_family\":\"Playfair Display\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"624067c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since the turn of the 20th Century, dance halls, like The Vinewood, have been a gathering place for people to dance, celebrate or even have community conversations. No matter the style of event, we stay rooted in The Vinewood tradition, welcoming all to enjoy and make meaningful memories.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.2},\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a9b2aa3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"180\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99964c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-right\",\"animation_duration\":\"fast\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"009e115\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/40243169_996408780519700_8265206971041316864_o.jpg\",\"id\":4213}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b020c5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3bd893e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Where Memories Are Made<br \\/><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5554537\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by and say hello or schedule a private tour of the property today.<\\/p><p><strong>Welcome!\\u00a0 <\\/strong><\\/p><p><em>- Nicole &amp; Mike<\\/em><\\/p>\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27230a74\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"20989965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6574b106\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/NicoleSig.png\",\"id\":3773},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"218440b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"78aec74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MikeSig.png\",\"id\":3774},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7feacf1\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":808},\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor1.png\",\"id\":857},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-2},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-15},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":20,\"_id\":\"c068d33\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor2.png\",\"id\":858},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-1},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":60},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"551df8e\",\"osf_section_parallax_mouse\":\"yes\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor3.png\",\"id\":859},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":85},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-4},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"f8756f2\",\"osf_section_parallax_mouse\":\"yes\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor4.png\",\"id\":915},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":93},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":52},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"4649df7\",\"osf_section_parallax_mouse\":\"yes\"}],\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Outside.jpg\",\"id\":4099},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.63,\"sizes\":[]},\"background_size\":\"cover\",\"background_ypos\":{\"unit\":\"px\",\"size\":-424,\"sizes\":[]}},\"elements\":[{\"id\":\"8e13b21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"schedule_end_date\":\"2018-11-30 00:00\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"436fc45\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"testimonial_title\":\"Gorgeous and such Good Vibes\",\"testimonial_content\":\"\\u2018I only attended a wedding here, but this venue is GORGEOUS! It has such a good vibe even without decorations. Large open space and a unique setup. Has a stage as well and public restrooms and a bar area. Makes me wish I could\\u2019ve had my wedding reception here!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Abby\",\"testimonial_job\":\"Wedding - February 2019\",\"_id\":\"57f255d\"},{\"testimonial_title\":\"Most quaint little place\",\"testimonial_content\":\"\\u2018It\'s the most quaint little place to have a wedding. I think the wedding that I attended here had about 300 or 350 people and it fit us all very comfortably. Didn\'t feel cramped at all.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Britney\",\"testimonial_job\":\"Wedding - July 2019\",\"_id\":\"f4645aa\"},{\"testimonial_title\":\"It felt so magical\",\"testimonial_content\":\"\\u2018The ceremony was outdoors, shaded by trees. BEAUTIFUL. And then the reception was indoors. Beautiful refinished hardwood floors and white walls. There were lights strung from the rafters and it just felt so magical.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Britney\",\"testimonial_job\":\"Wedding July 2019\",\"_id\":\"3f456be\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":32},\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_content_color\":\"rgba(255,255,255,0.87)\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"name_text_color\":\"#d9b351\",\"backgroud_dot\":\"#e5e5e5\",\"backgroud_dot_active\":\"#202020\",\"enable_carousel\":\"yes\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"title_color\":\"#d9b351\",\"title_typography_font_family\":\"Playfair Display\",\"title_typography_font_weight\":\"normal\",\"job_text_color\":\"#d9b351\",\"name_line_color\":\"#d9b351\",\"job_dot_color\":\"#d9b351\",\"carousel_dot_color\":\"#d9b351\",\"carousel_dot_color_hover\":\"#ffffff\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"opal-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43d1064\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_position\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"z_index\":10},\"elements\":[{\"id\":\"235d8fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"21dd79c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce0195e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b0b3f8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Versatile Spaces\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eeb9d58\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>WEDDINGS\\u00a0 \\u2022\\u00a0 CORPORATE\\u00a0 \\u2022\\u00a0 REUNIONS\\u00a0 \\u2022\\u00a0 RETIREMENT\\u00a0 \\u2022 NONPROFIT FUNDRAISERS\\u00a0 \\u2022 CONFERENCES\\u00a0 \\u2022\\u00a0 HOLIDAY PARTIES<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c91b709\",\"elType\":\"widget\",\"settings\":{\"contents\":[{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MrsMrs-Color.jpg\",\"id\":4245},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Venue Hall: Seating for 350\",\"content\":\"<p>Indoors we can accommodate up to 350 guests seated. Capacity is 499. Plus we have amble outdoor acreage for use.<\\/p>\",\"_id\":\"418b17d\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-6-e1566582948853.jpg\",\"id\":4008},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Outdoor Spaces: Lots of Greenary\",\"content\":\"<p>The Vinewood sits on five-acres and includes a large event hall, back deck and plenty of green spaces.<\\/p>\",\"_id\":\"10c9295\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-40.jpg\",\"id\":3770},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Mezzanine: Beautiful, Natural Light\",\"content\":\"<p><span id=\\\"fbPhotoSnowliftCaption\\\" class=\\\"fbPhotosPhotoCaption\\\" tabindex=\\\"0\\\" aria-live=\\\"polite\\\" data-ft=\\\"{\\\"><span class=\\\"hasCaption\\\">Our mezzanine is great for photos, a cocktail hour, extra guest seating or even a live and silent auction area.<br \\/><\\/span><\\/span><\\/p><div id=\\\"comp-jhsartkp\\\" class=\\\"txtNew\\\" data-packed=\\\"true\\\">\\u00a0<\\/div>\",\"_id\":\"ad6e0db\"}],\"column\":\"2\",\"gutter\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"style\":\"1\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"content_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"enable_carousel\":\"yes\",\"navigation\":\"arrows\",\"content_typography_typography\":\"custom\",\"title_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"column_tablet\":\"1\",\"column_mobile\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"autoplay_speed\":4000},\"elements\":[],\"widgetType\":\"opal-text_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ed2369\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc3fe4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"bf33a89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Inspired\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"003c350\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":8,\"style\":\"overlay\",\"content_delay_time\":\"0.50\",\"show_load_more\":\"yes\",\"text\":\"View more weddings\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"align\":\"center\",\"size\":\"md\",\"text_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#e7e4d8\",\"button_background_hover_color\":\"#e8dfc0\"},\"elements\":[],\"widgetType\":\"opal-portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ba980a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"881e8dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"05b06f6\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"\",\"_id\":\"30e9e9c\",\"wp_gallery\":[{\"id\":4100,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/PetersonFlowers.jpg\"},{\"id\":4095,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\"},{\"id\":4087,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/BridalSuite-2.jpg\"},{\"id\":4221,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Mezzinea2018Autum.jpg\"}]}],\"thumbnail_size\":\"full\",\"columns\":\"4\",\"columns_tablet\":\"2\",\"columns_mobile\":\"1\",\"gutter\":{\"unit\":\"px\",\"size\":0},\"content_delay_time\":\"0.50\",\"schedule_end_date\":\"2018-11-30 00:00\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(8279,3843,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.8899108636856345;s:5:\"bytes\";i:6547;s:11:\"size_before\";i:95023;s:10:\"size_after\";i:88476;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8;s:5:\"bytes\";i:194;s:11:\"size_before\";i:2204;s:10:\"size_after\";i:2010;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:586;s:11:\"size_before\";i:8835;s:10:\"size_after\";i:8249;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8;s:5:\"bytes\";i:194;s:11:\"size_before\";i:2204;s:10:\"size_after\";i:2010;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:227;s:11:\"size_before\";i:3419;s:10:\"size_after\";i:3192;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:402;s:11:\"size_before\";i:7072;s:10:\"size_after\";i:6670;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.84;s:5:\"bytes\";i:4944;s:11:\"size_before\";i:63040;s:10:\"size_after\";i:58096;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8249;s:10:\"size_after\";i:8249;s:4:\"time\";d:0.01;}}}'),(8280,3841,'insert_history','a:0:{}'),(15845,4592,'_wp_page_template','page-elementor.php'),(15846,4592,'_elementor_edit_mode','builder'),(15847,4592,'_elementor_template_type','post'),(15848,4592,'_elementor_data','[{\"id\":\"1a301a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a94a1a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"ee7854b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy New Year!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4639600\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us for great music, food and lots of dancing on December 31, 2019.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e60b6d8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"acd54db\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"84d9219\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dinner\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-right\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b48622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>6:30 \\u2013 8PM<br \\/>Prime Rib and Champagne Chicken (full menu listed below)<\\/p>\",\"align\":\"center\",\"_animation\":\"opal-move-right\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d32b1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ebebeb\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ef28331\",\"elType\":\"widget\",\"settings\":{\"title\":\"Live Music\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a579bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>8:00PM - MIDNIGHT<br \\/><strong><span style=\\\"text-decoration: underline;\\\">Mark &amp; The Sharks<\\/span><\\/strong><strong><br \\/><\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"opal-scale-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"13650b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#ebebeb\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"523b2c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Midnight Toast\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"efbb735\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Champagne toast and ball drop plus homemade biscuits and gravy<\\/p>\",\"align\":\"center\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b170d8\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Champagn2.jpg\",\"id\":3759},\"background_size\":\"auto\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":776},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":700},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":500},\"content_position\":\"middle\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a187030\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.496,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4c0f70e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>RESERVATIONS ARE NOW CLOSED. HOWEVER...<br \\/><\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ea59c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"311e55b\",\"elType\":\"widget\",\"settings\":{\"title\":\"we know you want to celebrate, therefore...\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":40},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17f416d\",\"elType\":\"widget\",\"settings\":{\"title\":\"a limited number of dance-only tickets are now being sold\",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#f7f2ee\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c12b5fe\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ccbde22\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE & PURCHASE TICKETS\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/product\\/nye-2020-danceonly\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"83db4d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.504,\"space_between_widgets\":0,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ad221f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":\"\"},\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.18\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"10\",\"bottom\":\"90\",\"left\":\"10\",\"isLinked\":\"\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"85\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"37fa78ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"42\",\"spread\":\"1\",\"color\":\"rgba(0,0,0,0.5)\"},\"z_index\":\"0\"},\"elements\":[{\"id\":\"5fe94362\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"15a60cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"38.947\",\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"z_index\":\"1\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"3567893d\",\"elType\":\"widget\",\"settings\":{\"title\":\"MENU\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"66\"},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-1\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_color\":\"#000000\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f55110\",\"elType\":\"widget\",\"settings\":{\"color\":\"#000000\",\"width\":{\"unit\":\"%\",\"size\":\"39\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"weight\":{\"unit\":\"px\",\"size\":\"2\"},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7b41d71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Chef Carved Black Angus Prime Rib smoked and served with creamed horseradish and au jus<\\/p><p>Champagne Butter Chicken breast baked with creamy champagne butter sauce<\\/p><p>Roasted Herb New Potatoes <br \\/>tossed in seasoned butter<\\/p><p>Farm Fav: Riviera Vegetables (green beans, whole wax beans and baby carrots)<\\/p><p>Front Door Catering House Salad<\\/p><p>Fresh baked split top dinner rolls<\\/p><p>Variety of homemade desserts<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"},{\"id\":\"6c240763\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"61.053\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"42\",\"spread\":\"1\",\"color\":\"rgba(0,0,0,0.5)\"},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"background_color\":\"#191935\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"91c94c7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/emailsiglogo.png\",\"id\":3846},\"image_size\":\"woocommerce_single\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":\"100\"},\"space\":{\"unit\":\"%\",\"size\":\"100\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"800\"},\"opacity_hover\":{\"unit\":\"px\",\"size\":\"0.88\"},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"0.4\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"124\",\"bottom\":\"124\",\"left\":\"124\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(9952,291,'_wxr_import_parent','46'),(9951,291,'_typist_tech_image_optimized','1'),(8281,3845,'_wp_attached_file','2019/08/FDC_512Web.jpg'),(8282,3845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2019/08/FDC_512Web.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-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:\"FDC_512Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-512x390.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"FDC_512Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"FDC_512Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(8283,3845,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.299468562357651;s:5:\"bytes\";i:12459;s:11:\"size_before\";i:289780;s:10:\"size_after\";i:277321;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37;s:5:\"bytes\";i:644;s:11:\"size_before\";i:8736;s:10:\"size_after\";i:8092;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.31;s:5:\"bytes\";i:1741;s:11:\"size_before\";i:23820;s:10:\"size_after\";i:22079;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22079;s:10:\"size_after\";i:22079;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:2238;s:11:\"size_before\";i:35315;s:10:\"size_after\";i:33077;s:4:\"time\";d:0.01;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:1758;s:11:\"size_before\";i:26938;s:10:\"size_after\";i:25180;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.73;s:5:\"bytes\";i:3155;s:11:\"size_before\";i:46851;s:10:\"size_after\";i:43696;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:2580;s:11:\"size_before\";i:35382;s:10:\"size_after\";i:32802;s:4:\"time\";d:0.01;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32802;s:10:\"size_after\";i:32802;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.15;s:5:\"bytes\";i:343;s:11:\"size_before\";i:4795;s:10:\"size_after\";i:4452;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22079;s:10:\"size_after\";i:22079;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4452;s:10:\"size_after\";i:4452;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22079;s:10:\"size_after\";i:22079;s:4:\"time\";d:0.03;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4452;s:10:\"size_after\";i:4452;s:4:\"time\";d:0.01;}}}'),(8284,3845,'_wp_attachment_image_alt','Front Door Catering'),(8285,3846,'_wp_attached_file','2019/08/emailsiglogo.png'),(8286,3846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:289;s:6:\"height\";i:343;s:4:\"file\";s:24:\"2019/08/emailsiglogo.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"emailsiglogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"emailsiglogo-253x300.png\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:24:\"emailsiglogo-289x300.png\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:24:\"emailsiglogo-289x324.png\";s:5:\"width\";i:289;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:24:\"emailsiglogo-289x260.png\";s:5:\"width\";i:289;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:24:\"emailsiglogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"emailsiglogo-289x300.png\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"emailsiglogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"emailsiglogo-289x300.png\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"emailsiglogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(8287,3846,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.757614075992684;s:5:\"bytes\";i:96825;s:11:\"size_before\";i:425462;s:10:\"size_after\";i:328637;s:4:\"time\";d:0.9800000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.52;s:5:\"bytes\";i:5669;s:11:\"size_before\";i:34309;s:10:\"size_after\";i:28640;s:4:\"time\";d:0.05;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.21;s:5:\"bytes\";i:17289;s:11:\"size_before\";i:90006;s:10:\"size_after\";i:72717;s:4:\"time\";d:0.1;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.75;s:5:\"bytes\";i:24292;s:11:\"size_before\";i:61109;s:10:\"size_after\";i:36817;s:4:\"time\";d:0.17;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.02;s:5:\"bytes\";i:25346;s:11:\"size_before\";i:64957;s:10:\"size_after\";i:39611;s:4:\"time\";d:0.17;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.53;s:5:\"bytes\";i:21593;s:11:\"size_before\";i:53274;s:10:\"size_after\";i:31681;s:4:\"time\";d:0.12;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8;s:5:\"bytes\";i:2636;s:11:\"size_before\";i:17815;s:10:\"size_after\";i:15179;s:4:\"time\";d:0.02;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36817;s:10:\"size_after\";i:36817;s:4:\"time\";d:0.16;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15179;s:10:\"size_after\";i:15179;s:4:\"time\";d:0.03;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36817;s:10:\"size_after\";i:36817;s:4:\"time\";d:0.14;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15179;s:10:\"size_after\";i:15179;s:4:\"time\";d:0.02;}}}'),(8295,1935,'_elementor_pro_version','2.7.3'),(13472,4476,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.994228766082036;s:5:\"bytes\";i:10644;s:11:\"size_before\";i:213126;s:10:\"size_after\";i:202482;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.87;s:5:\"bytes\";i:1078;s:11:\"size_before\";i:12156;s:10:\"size_after\";i:11078;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.31;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:29259;s:10:\"size_after\";i:26829;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.43;s:5:\"bytes\";i:3358;s:11:\"size_before\";i:39822;s:10:\"size_after\";i:36464;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.77;s:5:\"bytes\";i:3159;s:11:\"size_before\";i:40633;s:10:\"size_after\";i:37474;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.49;s:5:\"bytes\";i:619;s:11:\"size_before\";i:6522;s:10:\"size_after\";i:5903;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36464;s:10:\"size_after\";i:36464;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5903;s:10:\"size_after\";i:5903;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36464;s:10:\"size_after\";i:36464;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5903;s:10:\"size_after\";i:5903;s:4:\"time\";d:0.01;}}}'),(13473,4476,'_wp_attachment_image_alt','Biscuit Miller'),(14271,4520,'_billing_postcode','66610'),(14272,4520,'_billing_country','US'),(14273,4520,'_billing_email','skessler5@cox.net'),(14268,4520,'_billing_address_1','3907 SW 40th Ter'),(14269,4520,'_billing_city','Topeka'),(14270,4520,'_billing_state','KS'),(14266,4520,'_billing_first_name','Stephen'),(14267,4520,'_billing_last_name','Kessler'),(14264,4520,'_created_via','checkout'),(14265,4520,'_cart_hash','0018fb5ec2f5db51277ee07810b7e4f3'),(14263,4520,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(14261,4520,'_payment_method_title','PayPal'),(14262,4520,'_customer_ip_address','24.255.255.160'),(14258,4520,'_order_key','wc_order_ZCPiEHZ9gnDjp'),(14259,4520,'_customer_user','0'),(14260,4520,'_payment_method','paypal'),(14254,4519,'_recorded_coupon_usage_counts','yes'),(14255,4519,'_order_stock_reduced','yes'),(14252,4519,'_download_permissions_granted','yes'),(14253,4519,'_recorded_sales','yes'),(13488,4479,'mec_verified','1'),(13489,4479,'mec_verification_key','e5d1f6a57ec3817ca6fea6563ea2276a'),(13490,4479,'mec_cancellation_key','59fa0faf7fef3a6d793f89d77ee7c318'),(13491,4479,'mec_confirmed','1'),(13492,4479,'mec_transaction_id','ZLN30815'),(13493,4479,'mec_event_id','4392'),(13494,4479,'mec_date','2019-10-05:2019-10-05'),(13495,4479,'mec_ticket_id',',1,1,1,'),(13496,4479,'mec_booking_time','2019-11-04 06:45:13'),(13497,4479,'mec_attendees','a:3:{i:0;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Rhonda Seitz\";s:5:\"email\";s:24:\"Rhonda.seitz56@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(13498,4479,'mec_price','30'),(13499,4479,'mec_gateway','MEC_gateway_paypal_express'),(13500,4479,'mec_gateway_label','PayPal Express'),(13501,4480,'_elementor_controls_usage','a:0:{}'),(13502,4480,'mec_verified','1'),(13503,4480,'mec_verification_key','51171efc726f0e81e0173607e886ce56'),(13504,4480,'mec_cancellation_key','f583c918da5821a101e3b6a4dec57de8'),(13505,4480,'mec_confirmed','1'),(13506,4480,'mec_transaction_id','YQE27608'),(13507,4480,'mec_event_id','4470'),(13508,4480,'mec_date','2019-11-22:2019-11-22'),(13509,4480,'mec_ticket_id',',1,1,'),(13510,4480,'mec_booking_time','2019-11-04 13:11:24'),(13511,4480,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Malinda Kufahl\";s:5:\"email\";s:17:\"myndi77@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"3166403984\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Malinda Kufahl\";s:5:\"email\";s:17:\"myndi77@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"3166403984\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(13512,4480,'mec_price','22.1192'),(13513,4480,'mec_gateway','MEC_gateway_paypal_express'),(13514,4480,'mec_gateway_label','PayPal Express'),(13515,4481,'_elementor_controls_usage','a:0:{}'),(13516,4481,'mec_verified','1'),(13517,4481,'mec_verification_key','8fe2dc3c9101bd07b9d0b1e501184c48'),(13518,4481,'mec_cancellation_key','a734c58cf73a1e8fe1e8945650dd0667'),(13519,4481,'mec_confirmed','1'),(13520,4481,'mec_transaction_id','RCB69552'),(13521,4481,'mec_event_id','4417'),(13522,4481,'mec_date','2019-10-26:2019-10-26'),(13523,4481,'mec_ticket_id',',1,'),(13524,4481,'mec_booking_time','2019-11-04 13:24:03'),(13525,4481,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:8:\"Kerrice \";s:5:\"email\";s:24:\"seveneightfive@gmail.con\";s:3:\"reg\";a:2:{i:2;s:10:\"7852493126\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(13526,4481,'mec_price','10'),(13527,4482,'_elementor_controls_usage','a:0:{}'),(13528,4482,'mec_verified','1'),(13529,4482,'mec_verification_key','02f0279b671447a9c6c5cf0bb5baed35'),(13530,4482,'mec_cancellation_key','a512398f58cc70a2ad0ce0bf3ddeffa6'),(13531,4482,'mec_confirmed','1'),(13532,4482,'mec_transaction_id','YQE27608'),(13533,4482,'mec_event_id','4470'),(13534,4482,'mec_date','2019-11-22:2019-11-22'),(13535,4482,'mec_ticket_id',',1,1,'),(13536,4482,'mec_booking_time','2019-11-04 13:24:04'),(13537,4482,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Malinda Kufahl\";s:5:\"email\";s:17:\"myndi77@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"3166403984\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Malinda Kufahl\";s:5:\"email\";s:17:\"myndi77@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"3166403984\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(13538,4482,'mec_price','22.1192'),(13539,4483,'_elementor_controls_usage','a:0:{}'),(13540,4483,'mec_verified','1'),(13541,4483,'mec_verification_key','b6240637098e6530e1e0c0425c519e35'),(13542,4483,'mec_cancellation_key','30b414e7d3ba7c0762d27f99708cdfb1'),(13543,4483,'mec_confirmed','1'),(13544,4483,'mec_transaction_id','FVQ57252'),(13545,4483,'mec_event_id','4417'),(13546,4483,'mec_date','2019-10-26:2019-10-26'),(13547,4483,'mec_ticket_id',',1,1,'),(13548,4483,'mec_booking_time','2019-11-04 13:24:04'),(13549,4483,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:13:\"ranae cushing\";s:5:\"email\";s:22:\"ranaec2016@outlook.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"ranae cushing\";s:5:\"email\";s:22:\"ranaec2016@outlook.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(13550,4483,'mec_price','20'),(13551,4481,'mec_gateway','MEC_gateway_paypal_express'),(13552,4481,'mec_gateway_label','PayPal Express'),(13553,4484,'_elementor_controls_usage','a:0:{}'),(13554,4484,'mec_verified','1'),(13555,4484,'mec_verification_key','8d1438b04e61c0609f9b7775f8674068'),(13556,4484,'mec_cancellation_key','57cda2b5f035dc4e3f3d37d95f4d246e'),(13557,4484,'mec_confirmed','1'),(13558,4484,'mec_transaction_id','YQE27608'),(13559,4484,'mec_event_id','4470'),(13560,4484,'mec_date','2019-11-22:2019-11-22'),(9926,4071,'_wp_attached_file','2019/08/log_file_2019-08-25__06-52-13.txt'),(9927,4072,'inline_featured_image','0'),(9928,4072,'inline_featured_image','0'),(9929,4072,'_wp_page_template','default'),(9930,4072,'slide_template','default'),(9931,4072,'osf_enable_sidebar_page','0'),(9932,4072,'osf_sidebar_width','320'),(9933,4072,'osf_enable_page_heading','0'),(9934,4072,'osf_enable_full_page','0'),(9935,4072,'osf_enable_custom_header','1'),(9936,4072,'osf_header_layout','header-2-2'),(9937,4072,'osf_enable_breadcrumb','0'),(9938,4072,'osf_enable_custom_footer','0'),(9939,4072,'osf_footer_padding_top','0'),(9940,4072,'osf_enable_fixed_footer','0'),(9941,4072,'_elementor_edit_mode','builder'),(9942,4072,'_elementor_template_type','wp-post'),(9943,4072,'_elementor_data','[{\"id\":\"c08bfb6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"7b22936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"01971d7\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide-home2\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30096ac\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"60\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#3d7b5f\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d774108\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"background_hover_background\":\"classic\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"f34965c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Events\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-music\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec360c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%224126%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"b4ad1d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"background_hover_background\":\"classic\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"484558a\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Say \\\"I DO\\\"\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-couple\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"dec360c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%222041%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4b82353\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"7d38fb3\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Rates\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-budget\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"57d6a27\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223991%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"39f9eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"8dad1c7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"History\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-leaf-small-4\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":100,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"73bdec3\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.3333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"365f2de\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Photos\",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-favourite\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"ee60827\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"90e8ca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"space_between_widgets\":0,\"_inline_size_tablet\":33.333,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#afb5ad\",\"_inline_size_mobile\":33},\"elements\":[{\"id\":\"0c96ff9\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Contact \",\"description_text\":\"\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":36},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"icon\":\"opal-icon-phone\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"primary_color\":\"#fcf9e2\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":300,\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_color\":\"#afb5ad\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#94a391\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.3},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"57d6a27\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22553%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"410390b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1200},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/decor_img1.png\",\"id\":786},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":68},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-7},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":-20,\"_id\":\"e66d2ea\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/decor_img.png\",\"id\":785},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-1},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":53},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":20,\"_id\":\"c38b456\",\"osf_section_parallax_mouse\":\"yes\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99},\"elements\":[{\"id\":\"8d417da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"z_index\":99},\"elements\":[{\"id\":\"4014851\",\"elType\":\"widget\",\"settings\":{\"title\":\"Live Music & Dance Hall\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e8aa5f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Most Fridays from 8 - 11pm<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"de5d18f\",\"elType\":\"widget\",\"settings\":{\"type\":\"16\"},\"elements\":[],\"widgetType\":\"MEC\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0af051c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#611239\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"z_index\":1000,\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#611239\",\"background_overlay_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/OutlineBuilding-White-Web.png\",\"id\":720},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]}},\"elements\":[{\"id\":\"cdb2fef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"c086ba0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>THE VINEWOOD - SINCE 1889<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":1.5}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc60b3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Where Memories are Made\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72},\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_family\":\"Playfair Display\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"624067c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since the turn of the 20th Century, dance halls, like The Vinewood, have been a gathering place for people to dance, celebrate or even have community conversations. No matter the style of event, we stay rooted in The Vinewood tradition, welcoming all to enjoy and make meaningful memories.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.2},\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a9b2aa3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"180\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99964c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-right\",\"animation_duration\":\"fast\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"009e115\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/40243169_996408780519700_8265206971041316864_o.jpg\",\"id\":4213}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b020c5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"3bd893e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Where Memories Are Made<br \\/><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5554537\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by and say hello or schedule a private tour of the property today.<\\/p><p><strong>Welcome!\\u00a0 <\\/strong><\\/p><p><em>- Nicole &amp; Mike<\\/em><\\/p>\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27230a74\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"20989965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6574b106\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/NicoleSig.png\",\"id\":3773},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"218440b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"78aec74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MikeSig.png\",\"id\":3774},\"align\":\"left\",\"_animation\":\"opal-move-left\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21dd79c\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce0195e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b0b3f8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Versatile Spaces\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eeb9d58\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>WEDDINGS\\u00a0 \\u2022\\u00a0 CORPORATE\\u00a0 \\u2022\\u00a0 REUNIONS\\u00a0 \\u2022\\u00a0 RETIREMENT\\u00a0 \\u2022 NONPROFIT FUNDRAISERS\\u00a0 \\u2022 CONFERENCES\\u00a0 \\u2022\\u00a0 HOLIDAY PARTIES<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c91b709\",\"elType\":\"widget\",\"settings\":{\"contents\":[{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/MrsMrs-Color.jpg\",\"id\":4245},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Venue Hall: Seating for 350\",\"content\":\"<p>Indoors we can accommodate up to 350 guests seated. Capacity is 499. Plus we have amble outdoor acreage for use.<\\/p>\",\"_id\":\"418b17d\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-6-e1566582948853.jpg\",\"id\":4008},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Outdoor Spaces: Lots of Greenary\",\"content\":\"<p>The Vinewood sits on five-acres and includes a large event hall, back deck and plenty of green spaces.<\\/p>\",\"_id\":\"10c9295\"},{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-40.jpg\",\"id\":3770},\"thumbnail_size\":\"meccarouselthumb\",\"thumbnail_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"title\":\"Mezzanine: Beautiful, Natural Light\",\"content\":\"<p><span id=\\\"fbPhotoSnowliftCaption\\\" class=\\\"fbPhotosPhotoCaption\\\" tabindex=\\\"0\\\" aria-live=\\\"polite\\\" data-ft=\\\"{\\\"><span class=\\\"hasCaption\\\">Our mezzanine is great for photos, a cocktail hour, extra guest seating or even a live and silent auction area.<br \\/><\\/span><\\/span><\\/p><div id=\\\"comp-jhsartkp\\\" class=\\\"txtNew\\\" data-packed=\\\"true\\\">\\u00a0<\\/div>\",\"_id\":\"ad6e0db\"}],\"column\":\"2\",\"gutter\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"style\":\"1\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"content_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"enable_carousel\":\"yes\",\"navigation\":\"arrows\",\"content_typography_typography\":\"custom\",\"title_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"column_tablet\":\"1\",\"column_mobile\":\"1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"autoplay_speed\":4000},\"elements\":[],\"widgetType\":\"opal-text_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0ed2369\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"145\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"z_index\":99,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc3fe4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"bf33a89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Inspired\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"003c350\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":8,\"style\":\"overlay\",\"content_delay_time\":\"0.50\",\"show_load_more\":\"yes\",\"text\":\"View more weddings\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"277\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"align\":\"center\",\"size\":\"md\",\"text_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#e7e4d8\",\"button_background_hover_color\":\"#e8dfc0\"},\"elements\":[],\"widgetType\":\"opal-portfolio\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43d1064\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":1200},\"background_background\":\"classic\",\"background_position\":\"initial\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"z_index\":10,\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/MettalicGoldBack.jpg\",\"id\":716}},\"elements\":[{\"id\":\"235d8fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7feacf1\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":808},\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"osf_section_parallax_layer\":[{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor1.png\",\"id\":857},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-2},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-15},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_mouse\":\"yes\",\"osf_section_parallax_rate\":20,\"_id\":\"c068d33\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor2.png\",\"id\":858},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":-1},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":60},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"551df8e\",\"osf_section_parallax_mouse\":\"yes\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor3.png\",\"id\":859},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":85},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":-4},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"f8756f2\",\"osf_section_parallax_mouse\":\"yes\"},{\"osf_section_parallax_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/img-decor4.png\",\"id\":915},\"osf_section_parallax_position_h\":{\"unit\":\"%\",\"size\":93},\"osf_section_parallax_position_v\":{\"unit\":\"%\",\"size\":52},\"osf_section_parallax_background_size\":\"auto\",\"osf_section_parallax_z_index\":1,\"osf_section_parallax_rate\":-20,\"_id\":\"4649df7\",\"osf_section_parallax_mouse\":\"yes\"}],\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Outside.jpg\",\"id\":4099},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"section_parallax_on\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.63,\"sizes\":[]},\"background_size\":\"cover\",\"background_ypos\":{\"unit\":\"px\",\"size\":-424,\"sizes\":[]}},\"elements\":[{\"id\":\"8e13b21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"schedule_end_date\":\"2018-11-30 00:00\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\"},\"elements\":[{\"id\":\"436fc45\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"testimonial_title\":\"Gorgeous and such Good Vibes\",\"testimonial_content\":\"\\u2018I only attended a wedding here, but this venue is GORGEOUS! It has such a good vibe even without decorations. Large open space and a unique setup. Has a stage as well and public restrooms and a bar area. Makes me wish I could\\u2019ve had my wedding reception here!\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Abby\",\"testimonial_job\":\"Wedding - February 2019\",\"_id\":\"57f255d\"},{\"testimonial_title\":\"Most quaint little place\",\"testimonial_content\":\"\\u2018It\'s the most quaint little place to have a wedding. I think the wedding that I attended here had about 300 or 350 people and it fit us all very comfortably. Didn\'t feel cramped at all.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Britney\",\"testimonial_job\":\"Wedding - July 2019\",\"_id\":\"f4645aa\"},{\"testimonial_title\":\"It felt so magical\",\"testimonial_content\":\"\\u2018The ceremony was outdoors, shaded by trees. BEAUTIFUL. And then the reception was indoors. Beautiful refinished hardwood floors and white walls. There were lights strung from the rafters and it just felt so magical.\\u2019\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Britney\",\"testimonial_job\":\"Wedding July 2019\",\"_id\":\"3f456be\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":32},\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_content_color\":\"rgba(255,255,255,0.87)\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":36},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.6},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"name_text_color\":\"#d9b351\",\"backgroud_dot\":\"#e5e5e5\",\"backgroud_dot_active\":\"#202020\",\"enable_carousel\":\"yes\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"title_color\":\"#d9b351\",\"title_typography_font_family\":\"Playfair Display\",\"title_typography_font_weight\":\"normal\",\"job_text_color\":\"#d9b351\",\"name_line_color\":\"#d9b351\",\"job_dot_color\":\"#d9b351\",\"carousel_dot_color\":\"#d9b351\",\"carousel_dot_color_hover\":\"#ffffff\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"opal-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ba980a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"881e8dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"05b06f6\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"\",\"_id\":\"30e9e9c\",\"wp_gallery\":[{\"id\":4100,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/PetersonFlowers.jpg\"},{\"id\":4095,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\"},{\"id\":4087,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/BridalSuite-2.jpg\"},{\"id\":4221,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Mezzinea2018Autum.jpg\"}]}],\"thumbnail_size\":\"full\",\"columns\":\"4\",\"columns_tablet\":\"2\",\"columns_mobile\":\"1\",\"gutter\":{\"unit\":\"px\",\"size\":0},\"content_delay_time\":\"0.50\",\"schedule_end_date\":\"2018-11-30 00:00\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(13561,4484,'mec_ticket_id',',1,1,'),(13562,4484,'mec_booking_time','2019-11-04 13:24:05'),(13563,4484,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Malinda Kufahl\";s:5:\"email\";s:17:\"myndi77@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"3166403984\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Malinda Kufahl\";s:5:\"email\";s:17:\"myndi77@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:10:\"3166403984\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(8717,3916,'_form','<div>[text* text-140 your-name placeholder \"Your Name\"][email* email-865 your-email placeholder \"Email Address\"][select menu-912 \"2 Guests\" \"1 Guest\"][select menu-913 \"New Years Eve 2019\" \"The Ceremony\" \"The Afterparty\" \"All of the above\"][textarea your-message x3 placeholder \"Need to share something?\"][submit \"SEND\"]</div>'),(13564,4484,'mec_price','22.1192'),(13565,4482,'mec_gateway','MEC_gateway_paypal_express'),(13566,4482,'mec_gateway_label','PayPal Express'),(13567,4483,'mec_gateway','MEC_gateway_paypal_express'),(13568,4484,'mec_gateway','MEC_gateway_paypal_express'),(13569,4484,'mec_gateway_label','PayPal Express'),(13570,4483,'mec_gateway_label','PayPal Express'),(13571,4485,'_elementor_controls_usage','a:0:{}'),(13572,4485,'mec_verified','1'),(13573,4485,'mec_verification_key','563a73601acac83ded43fa3d024c7bb5'),(13574,4485,'mec_cancellation_key','67909a70ba2529fae6aa4ce828df32d9'),(13575,4485,'mec_confirmed','1'),(13576,4485,'mec_transaction_id','RCB69552'),(13577,4485,'mec_event_id','4417'),(13578,4485,'mec_date','2019-10-26:2019-10-26'),(13579,4485,'mec_ticket_id',',1,'),(13580,4485,'mec_booking_time','2019-11-04 13:24:11'),(13581,4485,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:8:\"Kerrice \";s:5:\"email\";s:24:\"seveneightfive@gmail.con\";s:3:\"reg\";a:2:{i:2;s:10:\"7852493126\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(13582,4485,'mec_price','10'),(13583,4485,'mec_gateway','MEC_gateway_paypal_express'),(13584,4485,'mec_gateway_label','PayPal Express'),(13585,4486,'_elementor_controls_usage','a:0:{}'),(13586,4486,'mec_verified','1'),(13587,4486,'mec_verification_key','92dabd27f2a72358bafd24eeeeb0f6fb'),(13588,4486,'mec_cancellation_key','26874c0c49175c90f7050f0d1e6e7ab4'),(13589,4486,'mec_confirmed','1'),(13590,4486,'mec_transaction_id','FVQ57252'),(13591,4486,'mec_event_id','4417'),(13592,4486,'mec_date','2019-10-26:2019-10-26'),(13593,4486,'mec_ticket_id',',1,1,'),(13594,4486,'mec_booking_time','2019-11-04 13:24:21'),(13595,4486,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:13:\"ranae cushing\";s:5:\"email\";s:22:\"ranaec2016@outlook.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"ranae cushing\";s:5:\"email\";s:22:\"ranaec2016@outlook.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(13596,4486,'mec_price','20'),(13597,4486,'mec_gateway','MEC_gateway_paypal_express'),(13598,4486,'mec_gateway_label','PayPal Express'),(13599,4487,'_elementor_controls_usage','a:0:{}'),(13600,4487,'_appointment_title','Tour The Vinewood'),(13601,4487,'_appointment_guest_name','Stephanie'),(13602,4487,'_appointment_guest_surname','Wilhelm'),(13603,4487,'_appointment_guest_email','stephanie.wilhelm@topekapartnership.com'),(13604,4487,'_appointment_timestamp','1572962400'),(13605,4487,'_appointment_timeslot','1400-1500'),(13606,4487,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>We are the Events Team at the Greater Topeka Partnership and would like to become familiar with this space to consider it for future event. </p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Corporate/Festivals</p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>Varied</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>TBD</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Friend / Referral </p><p class=\"cf-meta-value\"><strong>What made you choose The Vinewood as a potential location for your next event? </strong><br>Need venues</p>'),(13653,4492,'_appointment_guest_surname','Birgenheier'),(13608,4433,'_edit_lock','1572913189:1'),(13609,4433,'_wds_readability','a:4:{s:5:\"score\";d:60.85775749674056;s:9:\"raw_score\";d:60.85775749674056;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(14250,4519,'_date_paid','1576111889'),(14251,4519,'_paid_date','2019-12-12 00:51:29'),(14248,4519,'_paypal_status','completed'),(14249,4519,'PayPal Transaction Fee','9.00'),(13612,4487,'_appointment_user_reminder_sent','1'),(13613,4487,'_appointment_admin_reminder_sent','1'),(13617,4489,'_appointment_guest_surname','Griffith'),(13618,4489,'_appointment_guest_email','nbarber1979@gmail.com'),(13619,4489,'_appointment_timestamp','1574184600'),(13620,4489,'_appointment_timeslot','1730-1830'),(13621,4489,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>Wedding reception to have dinner and dancing.  A nice place to celebrate</p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Wedding reception </p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>200</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>April 2020, 6pm</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Friend / Referral </p><p class=\"cf-meta-value\"><strong>What made you choose The Vinewood as a potential location for your next event? </strong><br>Heard good things about your venue </p>'),(13622,4490,'_elementor_controls_usage','a:0:{}'),(13623,4490,'mec_verified','1'),(13624,4490,'mec_verification_key','0a7a84327e06da35950237e5908d6f54'),(13625,4490,'mec_cancellation_key','31af8f82fa8e846951b3785c8288ab47'),(13626,4490,'mec_confirmed','1'),(13627,4490,'mec_transaction_id','NYH76066'),(13628,4490,'mec_event_id','4447'),(13629,4490,'mec_date','2019-11-09:2019-11-09'),(13630,4490,'mec_ticket_id',',1,1,'),(13631,4490,'mec_booking_time','2019-11-09 21:25:24'),(13632,4490,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:16:\"Roger Housholder\";s:5:\"email\";s:24:\"rrhous1964@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Roger Housholder\";s:5:\"email\";s:24:\"rrhous1964@sbcglobal.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(13633,4490,'mec_price','22.1192'),(13634,4490,'mec_gateway','MEC_gateway_paypal_express'),(13635,4490,'mec_gateway_label','PayPal Express'),(13636,4491,'_elementor_controls_usage','a:0:{}'),(13637,4491,'mec_verified','1'),(13638,4491,'mec_verification_key','aa9876f078eecb0bbc2688872c85f955'),(13639,4491,'mec_cancellation_key','702961876ce129a11d76f1e13a0612c0'),(13640,4491,'mec_confirmed','1'),(13641,4491,'mec_transaction_id','HSZ54077'),(13642,4491,'mec_event_id','4447'),(13643,4491,'mec_date','2019-11-09:2019-11-09'),(13644,4491,'mec_ticket_id',',1,'),(13645,4491,'mec_booking_time','2019-11-09 22:51:21'),(13646,4491,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:10:\"Drex Flott\";s:5:\"email\";s:17:\"drexburke@cox.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(13647,4491,'mec_price','11.0596'),(13648,4491,'mec_gateway','MEC_gateway_paypal_express'),(13649,4491,'mec_gateway_label','PayPal Express'),(13654,4492,'_appointment_guest_email','birgenheier.stacey@gmail.com'),(13655,4492,'_appointment_timestamp','1574098200'),(13656,4492,'_appointment_timeslot','1730-1830'),(13657,4492,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Tell us a little bit about your event and what you are looking for</strong><br>Looking for wedding venues</p><p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Wedding</p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>300</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>Oct/November 2020</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Social Media</p>'),(13658,4492,'_appointment_user_reminder_sent','1'),(13659,4492,'_appointment_admin_reminder_sent','1'),(13660,4489,'_appointment_user_reminder_sent','1'),(13661,4489,'_appointment_admin_reminder_sent','1'),(13972,4508,'_order_key','wc_order_Q32NnSpi4aPXe'),(13973,4508,'_customer_user','0'),(13974,4508,'_payment_method','paypal'),(13975,4508,'_payment_method_title','PayPal'),(13666,4496,'_order_key','wc_order_jVspQ3XroZKJ1'),(13667,4496,'_customer_user','1'),(13668,4496,'_payment_method','paypal'),(13669,4496,'_payment_method_title','PayPal'),(13670,4496,'_customer_ip_address','68.103.147.176'),(13671,4496,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0'),(13672,4496,'_created_via','checkout'),(13673,4496,'_cart_hash','62183cd80b12095bc9f3afa9eeebcd1a'),(13674,4496,'_billing_first_name','Kerrice'),(13675,4496,'_billing_last_name','Mapes'),(13676,4496,'_billing_address_1','3700 SE 28th Terr'),(13677,4496,'_billing_city','Topeka'),(13678,4496,'_billing_state','KS'),(13679,4496,'_billing_postcode','66605'),(13680,4496,'_billing_country','US'),(13681,4496,'_billing_email','TheHistoricVinewood@gmail.com'),(13682,4496,'_billing_phone','7852493126'),(13683,4496,'_order_currency','USD'),(13684,4496,'_cart_discount','0'),(13685,4496,'_cart_discount_tax','0'),(13686,4496,'_order_shipping','0.00'),(13687,4496,'_order_shipping_tax','0'),(13688,4496,'_order_tax','6.86'),(13689,4496,'_order_total','81.86'),(13690,4496,'_order_version','3.7.1'),(13691,4496,'_prices_include_tax','no'),(13692,4496,'_billing_address_index','Kerrice Mapes  3700 SE 28th Terr  Topeka KS 66605 US TheHistoricVinewood@gmail.com 7852493126'),(13693,4496,'_shipping_address_index','        '),(13694,4496,'is_vat_exempt','no'),(13695,4497,'_elementor_controls_usage','a:0:{}'),(13696,4497,'mec_verified','1'),(13697,4497,'mec_verification_key','a8786663188dc77934f99fe0a91d9538'),(13698,4497,'mec_cancellation_key','173403cd0829c9ae7e4bf7bb5dbe404f'),(13699,4497,'mec_confirmed','1'),(13700,4497,'mec_transaction_id','BRH87224'),(13701,4497,'mec_event_id','4470'),(13702,4497,'mec_date','2019-11-22:2019-11-22'),(13703,4497,'mec_ticket_id',',1,1,1,1,'),(13704,4497,'mec_booking_time','2019-11-22 14:50:36'),(13705,4497,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:16:\"Tamara L Russell\";s:5:\"email\";s:26:\"russell_tamara@hotmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(13706,4497,'mec_price','44.2384'),(13707,4497,'mec_gateway','MEC_gateway_paypal_express'),(13708,4497,'mec_gateway_label','PayPal Express'),(13709,4499,'_order_key','wc_order_mJNpvm89Hp3Lf'),(13710,4499,'_customer_user','0'),(13711,4499,'_payment_method','paypal'),(13712,4499,'_payment_method_title','PayPal'),(13713,4499,'_customer_ip_address','72.209.159.61'),(13714,4499,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1'),(13715,4499,'_created_via','checkout'),(13716,4499,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(13717,4499,'_billing_first_name','Linda'),(13718,4499,'_billing_last_name','Mathews'),(13719,4499,'_billing_address_1','5444 SE 44 th Ct'),(13720,4499,'_billing_city','Tecumseh'),(13721,4499,'_billing_state','KS'),(13722,4499,'_billing_postcode','66542'),(13723,4499,'_billing_country','US'),(13724,4499,'_billing_email','lindam60_99@yahoo.com'),(13725,4499,'_billing_phone','7859697620'),(13726,4499,'_order_currency','USD'),(13727,4499,'_cart_discount','0'),(13728,4499,'_cart_discount_tax','0'),(13729,4499,'_order_shipping','0.00'),(13730,4499,'_order_shipping_tax','0'),(13731,4499,'_order_tax','0'),(13732,4499,'_order_total','150.00'),(13733,4499,'_order_version','3.8.0'),(13734,4499,'_prices_include_tax','no'),(13735,4499,'_billing_address_index','Linda Mathews  5444 SE 44 th Ct  Tecumseh KS 66542 US lindam60_99@yahoo.com 7859697620'),(13736,4499,'_shipping_address_index','        '),(13737,4499,'is_vat_exempt','no'),(13738,4499,'Payment type','instant'),(13739,4499,'_transaction_id','7WR28812VH297025Y'),(13740,4499,'_paypal_status','completed'),(13741,4499,'PayPal Transaction Fee','4.65'),(13742,4499,'_date_paid','1574510395'),(13743,4499,'_paid_date','2019-11-23 11:59:55'),(13744,4499,'_download_permissions_granted','yes'),(13745,4499,'_recorded_sales','yes'),(13746,4499,'_recorded_coupon_usage_counts','yes'),(16008,4601,'_order_key','wc_order_r6HGNYgMVszZx'),(13747,4499,'_order_stock_reduced','yes'),(13748,4500,'inline_featured_image','0'),(13749,4500,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(13750,4500,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 35 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(14240,4519,'_order_total','300.00'),(13751,4500,'_edit_lock','1574520842:1'),(13752,4500,'_edit_last','1'),(15871,4595,'_customer_user','14'),(15870,4595,'_order_key','wc_order_ueBhcD6p6riq3'),(15989,4598,'_transaction_id','4G5729166C055744F'),(15990,4598,'_paypal_status','completed'),(14202,4518,'_elementor_controls_usage','a:0:{}'),(14203,4518,'mec_verified','1'),(14204,4518,'mec_verification_key','d20fefce81552bf4384d5670adb8d7c3'),(14205,4518,'mec_cancellation_key','f5d46ff47c17e81985c4313dc704554b'),(14206,4518,'mec_confirmed','1'),(14207,4518,'mec_transaction_id','HSZ54077'),(14208,4518,'mec_event_id','4447'),(14209,4518,'mec_date','2019-11-09:2019-11-09'),(14210,4518,'mec_ticket_id',',1,'),(14211,4518,'mec_booking_time','2019-12-10 06:28:47'),(14212,4518,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:10:\"Drex Flott\";s:5:\"email\";s:17:\"drexburke@cox.net\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(14213,4518,'mec_price','11.0596'),(14214,4518,'mec_gateway','MEC_gateway_paypal_express'),(14215,4518,'mec_gateway_label','PayPal Express'),(14216,4519,'_order_key','wc_order_XJVnnoIq8S7qs'),(14217,4519,'_customer_user','0'),(14218,4519,'_payment_method','paypal'),(14219,4519,'_payment_method_title','PayPal'),(14220,4519,'_customer_ip_address','72.209.188.99'),(14221,4519,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36'),(14222,4519,'_created_via','checkout'),(14223,4519,'_cart_hash','0018fb5ec2f5db51277ee07810b7e4f3'),(14224,4519,'_billing_first_name','Tracy'),(14225,4519,'_billing_last_name','Earling'),(14226,4519,'_billing_company','Community Bank Topeka'),(14227,4519,'_billing_address_1','4404 SE Oak Bend Dr.'),(14228,4519,'_billing_city','Topeka'),(14229,4519,'_billing_state','KS'),(14230,4519,'_billing_postcode','66609'),(14231,4519,'_billing_country','US'),(14232,4519,'_billing_email','tearling@communitybanktopeka.com'),(14233,4519,'_billing_phone','7852300143'),(14234,4519,'_order_currency','USD'),(14235,4519,'_cart_discount','0'),(14236,4519,'_cart_discount_tax','0'),(14237,4519,'_order_shipping','0.00'),(14238,4519,'_order_shipping_tax','0'),(14239,4519,'_order_tax','0'),(13754,4500,'_wp_page_template','default'),(13755,4500,'_elementor_controls_usage','a:0:{}'),(13756,4500,'slide_template','default'),(13757,4500,'osf_portfolio_gallery','a:13:{i:4244;s:75:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup-2.jpg\";i:4245;s:75:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MrsMrs-Color.jpg\";i:4241;s:75:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HolidayTable.jpg\";i:4198;s:76:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations-1.jpg\";i:4196;s:80:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-1.jpg\";i:4197;s:75:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup-1.jpg\";i:4103;s:73:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape.jpg\";i:4093;s:74:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations.jpg\";i:4102;s:78:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg\";i:4092;s:69:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs.jpg\";i:4104;s:73:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup.jpg\";i:4095;s:72:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\";i:4101;s:75:\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3.jpg\";}'),(13758,4500,'_thumbnail_id','4102'),(13759,4502,'_elementor_controls_usage','a:0:{}'),(13760,4502,'mec_verified','1'),(13761,4502,'mec_verification_key','764a4099290f0698b4bfe3d93d7dd181'),(13762,4502,'mec_cancellation_key','34a73129a0d6297ec12646f3eaf8c813'),(13763,4502,'mec_confirmed','1'),(13764,4502,'mec_transaction_id','SMO78464'),(13765,4502,'mec_event_id','4399'),(13766,4502,'mec_date','2019-12-14:2019-12-14'),(13767,4502,'mec_ticket_id',',1,1,'),(13768,4502,'mec_booking_time','2019-11-23 20:01:56'),(13769,4502,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:14:\"Michael Turner\";s:5:\"email\";s:24:\"michaelhturner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:14:\"Michael Turner\";s:5:\"email\";s:24:\"michaelhturner@yahoo.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(13770,4502,'mec_price','22.1192'),(13771,4502,'mec_gateway','MEC_gateway_paypal_express'),(13772,4502,'mec_gateway_label','PayPal Express'),(13773,4503,'_order_key','wc_order_S9hZVyXB9bJIo'),(13774,4503,'_customer_user','0'),(13775,4503,'_payment_method','paypal'),(13776,4503,'_payment_method_title','PayPal'),(13777,4503,'_customer_ip_address','184.53.33.92'),(13778,4503,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(13779,4503,'_created_via','checkout'),(13780,4503,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(13781,4503,'_billing_first_name','June'),(13782,4503,'_billing_last_name','Keener'),(13783,4503,'_billing_address_1','734 E 2000 Road'),(13784,4503,'_billing_city','Eudora'),(13785,4503,'_billing_state','KS'),(13786,4503,'_billing_postcode','66025'),(13787,4503,'_billing_country','US'),(13788,4503,'_billing_email','lkeener@hughes.net'),(13789,4503,'_billing_phone','7858065480'),(13790,4503,'_order_currency','USD'),(13791,4503,'_cart_discount','0'),(13792,4503,'_cart_discount_tax','0'),(13793,4503,'_order_shipping','0.00'),(13794,4503,'_order_shipping_tax','0'),(13795,4503,'_order_tax','0'),(13796,4503,'_order_total','150.00'),(13797,4503,'_order_version','3.8.0'),(13798,4503,'_prices_include_tax','no'),(13799,4503,'_billing_address_index','June Keener  734 E 2000 Road  Eudora KS 66025 US lkeener@hughes.net 7858065480'),(13800,4503,'_shipping_address_index','        '),(13801,4503,'is_vat_exempt','no'),(13802,4503,'Payment type','instant'),(13803,4503,'_transaction_id','7G2398165X039981L'),(13804,4503,'_paypal_status','completed'),(13805,4503,'PayPal Transaction Fee','4.65'),(13806,4503,'_date_paid','1574541162'),(13807,4503,'_paid_date','2019-11-23 20:32:42'),(13808,4503,'_download_permissions_granted','yes'),(13809,4503,'_recorded_sales','yes'),(13810,4503,'_recorded_coupon_usage_counts','yes'),(13811,4503,'_order_stock_reduced','yes'),(13812,4504,'_order_key','wc_order_EeM17xYS43qi3'),(13813,4504,'_customer_user','0'),(13814,4504,'_payment_method','paypal'),(13815,4504,'_payment_method_title','PayPal'),(13816,4504,'_customer_ip_address','24.124.70.129'),(13817,4504,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 12499.66.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.106 Safari/537.36'),(13818,4504,'_created_via','checkout'),(13819,4504,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(13820,4504,'_billing_first_name','Kelley'),(13821,4504,'_billing_last_name','Zimmerli'),(13822,4504,'_billing_company','1963'),(13823,4504,'_billing_address_1','2117 W 26TH ST'),(13824,4504,'_billing_address_2','APT G204'),(13825,4504,'_billing_city','lawrence'),(13826,4504,'_billing_state','KS'),(13827,4504,'_billing_postcode','66047'),(13828,4504,'_billing_country','US'),(13829,4504,'_billing_email','kelleyzimmerli@gmail.com'),(13830,4504,'_billing_phone','7855510892'),(13831,4504,'_order_currency','USD'),(13832,4504,'_cart_discount','0'),(13833,4504,'_cart_discount_tax','0'),(13834,4504,'_order_shipping','0.00'),(13835,4504,'_order_shipping_tax','0'),(13836,4504,'_order_tax','0'),(13837,4504,'_order_total','150.00'),(13838,4504,'_order_version','3.8.0'),(13839,4504,'_prices_include_tax','no'),(13840,4504,'_billing_address_index','Kelley Zimmerli 1963 2117 W 26TH ST APT G204 lawrence KS 66047 US kelleyzimmerli@gmail.com 7855510892'),(13841,4504,'_shipping_address_index','        '),(13842,4504,'is_vat_exempt','no'),(13843,4505,'_order_key','wc_order_4vE9y8yB3Vzrn'),(13844,4505,'_customer_user','0'),(13845,4505,'_payment_method','paypal'),(13846,4505,'_payment_method_title','PayPal'),(13847,4505,'_customer_ip_address','108.167.70.190'),(13848,4505,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763'),(13849,4505,'_created_via','checkout'),(13850,4505,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(13851,4505,'_billing_first_name','Greg'),(13852,4505,'_billing_last_name','Toelkes'),(13853,4505,'_billing_company','1995'),(13854,4505,'_billing_address_1','12806 Sagamore Rd.'),(13855,4505,'_billing_city','Leawood'),(13856,4505,'_billing_state','KS'),(13857,4505,'_billing_postcode','66209'),(13858,4505,'_billing_country','US'),(13859,4505,'_billing_email','gtoelkes@icloud.com'),(13860,4505,'_billing_phone','913207-1388'),(13861,4505,'_order_currency','USD'),(13862,4505,'_cart_discount','0'),(13863,4505,'_cart_discount_tax','0'),(13864,4505,'_order_shipping','0.00'),(13865,4505,'_order_shipping_tax','0'),(13866,4505,'_order_tax','0'),(13867,4505,'_order_total','150.00'),(13868,4505,'_order_version','3.8.0'),(13869,4505,'_prices_include_tax','no'),(13870,4505,'_billing_address_index','Greg Toelkes 1995 12806 Sagamore Rd.  Leawood KS 66209 US gtoelkes@icloud.com 913207-1388'),(13871,4505,'_shipping_address_index','        '),(13872,4505,'is_vat_exempt','no'),(13873,4504,'Payment type','instant'),(13874,4504,'_transaction_id','69H08520R27578348'),(13875,4504,'_paypal_status','completed'),(13876,4504,'PayPal Transaction Fee','4.65'),(13877,4504,'_date_paid','1574718820'),(13878,4504,'_paid_date','2019-11-25 21:53:40'),(13879,4504,'_download_permissions_granted','yes'),(13880,4504,'_recorded_sales','yes'),(13881,4504,'_recorded_coupon_usage_counts','yes'),(13882,4504,'_order_stock_reduced','yes'),(13883,4505,'Payment type','instant'),(13884,4505,'_transaction_id','03W95954RD4793832'),(13885,4505,'_paypal_status','completed'),(13886,4505,'PayPal Transaction Fee','4.65'),(13887,4505,'_date_paid','1574723274'),(13888,4505,'_paid_date','2019-11-25 23:07:54'),(13889,4505,'_download_permissions_granted','yes'),(13890,4505,'_recorded_sales','yes'),(13891,4505,'_recorded_coupon_usage_counts','yes'),(13892,4505,'_order_stock_reduced','yes'),(13893,4506,'_order_key','wc_order_ifcZ9jJQPnTRE'),(13894,4506,'_customer_user','0'),(13895,4506,'_payment_method','paypal'),(13896,4506,'_payment_method_title','PayPal'),(13897,4506,'_customer_ip_address','75.175.212.240'),(13898,4506,'_customer_user_agent','Mozilla/5.0 (Linux; Android 9; SM-G950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36'),(13899,4506,'_created_via','checkout'),(13900,4506,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(13901,4506,'_billing_first_name','Susan'),(13902,4506,'_billing_last_name','McCartney'),(13903,4506,'_billing_address_1','8930 SE Berryton Rd'),(13904,4506,'_billing_city','Berryton'),(13905,4506,'_billing_state','KS'),(13906,4506,'_billing_postcode','66409'),(13907,4506,'_billing_country','US'),(13908,4506,'_billing_email','susanmccartney13@gmail.com'),(13909,4506,'_billing_phone','7858362511'),(13910,4506,'_order_currency','USD'),(13911,4506,'_cart_discount','0'),(13912,4506,'_cart_discount_tax','0'),(13913,4506,'_order_shipping','0.00'),(13914,4506,'_order_shipping_tax','0'),(13915,4506,'_order_tax','0'),(13916,4506,'_order_total','150.00'),(13917,4506,'_order_version','3.8.0'),(13918,4506,'_prices_include_tax','no'),(13919,4506,'_billing_address_index','Susan McCartney  8930 SE Berryton Rd  Berryton KS 66409 US susanmccartney13@gmail.com 7858362511'),(13920,4506,'_shipping_address_index','        '),(13921,4506,'is_vat_exempt','no'),(13922,4506,'Payment type','instant'),(13923,4506,'_transaction_id','48D27417PK110381J'),(13924,4506,'_paypal_status','completed'),(13925,4506,'PayPal Transaction Fee','4.65'),(13926,4506,'_date_paid','1574726461'),(13927,4506,'_paid_date','2019-11-26 00:01:01'),(13928,4506,'_download_permissions_granted','yes'),(13929,4506,'_recorded_sales','yes'),(13930,4506,'_recorded_coupon_usage_counts','yes'),(13931,4506,'_order_stock_reduced','yes'),(13932,4507,'_order_key','wc_order_SwxzNwGmevGyd'),(13933,4507,'_customer_user','0'),(13934,4507,'_payment_method','paypal'),(13935,4507,'_payment_method_title','PayPal'),(13936,4507,'_customer_ip_address','98.172.116.82'),(13937,4507,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(13938,4507,'_created_via','checkout'),(13939,4507,'_cart_hash','0018fb5ec2f5db51277ee07810b7e4f3'),(13940,4507,'_billing_first_name','Bret'),(13941,4507,'_billing_last_name','Toelkes'),(13942,4507,'_billing_company','Lawrence Youth Football'),(13943,4507,'_billing_address_1','224 Earhart Circle'),(13944,4507,'_billing_city','Lawrence'),(13945,4507,'_billing_state','KS'),(13946,4507,'_billing_postcode','66049'),(13947,4507,'_billing_country','US'),(13948,4507,'_billing_email','brettoelkes@gmail.com'),(13949,4507,'_billing_phone','7856331187'),(13950,4507,'_order_currency','USD'),(13951,4507,'_cart_discount','0'),(13952,4507,'_cart_discount_tax','0'),(13953,4507,'_order_shipping','0.00'),(13954,4507,'_order_shipping_tax','0'),(13955,4507,'_order_tax','0'),(13956,4507,'_order_total','300.00'),(13957,4507,'_order_version','3.8.0'),(13958,4507,'_prices_include_tax','no'),(13959,4507,'_billing_address_index','Bret Toelkes Lawrence Youth Football 224 Earhart Circle  Lawrence KS 66049 US brettoelkes@gmail.com 7856331187'),(13960,4507,'_shipping_address_index','        '),(13961,4507,'is_vat_exempt','no'),(13962,4507,'Payment type','instant'),(13963,4507,'_transaction_id','0DB39465YV333121V'),(13964,4507,'_paypal_status','completed'),(13965,4507,'PayPal Transaction Fee','9.00'),(13966,4507,'_date_paid','1574799991'),(13967,4507,'_paid_date','2019-11-26 20:26:31'),(13968,4507,'_download_permissions_granted','yes'),(13969,4507,'_recorded_sales','yes'),(13970,4507,'_recorded_coupon_usage_counts','yes'),(13971,4507,'_order_stock_reduced','yes'),(13976,4508,'_customer_ip_address','199.241.241.243'),(13977,4508,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1'),(13978,4508,'_created_via','checkout'),(13979,4508,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(13980,4508,'_billing_first_name','Roger'),(13981,4508,'_billing_last_name','Harmon'),(13982,4508,'_billing_address_1','18191 S.Ratner Rd'),(13983,4508,'_billing_city','Overbrook'),(13984,4508,'_billing_state','KS'),(13985,4508,'_billing_postcode','66524'),(13986,4508,'_billing_country','US'),(13987,4508,'_billing_email','rlharmon@ku.edu'),(13988,4508,'_billing_phone','7856405518'),(13989,4508,'_order_currency','USD'),(13990,4508,'_cart_discount','0'),(13991,4508,'_cart_discount_tax','0'),(13992,4508,'_order_shipping','0.00'),(13993,4508,'_order_shipping_tax','0'),(13994,4508,'_order_tax','0'),(13995,4508,'_order_total','150.00'),(13996,4508,'_order_version','3.8.0'),(13997,4508,'_prices_include_tax','no'),(13998,4508,'_billing_address_index','Roger Harmon  18191 S.Ratner Rd  Overbrook KS 66524 US rlharmon@ku.edu 7856405518'),(13999,4508,'_shipping_address_index','        '),(14000,4508,'is_vat_exempt','no'),(14001,4508,'Payment type','instant'),(14002,4508,'_transaction_id','6TX179613U230720Y'),(14003,4508,'_paypal_status','completed'),(14004,4508,'PayPal Transaction Fee','4.65'),(14005,4508,'_date_paid','1574908042'),(14006,4508,'_paid_date','2019-11-28 02:27:22'),(14007,4508,'_download_permissions_granted','yes'),(14008,4508,'_recorded_sales','yes'),(14009,4508,'_recorded_coupon_usage_counts','yes'),(14010,4508,'_order_stock_reduced','yes'),(14015,4509,'_customer_ip_address','68.103.52.133'),(14016,4509,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362'),(14017,4509,'_created_via','checkout'),(14018,4509,'_cart_hash','065752360848feb704b5f91f62cb1dbf'),(14019,4509,'_billing_first_name','Dan'),(14020,4509,'_billing_last_name','Hudson'),(14021,4509,'_billing_address_1','2925 S.W. Cedar Cove Ct.'),(14022,4509,'_billing_city','Topeka'),(14023,4509,'_billing_state','KS'),(14024,4509,'_billing_postcode','66614-4138'),(14025,4509,'_billing_country','US'),(14026,4509,'_billing_email','dlhudson@cox.net'),(14027,4509,'_billing_phone','(785) 640-6333'),(14028,4509,'_order_currency','USD'),(14029,4509,'_cart_discount','0'),(14030,4509,'_cart_discount_tax','0'),(14031,4509,'_order_shipping','0.00'),(14032,4509,'_order_shipping_tax','0'),(14033,4509,'_order_tax','0'),(14034,4509,'_order_total','150.00'),(14035,4509,'_order_version','3.8.0'),(14036,4509,'_prices_include_tax','no'),(14037,4509,'_billing_address_index','Dan Hudson  2925 S.W. Cedar Cove Ct.  Topeka KS 66614-4138 US dlhudson@cox.net (785) 640-6333'),(14038,4509,'_shipping_address_index','        '),(14039,4509,'is_vat_exempt','no'),(14040,4509,'Payment type','instant'),(14041,4509,'_transaction_id','8YB540531H940260K'),(14042,4509,'_paypal_status','completed'),(14043,4509,'PayPal Transaction Fee','4.65'),(14044,4509,'_date_paid','1575254251'),(14045,4509,'_paid_date','2019-12-02 02:37:31'),(14046,4509,'_download_permissions_granted','yes'),(14047,4509,'_recorded_sales','yes'),(14048,4509,'_recorded_coupon_usage_counts','yes'),(14049,4509,'_order_stock_reduced','yes'),(14305,4522,'_order_key','wc_order_JJleSmVM5r4zI'),(14055,4511,'_elementor_version','2.6.8'),(14056,4511,'_elementor_pro_version','2.6.2'),(14245,4519,'is_vat_exempt','no'),(14246,4519,'Payment type','instant'),(14247,4519,'_transaction_id','3G306712N4063954D'),(14058,4512,'_elementor_edit_mode','builder'),(14059,4512,'_elementor_template_type','post'),(14060,4512,'_wp_page_template','elementor_canvas'),(14061,4512,'_elementor_data','[{\"id\":\"a4e0774\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/BridalSuitGroup.jpg\",\"id\":607},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"section_parallax_on\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0.75)\"},\"elements\":[{\"id\":\"3a5deb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"91bfc81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>THE VINEWOOD<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5},\"text_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c29e16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events & more - Join our email list\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37fa522\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"a565273\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.328,\"_inline_size_tablet\":5},\"elements\":[],\"isInner\":true},{\"id\":\"bc9d8ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":75.672,\"_inline_size_tablet\":95,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.88)\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c2dcd4\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-mc4wp_form_widget\"}],\"isInner\":true},{\"id\":\"021c393\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":4.664,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f6e7665\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"798b322\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"437f9ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"2848 SE 29th  |  Topeka, KAN 66605\",\"align\":\"left\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a067ce4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>785-260-6772<\\/p>\",\"align\":\"left\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Playfair Display\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"normal\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b08b652\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"css_classes\":\"opal-border-1\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"eb30e70\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW YEAR\'S EVE \",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e08ea6\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY TICKETS\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5fc6781\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%221935%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"13aaf2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"94ea717\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUR THE VINEWOOD\",\"align\":\"center\",\"title_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":28},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db2c747\",\"elType\":\"widget\",\"settings\":{\"text\":\"SCHD A TOUR\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"5fc6781\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd9ea13\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"752ae08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4314dce\",\"elType\":\"widget\",\"settings\":{\"gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f7ee031\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"90\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[{\"id\":\"ec0d1c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":60},\"elements\":[{\"id\":\"e9332b6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d9ccb8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.37,\"content_position\":\"center\"},\"elements\":[{\"id\":\"92daaa3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>featured photography by:<\\/p>\",\"align\":\"left\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7daf0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.63,\"content_position\":\"center\"},\"elements\":[{\"id\":\"043e1a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/MollyHarmen-photog.jpg\",\"id\":4369}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4a3dec5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"d46930e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/WhitneyCathleenPhotography.jpg\",\"id\":4328}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9f3f17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"9f76f95\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/THPetersonPhotography.jpg\",\"id\":4330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00c7ae1\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"content_delay_time\":\"0.50\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"925e25c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f2cbae\",\"elType\":\"widget\",\"settings\":{\"gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"286918a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f1f7d6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"2eb30ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4c92a5d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"DANCE\",\"icon\":\"\",\"_id\":\"5d4b4db\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/dance-events\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FAQs\",\"icon\":\"fa fa-circle\",\"_id\":\"f224a92\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"RATES\",\"icon\":\"fa fa-circle\",\"_id\":\"aa81a75\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/rates-dates\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"CALENDAR\",\"icon\":\"fa fa-circle\",\"_id\":\"41744b0\",\"link\":{\"url\":\"https:\\/\\/thehistoricvinewood.com\\/calendar-of-events\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"FACEBOOK\",\"icon\":\"fa fa-circle\",\"_id\":\"8f31f9c\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/thevinewood\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}}],\"icon_align\":\"right\",\"icon_font_size\":{\"unit\":\"px\",\"size\":2},\"icon_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_color\":\"#777777\",\"icon_color_hover\":\"#777777\",\"text_indent\":{\"unit\":\"px\",\"size\":8},\"text_color\":\"#777777\",\"text_color_hover\":\"#222222\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":11},\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8350,3855,'_form','<div>[text* text-140 your-name placeholder \"Your Name\"][email* email-865 your-email placeholder \"Email Address\"][textarea your-message x3 placeholder \"Anything special you\'d like to share with us?\"][submit \"SEND\"]</div>'),(8351,3855,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:8:\"NYE RSVP\";s:6:\"sender\";s:57:\"The Historic Vinewood <wordpress@thehistoricvinewood.com>\";s:9:\"recipient\";s:29:\"thehistoricvinewood@gmail.com\";s:4:\"body\";s:181:\"RSVP FROM:   [text-140]\n\nEMAIL:  [email-865]\n\nRSVP MESSAGE: \n\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(8352,3855,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(8353,3855,'_messages','a:23:{s:12:\"mail_sent_ok\";s:245:\"Thank you for RSVPing for New Years 2019. We will be sending you an email with a link to purchase your tickets, or you can purchase them in person at The Vinewood. Payment must be made by December 20 or your reservation will be canceled. Thanks!\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(8354,3855,'_additional_settings',''),(8355,3855,'_locale','en_US'),(16750,4636,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 45 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 64 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(16749,4636,'_wds_readability','a:4:{s:5:\"score\";d:56.70000000000002;s:9:\"raw_score\";d:56.70000000000002;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(16748,4636,'inline_featured_image','0'),(8371,3857,'_menu_item_xfn',''),(8372,3857,'_menu_item_url',''),(12348,3900,'_elementor_controls_usage','a:7:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:12:\"section_typo\";a:2:{s:13:\"heading_color\";i:1;s:10:\"text_align\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:14:\"opal-portfolio\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"columns\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(12349,3820,'_elementor_controls_usage','a:5:{s:8:\"icon-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:4:\"icon\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:9:\"icon_size\";i:1;s:6:\"rotate\";i:1;}s:21:\"section_style_content\";a:16:{s:10:\"text_align\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:31:\"title_typography_text_transform\";i:1;s:28:\"title_typography_line_height\";i:1;s:31:\"title_typography_letter_spacing\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:37:\"description_typography_text_transform\";i:1;s:34:\"description_typography_line_height\";i:1;s:37:\"description_typography_letter_spacing\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_mobile\";i:2;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}}}s:8:\"nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:6:{s:4:\"menu\";i:1;s:11:\"align_items\";i:1;s:9:\"indicator\";i:1;s:10:\"full_width\";i:1;s:12:\"toggle_align\";i:1;s:8:\"dropdown\";i:1;}}s:5:\"style\";a:2:{s:23:\"section_style_main-menu\";a:16:{s:26:\"menu_typography_typography\";i:1;s:25:\"menu_typography_font_size\";i:1;s:30:\"menu_typography_letter_spacing\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;s:13:\"pointer_width\";i:1;s:26:\"padding_vertical_menu_item\";i:1;s:18:\"menu_space_between\";i:1;s:33:\"padding_vertical_menu_item_tablet\";i:1;s:25:\"menu_space_between_tablet\";i:1;s:27:\"menu_typography_font_family\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:30:\"menu_typography_text_transform\";i:1;}s:12:\"style_toggle\";a:1:{s:11:\"toggle_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:5:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}'),(9210,3984,'_elementor_version','2.6.8'),(9211,3984,'_elementor_pro_version','2.6.2'),(9216,3984,'_wp_page_template','default'),(16683,4628,'_elementor_template_type','wp-post'),(16684,4628,'_elementor_version','2.6.8'),(9218,3984,'_elementor_data','[{\"id\":\"ccdb948\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"731bd35\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8445e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event & Wedding \\nHire Prices\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a9e069\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If all proposal details are agreeable, a contract will be presented.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6a79eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"411cee7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Exclusions:\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"386bc71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starting at $5,500\",\"title_color\":\"#d85502\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b5717e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"State Sales Tax on Goods + Services\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" County Rental Tax on Rental Goods \\/ Infastructure\",\"icon\":\"\",\"_id\":\"bb86953\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"On Site Ceremony + Ceremony Chairs Gratuity\",\"icon\":\"\",\"_id\":\"1f36316\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol \\u2013 BYOB; Service + Set-Up Included in Standard Pricing\",\"icon\":\"\",\"_id\":\"e60c9dd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" Bakery Desserts\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"D\\u00e9cor\",\"icon\":\"\",\"_id\":\"5f20f06\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Entertainment\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ed27de\",\"elType\":\"widget\",\"settings\":{\"text\":\"ORDER NOW\",\"align\":\"justify\",\"align_tablet\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-5\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"fa3bc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27b3657\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Exclusions:\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0b837da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starting at $4,500\",\"title_color\":\"#d85502\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"daf88de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Event Planning &amp; Management Services\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" Event Staffing Services\",\"icon\":\"\",\"_id\":\"66b94d6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Bar Set-up: Sodas, Juices, Ice &amp; Fruit Garnish\",\"icon\":\"\",\"_id\":\"19968f4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables, Chairs, Linen, China, Flatware &amp; Glassware\",\"icon\":\"\",\"_id\":\"cd86456\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f209719\",\"elType\":\"widget\",\"settings\":{\"text\":\"ORDER NOW\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#777777\",\"background_color\":\"#f3f3f3\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#666b7e\",\"button_hover_border_color\":\"#666b7e\",\"border_border\":\"solid\",\"border_color\":\"#f3f3f3\",\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-1\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8437,1589,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 32 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 57 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(8438,1589,'_wds_readability','a:4:{s:5:\"score\";d:62.75857142857146;s:9:\"raw_score\";d:62.75857142857146;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(9243,3991,'inline_featured_image','0'),(9244,3991,'_wds_readability','a:4:{s:5:\"score\";d:33.375944767441894;s:9:\"raw_score\";d:33.375944767441894;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(9245,3991,'_wds_analysis','a:3:{s:6:\"errors\";a:3:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";}s:10:\"percentage\";i:79;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 37 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:74:\"Your content is longer than the recommend minimum of 300 words, excellent!\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is greater than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:164:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 14 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:19:\"14 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(16700,4630,'_elementor_version','2.8.3'),(16701,4630,'_elementor_pro_version','2.7.3'),(16702,4630,'_edit_lock','1578025202:1'),(16703,4631,'_elementor_edit_mode','builder'),(9400,4011,'_menu_item_type','post_type'),(9401,4011,'_menu_item_menu_item_parent','0'),(9402,4011,'_menu_item_object_id','3991'),(9403,4011,'_menu_item_object','page'),(9261,3991,'_elementor_edit_mode','builder'),(9262,3991,'_elementor_template_type','wp-post'),(9263,3991,'_elementor_version','2.8.3'),(9246,3991,'_edit_last','1'),(9247,3991,'_wp_page_template','page-elementor.php'),(9248,3991,'slide_template','default'),(9249,3991,'osf_enable_sidebar_page','0'),(9250,3991,'osf_sidebar_width','320'),(9251,3991,'osf_sidebar','mec-single-sidebar'),(9252,3991,'osf_enable_page_heading','0'),(9253,3991,'osf_enable_full_page','1'),(9254,3991,'osf_enable_custom_header','0'),(9255,3991,'osf_header_layout','default'),(9256,3991,'osf_enable_breadcrumb','0'),(9257,3991,'osf_enable_custom_footer','0'),(9258,3991,'osf_footer_padding_top','15'),(9259,3991,'osf_enable_fixed_footer','0'),(9260,3991,'_edit_lock','1578025539:1'),(9264,3991,'_elementor_pro_version','2.7.3'),(13192,4454,'mec_price','20'),(13193,4454,'mec_gateway','MEC_gateway_paypal_express'),(13194,4454,'mec_gateway_label','PayPal Express'),(13209,4456,'mec_booking_time','2019-10-28 05:31:39'),(13210,4456,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:15:\"Jenelle Stanton\";s:5:\"email\";s:21:\"jestanton64@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(13211,4456,'mec_price','40'),(13212,4456,'mec_gateway','MEC_gateway_paypal_express'),(13213,4456,'mec_gateway_label','PayPal Express'),(13214,4457,'_elementor_controls_usage','a:0:{}'),(13215,4457,'mec_verified','1'),(13216,4457,'mec_verification_key','4c248d469f0afc1aa7162ba51a9ede97'),(13217,4457,'mec_cancellation_key','83b516835b403ec98a4f02c2e53e418e'),(13218,4457,'mec_confirmed','1'),(13219,4457,'mec_transaction_id','QKJ79916'),(13220,4457,'mec_event_id','4417'),(13221,4457,'mec_date','2019-10-26:2019-10-26'),(13222,4457,'mec_ticket_id',',1,'),(13223,4457,'mec_booking_time','2019-10-29 12:56:27'),(13224,4457,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:5:\"Carol\";s:5:\"email\";s:26:\"princes.caroline@gmail.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"TV / Radio / Magazine\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(13225,4457,'mec_price','10'),(13226,4457,'mec_gateway','MEC_gateway_paypal_express'),(13227,4457,'mec_gateway_label','PayPal Express'),(13228,237,'_edit_last','1'),(13233,4458,'_elementor_version','2.5.5'),(13234,4458,'_elementor_page_settings','a:12:{s:21:\"background_color_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:23:\"background_color_b_stop\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:25:\"background_gradient_angle\";a:3:{s:4:\"unit\";s:3:\"deg\";s:4:\"size\";i:180;s:5:\"sizes\";a:0:{}}s:15:\"background_xpos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_xpos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:15:\"background_ypos\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:22:\"background_ypos_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"background_bg_width_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(13344,4468,'inline_featured_image','0'),(13345,4468,'_wds_readability','a:4:{s:5:\"score\";i:100;s:9:\"raw_score\";d:102.045;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(13236,237,'_edit_lock','1572492052:1'),(13237,551,'_edit_last','1'),(13191,4454,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:13:\"ranae cushing\";s:5:\"email\";s:22:\"ranaec2016@outlook.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"ranae cushing\";s:5:\"email\";s:22:\"ranaec2016@outlook.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(8513,1589,'_edit_lock','1577730835:1'),(8514,3889,'_wp_attached_file','2019/03/il_340x270.1102277676_eefc.jpg'),(8515,3889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:270;s:4:\"file\";s:38:\"2019/03/il_340x270.1102277676_eefc.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"il_340x270.1102277676_eefc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"il_340x270.1102277676_eefc-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:38:\"il_340x270.1102277676_eefc-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:38:\"il_340x270.1102277676_eefc-340x260.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:38:\"il_340x270.1102277676_eefc-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"il_340x270.1102277676_eefc-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"il_340x270.1102277676_eefc-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"il_340x270.1102277676_eefc-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"il_340x270.1102277676_eefc-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(8516,3889,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.375091345651947;s:5:\"bytes\";i:3209;s:11:\"size_before\";i:38316;s:10:\"size_after\";i:35107;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.19;s:5:\"bytes\";i:325;s:11:\"size_before\";i:2666;s:10:\"size_after\";i:2341;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.15;s:5:\"bytes\";i:796;s:11:\"size_before\";i:5625;s:10:\"size_after\";i:4829;s:4:\"time\";d:0.01;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.45;s:5:\"bytes\";i:885;s:11:\"size_before\";i:6580;s:10:\"size_after\";i:5695;s:4:\"time\";d:0.02;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.92;s:5:\"bytes\";i:997;s:11:\"size_before\";i:7160;s:10:\"size_after\";i:6163;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.64;s:5:\"bytes\";i:206;s:11:\"size_before\";i:1769;s:10:\"size_after\";i:1563;s:4:\"time\";d:0.01;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5695;s:10:\"size_after\";i:5695;s:4:\"time\";d:0.01;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1563;s:10:\"size_after\";i:1563;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5695;s:10:\"size_after\";i:5695;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1563;s:10:\"size_after\";i:1563;s:4:\"time\";d:0.01;}}}'),(8517,3889,'_wp_attachment_image_alt','Happy New Year'),(8518,1589,'_edit_last','1'),(8519,1589,'_wp_page_template','default'),(8520,1589,'slide_template','default'),(8521,1589,'_wp_old_slug','white-wedding-dress'),(8528,3895,'Service Capacity','1'),(8529,3895,'Service Duration','60'),(8530,3895,'Service Price','0'),(8679,3911,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 33 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 230 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(8678,3911,'_wds_readability','a:4:{s:5:\"score\";d:66.78490384615384;s:9:\"raw_score\";d:66.78490384615384;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(8677,3911,'inline_featured_image','0'),(8676,3910,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Type of Event</strong><br>dfdfd</p>'),(8660,3906,'Thursday Finish','24:00'),(8659,3906,'Thursday Start','24:00'),(8658,3906,'Thursday Location','3899'),(8657,3906,'Wednesday Finish','17:00'),(8656,3906,'Wednesday Start','9:00'),(8655,3906,'Wednesday Location','3899'),(8654,3906,'Tuesday Finish','17:00'),(8653,3906,'Tuesday Start','9:00'),(8652,3906,'Tuesday Location','3899'),(8651,3906,'Monday Finish','24:00'),(8650,3906,'Monday Start','24:00'),(8649,3906,'Monday Location','3899'),(8648,3906,'Service Provider Email','hello@thevinewoodvenue.com'),(8647,3906,'Service Provider Services','3895'),(8675,3910,'_appointment_user','1'),(8674,3910,'_appointment_timeslot','0900-1000'),(8673,3910,'_appointment_timestamp','1565686800'),(8672,3910,'_appointment_title','Tour The Vinewood'),(8669,3906,'Sunday Finish','24:00'),(8668,3906,'Sunday Start','24:00'),(8667,3906,'Sunday Location','3899'),(8666,3906,'Saturday Finish','24:00'),(8665,3906,'Saturday Start','24:00'),(8664,3906,'Saturday Location','3899'),(8663,3906,'Friday Finish','24:00'),(8662,3906,'Friday Start','24:00'),(8661,3906,'Friday Location','3899'),(8600,3899,'Monday Open','24:00'),(8601,3899,'Monday Close','24:00'),(8602,3899,'Monday Note',''),(8603,3899,'Tuesday Open','9:00'),(8604,3899,'Tuesday Close','19:00'),(8605,3899,'Tuesday Note',''),(8606,3899,'Wednesday Open','9:00'),(8607,3899,'Wednesday Close','19:00'),(8608,3899,'Wednesday Note',''),(8609,3899,'Thursday Open','24:00'),(8610,3899,'Thursday Close','24:00'),(8611,3899,'Thursday Note',''),(8612,3899,'Friday Open','24:00'),(8613,3899,'Friday Close','24:00'),(8614,3899,'Friday Note',''),(8615,3899,'Saturday Open','24:00'),(8616,3899,'Saturday Close','24:00'),(8617,3899,'Saturday Note',''),(8618,3899,'Sunday Open','24:00'),(8619,3899,'Sunday Close','24:00'),(8620,3899,'Sunday Note',''),(8621,3900,'inline_featured_image','0'),(8622,3900,'_wds_readability','a:4:{s:5:\"score\";d:87.84810810810812;s:9:\"raw_score\";d:87.84810810810812;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(8623,3900,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:28:\"wds-checks::imgalts_keywords\";s:27:\"Image alts have no keywords\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 41 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:247:\"Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it\'s unable to load. You should add alternative text for all images in your content.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:27:\"Image alts have no keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 3 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:18:\"3 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(8638,3903,'_menu_item_type','post_type'),(8639,3903,'_menu_item_menu_item_parent','0'),(8626,3900,'_wp_page_template','page-elementor.php'),(8624,3900,'_edit_last','1'),(8625,3900,'_edit_lock','1566967714:1'),(8627,3900,'slide_template','default'),(8628,3900,'osf_enable_sidebar_page','0'),(8629,3900,'osf_sidebar_width','320'),(8630,3900,'osf_enable_page_heading','1'),(8631,3900,'osf_enable_full_page','0'),(8632,3900,'osf_enable_custom_header','0'),(8633,3900,'osf_header_layout','default'),(8634,3900,'osf_enable_breadcrumb','0'),(8635,3900,'osf_enable_custom_footer','0'),(8636,3900,'osf_footer_padding_top','0'),(8637,3900,'osf_enable_fixed_footer','0'),(8640,3903,'_menu_item_object_id','3900'),(8641,3903,'_menu_item_object','page'),(8642,3903,'_menu_item_target',''),(8643,3903,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8644,3903,'_menu_item_xfn',''),(8645,3903,'_menu_item_url',''),(8680,3911,'_edit_last','1'),(8681,3911,'_wp_page_template','page-elementor.php'),(8682,3911,'slide_template','default'),(8683,3911,'osf_enable_sidebar_page','0'),(8684,3911,'osf_sidebar_width','320'),(8685,3911,'osf_enable_page_heading','1'),(8686,3911,'osf_enable_full_page','0'),(8687,3911,'osf_enable_custom_header','0'),(8688,3911,'osf_header_layout','header-3'),(8689,3911,'osf_enable_breadcrumb','0'),(8690,3911,'osf_enable_custom_footer','0'),(8691,3911,'osf_footer_padding_top','15'),(8692,3911,'osf_enable_fixed_footer','0'),(8693,3911,'_edit_lock','1566720840:1'),(8718,3916,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:57:\"The Historic Vinewood <wordpress@thehistoricvinewood.com>\";s:9:\"recipient\";s:29:\"thehistoricvinewood@gmail.com\";s:4:\"body\";s:191:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(8719,3916,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(8720,3916,'_messages','a:23:{s:12:\"mail_sent_ok\";s:84:\"Thank you for your reservation. We look forward to ringing in the new year with you.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(8721,3916,'_additional_settings',''),(8722,3916,'_locale','en_US'),(9819,705,'_wds_readability','a:4:{s:5:\"score\";d:48.214583333333366;s:9:\"raw_score\";d:48.214583333333366;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(11991,485,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:63523;s:11:\"size_before\";i:203264;s:10:\"size_after\";i:139741;}'),(11553,4311,'inline_featured_image','0'),(11554,4311,'inline_featured_image','0'),(11555,4311,'_wds_readability','a:4:{s:5:\"score\";d:70.08365384615385;s:9:\"raw_score\";d:70.08365384615385;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(11556,4311,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 32 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 74 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(9817,3515,'_wds_readability','a:4:{s:5:\"score\";d:48.214583333333366;s:9:\"raw_score\";d:48.214583333333366;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(9818,705,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 68 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(8828,3929,'_wp_attached_file','woocommerce-placeholder.png'),(8829,3929,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.58500736278243;s:5:\"bytes\";i:115358;s:11:\"size_before\";i:656002;s:10:\"size_after\";i:540644;s:4:\"time\";d:4.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.32;s:5:\"bytes\";i:521;s:11:\"size_before\";i:4228;s:10:\"size_after\";i:3707;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.39;s:5:\"bytes\";i:1556;s:11:\"size_before\";i:12560;s:10:\"size_after\";i:11004;s:4:\"time\";d:0.08;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.35;s:5:\"bytes\";i:6079;s:11:\"size_before\";i:58715;s:10:\"size_after\";i:52636;s:4:\"time\";d:0.41;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67;s:5:\"bytes\";i:6153;s:11:\"size_before\";i:92182;s:10:\"size_after\";i:86029;s:4:\"time\";d:0.5;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11004;s:10:\"size_after\";i:11004;s:4:\"time\";d:0.06;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.88;s:5:\"bytes\";i:17675;s:11:\"size_before\";i:59160;s:10:\"size_after\";i:41485;s:4:\"time\";d:0.57;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.05;s:5:\"bytes\";i:14057;s:11:\"size_before\";i:45270;s:10:\"size_after\";i:31213;s:4:\"time\";d:0.4;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.65;s:5:\"bytes\";i:16635;s:11:\"size_before\";i:131521;s:10:\"size_after\";i:114886;s:4:\"time\";d:0.51;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.64;s:5:\"bytes\";i:4872;s:11:\"size_before\";i:38538;s:10:\"size_after\";i:33666;s:4:\"time\";d:0.19;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.52;s:5:\"bytes\";i:2684;s:11:\"size_before\";i:19852;s:10:\"size_after\";i:17168;s:4:\"time\";d:0.11;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17168;s:10:\"size_after\";i:17168;s:4:\"time\";d:0.21;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.85;s:5:\"bytes\";i:251;s:11:\"size_before\";i:2314;s:10:\"size_after\";i:2063;s:4:\"time\";d:0.02;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.45;s:5:\"bytes\";i:44875;s:11:\"size_before\";i:163490;s:10:\"size_after\";i:118615;s:4:\"time\";d:1.17;}}}'),(8830,3929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-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:35:\"woocommerce-placeholder-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:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-474x324.png\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-391x260.png\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:36:\"woocommerce-placeholder-1200x700.png\";s:5:\"width\";i:1200;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x390.png\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-885x675.png\";s:5:\"width\";i:885;s:6:\"height\";i:675;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:{}}}'),(9816,3515,'_wds_analysis','a:3:{s:6:\"errors\";a:4:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:72;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 64 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(14999,4551,'_wp_page_template','default'),(15000,4551,'mec_color','e14d43'),(15001,4551,'mec_location_id','83'),(15002,4551,'mec_dont_show_map','1'),(15003,4551,'mec_organizer_id','1'),(9772,3518,'_wds_readability','a:4:{s:5:\"score\";d:48.214583333333366;s:9:\"raw_score\";d:48.214583333333366;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(8863,15,'_edit_lock','1569953597:1'),(8864,15,'_wds_readability','a:4:{s:5:\"score\";d:46.59949579831934;s:9:\"raw_score\";d:46.59949579831934;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(8865,15,'_edit_last','1'),(8866,15,'show_only_past_events','0'),(8867,15,'show_only_ongoing_events','0'),(8868,15,'slide_template','default'),(9769,3519,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:34:\"Title is longer than 70 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"Your SEO title is 74 characters which is greater than the recommended 70 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:34:\"Title is longer than 70 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(9770,3519,'_wds_readability','a:4:{s:5:\"score\";d:48.214583333333366;s:9:\"raw_score\";d:48.214583333333366;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(9771,3518,'_wds_analysis','a:3:{s:6:\"errors\";a:5:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:34:\"Title is longer than 70 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:65;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"Your SEO title is 88 characters which is greater than the recommended 70 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:34:\"Title is longer than 70 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 300 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(13090,4446,'mec_ticket_id',',1,'),(13091,4446,'mec_booking_time','2019-10-10 19:51:55'),(11126,4259,'_menu_item_type','post_type'),(11127,4259,'_menu_item_menu_item_parent','0'),(11128,4259,'_menu_item_object_id','4126'),(11129,4259,'_menu_item_object','page'),(11130,4259,'_menu_item_target',''),(11131,4259,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11132,4259,'_menu_item_xfn',''),(11133,4259,'_menu_item_url',''),(11135,4260,'_menu_item_type','post_type'),(11136,4260,'_menu_item_menu_item_parent','0'),(11137,4260,'_menu_item_object_id','553'),(11138,4260,'_menu_item_object','page'),(11139,4260,'_menu_item_target',''),(11140,4260,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11141,4260,'_menu_item_xfn',''),(11142,4260,'_menu_item_url',''),(9120,1868,'_elementor_pro_version','2.7.3'),(9404,4011,'_menu_item_target',''),(9405,4011,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9406,4011,'_menu_item_xfn',''),(9407,4011,'_menu_item_url',''),(9136,1868,'_wds_readability','a:4:{s:5:\"score\";d:39.26538461538463;s:9:\"raw_score\";d:39.26538461538463;s:11:\"is_readable\";b:0;s:5:\"error\";b:0;}'),(9137,1868,'_wds_analysis','a:3:{s:6:\"errors\";a:3:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";}s:10:\"percentage\";i:79;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 33 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:126:\"Your current meta description is 197 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:29:\"Description has a good length\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:153:\"You\'ve added alternative text attributes to all your images which helps search engines correctly index images and aid visually impaired readers, awesome!\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:31:\"Image alt tags contain keywords\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:163:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You\'ve already added 6 link(s), nice work!\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:18:\"6 links discovered\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:147:\"You\'ve used keywords in your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(13258,4461,'_elementor_data','[{\"id\":\"aad9238\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3caafb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5cc38f9\",\"elType\":\"widget\",\"settings\":{\"rev_alias\":\"slide_home1\"},\"elements\":[],\"widgetType\":\"opal-revslider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00ddd26\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e17f3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7687543\",\"elType\":\"widget\",\"settings\":{\"icon\":\"opal-icon-leaf-decor\",\"size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"selected_icon\":{\"value\":\"opal-icon- opal-icon-leaf-small-4\",\"library\":\"opal-custom\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"fdced71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>THE HISTORIC VINEWOOD. \\u00a0 WHERE MEMORIES ARE MADE.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9bb7a6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>since 1889<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c3da59\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"614c635\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4455497\",\"elType\":\"widget\",\"settings\":{\"filter\":[{\"filter_title\":\"Gallery 1\",\"_id\":\"1bae9cd\",\"wp_gallery\":[{\"id\":609,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/champagne.jpg\"},{\"id\":746,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/BackofDress.jpg\"},{\"id\":606,\"url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/BridalSuite-CJ.jpg\"}]}],\"thumbnail_size\":\"full\",\"columns_tablet\":\"3\",\"gutter\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"content_delay_time\":\"0.50\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"opal-image-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f15916\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"schedule_end_date\":\"2018-11-30 00:00\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/localhost\\/wordpress\\/dreama\\/wp-content\\/uploads\\/2019\\/03\\/h16_bg_a.jpg\",\"id\":2781},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"section_parallax_on\":\"yes\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color\":\"rgba(0,0,0,0.3)\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"osf_section_parallax_switcher\":\"yes\",\"background_color\":\"#222222\"},\"elements\":[{\"id\":\"7ae4edc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fefaa5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"DANCING & LIVE MUSIC\",\"description_text\":\"Join us for live bands, lots of dancing and more. Click for our calendar of events.\",\"primary_color\":\"#ffffff\",\"icon_space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"description_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"sub_title_text\":\"COUNTRY, LINE AND INBETWEEN\",\"subtitle_typography_typography\":\"custom\",\"description_typography_typography\":\"custom\",\"subtitle_color\":\"#d9b351\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"fdf67c0\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223717%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"04add0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"css_classes\":\"opal-border-1\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b389e12\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"SAYING I DO\",\"description_text\":\"5.1 acres to explore and create your perfect memory. Click to learn more.\",\"icon_space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"primary_color\":\"#ffffff\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"description_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":150,\"sub_title_text\":\"WEDDINGS + SPECIAL EVENTS\",\"subtitle_color\":\"#d9b351\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"aeba4b4\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%222041%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"2cd3c4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"97f1b91\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"CORPORATE + NONPROFITS\",\"description_text\":\"Space for 350 seated, comfortable. Plus in-house av, project screen and more.\",\"icon_space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"primary_color\":\"#ffffff\",\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"description_color\":\"#ffffff\",\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"sub_title_text\":\"A NEW KIND OF MEETING\",\"subtitle_color\":\"#d9b351\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ccdb948\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"structure\":\"30\",\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"731bd35\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8445e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Event & Wedding \\nHire Prices\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a9e069\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If all proposal details are agreeable, a contract will be presented.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6a79eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"411cee7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Exclusions:\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"386bc71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starting at $5,500\",\"title_color\":\"#d85502\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b5717e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"State Sales Tax on Goods + Services\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" County Rental Tax on Rental Goods \\/ Infastructure\",\"icon\":\"\",\"_id\":\"bb86953\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"On Site Ceremony + Ceremony Chairs Gratuity\",\"icon\":\"\",\"_id\":\"1f36316\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Alcohol \\u2013 BYOB; Service + Set-Up Included in Standard Pricing\",\"icon\":\"\",\"_id\":\"e60c9dd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" Bakery Desserts\",\"icon\":\"\",\"_id\":\"8c801ee\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"D\\u00e9cor\",\"icon\":\"\",\"_id\":\"5f20f06\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Entertainment\",\"icon\":\"\",\"_id\":\"e0b3806\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ed27de\",\"elType\":\"widget\",\"settings\":{\"text\":\"ORDER NOW\",\"align\":\"justify\",\"align_tablet\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-5\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"fa3bc39\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"animation_delay\":150,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27b3657\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Exclusions:\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0b837da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starting at $4,500\",\"title_color\":\"#d85502\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"daf88de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Event Planning &amp; Management Services\",\"icon\":\"\",\"_id\":\"0620088\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\" Event Staffing Services\",\"icon\":\"\",\"_id\":\"66b94d6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Bar Set-up: Sodas, Juices, Ice &amp; Fruit Garnish\",\"icon\":\"\",\"_id\":\"19968f4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Tables, Chairs, Linen, China, Flatware &amp; Glassware\",\"icon\":\"\",\"_id\":\"cd86456\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"border_list_item_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"list_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"list_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_typography\":\"custom\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"text_color\":\"#222222\",\"text_color_hover\":\"#222222\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"_border_color\":\"#f3f3f3\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f209719\",\"elType\":\"widget\",\"settings\":{\"text\":\"ORDER NOW\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#777777\",\"background_color\":\"#f3f3f3\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#666b7e\",\"button_hover_border_color\":\"#666b7e\",\"border_border\":\"solid\",\"border_color\":\"#f3f3f3\",\"text_padding\":{\"unit\":\"em\",\"top\":\"1.7\",\"right\":\"0\",\"bottom\":\"1.7\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"opal-move-up\",\"animation_duration\":\"fast\",\"_animation_delay\":300,\"contact_slug\":\"contact-form-1\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(13255,4461,'_wp_page_template','page-elementor.php'),(13256,4461,'_elementor_edit_mode','builder'),(13257,4461,'_elementor_template_type','post'),(9381,4008,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.672708573153932;s:5:\"bytes\";i:132882;s:11:\"size_before\";i:847856;s:10:\"size_after\";i:714974;s:4:\"time\";d:0.47;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.19;s:5:\"bytes\";i:1503;s:11:\"size_before\";i:9401;s:10:\"size_after\";i:8631;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:3327;s:11:\"size_before\";i:26692;s:10:\"size_after\";i:24926;s:4:\"time\";d:0.02;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:3575;s:11:\"size_before\";i:27159;s:10:\"size_after\";i:25411;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9;s:5:\"bytes\";i:5543;s:11:\"size_before\";i:43524;s:10:\"size_after\";i:39652;s:4:\"time\";d:0.04;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.48;s:5:\"bytes\";i:4192;s:11:\"size_before\";i:30981;s:10:\"size_after\";i:28044;s:4:\"time\";d:0.02;}s:26:\"dreama-featured-image-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.84;s:5:\"bytes\";i:8441;s:11:\"size_before\";i:123470;s:10:\"size_after\";i:115029;s:4:\"time\";d:0.1;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.88;s:5:\"bytes\";i:7781;s:11:\"size_before\";i:63084;s:10:\"size_after\";i:56218;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:5370;s:11:\"size_before\";i:42017;s:10:\"size_after\";i:39302;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.07;s:5:\"bytes\";i:6545;s:11:\"size_before\";i:60804;s:10:\"size_after\";i:40699;s:4:\"time\";d:0.02;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.42;s:5:\"bytes\";i:879;s:11:\"size_before\";i:5200;s:10:\"size_after\";i:4762;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.89;s:5:\"bytes\";i:8222;s:11:\"size_before\";i:119370;s:10:\"size_after\";i:111148;s:4:\"time\";d:0.04;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25411;s:10:\"size_after\";i:25411;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.88;s:5:\"bytes\";i:12278;s:11:\"size_before\";i:121594;s:10:\"size_after\";i:80403;s:4:\"time\";d:0.03;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4762;s:10:\"size_after\";i:4762;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25411;s:10:\"size_after\";i:25411;s:4:\"time\";d:0.05;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.6;s:5:\"bytes\";i:0;s:11:\"size_before\";i:114214;s:10:\"size_after\";i:80403;s:4:\"time\";d:0.04;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4762;s:10:\"size_after\";i:4762;s:4:\"time\";d:0.01;}}}'),(9382,4008,'_wp_attachment_backup_sizes','a:18:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:650;s:6:\"height\";i:975;s:4:\"file\";s:17:\"TheVinewood-6.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumblist-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"meccarouselthumb-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gridsquare-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-featured-image-full-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-650x700.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"dreama-featured-image-large-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"dreama-featured-image-small-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"dreama-gallery-image-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"dreama-thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"dreama-single-portfolio-gallery-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-650x675.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"TheVinewood-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(9379,4008,'_wp_attached_file','2019/08/TheVinewood-6-e1566582948853.jpg'),(9380,4008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:667;s:4:\"file\";s:40:\"2019/08/TheVinewood-6-e1566582948853.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-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:40:\"TheVinewood-6-e1566582948853-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"dreama-featured-image-full\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-650x700.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-400x410.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:25:\"TheVinewood-6-650x675.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-600x616.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-600x616.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"TheVinewood-6-e1566582948853-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"Whitney Cathleen Photogragphy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9183,3699,'_wp_page_template','default'),(9184,3706,'_wp_page_template','default'),(9185,3979,'_wp_attached_file','2019/08/67343536_411509966146439_7280686740359086080_n.jpg'),(9186,3979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:58:\"2019/08/67343536_411509966146439_7280686740359086080_n.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-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:58:\"67343536_411509966146439_7280686740359086080_n-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumblist\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"meccarouselthumb\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-474x324.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"gridsquare\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-391x260.jpg\";s:5:\"width\";i:391;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-large\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"dreama-featured-image-small\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"dreama-gallery-image\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"dreama-thumbnail\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"dreama-single-portfolio-gallery\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-885x540.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"67343536_411509966146439_7280686740359086080_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(9187,3979,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9846415666943322;s:5:\"bytes\";i:19012;s:11:\"size_before\";i:477132;s:10:\"size_after\";i:458120;s:4:\"time\";d:0.29;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:344;s:11:\"size_before\";i:7265;s:10:\"size_after\";i:6921;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:556;s:11:\"size_before\";i:13477;s:10:\"size_after\";i:12921;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:57787;s:10:\"size_after\";i:55129;s:4:\"time\";d:0.04;}s:9:\"thumblist\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:1182;s:11:\"size_before\";i:21810;s:10:\"size_after\";i:20628;s:4:\"time\";d:0.01;}s:16:\"meccarouselthumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:1669;s:11:\"size_before\";i:34492;s:10:\"size_after\";i:32823;s:4:\"time\";d:0.03;}s:10:\"gridsquare\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:1161;s:11:\"size_before\";i:24196;s:10:\"size_after\";i:23035;s:4:\"time\";d:0.01;}s:27:\"dreama-featured-image-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:2239;s:11:\"size_before\";i:46572;s:10:\"size_after\";i:44333;s:4:\"time\";d:0.02;}s:27:\"dreama-featured-image-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:1784;s:11:\"size_before\";i:33202;s:10:\"size_after\";i:31418;s:4:\"time\";d:0.02;}s:20:\"dreama-gallery-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:1073;s:11:\"size_before\";i:21744;s:10:\"size_after\";i:20671;s:4:\"time\";d:0.01;}s:16:\"dreama-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:230;s:11:\"size_before\";i:3824;s:10:\"size_after\";i:3594;s:4:\"time\";d:0.01;}s:31:\"dreama-single-portfolio-gallery\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:4204;s:11:\"size_before\";i:85257;s:10:\"size_after\";i:81053;s:4:\"time\";d:0.03;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20628;s:10:\"size_after\";i:20628;s:4:\"time\";d:0.02;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:40487;s:10:\"size_after\";i:38575;s:4:\"time\";d:0.02;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3594;s:10:\"size_after\";i:3594;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20628;s:10:\"size_after\";i:20628;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38575;s:10:\"size_after\";i:38575;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3594;s:10:\"size_after\";i:3594;s:4:\"time\";d:0.01;}}}'),(11725,4315,'_wp_old_slug','sierra-band'),(19327,4764,'mec_verification_key','750b98d7e1f9f4397ea562c416a64bc3'),(19328,4764,'mec_cancellation_key','e1881b3e9dad95e332d00027a7ece4ba'),(19164,4757,'mec_price','44.2384'),(19165,4757,'mec_gateway','MEC_gateway_woocommerce'),(19166,4757,'mec_gateway_label','Pay by WooCommerce'),(19168,4756,'_recorded_sales','yes'),(19169,4756,'_recorded_coupon_usage_counts','yes'),(19170,4756,'_order_stock_reduced','yes'),(19171,4758,'_order_key','wc_order_x7YwdjaRLVrp0'),(19172,4758,'_customer_user','56'),(19173,4758,'_customer_ip_address','174.234.13.163'),(19174,4758,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1'),(19175,4758,'_order_currency','USD'),(19176,4758,'_cart_discount','0'),(19177,4758,'_cart_discount_tax','0'),(19178,4758,'_order_shipping','0'),(19179,4758,'_order_shipping_tax','0'),(19180,4758,'_order_tax','0'),(19181,4758,'_order_total','55.30'),(19182,4758,'_order_version','3.9.1'),(19183,4758,'_prices_include_tax','no'),(19184,4758,'_billing_address_index','          '),(19185,4758,'_shipping_address_index','        '),(19186,4758,'_mec_transaction_id','LVY63348'),(19187,4758,'_billing_first_name','Tyler'),(19188,4758,'_billing_last_name','Baker'),(19189,4758,'_shipping_first_name','Tyler'),(19190,4758,'_shipping_last_name','Baker'),(19191,4758,'_shipping_email','goingyard15@cox.net'),(19192,4758,'_billing_email',''),(19193,4758,'_payment_method','paypal'),(19194,4758,'_payment_method_title','PayPal'),(19195,4758,'Payment type','instant'),(19196,4758,'_transaction_id','29R947090J881034J'),(19197,4758,'_paypal_status','completed'),(19198,4758,'PayPal Transaction Fee','1.90'),(19199,4758,'_date_completed','1581041646'),(19200,4758,'_date_paid','1581041646'),(19201,4758,'_paid_date','2020-02-07 02:14:06'),(19202,4758,'_completed_date','2020-02-07 02:14:06'),(19203,4759,'_elementor_controls_usage','a:0:{}'),(19204,4759,'mec_verified','1'),(19205,4759,'mec_verification_key','849f05b9211d629d4c777a31baf13b18'),(19206,4759,'mec_cancellation_key','c909de9d1182b28df235ea92566642be'),(19207,4759,'mec_confirmed','1'),(19208,4759,'mec_transaction_id','LVY63348'),(19209,4759,'mec_event_id','4468'),(19210,4759,'mec_date','2020-02-07:2020-02-07'),(19211,4759,'mec_ticket_id',',1,1,1,1,1,'),(19212,4759,'mec_booking_time','2020-02-07 02:14:06'),(19213,4759,'mec_attendees','a:5:{i:0;a:6:{s:4:\"name\";s:11:\"Tyler Baker\";s:5:\"email\";s:19:\"goingyard15@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Tyler Baker\";s:5:\"email\";s:19:\"goingyard15@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:11:\"Tyler Baker\";s:5:\"email\";s:19:\"goingyard15@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:11:\"Tyler Baker\";s:5:\"email\";s:19:\"goingyard15@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:4;a:6:{s:4:\"name\";s:11:\"Tyler Baker\";s:5:\"email\";s:19:\"goingyard15@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19214,4759,'mec_price','55.298'),(19215,4759,'mec_gateway','MEC_gateway_woocommerce'),(19216,4759,'mec_gateway_label','Pay by WooCommerce'),(19217,4758,'_download_permissions_granted','yes'),(19218,4758,'_recorded_sales','yes'),(19219,4758,'_recorded_coupon_usage_counts','yes'),(19220,4758,'_order_stock_reduced','yes'),(19221,4760,'_order_key','wc_order_NdLBmcQhT9ILl'),(19222,4760,'_customer_user','0'),(19223,4760,'_customer_ip_address','72.209.155.221'),(19224,4760,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(19225,4760,'_order_currency','USD'),(19226,4760,'_cart_discount','0'),(19227,4760,'_cart_discount_tax','0'),(19228,4760,'_order_shipping','0'),(19229,4760,'_order_shipping_tax','0'),(19230,4760,'_order_tax','0'),(19231,4760,'_order_total','22.12'),(19232,4760,'_order_version','3.9.1'),(19233,4760,'_prices_include_tax','no'),(19234,4760,'_billing_address_index','          '),(19235,4760,'_shipping_address_index','        '),(19236,4760,'_mec_transaction_id','VSZ90630'),(19237,4760,'_billing_first_name','Zach'),(19238,4760,'_billing_last_name','Roehrman'),(19239,4760,'_shipping_first_name','Zach'),(19240,4760,'_shipping_last_name','Roehrman'),(19241,4760,'_shipping_email','roehrman.zach@gmail.com'),(19242,4760,'_billing_email','roehrman.zach@gmail.com'),(19243,4761,'_order_key','wc_order_Sc2dnyxGdDQr1'),(19244,4761,'_customer_user','57'),(19245,4761,'_customer_ip_address','72.209.155.221'),(19246,4761,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(19247,4761,'_order_currency','USD'),(19248,4761,'_cart_discount','0'),(19249,4761,'_cart_discount_tax','0'),(19250,4761,'_order_shipping','0'),(19251,4761,'_order_shipping_tax','0'),(19252,4761,'_order_tax','0'),(19253,4761,'_order_total','22.12'),(19254,4761,'_order_version','3.9.1'),(19255,4761,'_prices_include_tax','no'),(19256,4761,'_billing_address_index','Zach Roehrman        roehrman.zach@gmail.com '),(19257,4761,'_shipping_address_index','        '),(19258,4761,'_mec_transaction_id','NVA40418'),(19259,4761,'_billing_first_name','Zach'),(19260,4761,'_billing_last_name','Roehrman'),(19261,4761,'_shipping_first_name','Zach'),(19262,4761,'_shipping_last_name','Roehrman'),(19263,4761,'_shipping_email','roehrman.zach@gmail.com'),(19264,4761,'_billing_email','roehrman.zach@gmail.com'),(19265,4761,'_payment_method','paypal'),(19266,4761,'_payment_method_title','PayPal'),(19267,4761,'Payment type','instant'),(19268,4761,'_transaction_id','9LU83346HC166362L'),(19269,4761,'_paypal_status','completed'),(19270,4761,'PayPal Transaction Fee','0.94'),(19271,4761,'_date_completed','1581043003'),(19272,4761,'_date_paid','1581043003'),(19273,4761,'_paid_date','2020-02-07 02:36:43'),(19274,4761,'_completed_date','2020-02-07 02:36:43'),(19275,4762,'_elementor_controls_usage','a:0:{}'),(19276,4762,'mec_verified','1'),(19277,4762,'mec_verification_key','0dee53bc094fe5d283ae4c91b02414e5'),(19278,4762,'mec_cancellation_key','f42019d59d981fee71c874eec6aa7338'),(19279,4762,'mec_confirmed','1'),(19280,4762,'mec_transaction_id','NVA40418'),(19281,4762,'mec_event_id','4468'),(19282,4762,'mec_date','2020-02-07:2020-02-07'),(19283,4762,'mec_ticket_id',',1,1,'),(19284,4762,'mec_booking_time','2020-02-07 02:36:43'),(19285,4762,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:13:\"Zach Roehrman\";s:5:\"email\";s:23:\"roehrman.zach@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497502\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:13:\"Zach Roehrman\";s:5:\"email\";s:23:\"roehrman.zach@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852497502\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19286,4762,'mec_price','22.1192'),(19287,4762,'mec_gateway','MEC_gateway_woocommerce'),(19288,4762,'mec_gateway_label','Pay by WooCommerce'),(19289,4761,'_download_permissions_granted','yes'),(19290,4761,'_recorded_sales','yes'),(19291,4761,'_recorded_coupon_usage_counts','yes'),(19292,4761,'_order_stock_reduced','yes'),(19293,4763,'_order_key','wc_order_8ipQzdwWi1Ej9'),(19294,4763,'_customer_user','3'),(19295,4763,'_customer_ip_address','45.27.246.81'),(19296,4763,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 11647.104.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.88 Safari/537.36'),(19297,4763,'_order_currency','USD'),(19298,4763,'_cart_discount','0'),(19299,4763,'_cart_discount_tax','0'),(19300,4763,'_order_shipping','0'),(19301,4763,'_order_shipping_tax','0'),(19302,4763,'_order_tax','0'),(19303,4763,'_order_total','22.12'),(19304,4763,'_order_version','3.9.1'),(19305,4763,'_prices_include_tax','no'),(19306,4763,'_billing_address_index','          '),(19307,4763,'_shipping_address_index','        '),(19308,4763,'_mec_transaction_id','SBV73717'),(19309,4763,'_billing_first_name','Rhonda'),(19310,4763,'_billing_last_name','Seitz'),(19311,4763,'_shipping_first_name','Rhonda'),(19312,4763,'_shipping_last_name','Seitz'),(19313,4763,'_shipping_email','Rhonda.seitz56@gmail.com'),(19314,4763,'_billing_email',''),(19315,4763,'_payment_method','paypal'),(19316,4763,'_payment_method_title','PayPal'),(19317,4763,'Payment type','instant'),(19318,4763,'_transaction_id','077012564Y4809229'),(19319,4763,'_paypal_status','completed'),(19320,4763,'PayPal Transaction Fee','0.94'),(19321,4763,'_date_completed','1581045847'),(19322,4763,'_date_paid','1581045847'),(19323,4763,'_paid_date','2020-02-07 03:24:07'),(19324,4763,'_completed_date','2020-02-07 03:24:07'),(19325,4764,'_elementor_controls_usage','a:0:{}'),(19326,4764,'mec_verified','1'),(11780,3714,'_wp_page_template','default'),(11781,3702,'_wp_page_template','default'),(19159,4757,'mec_event_id','4468'),(19160,4757,'mec_date','2020-02-07:2020-02-07'),(19161,4757,'mec_ticket_id',',1,1,1,1,'),(19162,4757,'mec_booking_time','2020-02-07 01:54:10'),(19163,4757,'mec_attendees','a:4:{i:0;a:6:{s:4:\"name\";s:12:\"Jeremy Baker\";s:5:\"email\";s:18:\"jbsryceter@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852135579\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Jeremy Baker\";s:5:\"email\";s:18:\"jbsryceter@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852135579\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:2;a:6:{s:4:\"name\";s:12:\"Jeremy Baker\";s:5:\"email\";s:18:\"jbsryceter@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852135579\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:3;a:6:{s:4:\"name\";s:12:\"Jeremy Baker\";s:5:\"email\";s:18:\"jbsryceter@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852135579\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(19156,4757,'mec_cancellation_key','8b25e08c15093c95f58903b1a876b4bc'),(19157,4757,'mec_confirmed','1'),(19158,4757,'mec_transaction_id','LGE47041'),(19155,4757,'mec_verification_key','887da059e5f19921c51b600e5ddbc2be'),(19154,4757,'mec_verified','1'),(19153,4757,'_elementor_controls_usage','a:0:{}'),(19152,4756,'_completed_date','2020-02-07 01:54:09'),(19151,4756,'_paid_date','2020-02-07 01:54:09'),(19150,4756,'_date_paid','1581040449'),(19149,4756,'_date_completed','1581040449'),(19148,4756,'PayPal Transaction Fee','1.58'),(19147,4756,'_paypal_status','completed'),(19146,4756,'_transaction_id','1R811944X5324005D'),(19145,4756,'Payment type','instant'),(19144,4756,'_payment_method_title','PayPal'),(19143,4756,'_payment_method','paypal'),(19167,4756,'_download_permissions_granted','yes'),(19142,4756,'_billing_email',''),(19141,4756,'_shipping_email','jbsryceter@cox.net'),(19140,4756,'_shipping_last_name','Baker'),(19139,4756,'_shipping_first_name','Jeremy'),(19138,4756,'_billing_last_name','Baker'),(19137,4756,'_billing_first_name','Jeremy'),(19136,4756,'_mec_transaction_id','LGE47041'),(19135,4756,'_shipping_address_index','        '),(19132,4756,'_order_version','3.9.1'),(19131,4756,'_order_total','44.24'),(19124,4756,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(19123,4756,'_customer_ip_address','98.164.26.56'),(19122,4756,'_customer_user','55'),(19121,4756,'_order_key','wc_order_SNR8Hw4fX8BXL'),(11724,4315,'slide_template','default'),(11718,4315,'mec_fees','a:0:{}'),(11719,4315,'mec_ticket_variations_global_inheritance','1'),(11720,4315,'mec_ticket_variations','a:0:{}'),(11721,4315,'mec_reg_fields_global_inheritance','1'),(11722,4315,'mec_reg_fields','a:0:{}'),(11723,4315,'mec_op','a:0:{}'),(11717,4315,'mec_fees_global_inheritance','1'),(11714,4315,'mec_hourly_schedules','a:0:{}'),(11715,4315,'mec_booking','a:0:{}'),(11716,4315,'mec_tickets','a:0:{}'),(11052,3717,'_elementor_edit_mode','builder'),(11053,3717,'_elementor_template_type','wp-post'),(11054,3717,'_elementor_version','2.7.3'),(11055,3717,'_elementor_pro_version','2.6.5'),(11057,3717,'_elementor_data','[{\"id\":\"aa3fe62\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9a88a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb98c81\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events At a Glance\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b8d82c1\",\"elType\":\"section\",\"settings\":{\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"7cdf2ead\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"17ae8e0d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"inside\\\"><div class=\\\"mec-calendar-metabox mec-shortcode\\\">[MEC id=\\\"11\\\"]<\\/div><\\/div>\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aeff15f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_delay_time\":\"0.50\"},\"elements\":[{\"id\":\"7319ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"68cb0b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Schedule a Tour\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"b876f0c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%223900%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c4421f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(11713,4315,'mec_not_in_days',''),(11712,4315,'mec_in_days',''),(11711,4315,'mec_advanced_days','a:0:{}'),(11710,4315,'mec_repeat_end_at_date',''),(11709,4315,'mec_repeat_end_at_occurrences',''),(11706,4315,'mec_repeat_type',''),(11707,4315,'mec_repeat_interval','1'),(11708,4315,'mec_repeat_end',''),(11689,4315,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(11690,4315,'mec_certain_weekdays','a:0:{}'),(11691,4315,'mec_allday','0'),(11692,4315,'mec_hide_time','0'),(11693,4315,'mec_hide_end_time','0'),(11694,4315,'mec_comment','Doors open at 6:30pm'),(11695,4315,'mec_start_date','2019-11-08'),(11696,4315,'mec_start_time_hour','8'),(11697,4315,'mec_start_time_minutes','0'),(11698,4315,'mec_start_time_ampm','PM'),(11699,4315,'mec_start_day_seconds','72000'),(11700,4315,'mec_end_date','2019-11-08'),(11701,4315,'mec_end_time_hour','11'),(11702,4315,'mec_end_time_minutes','0'),(11703,4315,'mec_end_time_ampm','PM'),(11704,4315,'mec_end_day_seconds','82800'),(11705,4315,'mec_repeat_status','0'),(20153,4800,'_order_currency','USD'),(20154,4800,'_cart_discount','0'),(20155,4800,'_cart_discount_tax','0'),(20156,4800,'_order_shipping','0'),(20157,4800,'_order_shipping_tax','0'),(20158,4800,'_order_tax','0'),(20159,4800,'_order_total','55.30'),(20160,4800,'_order_version','3.9.1'),(20161,4800,'_prices_include_tax','no'),(20162,4800,'_billing_address_index','Wil Ramirez        chilwil2165@gmail.com '),(20163,4800,'_shipping_address_index','        '),(20164,4800,'_mec_transaction_id','BOF57328'),(20165,4800,'_billing_first_name','Wil'),(20166,4800,'_billing_last_name','Ramirez'),(20167,4800,'_shipping_first_name','Wil'),(20168,4800,'_shipping_last_name','Ramirez'),(20169,4800,'_shipping_email','chilwil2165@gmail.com'),(20170,4800,'_billing_email','chilwil2165@gmail.com'),(20171,4800,'_payment_method','paypal'),(20172,4800,'_payment_method_title','PayPal'),(20173,4800,'Payment type','instant'),(20174,4800,'_transaction_id','16R34258FG230893U'),(20175,4800,'_paypal_status','completed'),(20176,4800,'PayPal Transaction Fee','1.90'),(20177,4800,'_date_completed','1581466020'),(20178,4800,'_date_paid','1581466020'),(20179,4800,'_paid_date','2020-02-12 00:07:00'),(20180,4800,'_completed_date','2020-02-12 00:07:00'),(20181,4801,'_elementor_controls_usage','a:0:{}'),(20182,4801,'mec_verified','1'),(20183,4801,'mec_verification_key','b9c406cd48cc595432ab40faaa20debc'),(20184,4801,'mec_cancellation_key','5060885be684aa1e1a3c1731109a49f1'),(20185,4801,'mec_confirmed','1'),(20186,4801,'mec_transaction_id','BOF57328'),(20187,4801,'mec_event_id','4615'),(20188,4801,'mec_date','2020-02-14:2020-02-14'),(20189,4801,'mec_ticket_id',',2,2,'),(20190,4801,'mec_booking_time','2020-02-12 00:07:01'),(20191,4801,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:11:\"Wil Ramirez\";s:5:\"email\";s:21:\"chilwil2165@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852506712\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:11:\"Wil Ramirez\";s:5:\"email\";s:21:\"chilwil2165@gmail.com\";s:3:\"reg\";a:2:{i:2;s:10:\"7852506712\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20192,4801,'mec_price','55.298'),(20193,4801,'mec_gateway','MEC_gateway_woocommerce'),(20194,4801,'mec_gateway_label','Pay by WooCommerce'),(20195,4800,'_download_permissions_granted','yes'),(20196,4800,'_recorded_sales','yes'),(20197,4800,'_recorded_coupon_usage_counts','yes'),(20198,4800,'_order_stock_reduced','yes'),(20200,4802,'_customer_user','0'),(20201,4802,'_customer_ip_address','68.102.149.191'),(20202,4802,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,1;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Sprint]'),(20203,4802,'_order_currency','USD'),(20204,4802,'_cart_discount','0'),(20205,4802,'_cart_discount_tax','0'),(20206,4802,'_order_shipping','0'),(20207,4802,'_order_shipping_tax','0'),(20208,4802,'_order_tax','0'),(20209,4802,'_order_total','55.30'),(20210,4802,'_order_version','3.9.1'),(20211,4802,'_prices_include_tax','no'),(20212,4802,'_billing_address_index','          '),(20213,4802,'_shipping_address_index','        '),(20214,4802,'_mec_transaction_id','PKA59021'),(20215,4802,'_billing_first_name','Clifford'),(20216,4802,'_billing_last_name','Manning'),(20217,4802,'_shipping_first_name','Clifford'),(20218,4802,'_shipping_last_name','Manning'),(20219,4802,'_shipping_email','clifma19@yahoo.com'),(20220,4802,'_billing_email','clifma19@yahoo.com'),(20221,4803,'_order_key','wc_order_72iLmPAzkvtca'),(20222,4803,'_customer_user','68'),(20223,4803,'_customer_ip_address','68.102.149.191'),(20224,4803,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,1;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Sprint]'),(20225,4803,'_order_currency','USD'),(20226,4803,'_cart_discount','0'),(20227,4803,'_cart_discount_tax','0'),(20228,4803,'_order_shipping','0'),(20229,4803,'_order_shipping_tax','0'),(20230,4803,'_order_tax','0'),(20231,4803,'_order_total','55.30'),(20232,4803,'_order_version','3.9.1'),(20233,4803,'_prices_include_tax','no'),(20234,4803,'_billing_address_index','          '),(20235,4803,'_shipping_address_index','        '),(20236,4803,'_mec_transaction_id','HKU73006'),(20237,4803,'_billing_first_name','Clifford'),(20238,4803,'_billing_last_name','Manning'),(20239,4803,'_shipping_first_name','Clifford'),(20240,4803,'_shipping_last_name','Manning'),(20241,4803,'_shipping_email','clifma19@yahoo.com'),(20242,4803,'_billing_email',''),(20243,4803,'_payment_method','paypal'),(20244,4803,'_payment_method_title','PayPal'),(20245,4803,'Payment type','instant'),(20246,4803,'_transaction_id','81M60279RT0831059'),(20247,4803,'_paypal_status','completed'),(20248,4803,'PayPal Transaction Fee','1.90'),(20152,4800,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1'),(20151,4800,'_customer_ip_address','70.179.152.212'),(20150,4800,'_customer_user','67'),(20149,4800,'_order_key','wc_order_YZISa5hedS115'),(20148,4798,'_order_stock_reduced','yes'),(20147,4798,'_recorded_coupon_usage_counts','yes'),(20146,4798,'_recorded_sales','yes'),(20145,4798,'_download_permissions_granted','yes'),(20144,4799,'mec_gateway_label','Pay by WooCommerce'),(20143,4799,'mec_gateway','MEC_gateway_woocommerce'),(20142,4799,'mec_price','55.298'),(20140,4799,'mec_booking_time','2020-02-11 23:22:12'),(20141,4799,'mec_attendees','a:2:{i:0;a:6:{s:4:\"name\";s:12:\"Sara Windsor\";s:5:\"email\";s:21:\"dnswindsor@icloud.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}i:1;a:6:{s:4:\"name\";s:12:\"Sara Windsor\";s:5:\"email\";s:21:\"dnswindsor@icloud.com\";s:3:\"reg\";a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"2\";s:5:\"count\";s:1:\"1\";s:10:\"variations\";a:0:{}}}'),(20139,4799,'mec_ticket_id',',2,2,'),(20138,4799,'mec_date','2020-02-14:2020-02-14'),(20137,4799,'mec_event_id','4615'),(20136,4799,'mec_transaction_id','KFU29612'),(20135,4799,'mec_confirmed','1'),(20134,4799,'mec_cancellation_key','5c87c3e49edc5a5dc7e8a0af85bf0484'),(20133,4799,'mec_verification_key','d281479a8aeb7805fc96fac9d8205b3a'),(20132,4799,'mec_verified','1'),(20131,4799,'_elementor_controls_usage','a:0:{}'),(20130,4798,'_completed_date','2020-02-11 23:22:12'),(20129,4798,'_paid_date','2020-02-11 23:22:12'),(20128,4798,'_date_paid','1581463332'),(20127,4798,'_date_completed','1581463332'),(20126,4798,'PayPal Transaction Fee','1.90'),(20125,4798,'_paypal_status','completed'),(20124,4798,'_transaction_id','43458288M9753642E'),(20123,4798,'Payment type','instant'),(20122,4798,'_payment_method_title','PayPal'),(20121,4798,'_payment_method','paypal'),(20120,4798,'_billing_email',''),(20119,4798,'_shipping_email','dnswindsor@icloud.com'),(20118,4798,'_shipping_last_name','Windsor'),(20115,4798,'_billing_first_name','Sara'),(20116,4798,'_billing_last_name','Windsor'),(20117,4798,'_shipping_first_name','Sara'),(20114,4798,'_mec_transaction_id','KFU29612'),(20110,4798,'_order_version','3.9.1'),(20111,4798,'_prices_include_tax','no'),(20112,4798,'_billing_address_index','          '),(20113,4798,'_shipping_address_index','        '),(20108,4798,'_order_tax','0'),(20109,4798,'_order_total','55.30'),(20107,4798,'_order_shipping_tax','0'),(20106,4798,'_order_shipping','0'),(20105,4798,'_cart_discount_tax','0'),(20104,4798,'_cart_discount','0'),(20103,4798,'_order_currency','USD'),(12971,4439,'_wp_page_template','default'),(12972,4439,'mec_color','d9b351'),(12973,4439,'mec_location_id','1'),(12974,4439,'mec_dont_show_map','0'),(12975,4439,'mec_organizer_id','81'),(12976,4439,'mec_read_more',''),(12977,4439,'mec_more_info',''),(12978,4439,'mec_more_info_title',''),(12979,4439,'mec_more_info_target','_self'),(12980,4439,'mec_cost','$10'),(12981,4439,'mec_additional_organizer_ids','a:1:{i:0;s:2:\"69\";}'),(12982,4439,'mec_additional_location_ids','a:0:{}'),(12983,4439,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-10-16\";s:4:\"hour\";s:1:\"7\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-10-16\";s:4:\"hour\";s:2:\"10\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:0:\"\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(12984,4439,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(12985,4439,'mec_certain_weekdays','a:0:{}'),(12986,4439,'mec_allday','0'),(12987,4439,'mec_hide_time','0'),(12988,4439,'mec_hide_end_time','0'),(12989,4439,'mec_comment',''),(12990,4439,'mec_start_date','2019-10-16'),(12991,4439,'mec_start_time_hour','7'),(12992,4439,'mec_start_time_minutes','0'),(12993,4439,'mec_start_time_ampm','PM'),(12994,4439,'mec_start_day_seconds','68400'),(12995,4439,'mec_end_date','2019-10-16'),(12996,4439,'mec_end_time_hour','10'),(12997,4439,'mec_end_time_minutes','0'),(12998,4439,'mec_end_time_ampm','PM'),(12999,4439,'mec_end_day_seconds','79200'),(13000,4439,'mec_repeat_status','0'),(13001,4439,'mec_repeat_type',''),(13002,4439,'mec_repeat_interval','1'),(13003,4439,'mec_repeat_end',''),(13004,4439,'mec_repeat_end_at_occurrences',''),(13005,4439,'mec_repeat_end_at_date',''),(13006,4439,'mec_advanced_days','a:0:{}'),(13007,4439,'mec_in_days',''),(13008,4439,'mec_not_in_days',''),(13009,4439,'mec_hourly_schedules','a:0:{}'),(13010,4439,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:3:\"200\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(13011,4439,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:2:\"GA\";s:22:\"ticket_start_time_hour\";s:2:\"08\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:23:\"GA - Carolyn Sills Band\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:14:\"$10 - All Ages\";s:5:\"limit\";s:3:\"200\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(13012,4439,'mec_fees_global_inheritance','1'),(13013,4439,'mec_fees','a:1:{s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(13014,4439,'mec_ticket_variations_global_inheritance','1'),(13015,4439,'mec_ticket_variations','a:0:{}'),(13016,4439,'mec_reg_fields_global_inheritance','1'),(13017,4439,'mec_reg_fields','a:0:{}'),(13018,4439,'mec_op','a:0:{}'),(13019,4439,'slide_template','default'),(13020,4439,'_elementor_controls_usage','a:0:{}'),(13021,4439,'_edit_last','1'),(13022,4439,'inline_featured_image','0'),(13023,4439,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(13024,4439,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:99:\"Your SEO title is 52 characters which is between the recommended best practice of 50-70 characters.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:23:\"Title has a good length\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 25 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(14274,4520,'_billing_phone','7852665328'),(14275,4520,'_order_currency','USD'),(14276,4520,'_cart_discount','0'),(17329,4668,'mec_confirmed','1'),(17330,4668,'mec_transaction_id','NCX34379'),(17331,4668,'mec_event_id','4551'),(17332,4668,'mec_date','2020-01-12:2020-01-12'),(17333,4668,'mec_ticket_id',',1,'),(17334,4668,'mec_booking_time','2020-01-08 02:01:33'),(17335,4668,'mec_attendees','a:1:{i:0;a:5:{s:4:\"name\";s:11:\"Debra Payne\";s:5:\"email\";s:17:\"debbsterp@cox.net\";s:3:\"reg\";a:2:{i:2;s:10:\"7852136000\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}s:2:\"id\";s:1:\"1\";s:5:\"count\";s:1:\"1\";}}'),(17326,4668,'mec_verified','1'),(17327,4668,'mec_verification_key','004645da884b9d0ef3a74906ab122d18'),(13291,4468,'inline_featured_image','0'),(13292,4468,'_wp_page_template','default'),(13293,4468,'_elementor_controls_usage','a:0:{}'),(13294,4468,'mec_color','3d7b5f'),(13295,4468,'mec_location_id','1'),(13296,4468,'mec_dont_show_map','0'),(13297,4468,'mec_organizer_id','1'),(13298,4468,'mec_read_more',''),(13299,4468,'mec_more_info',''),(13300,4468,'_edit_last','1'),(13301,4468,'_edit_lock','1577157488:1'),(13302,4468,'mec_more_info_title',''),(13303,4468,'mec_more_info_target','_self'),(13304,4468,'mec_cost','$10'),(13305,4468,'mec_additional_organizer_ids','a:0:{}'),(13306,4468,'mec_additional_location_ids','a:0:{}'),(13307,4468,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-02-07\";s:4:\"hour\";s:1:\"7\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-02-07\";s:4:\"hour\";s:2:\"10\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:28:\"Doors open at 6pm - All Ages\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(13308,4468,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(13309,4468,'mec_certain_weekdays','a:0:{}'),(13310,4468,'mec_allday','0'),(13311,4468,'mec_hide_time','0'),(13312,4468,'mec_hide_end_time','0'),(13313,4468,'mec_comment','Doors open at 6pm - All Ages'),(13314,4468,'mec_start_date','2020-02-07'),(13315,4468,'mec_start_time_hour','7'),(13316,4468,'mec_start_time_minutes','0'),(13317,4468,'mec_start_time_ampm','PM'),(13318,4468,'mec_start_day_seconds','68400'),(13319,4468,'mec_end_date','2020-02-07'),(13320,4468,'mec_end_time_hour','10'),(13321,4468,'mec_end_time_minutes','0'),(13322,4468,'mec_end_time_ampm','PM'),(13323,4468,'mec_end_day_seconds','79200'),(13324,4468,'mec_repeat_status','0'),(13325,4468,'mec_repeat_type',''),(13326,4468,'mec_repeat_interval','1'),(13327,4468,'mec_repeat_end',''),(13328,4468,'mec_repeat_end_at_occurrences',''),(13329,4468,'mec_repeat_end_at_date',''),(13330,4468,'mec_advanced_days','a:0:{}'),(13331,4468,'mec_in_days',''),(13332,4468,'mec_not_in_days',''),(13333,4468,'mec_hourly_schedules','a:0:{}'),(13334,4468,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(13335,4468,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:27:\"GA - Steve Kile Band 020720\";s:22:\"ticket_start_time_hour\";s:2:\"07\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"10\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:31:\"Steve Kile Band - Friday, FEB 7\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:3:\"$10\";s:5:\"limit\";s:3:\"100\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(13030,4443,'_order_key','wc_order_SqYlfhrYL5Gpa'),(13031,4443,'_customer_user','0'),(13032,4443,'_customer_ip_address','184.179.98.72'),(13033,4443,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),(13034,4443,'_order_currency','USD'),(13035,4443,'_cart_discount','0'),(13036,4443,'_cart_discount_tax','0'),(13037,4443,'_order_shipping','0'),(13038,4443,'_order_shipping_tax','0'),(13039,4443,'_order_tax','0'),(13040,4443,'_order_total','40.00'),(13041,4443,'_order_version','3.7.0'),(13042,4443,'_prices_include_tax','no'),(13043,4443,'_billing_address_index','          '),(13044,4443,'_shipping_address_index','        '),(13045,4443,'_mec_transaction_id','AQH58370'),(13046,4443,'_billing_first_name','Kristin'),(13047,4443,'_billing_last_name','Ready'),(13048,4443,'_shipping_first_name','Kristin'),(13049,4443,'_shipping_last_name','Ready'),(13050,4443,'_shipping_email','ichabodsball@yahoo.com'),(13051,4443,'_billing_email','ichabodsball@yahoo.com'),(13052,4444,'_order_key','wc_order_tHsOc0j85tfOP'),(13053,4444,'_customer_user','0'),(13054,4444,'_customer_ip_address','184.179.98.72'),(13055,4444,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),(13056,4444,'_order_currency','USD'),(13057,4444,'_cart_discount','0'),(13058,4444,'_cart_discount_tax','0'),(13059,4444,'_order_shipping','0'),(13060,4444,'_order_shipping_tax','0'),(13061,4444,'_order_tax','0'),(13062,4444,'_order_total','40.00'),(13063,4444,'_order_version','3.7.0'),(13064,4444,'_prices_include_tax','no'),(13065,4444,'_billing_address_index','          '),(13066,4444,'_shipping_address_index','        '),(13067,4444,'_mec_transaction_id','WYT63864'),(13068,4444,'_billing_first_name','Kristin'),(13069,4444,'_billing_last_name','REady'),(13070,4444,'_shipping_first_name','Kristin'),(13071,4444,'_shipping_last_name','REady'),(13072,4444,'_shipping_email','ichabodsball@yahoo.com'),(13073,4444,'_billing_email','ichabodsball@yahoo.com'),(13074,4445,'_elementor_controls_usage','a:0:{}'),(13075,4445,'_appointment_title',''),(13076,4445,'_appointment_guest_name','Brina'),(13077,4445,'_appointment_guest_surname','Fox'),(13078,4445,'_appointment_guest_email','foxbrina14@gmail.com'),(13079,4445,'_appointment_timestamp','1571247000'),(13080,4445,'_appointment_timeslot','1730-1830'),(13081,4445,'_cf_meta_value','<p class=\"cf-meta-value\"><strong>Type of Event </strong><br>Wedding</p><p class=\"cf-meta-value\"><strong>Estimated Number of People</strong><br>200</p><p class=\"cf-meta-value\"><strong>Requested Event Date and Time</strong><br>10/17/2020</p><p class=\"cf-meta-value\"><strong>We\'d love to know how you learned about The Vinewood. Please check all that are applicable:</strong><br>Friend / Referral </p>'),(11684,4315,'mec_more_info_target','_self'),(11685,4315,'mec_cost',''),(11686,4315,'mec_additional_organizer_ids','a:0:{}'),(11687,4315,'mec_additional_location_ids','a:0:{}'),(11688,4315,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-11-08\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-11-08\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:20:\"Doors open at 6:30pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(11683,4315,'mec_more_info_title',''),(11680,4315,'mec_organizer_id','1'),(11681,4315,'mec_read_more',''),(11682,4315,'mec_more_info',''),(11557,4311,'_edit_last','1'),(11558,4311,'_edit_lock','1569954114:1'),(11559,4311,'_thumbnail_id','3698'),(11560,4311,'mec_color','3d7b5f'),(11561,4311,'mec_location_id','1'),(11562,4311,'mec_dont_show_map','0'),(11563,4311,'mec_organizer_id','1'),(11564,4311,'mec_read_more',''),(11565,4311,'mec_more_info',''),(11566,4311,'mec_more_info_title',''),(11567,4311,'mec_more_info_target','_self'),(11568,4311,'mec_cost','$10'),(11569,4311,'mec_additional_organizer_ids','a:0:{}'),(11570,4311,'mec_additional_location_ids','a:0:{}'),(11571,4311,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2019-12-13\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2019-12-13\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:33:\"Doors open an hour and half prior\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(11572,4311,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(11573,4311,'mec_certain_weekdays','a:0:{}'),(11574,4311,'mec_allday','0'),(11575,4311,'mec_hide_time','0'),(11576,4311,'mec_hide_end_time','0'),(11577,4311,'mec_comment','Doors open an hour and half prior'),(11578,4311,'mec_start_date','2019-12-13'),(11579,4311,'mec_start_time_hour','8'),(11580,4311,'mec_start_time_minutes','0'),(11581,4311,'mec_start_time_ampm','PM'),(11582,4311,'mec_start_day_seconds','72000'),(11583,4311,'mec_end_date','2019-12-13'),(11584,4311,'mec_end_time_hour','11'),(11585,4311,'mec_end_time_minutes','0'),(11586,4311,'mec_end_time_ampm','PM'),(11587,4311,'mec_end_day_seconds','82800'),(11588,4311,'mec_repeat_status','0'),(11589,4311,'mec_repeat_type',''),(11590,4311,'mec_repeat_interval','1'),(11591,4311,'mec_repeat_end',''),(11592,4311,'mec_repeat_end_at_occurrences',''),(11593,4311,'mec_repeat_end_at_date',''),(11594,4311,'mec_advanced_days','a:0:{}'),(11595,4311,'mec_in_days',''),(11596,4311,'mec_not_in_days',''),(11597,4311,'mec_hourly_schedules','a:0:{}'),(11598,4311,'mec_booking','a:0:{}'),(11599,4311,'mec_tickets','a:0:{}'),(11600,4311,'mec_fees_global_inheritance','1'),(11601,4311,'mec_fees','a:0:{}'),(11602,4311,'mec_ticket_variations_global_inheritance','1'),(11603,4311,'mec_ticket_variations','a:0:{}'),(11604,4311,'mec_reg_fields_global_inheritance','1'),(11605,4311,'mec_reg_fields','a:0:{}'),(11606,4311,'mec_op','a:0:{}'),(11607,4311,'slide_template','default'),(11608,4311,'_wp_page_template','default'),(11609,4311,'_wp_old_slug','4closure'),(11610,4313,'inline_featured_image','0'),(11611,4313,'mec_color','3d7b5f'),(11612,4313,'_edit_last','1'),(11613,4313,'_edit_lock','1578431470:1'),(11614,4313,'mec_location_id','1'),(11615,4313,'mec_dont_show_map','0'),(11616,4313,'mec_organizer_id','69'),(11617,4313,'mec_read_more',''),(11618,4313,'mec_more_info',''),(11619,4313,'mec_more_info_title',''),(11620,4313,'mec_more_info_target','_blank'),(11621,4313,'mec_cost','$10'),(11622,4313,'mec_additional_organizer_ids','a:0:{}'),(11623,4313,'mec_additional_location_ids','a:0:{}'),(11624,4313,'mec_date','a:4:{s:5:\"start\";a:4:{s:4:\"date\";s:10:\"2020-05-15\";s:4:\"hour\";s:1:\"8\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:3:\"end\";a:4:{s:4:\"date\";s:10:\"2020-05-15\";s:4:\"hour\";s:2:\"11\";s:7:\"minutes\";s:1:\"0\";s:4:\"ampm\";s:2:\"PM\";}s:7:\"comment\";s:17:\"Doors open at 7pm\";s:6:\"repeat\";a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}}'),(11625,4313,'mec_repeat','a:6:{s:4:\"type\";s:5:\"daily\";s:8:\"interval\";s:1:\"1\";s:8:\"advanced\";s:0:\"\";s:3:\"end\";s:5:\"never\";s:11:\"end_at_date\";s:0:\"\";s:18:\"end_at_occurrences\";s:2:\"10\";}'),(11626,4313,'mec_certain_weekdays','a:0:{}'),(11627,4313,'mec_allday','0'),(11628,4313,'mec_hide_time','0'),(11629,4313,'mec_hide_end_time','0'),(11630,4313,'mec_comment','Doors open at 7pm'),(11631,4313,'mec_start_date','2020-05-15'),(11632,4313,'mec_start_time_hour','8'),(11633,4313,'mec_start_time_minutes','0'),(11634,4313,'mec_start_time_ampm','PM'),(11635,4313,'mec_start_day_seconds','72000'),(11636,4313,'mec_end_date','2020-05-15'),(11637,4313,'mec_end_time_hour','11'),(11638,4313,'mec_end_time_minutes','0'),(11639,4313,'mec_end_time_ampm','PM'),(11640,4313,'mec_end_day_seconds','82800'),(11641,4313,'mec_repeat_status','0'),(11642,4313,'mec_repeat_type',''),(11643,4313,'mec_repeat_interval','1'),(11644,4313,'mec_repeat_end',''),(11645,4313,'mec_repeat_end_at_occurrences',''),(11646,4313,'mec_repeat_end_at_date',''),(11647,4313,'mec_advanced_days','a:0:{}'),(11648,4313,'mec_in_days',''),(11649,4313,'mec_not_in_days',''),(11650,4313,'mec_hourly_schedules','a:0:{}'),(11651,4313,'mec_booking','a:4:{s:24:\"bookings_limit_unlimited\";s:1:\"0\";s:14:\"bookings_limit\";s:0:\"\";s:29:\"bookings_user_limit_unlimited\";s:1:\"1\";s:19:\"bookings_user_limit\";s:0:\"\";}'),(11652,4313,'mec_tickets','a:1:{i:1;a:13:{s:4:\"name\";s:27:\"GA - House Jumpers 05.15.20\";s:22:\"ticket_start_time_hour\";s:2:\"08\";s:24:\"ticket_start_time_minute\";s:1:\"0\";s:22:\"ticket_start_time_ampm\";s:2:\"PM\";s:20:\"ticket_end_time_hour\";s:2:\"11\";s:22:\"ticket_end_time_minute\";s:1:\"0\";s:20:\"ticket_end_time_ampm\";s:2:\"PM\";s:11:\"description\";s:27:\"GA - House Jumpers 05.15.20\";s:5:\"price\";s:2:\"10\";s:11:\"price_label\";s:3:\"$10\";s:5:\"limit\";s:0:\"\";s:9:\"unlimited\";s:1:\"0\";s:5:\"dates\";a:0:{}}}'),(11653,4313,'mec_fees_global_inheritance','1'),(11654,4313,'mec_fees','a:1:{s:3:\":i:\";a:3:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:4:\"type\";s:7:\"percent\";}}'),(11655,4313,'mec_ticket_variations_global_inheritance','1'),(11656,4313,'mec_ticket_variations','a:0:{}'),(11657,4313,'mec_reg_fields_global_inheritance','1'),(11658,4313,'mec_reg_fields','a:0:{}'),(11659,4313,'mec_op','a:0:{}'),(11660,4313,'slide_template','default'),(11661,4313,'inline_featured_image','0'),(11662,4313,'_wds_readability','a:4:{s:5:\"score\";d:61.75000000000003;s:9:\"raw_score\";d:61.75000000000003;s:11:\"is_readable\";b:1;s:5:\"error\";b:0;}'),(11663,4313,'_wds_analysis','a:3:{s:6:\"errors\";a:6:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";}s:10:\"percentage\";i:58;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 41 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:125:\"Your current meta description is 22 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:138:\"The best practice minimum content length for the web is 300 words so we recommend you aim for at least this amount - the more the merrier.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:170:\"You\'ve included your focus keywords in the first paragraph of your content which will help search engines and visitors quickly scope the topic of your article, well done.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:33:\"First paragraph contains keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(11664,4313,'_wp_page_template','default'),(11665,4313,'_wp_old_slug','top-city-swing-dance'),(17291,4313,'_thumbnail_id','4662'),(11677,4315,'mec_color','3d7b5f'),(11676,4315,'_edit_lock','1566846890:1'),(11669,4311,'_wp_old_slug','4closure-3__trashed'),(11670,4315,'inline_featured_image','0'),(11671,4315,'inline_featured_image','0'),(11672,4315,'_wds_readability','a:4:{s:5:\"score\";i:0;s:9:\"raw_score\";b:0;s:11:\"is_readable\";b:0;s:5:\"error\";s:19:\"No content to check\";}'),(11673,4315,'_wds_analysis','a:3:{s:6:\"errors\";a:7:{s:17:\"wds-checks::focus\";s:27:\"There are no focus keywords\";s:24:\"wds-checks::title_length\";s:35:\"Title is shorter than 50 characters\";s:27:\"wds-checks::metadesc_length\";s:42:\"Description is shorter than 135 characters\";s:28:\"wds-checks::imgalts_keywords\";s:15:\"No images found\";s:26:\"wds-checks::content_length\";s:33:\"Content is shorter than 300 words\";s:23:\"wds-checks::links_count\";s:29:\"No internal or external links\";s:25:\"wds-checks::para_keywords\";s:31:\"First paragraph has no keywords\";}s:10:\"percentage\";i:50;s:6:\"checks\";a:14:{s:5:\"focus\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:154:\"In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context.\";s:9:\"more_info\";s:67:\"Selecting focus keywords helps describe what your content is about.\";s:10:\"status_msg\";s:27:\"There are no focus keywords\";}s:15:\"focus_stopwords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:68:\"You kept the focus keywords of your article to the point, way to go!\";s:9:\"more_info\";s:294:\"Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus.\";s:10:\"status_msg\";s:18:\"Focus to the point\";}s:14:\"title_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"You\'ve managed to get your focus keywords in your SEO title which has the best chance of matching what users are searching for first up - nice work.\";s:9:\"more_info\";s:494:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it\'s recommended to try and get these words in, don\'t sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn\'t read well.\";s:10:\"status_msg\";s:23:\"Title contains keywords\";}s:12:\"title_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:156:\"Your SEO title is 35 characters which is less than the recommended 50 characters. Best practice is between 50 and 70 characters with 60 being the sweetspot.\";s:9:\"more_info\";s:712:\"Your SEO title is the most important element because it is what users will see in search engine results. You\'ll want to make sure that you have your focus keywords in there, that it\'s a nice length, and that people will want to click on it. Best practices suggest keeping your titles between 50 and 70 characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn\'t a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on.\";s:10:\"status_msg\";s:35:\"Title is shorter than 50 characters\";}s:17:\"metadesc_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:159:\"The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!\";s:9:\"more_info\";s:456:\"It\'s considered good practice to try to include your focus keyword(s) in the SEO description of your pages because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what\'s inside your article - if they like what they read they\'ll click on your link.\";s:10:\"status_msg\";s:34:\"Meta description contains keywords\";}s:15:\"metadesc_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:124:\"Your current meta description is 0 characters in length. Best practice suggests this should be around 135 to 135 characters.\";s:9:\"more_info\";s:433:\"There is no \'this number is right\' in this. It depends on what Google adds to your search result and how much they want to show. Google might, for instance, add the date to an article, and that will reduce the number of characters. We wrote about going back to 10 blue links. Bearing that in mind, the rule of thumb is that 135 characters is usually fine. Lately, we have even seen meta descriptions that contain over 250 characters.\";s:10:\"status_msg\";s:42:\"Description is shorter than 135 characters\";}s:13:\"slug_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:188:\"You\'ve got your focus keywords in the page slug which can contribute to your page rank as you have higher chance of matching search terms and Google does index your page slug, great stuff!\";s:9:\"more_info\";s:408:\"The page URL you use for this post will be visible in search engine results, so it\'s important to also include words that the searcher is looking for - your focus keywords. It\'s debateable whether keywords in the slug are of any real search engine ranking benefit, one could assume that because the slug does get indexed that the algorithm may favour slugs more closely aligned with the topic being searched.\";s:10:\"status_msg\";s:22:\"Slug contains keywords\";}s:13:\"keywords_used\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:148:\"Focus keywords are intended to be unique so you\'re less likely to write duplicate content. Consider changing the focus keywords to something unique.\";s:9:\"more_info\";s:1154:\"		Whilst duplicate content isn&#039;t technically penalized it presents three rather niggly issues for search engines:		<br/><br/>\n\n		1. It&#039;s unclear which versions to include/exclude from their indexes.<br/>\n		2. They don&#039;t know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions.		<br/>\n		3. The engine is unsure which versions to rank for query results.<br/><br/>\n\n		So whilst there&#039;s no direct penalty, if your content isn&#039;t unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn&#039;t happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write.		<br/><br/>\n\n		Note: If you happen to have two pages with the same content, it&#039;s important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this <a href=\'https://premium.wpmudev.org/blog/wordpress-canonicalization-guide/\' target=\'_blank\'>here</a>.		\";s:10:\"status_msg\";s:34:\"Keywords have not been used before\";}s:16:\"imgalts_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:127:\"Images are a great addition to any piece of content. Consider adding imagery to enhance the reading experience of your article.\";s:9:\"more_info\";s:0:\"\";s:10:\"status_msg\";s:15:\"No images found\";}s:14:\"content_length\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:198:\"Unless your website is a photography blog it\'s generally a good idea to include content for your visitors to read, and also Google to help with indexing. Something, anything, is better than nothing.\";s:9:\"more_info\";s:798:\"Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of 300 words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we\'re going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it\'s a nice flow on effect of writing those juicy high quality articles your readers are waiting for.\";s:10:\"status_msg\";s:33:\"Content is shorter than 300 words\";}s:15:\"keyword_density\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Currently you haven\'t used any keywords in your content. The minimum recommended density is 2%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords.\";s:9:\"more_info\";s:744:\"Keyword density is all about making sure your content has enough keywords in it that it has a higher chance of appearing in the first few search results for your focus keywords. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for 2% density, remember content is king and you don\'t your article ending up sounding like a robot. Get creative and utilize the page title, image caption and subheadings.\";s:10:\"status_msg\";s:31:\"Keyword density is more than 2%\";}s:11:\"links_count\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:202:\"Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article.\";s:9:\"more_info\";s:1254:\"		Internal links are important for linking together related content. Search engines will &#039;crawl&#039; through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it&#039;s wise to make sure your content has internal links built into for the bot to follow and index.		<br/><br/>\n\n		External links don&#039;t benefit your SEO by having them in your own content, but you&#039;ll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a &#039;third party vote&#039; in favour of your website - like a vote of confidence. Since these the hardest form of &#039;validation&#039; to get (another website has to endorse you!) search engines weigh them heavily when considering page rank. For more info: <a href=\'https://moz.com/learn/seo/internal-link\' target=\'_blank\'>https://moz.com/learn/seo/internal-link</a>		<br/><br/>\n\n		Note: This check is only looking at the content your page is outputting and doesn&#039;t include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles.		\";s:10:\"status_msg\";s:29:\"No internal or external links\";}s:13:\"para_keywords\";a:5:{s:6:\"status\";b:0;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:169:\"It\'s good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article.\";s:9:\"more_info\";s:526:\"You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to draw you reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about and: you tell Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\";s:10:\"status_msg\";s:31:\"First paragraph has no keywords\";}s:20:\"subheadings_keywords\";a:5:{s:6:\"status\";b:1;s:7:\"ignored\";b:0;s:14:\"recommendation\";s:243:\"Using keywords in any of your subheadings (such as H2\'s or H3\'s) will help both the user and search engines quickly figure out what your article is about. It\'s best practice to include your focus keywords in at least one subheading if you can.\";s:9:\"more_info\";s:512:\"When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you\'re writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important to users as they break up your content, sectioning is by subtopics to help readers figure out what the text is about - and the same goes for search engines. With that said, don\'t force keywords into all your titles - keep it natural, readable and use moderation!\";s:10:\"status_msg\";s:28:\"Subheadings contain keywords\";}}}'),(11674,4315,'_wp_page_template','default'),(11675,4315,'_edit_last','1'),(11083,4126,'_elementor_edit_mode','builder'),(11084,4126,'_elementor_template_type','wp-post'),(11085,4126,'_elementor_version','2.9.2'),(11086,4126,'_elementor_pro_version','2.8.3');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=4865 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (4259,1,'2019-08-26 00:01:19','2019-08-26 00:01:19','','DANCES & EVENTS','','publish','closed','closed','','dance-hall-events','','','2020-01-03 04:29:02','2020-01-03 04:29:02','',0,'https://thehistoricvinewood.com/?p=4259',1,'nav_menu_item','',0),(4260,1,'2019-08-26 00:01:19','2019-08-26 00:01:19','','CONTACT','','publish','closed','closed','','contact','','','2020-01-03 04:29:02','2020-01-03 04:29:02','',0,'https://thehistoricvinewood.com/?p=4260',5,'nav_menu_item','',0),(2,1,'2019-07-27 01:17:21','2019-07-27 01:17:21','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://thehistoricvinewood.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2019-07-27 14:21:28','2019-07-27 14:21:28','',0,'https://thehistoricvinewood.com/?page_id=2',0,'page','',0),(10,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Full Calendar','','publish','closed','closed','','full-calendar','','','2019-07-27 05:35:57','2019-07-27 05:35:57','',0,'https://thehistoricvinewood.com/2019/07/27/full-calendar/',0,'mec_calendars','',0),(11,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Monthly View','','publish','closed','closed','','monthly-view','','','2019-09-24 17:52:25','2019-09-24 17:52:25','',0,'https://thehistoricvinewood.com/2019/07/27/monthly-view/',0,'mec_calendars','',0),(12,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Weekly View','','publish','closed','closed','','weekly-view','','','2019-07-27 05:35:57','2019-07-27 05:35:57','',0,'https://thehistoricvinewood.com/2019/07/27/weekly-view/',0,'mec_calendars','',0),(13,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Daily View','','publish','closed','closed','','daily-view','','','2019-07-27 05:35:57','2019-07-27 05:35:57','',0,'https://thehistoricvinewood.com/2019/07/27/daily-view/',0,'mec_calendars','',0),(14,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Map View','','publish','closed','closed','','map-view','','','2019-07-27 05:35:57','2019-07-27 05:35:57','',0,'https://thehistoricvinewood.com/2019/07/27/map-view/',0,'mec_calendars','',0),(15,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Upcoming events (List)','','publish','closed','closed','','upcoming-events-list','','','2019-10-01 18:15:16','2019-10-01 18:15:16','',0,'https://thehistoricvinewood.com/2019/07/27/upcoming-events-list/',0,'mec_calendars','',0),(16,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Upcoming events (Grid)','','publish','closed','closed','','upcoming-events-grid','','','2020-01-25 07:24:25','2020-01-25 07:24:25','',0,'https://thehistoricvinewood.com/2019/07/27/upcoming-events-grid/',0,'mec_calendars','',0),(17,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Carousel View','','publish','closed','closed','','carousel-view','','','2019-07-27 05:35:57','2019-07-27 05:35:57','',0,'https://thehistoricvinewood.com/2019/07/27/carousel-view/',0,'mec_calendars','',0),(18,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Countdown View','','publish','closed','closed','','countdown-view','','','2019-07-27 05:35:57','2019-07-27 05:35:57','',0,'https://thehistoricvinewood.com/2019/07/27/countdown-view/',0,'mec_calendars','',0),(19,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Slider View','','publish','closed','closed','','slider-view','','','2019-07-27 05:35:57','2019-07-27 05:35:57','',0,'https://thehistoricvinewood.com/2019/07/27/slider-view/',0,'mec_calendars','',0),(20,1,'2019-07-27 05:35:57','2019-07-27 05:35:57','MEC','Masonry View','','publish','closed','closed','','masonry-view','','','2019-07-27 05:35:57','2019-07-27 05:35:57','',0,'https://thehistoricvinewood.com/2019/07/27/masonry-view/',0,'mec_calendars','',0),(22,1,'2019-07-27 14:20:16','2019-07-27 14:20:16','{\"id\":\"22\",\"field_id\":5,\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Your Name \",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"Name\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"label_hide\":\"1\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email\",\"confirmation_placeholder\":\"\",\"label_hide\":\"1\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Subject\",\"label_hide\":\"1\",\"default_value\":\"\",\"css\":\"\",\"input_mask\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Your Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Message\",\"label_hide\":\"1\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Contact Form 1\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Send Message\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Contact Form - 1\",\"sender_name\":\"{field_id=\\\"0\\\"}\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting The Vinewood! We will be in touch with you shortly.<\\/p>\\r\\n<p>Cheers!<\\/p>\\r\\n<p>Mike &amp; Nicole<\\/p>\",\"message_scroll\":\"1\",\"page\":\"551\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Contact Form 1','','publish','closed','closed','','contact-form-1','','','2019-07-28 16:30:40','2019-07-28 16:30:40','',0,'https://thehistoricvinewood.com/?post_type=wpforms&#038;p=22',0,'wpforms','',0),(604,1,'2019-07-28 03:43:40','2019-07-28 03:43:40','','allyouneed','','inherit','open','closed','','allyouneed','','','2019-07-28 03:43:40','2019-07-28 03:43:40','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/allyouneed.jpg',0,'attachment','image/jpeg',0),(722,1,'2019-07-28 06:19:52','2019-07-28 06:19:52','','Logo-Cut-web-small','','inherit','open','closed','','logo-cut-web-small-2','','','2019-07-28 06:19:52','2019-07-28 06:19:52','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/Logo-Cut-web-small.png',0,'attachment','image/png',0),(28,1,'2019-07-27 14:20:21','2019-07-27 14:20:21','','astra','','publish','closed','closed','','astra','','','2019-07-27 14:20:21','2019-07-27 14:20:21','',0,'https://thehistoricvinewood.com/astra/',0,'custom_css','',0),(730,1,'2019-07-28 06:25:20','2019-07-28 06:25:20','<h4>\n					We look forward to meeting you!\n				</h4>\n								<p>Please use our contact or booking form to set an appointment. Thanks!</p>\n										<img width=\"1160\" height=\"374\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White.png 1160w, https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White-300x97.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White-768x248.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White-1024x330.png 1024w\" sizes=\"(max-width: 1160px) 100vw, 1160px\" />											\n							<a href=\"#\">\n					Instagram\n									</a>\n							<a href=\"#\">\n					Facebook-f\n									</a>\n			<h4>Quick Links</h4>		\n					<ul>\n							<li >\n					<a href=\"#\">					Introduction\n											</a>\n									</li>\n								<li >\n					<a href=\"#\">					Know more About Us\n											</a>\n									</li>\n								<li >\n					<a href=\"#\">					Visit Store\n											</a>\n									</li>\n								<li >\n					<a href=\"#\">					Let\'s Connect\n											</a>\n									</li>\n						</ul>\n			<h4>Important Links</h4>		\n					<ul>\n							<li >\n					<a href=\"#\">					Privacy Policy\n											</a>\n									</li>\n								<li >\n					<a href=\"#\">					Shipping Details\n											</a>\n									</li>\n								<li >\n					<a href=\"#\">					Terms & Conditions\n											</a>\n									</li>\n								<li >\n					<a href=\"#\">					Media Kit\n											</a>\n									</li>\n						</ul>','Footer 4 column','','publish','closed','closed','','footer-4-column','','','2019-07-28 06:25:20','2019-07-28 06:25:20','',0,'https://thehistoricvinewood.com/?elementor_library=footer-4-column',0,'elementor_library','',0),(729,1,'2019-07-28 06:20:31','2019-07-28 06:20:31','','GoldAnd','','inherit','open','closed','','goldand','','','2019-07-28 06:20:44','2019-07-28 06:20:44','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/GoldAnd.png',0,'attachment','image/png',0),(724,1,'2019-07-28 06:20:01','2019-07-28 06:20:01','','Logo','','inherit','open','closed','','logo','','','2019-07-28 06:20:01','2019-07-28 06:20:01','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/Logo.png',0,'attachment','image/png',0),(725,1,'2019-07-28 06:20:05','2019-07-28 06:20:05','','LogoBlackGold','','inherit','open','closed','','logoblackgold','','','2019-07-28 06:20:05','2019-07-28 06:20:05','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoBlackGold.png',0,'attachment','image/png',0),(726,1,'2019-07-28 06:20:08','2019-07-28 06:20:08','','LogoLettering-Black','','inherit','open','closed','','logolettering-black','','','2019-07-28 06:22:13','2019-07-28 06:22:13','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-Black.png',0,'attachment','image/png',0),(727,1,'2019-07-28 06:20:13','2019-07-28 06:20:13','','LogoLettering-White','','inherit','open','closed','','logolettering-white','','','2019-07-28 06:20:13','2019-07-28 06:20:13','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White.png',0,'attachment','image/png',0),(728,1,'2019-07-28 06:20:16','2019-07-28 06:20:16','','LogoTitleOnly-White','','inherit','open','closed','','logotitleonly-white','','','2019-07-28 06:20:51','2019-07-28 06:20:51','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoTitleOnly-White.png',0,'attachment','image/png',0),(723,1,'2019-07-28 06:19:57','2019-07-28 06:19:57','','Logo-Cut-web','','inherit','open','closed','','logo-cut-web-2','','','2019-07-28 06:19:57','2019-07-28 06:19:57','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/Logo-Cut-web.png',0,'attachment','image/png',0),(549,1,'2019-01-23 06:28:50','2019-01-23 06:28:50','[woocommerce_my_account]','My account','','publish','closed','closed','','my-account','','','2019-07-27 14:21:29','2019-07-27 14:21:29','',0,'https://websitedemos.net/plant-store-02/my-account/',0,'page','',0),(551,1,'2019-01-23 06:31:31','2019-01-23 06:31:31','<h1>About Us</h1>		\n		<p>A history of memories dating back to 1889.</p>		\n			<h2>Relax. We got this.</h2>		\n		<p>The Vinewood has a long, LONG history in Topeka and is the backdrop to hundreds, if not thousands of memories. Ownership, venue accommodations and aesthetics have shifted throughout the years, but one thing remains steady; The Vinewood is the place to be. The indescribable vibe puts everyone at ease with a smile. Relax. Stay a moment. Let\'s make some memories.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>Our HISTORY</h2>		\n		<p>The Vinewood is a one-of-a-kind wedding and event venue in Topeka, KAN. What began as an idea for a community park in 1889, became an attraction and destination for thousands \'til 1923. Topeka built Lake Shawnee around 1925 and The Vinewood\'s new owners XXXXX sold all the attraction rides. The main stable stayed, along with the dance floor made from XXX springs. The XXX family farmed the land (sweet corn and award-winning alphay). \"It was hard work,\" said grandson XXX who begin working at Vinewood at the age of five, making 50 cents a day. But the most fun was every Thursday, Friday and Saturday. Everyone, I mean everyone came to Vinewood to dance and celebrate. If you were going to meet someone, you came here.</p>		\n		<p>The Robucks know just that, meeting at one aforementioned dances in 19XX. The couple connected on the dance floor and have been married since. So when the opportunity arose to purchase The Vinewood in 2016, they new the importance of keeping the venue and vibe alive.</p><p>The Robucks have been instrumental in the rehabilitation of NOTO Arts District, owning over a dozen properties. One such catercorner from their old jewelry shop, Front Door Catering. After working with Mike Weible and Nicole Degennaro for a few years and seeing their passion and success, they knew it was time to pass the love and keys. Excited to take a \"real\" vacation for once in their married life, the Robuks, now in their late 70s, will never need a key. Their always invited to the party.</p><p>Mike and Nicole are thrilled to bring their point of view to the historic venue. Honoring the past and building a future, The Historic Vinewood is the place for any and all types of events. They strive to simply just do things better. It\'s a family here. It\'s pride. It\'s hard-work and it\'s fun. Let us know what you have planned, and let\'s us help create lasting memories.</p><p>​In the early 1900\'s Vinewood became known as Vinewood Park. A carousel, paddle boats, and eventually a wooden roller coaster was added to the park. The property had a restaurant, cabins, and plenty of space for picnics and outdoor activities. </p><p>​We invite you to become a part of The Vinewood story: Whether it be by having your wedding or business event here or joining us for one of our many community events, we can\'t wait to be a part of it.</p>		\n			<h2>YOUR Team</h2>		\n		<p>Team work truly makes the dream work.</p>		\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>NICOLE DEGENNARO</h3><p>Co-Owner</p>		\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>MIKE WIEBEL</h3><p>Co-Owner</p>		\n							<a href=\"#\">\n					Instagram\n									</a>\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Shanna stint</h3><p>Event Coordinator</p>		\n							<a href=\"#\">\n					Instagram\n									</a>\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>KERRICE MAPES</h3><p>Marketing Director</p>		\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>LUKE DOMME</h3><p>Logistics</p>		\n							<a href=\"#\">\n					Instagram\n									</a>\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Rebecca Radjensky</h3><p>Event Coordinator</p>		\n							<a href=\"#\">\n					Instagram\n									</a>\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n										<img width=\"1000\" height=\"1000\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img.jpg 1000w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-150x150.jpg 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-300x300.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-768x768.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-600x600.jpg 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-100x100.jpg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />											\n			<h3>Interested? Shop this plant collection!</h3>		\n		Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt. 		\n			<a href=\"checkout-page/\" role=\"button\">\n						BUY FOR $99\n					</a>','About Us','','draft','closed','closed','','about-us','','','2019-10-31 03:20:57','2019-10-31 03:20:57','',0,'https://websitedemos.net/plant-store-02/?page_id=10',0,'page','',0),(553,1,'2019-01-23 06:32:08','2019-01-23 06:32:08','<h1>Contact Us</h1>		\n		<p>Can\'t wait to hear from you. Thanks!</p>		\n										<img width=\"1887\" height=\"800\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/01/OutlineBuilding-Web2.png\" alt=\"\" />											\n			<p>2848 SE 29th \nTopeka, KAN 66605</p>		\n			<p><a href=\"#\">785 260 6772</a></p>		\n			<h3>Send Us a Message</h3>		\n			<p>DW@TheHistoricVinewood.com</p>','Contact Us','','publish','closed','closed','','contact-us','','','2019-08-26 00:54:19','2019-08-26 00:54:19','',0,'https://websitedemos.net/plant-store-02/?page_id=12',0,'page','',0),(774,1,'2019-07-29 07:16:40','2019-07-29 07:16:40','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nThe Historic Vinewood \"[your-subject]\"\nThe Historic Vinewood <wordpress@thehistoricvinewood.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\nTheHistoricVinewood@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nThe Historic Vinewood \"[your-subject]\"\nThe Historic Vinewood <wordpress@thehistoricvinewood.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\n[your-email]\nReply-To: TheHistoricVinewood@gmail.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2019-07-29 07:16:40','2019-07-29 07:16:40','',0,'https://thehistoricvinewood.com/?post_type=wpcf7_contact_form&p=774',0,'wpcf7_contact_form','',0),(285,1,'2019-01-30 09:38:49','2019-01-30 09:38:49','<img width=\"1160\" height=\"374\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White.png 1160w, https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White-300x97.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White-768x248.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/01/LogoLettering-White-1024x330.png 1024w\" sizes=\"(max-width: 1160px) 100vw, 1160px\" />											\n							<a href=\"https://www.instagram.com/explore/locations/353533075167184/the-vinewood/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.facebook.com/thevinewood/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n			<h4>Quick Links</h4>		\n					<ul>\n							<li >\n					<a href=\"#\">					Introduction\n											</a>\n									</li>\n								<li >\n					<a href=\"#\">					Know more About Us\n											</a>\n									</li>\n								<li >\n					<a href=\"#\">					Visit Store\n											</a>\n									</li>\n								<li >\n					<a href=\"#\">					Let\'s Connect\n											</a>\n									</li>\n						</ul>','Site Footer','','publish','closed','closed','','site-footer','','','2019-07-28 17:39:04','2019-07-28 17:39:04','',0,'https://websitedemos.net/plant-store-02/?post_type=elementor-hf&#038;p=285',0,'elementor-hf','',0),(721,1,'2019-07-28 06:11:08','2019-07-28 06:11:08','','OutlineBuilding-White-WebSmall','','inherit','open','closed','','outlinebuilding-white-websmall','','','2019-07-28 06:11:08','2019-07-28 06:11:08','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/OutlineBuilding-White-WebSmall.png',0,'attachment','image/png',0),(743,1,'2019-07-28 15:46:48','2019-07-28 15:46:48','https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-OutlineBuilding-Web2-1.png','cropped-OutlineBuilding-Web2-1.png','','inherit','open','closed','','cropped-outlinebuilding-web2-1-png','','','2019-07-28 15:46:48','2019-07-28 15:46:48','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-OutlineBuilding-Web2-1.png',0,'attachment','image/png',0),(746,1,'2019-07-28 16:02:16','2019-07-28 16:02:16','','BackofDress','photo by Marcealena','inherit','open','closed','','backofdress','','','2019-07-28 16:42:12','2019-07-28 16:42:12','',553,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/BackofDress.jpg',0,'attachment','image/jpeg',0),(747,1,'2019-07-28 16:02:35','2019-07-28 16:02:35','','NoGoodJohnny','','inherit','open','closed','','nogoodjohnny','','','2020-01-03 02:23:48','2020-01-03 02:23:48','',553,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/NoGoodJohnny.png',0,'attachment','image/png',0),(748,1,'2019-07-28 16:27:38','2019-07-28 16:27:38','','ladiesbyMarcealena','photo by Marcealena','inherit','open','closed','','ladiesbymarcealena','','','2019-07-28 16:27:51','2019-07-28 16:27:51','',553,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/ladiesbyMarcealena.png',0,'attachment','image/png',0),(569,1,'2019-07-27 14:21:32','2019-07-27 14:21:32','','floral1-divider-free-img.png','','inherit','open','closed','','floral1-divider-free-img-png','','','2019-07-27 14:21:32','2019-07-27 14:21:32','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/floral1-divider-free-img.png',0,'attachment','image/png',0),(599,1,'2019-07-27 17:18:50','2019-07-27 17:18:50','','cowboyincband','','inherit','open','closed','','cowboyincband','','','2019-07-27 17:18:58','2019-07-27 17:18:58','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/cowboyincband.jpg',0,'attachment','image/jpeg',0),(606,1,'2019-07-28 03:43:47','2019-07-28 03:43:47','','BridalSuite-CJ','','inherit','open','closed','','bridalsuite-cj','','','2019-07-28 03:43:47','2019-07-28 03:43:47','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/BridalSuite-CJ.jpg',0,'attachment','image/jpeg',0),(607,1,'2019-07-28 03:43:50','2019-07-28 03:43:50','','BridalSuitGroup','','inherit','open','closed','','bridalsuitgroup','','','2019-07-28 03:43:50','2019-07-28 03:43:50','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/BridalSuitGroup.jpg',0,'attachment','image/jpeg',0),(608,1,'2019-07-28 03:43:54','2019-07-28 03:43:54','','Carasol','','inherit','open','closed','','carasol','','','2019-07-28 03:43:54','2019-07-28 03:43:54','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Carasol.jpg',0,'attachment','image/jpeg',0),(609,1,'2019-07-28 03:43:57','2019-07-28 03:43:57','','champagne','','inherit','open','closed','','champagne','','','2019-07-28 16:54:28','2019-07-28 16:54:28','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/champagne.jpg',0,'attachment','image/jpeg',0),(610,1,'2019-07-28 03:43:59','2019-07-28 03:43:59','','Couple-Hyper','','inherit','open','closed','','couple-hyper','','','2019-08-26 00:56:42','2019-08-26 00:56:42','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Couple-Hyper.jpg',0,'attachment','image/jpeg',0),(611,1,'2019-07-28 03:44:02','2019-07-28 03:44:02','','Cowboy','','inherit','open','closed','','cowboy','','','2019-07-28 03:44:02','2019-07-28 03:44:02','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Cowboy.jpg',0,'attachment','image/jpeg',0),(612,1,'2019-07-28 03:44:06','2019-07-28 03:44:06','','Creek','','inherit','open','closed','','creek','','','2019-07-28 03:44:06','2019-07-28 03:44:06','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Creek.jpg',0,'attachment','image/jpeg',0),(613,1,'2019-07-28 03:44:09','2019-07-28 03:44:09','','Dancing','','inherit','open','closed','','dancing','','','2019-07-28 03:44:09','2019-07-28 03:44:09','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Dancing.jpg',0,'attachment','image/jpeg',0),(614,1,'2019-07-28 03:44:12','2019-07-28 03:44:12','','fullpost','','inherit','open','closed','','fullpost','','','2019-07-28 03:44:12','2019-07-28 03:44:12','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/fullpost.jpg',0,'attachment','image/jpeg',0),(615,1,'2019-07-28 03:44:15','2019-07-28 03:44:15','','Lagoon-Post','','inherit','open','closed','','lagoon-post','','','2019-07-28 03:44:15','2019-07-28 03:44:15','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Lagoon-Post.jpg',0,'attachment','image/jpeg',0),(616,1,'2019-07-28 03:44:18','2019-07-28 03:44:18','','Lagoon2','','inherit','open','closed','','lagoon2','','','2019-07-28 03:44:18','2019-07-28 03:44:18','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Lagoon2.jpg',0,'attachment','image/jpeg',0),(617,1,'2019-07-28 03:44:21','2019-07-28 03:44:21','','Logo-Cut-web-small','','inherit','open','closed','','logo-cut-web-small','','','2019-07-28 05:16:35','2019-07-28 05:16:35','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Logo-Cut-web-small.png',0,'attachment','image/png',0),(618,1,'2019-07-28 03:44:25','2019-07-28 03:44:25','','Logo-Cut-web','','inherit','open','closed','','logo-cut-web','','','2019-07-28 03:44:25','2019-07-28 03:44:25','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Logo-Cut-web.png',0,'attachment','image/png',0),(619,1,'2019-07-28 03:44:29','2019-07-28 03:44:29','','OutlineBuilding','','inherit','open','closed','','outlinebuilding','','','2019-07-28 06:04:49','2019-07-28 06:04:49','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/OutlineBuilding.png',0,'attachment','image/png',0),(620,1,'2019-07-28 03:44:32','2019-07-28 03:44:32','','Postcard-back','','inherit','open','closed','','postcard-back','','','2019-07-28 03:44:32','2019-07-28 03:44:32','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Postcard-back.jpg',0,'attachment','image/jpeg',0),(621,1,'2019-07-28 03:44:35','2019-07-28 03:44:35','','Postcard-Lagoon','','inherit','open','closed','','postcard-lagoon','','','2019-07-28 03:44:35','2019-07-28 03:44:35','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Postcard-Lagoon.jpg',0,'attachment','image/jpeg',0),(622,1,'2019-07-28 03:44:39','2019-07-28 03:44:39','','SportsintheLagoon','','inherit','open','closed','','sportsinthelagoon','','','2019-07-28 03:44:39','2019-07-28 03:44:39','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/SportsintheLagoon.jpg',0,'attachment','image/jpeg',0),(623,1,'2019-07-28 03:44:42','2019-07-28 03:44:42','','StoneArchBridge','','inherit','open','closed','','stonearchbridge','','','2019-07-28 03:44:42','2019-07-28 03:44:42','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/StoneArchBridge.jpg',0,'attachment','image/jpeg',0),(624,1,'2019-07-28 03:44:46','2019-07-28 03:44:46','','StoneAshBridge','','inherit','open','closed','','stoneashbridge','','','2019-07-28 03:44:46','2019-07-28 03:44:46','',551,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/StoneAshBridge.jpg',0,'attachment','image/jpeg',0),(632,1,'2019-07-28 05:08:58','2019-07-28 05:08:58','','OutlineBuilding-Web2','','inherit','open','closed','','outlinebuilding-web2','','','2019-07-28 05:09:07','2019-07-28 05:09:07','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/OutlineBuilding-Web2.png',0,'attachment','image/png',0),(634,1,'2019-07-28 05:16:44','2019-07-28 05:16:44','https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-Logo-Cut-web-small.png','cropped-Logo-Cut-web-small.png','','inherit','open','closed','','cropped-logo-cut-web-small-png','','','2019-07-28 05:16:44','2019-07-28 05:16:44','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-Logo-Cut-web-small.png',0,'attachment','image/png',0),(636,1,'2019-07-28 05:17:41','2019-07-28 05:17:41','https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-OutlineBuilding-Web2.png','cropped-OutlineBuilding-Web2.png','','inherit','open','closed','','cropped-outlinebuilding-web2-png','','','2019-07-28 05:17:41','2019-07-28 05:17:41','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-OutlineBuilding-Web2.png',0,'attachment','image/png',0),(639,1,'2019-07-28 05:38:49','2019-07-28 05:38:49','<img width=\"1887\" height=\"800\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/OutlineBuilding-Web2.png\" alt=\"Vinewood\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/OutlineBuilding-Web2.png 1887w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/OutlineBuilding-Web2-300x127.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/OutlineBuilding-Web2-768x326.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/OutlineBuilding-Web2-1024x434.png 1024w\" sizes=\"(max-width: 1887px) 100vw, 1887px\" />											\n			<h4>THE HISTORIC VINEWOOD</h4>		\n			<h1>where memories <br>are made.</h1>','Header','','publish','closed','closed','','header','','','2019-07-28 05:38:49','2019-07-28 05:38:49','',0,'https://thehistoricvinewood.com/?elementor_library=header',0,'elementor_library','',0),(645,1,'2019-07-28 05:40:26','2019-07-28 05:40:26','<h2>Featured Plants</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>[products limit=\"8\" columns=\"4\" visibility=\"featured\" ]','Middle CTA','','publish','closed','closed','','middle-cta','','','2019-07-28 05:40:26','2019-07-28 05:40:26','',0,'https://thehistoricvinewood.com/?elementor_library=middle-cta',0,'elementor_library','',0),(648,1,'2019-07-28 05:40:41','2019-07-28 05:40:41','<h2>Testimonials</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>		\n			<h3>Sarah Jones</h3>		\n		<p>Interior Designer</p><p>Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt. </p>		\n										<img width=\"45\" height=\"45\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/quote-free-img.png\" alt=\"\" />											\n			<h3>Jessica Foxx</h3>		\n		<p>Student</p><p>Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt. </p>		\n										<img width=\"45\" height=\"45\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/quote-free-img.png\" alt=\"\" />											\n			<h3>Briana Luke</h3>		\n		<p>Student</p><p>Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt. </p>		\n										<img width=\"45\" height=\"45\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/quote-free-img.png\" alt=\"\" />','Testimonals','','publish','closed','closed','','testimonals','','','2019-07-28 05:40:41','2019-07-28 05:40:41','',0,'https://thehistoricvinewood.com/?elementor_library=testimonals',0,'elementor_library','',0),(651,1,'2019-07-28 05:41:00','2019-07-28 05:41:00','<img width=\"1000\" height=\"1000\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img.jpg 1000w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-150x150.jpg 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-300x300.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-768x768.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-600x600.jpg 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-100x100.jpg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />											\n			<h3>Interested? Shop this plant collection!</h3>		\n		Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt. 		\n			<a href=\"checkout-page/\" role=\"button\">\n						BUY FOR $99\n					</a>','CTA Dark Back','','publish','closed','closed','','cta-dark-back','','','2019-07-28 05:41:00','2019-07-28 05:41:00','',0,'https://thehistoricvinewood.com/?elementor_library=cta-dark-back',0,'elementor_library','',0),(716,1,'2019-07-28 06:02:41','2019-07-28 06:02:41','','MettalicGoldBack','','inherit','open','closed','','mettalicgoldback','','','2019-07-28 06:02:49','2019-07-28 06:02:49','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/MettalicGoldBack.jpg',0,'attachment','image/jpeg',0),(738,1,'2019-07-28 06:34:55','2019-07-28 06:34:55','https://thehistoricvinewood.com/wp-content/uploads/2019/01/cropped-Logo-Cut-web.png','cropped-Logo-Cut-web.png','','inherit','open','closed','','cropped-logo-cut-web-png','','','2019-07-28 06:34:55','2019-07-28 06:34:55','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/cropped-Logo-Cut-web.png',0,'attachment','image/png',0),(718,1,'2019-07-28 06:10:51','2019-07-28 06:10:51','','OutlineBuilding-Dark-web','','inherit','open','closed','','outlinebuilding-dark-web','','','2020-01-25 06:55:06','2020-01-25 06:55:06','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/OutlineBuilding-Dark-web.png',0,'attachment','image/png',0),(719,1,'2019-07-28 06:10:56','2019-07-28 06:10:56','','OutlineBuilding-Web2','','inherit','open','closed','','outlinebuilding-web2-2','','','2019-07-28 06:10:56','2019-07-28 06:10:56','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/OutlineBuilding-Web2.png',0,'attachment','image/png',0),(720,1,'2019-07-28 06:11:00','2019-07-28 06:11:00','','OutlineBuilding-White-Web','','inherit','open','closed','','outlinebuilding-white-web','','','2019-07-28 06:11:00','2019-07-28 06:11:00','',285,'https://thehistoricvinewood.com/wp-content/uploads/2019/01/OutlineBuilding-White-Web.png',0,'attachment','image/png',0),(752,1,'2019-07-28 16:40:47','2019-07-28 16:40:47','','DancebyMarceleana','photo by Marcealena','inherit','open','closed','','dancebymarceleana','','','2019-07-28 16:51:43','2019-07-28 16:51:43','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/DancebyMarceleana.jpg',0,'attachment','image/jpeg',0),(753,1,'2019-07-28 16:41:47','2019-07-28 16:41:47','','FlowersMarceleana','photo by Marcealena','inherit','open','closed','','flowersmarceleana','','','2019-07-28 16:42:18','2019-07-28 16:42:18','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/FlowersMarceleana.jpg',0,'attachment','image/jpeg',0),(3694,1,'2019-08-02 20:28:55','2019-08-02 20:28:55','The Steve Kile Band plays a variety of music, old to new, rock \'n\' roll to country, all highly danceable.','STEVE KILE BAND','','publish','open','closed','','steve-kile-band','','','2019-08-02 20:28:55','2019-08-02 20:28:55','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3694',0,'mec-events','',0),(3857,1,'2019-08-11 22:58:47','2019-08-11 22:58:47','','WEDDINGS','','publish','closed','closed','','wedding','','','2020-01-03 04:29:02','2020-01-03 04:29:02','',0,'https://thehistoricvinewood.com/?p=3857',2,'nav_menu_item','',0),(776,1,'2019-07-29 07:20:36','2019-07-29 07:20:36','','One Click Demo Import - log_file_2019-07-29__07-20-36','','inherit','open','closed','','one-click-demo-import-log_file_2019-07-29__07-20-36','','','2019-07-29 07:20:36','2019-07-29 07:20:36','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/log_file_2019-07-29__07-20-36.txt',0,'attachment','text/plain',0),(26,1,'2019-02-28 02:36:01','2019-02-28 02:36:01','','signature','','inherit','open','closed','','signature','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/signature.png',0,'attachment','image/png',0),(37,1,'2019-02-28 03:04:28','2019-02-28 03:04:28','','logo','','inherit','open','closed','','logo-2','','','2019-02-28 03:04:28','2019-02-28 03:04:28','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/logo.png',0,'attachment','image/png',0),(66,1,'2019-02-28 03:45:45','2019-02-28 03:45:45','','bn1','','inherit','open','closed','','bn1','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn1.jpg',0,'attachment','image/jpeg',0),(77,1,'2019-02-28 04:03:37','2019-02-28 04:03:37','','decor','','inherit','open','closed','','decor','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/decor.png',0,'attachment','image/png',0),(777,1,'2019-02-28 04:13:25','2019-02-28 04:13:25','','bn2','','inherit','open','closed','','bn2','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn2.png',0,'attachment','image/png',0),(120,1,'2019-02-28 04:35:37','2019-02-28 04:35:37','','h9_bg1','','inherit','open','closed','','h9_bg1','','','2019-02-28 04:35:37','2019-02-28 04:35:37','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h9_bg1.jpg',0,'attachment','image/jpeg',0),(167,1,'2019-02-28 06:52:46','2019-02-28 06:52:46','','wedding-1','','inherit','open','closed','','wedding-1','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/wedding-1.jpg',0,'attachment','image/jpeg',0),(168,1,'2019-02-28 06:52:48','2019-02-28 06:52:48','','wedding-2','','inherit','open','closed','','wedding-2','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/wedding-2.jpg',0,'attachment','image/jpeg',0),(169,1,'2019-02-28 06:52:49','2019-02-28 06:52:49','','wedding-3','','inherit','open','closed','','wedding-3','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/wedding-3.jpg',0,'attachment','image/jpeg',0),(229,1,'2019-02-28 07:35:17','2019-02-28 07:35:17','','line','','inherit','open','closed','','line','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/line.png',0,'attachment','image/png',0),(274,1,'2019-02-28 08:28:06','2019-02-28 08:28:06','','line1','','inherit','open','closed','','line1','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/line1.png',0,'attachment','image/png',0),(283,1,'2019-02-28 08:36:22','2019-02-28 08:36:22','','ct1','','inherit','open','closed','','ct1','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/ct1.jpg',0,'attachment','image/jpeg',0),(284,1,'2019-02-28 08:36:24','2019-02-28 08:36:24','','ct2','','inherit','open','closed','','ct2','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/ct2.jpg',0,'attachment','image/jpeg',0),(778,1,'2019-02-28 08:36:26','2019-02-28 08:36:26','','ct3','','inherit','open','closed','','ct3','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/ct3.jpg',0,'attachment','image/jpeg',0),(286,1,'2019-02-28 08:36:27','2019-02-28 08:36:27','','ct4','','inherit','open','closed','','ct4','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/ct4.jpg',0,'attachment','image/jpeg',0),(287,1,'2019-02-28 08:36:29','2019-02-28 08:36:29','','ct5','','inherit','open','closed','','ct5','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/ct5.jpg',0,'attachment','image/jpeg',0),(288,1,'2019-02-28 08:36:31','2019-02-28 08:36:31','','ct6','','inherit','open','closed','','ct6','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/ct6.jpg',0,'attachment','image/jpeg',0),(310,1,'2019-02-28 08:50:35','2019-02-28 08:50:35','','ab-bg-counter-parallax','','inherit','open','closed','','ab-bg-counter-parallax','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',237,'http://dev.wpopal.com/dreama/wp-content/uploads/2019/02/ab-bg-counter-parallax.jpg',0,'attachment','image/jpeg',0),(330,1,'2019-02-28 09:14:26','2019-02-28 09:14:26','','map','','inherit','open','closed','','map','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/map.jpg',0,'attachment','image/jpeg',0),(339,1,'2019-02-28 09:19:59','2019-02-28 09:19:59','','team-1','','inherit','open','closed','','team-1','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',237,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-1.jpg',0,'attachment','image/jpeg',0),(340,1,'2019-02-28 09:20:00','2019-02-28 09:20:00','','team-2','','inherit','open','closed','','team-2','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',237,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-2.jpg',0,'attachment','image/jpeg',0),(341,1,'2019-02-28 09:20:01','2019-02-28 09:20:01','','team-3','','inherit','open','closed','','team-3','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',237,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-3.jpg',0,'attachment','image/jpeg',0),(342,1,'2019-02-28 09:20:02','2019-02-28 09:20:02','','team-4','','inherit','open','closed','','team-4','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',237,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-4.jpg',0,'attachment','image/jpeg',0),(343,1,'2019-02-28 09:20:03','2019-02-28 09:20:03','','team-5','','inherit','open','closed','','team-5','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',237,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-5.jpg',0,'attachment','image/jpeg',0),(4713,1,'2020-01-25 07:11:05','2020-01-25 07:11:05','<!-- START REVOLUTION SLIDER 5.4.8.3 fullwidth mode -->\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul><!-- SLIDE -->\r\n 	<li data-index=\"rs-20\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\" data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal-100x50.jpg\" data-rotate=\"0,0,0\" data-saveperformance=\"off\" data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\"><!-- MAIN IMAGE -->\r\n<img title=\"Mantal\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal.jpg\" alt=\"Mantal\" width=\"1170\" height=\"780\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina=\"\" />\r\n<!-- LAYERS -->\r\n<!-- LAYER NR. 1 -->\r\nThe Historic Vinewood\r\n<!-- LAYER NR. 2 -->\r\nSince\r\n<!-- LAYER NR. 3 -->\r\n1889\r\n<!-- LAYER NR. 4 -->\r\nWhere Memories Are Made</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<!-- SLIDE -->\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li data-index=\"rs-21\" data-transition=\"boxslide,slotzoom-horizontal,zoomout\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\" data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable-100x50.jpg\" data-rotate=\"0,0,0\" data-saveperformance=\"off\" data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\"><!-- MAIN IMAGE -->\r\n<img title=\"HeadTable\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\" alt=\"Blue Head Table\" width=\"1170\" height=\"780\" data-bgposition=\"left top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina=\"\" />\r\n<!-- LAYERS -->\r\n<!-- LAYER NR. 5 -->\r\nVersatile\r\n<!-- LAYER NR. 6 -->\r\nEvent Spaces\r\n<!-- LAYER NR. 7 -->\r\nSEATING FOR UP TO 350 GUESTS</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<!-- SLIDE -->\r\n<ul>\r\n 	<li data-index=\"rs-22\" data-transition=\"boxslide,boxfade,slotslide-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\" data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\" data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web-100x50.jpg\" data-rotate=\"0,0,0\" data-saveperformance=\"off\" data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\"><!-- MAIN IMAGE -->\r\n<img title=\"DancingBoots-Stock-Web\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web.jpg\" alt=\"Dancing Boots\" width=\"650\" height=\"449\" data-bgposition=\"center center\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina=\"\" />\r\n<!-- LAYERS -->\r\n<!-- LAYER NR. 8 -->\r\nhistoric\r\n<!-- LAYER NR. 9 -->\r\nDance Hall\r\n<!-- LAYER NR. 10 -->\r\nSignature dances, featuring country and rock, almost every Friday night</li>\r\n</ul>\r\n<style>\r\n</style> <style></style> <style type=\"text/css\">#rev_slider_6_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_6_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_6_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\r\n\r\n<!-- END REVOLUTION SLIDER -->\r\n<h3>Dance</h3>\r\n<h3>Say \"I DO\"</h3>\r\n<h3>Rates</h3>\r\n<a href=\"#\"> </a>\r\n<h3><a href=\"#\">History</a></h3>\r\n<h3>Gallery</h3>\r\n<h3>Contact</h3>\r\nRelax, Welcome and Enjoy The Vinewood\r\n\r\nWelcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by and say hello or schedule a private tour of the property today.\r\n\r\n<strong>Welcome!</strong>\r\n\r\n<em>- Nicole &amp; Mike</em>\r\n\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png\" sizes=\"(max-width: 600px) 100vw, 600px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-300x87.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-768x223.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-400x116.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-600x174.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig.png 1500w\" alt=\"Nicole Sig\" width=\"600\" height=\"174\" />\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png\" sizes=\"(max-width: 600px) 100vw, 600px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-300x79.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-768x203.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-400x106.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-600x159.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig.png 1500w\" alt=\"Mike Sig\" width=\"600\" height=\"159\" />\r\nGorgeous and such Good Vibes\r\n‘I only attended a wedding here, but this venue is GORGEOUS! It has such a good vibe even without decorations. Large open space and a unique setup. Has a stage as well and public restrooms and a bar area. Makes me wish I could’ve had my wedding reception here!’\r\nAbby\r\nWedding - February 2019\r\nMost quaint little place\r\n‘It\'s the most quaint little place to have a wedding. I think the wedding that I attended here had about 300 or 350 people and it fit us all very comfortably. Didn\'t feel cramped at all.’\r\nBritney\r\nWedding - July 2019\r\nIt felt so magical\r\n‘The ceremony was outdoors, shaded by trees. BEAUTIFUL. And then the reception was indoors. Beautiful refinished hardwood floors and white walls. There were lights strung from the rafters and it just felt so magical.’\r\nBritney\r\nWedding July 2019\r\n<h3>Versatile Spaces</h3>\r\nWEDDINGS  •  CORPORATE  •  REUNIONS  •  RETIREMENT  • NONPROFIT FUNDRAISERS  • CONFERENCES  •  HOLIDAY PARTIES\r\n<figure><img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MrsMrs-Color-474x324.jpg\" alt=\"\" width=\"474\" height=\"324\" /></figure>\r\n<h4>Venue Hall: Seating for 350</h4>\r\nIndoors we can accommodate up to 350 guests seated. Capacity is 499. Plus we have amble outdoor acreage for use.\r\n<figure><img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853-474x324.jpg\" alt=\"\" width=\"474\" height=\"324\" /></figure>\r\n<h4>Outdoor Spaces: Lots of Greenary</h4>\r\nThe Vinewood sits on five-acres and includes a large event hall, back deck and plenty of green spaces.\r\n<figure><img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-40-474x324.jpg\" alt=\"Manzia\" width=\"474\" height=\"324\" /></figure>\r\n<h4>Mezzanine: Beautiful, Natural Light</h4>\r\nOur mezzanine is great for photos, a cocktail hour, extra guest seating or even a live and silent auction area.\r\n\r\nMemories are made here\r\n<h2>Are you ready?</h2>\r\nView our rates and available dates, then schedule a tour - all online\r\n<h2>Ideas and tips</h2>\r\nBrowse our blog for tips and inspiration\r\n<h3>Get Inspired</h3>\r\n<article id=\"post-995\"><img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9.jpg\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9.jpg 640w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-600x400.jpg 600w\" alt=\"Essman Wedding\" width=\"640\" height=\"427\" /> <!-- .post-thumbnail -->\r\n<h2><a href=\"https://thehistoricvinewood.com/portfolio/nicole-and-michael/\">Essmen Wedding</a></h2>\r\nphotographer: THPeterson<time datetime=\"2019-04-01T00:00:00+00:00\">01/04/2019</time>\r\n\r\n</article><!-- #post-## -->\r\n\r\n<article id=\"post-984\"><img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg\" sizes=\"(max-width: 1170px) 100vw, 1170px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg 1170w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-768x512.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-1024x683.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-600x400.jpg 600w\" alt=\"\" width=\"1170\" height=\"780\" /> <!-- .post-thumbnail -->\r\n<h2><a href=\"https://thehistoricvinewood.com/portfolio/carlson-financial/\">Carlson Financial</a></h2>\r\nTopeka Western Night<time datetime=\"2018-08-17T00:00:00+00:00\">17/08/2018</time>\r\n\r\n</article><!-- #post-## -->\r\n<a href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg\" data-elementor-open-lightbox=\"no\">\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg\" alt=\"PetersonFlowers\" />\r\n</a>\r\n<a href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\" data-elementor-open-lightbox=\"no\">\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\" alt=\"Blue Head Table\" />\r\n</a>\r\n<a href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg\" data-elementor-open-lightbox=\"no\">\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg\" alt=\"BridalSuite-2\" />\r\n</a>\r\n<a href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg\" data-elementor-open-lightbox=\"no\">\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg\" alt=\"Mezzine Fall\" />\r\n</a>','HOME','','inherit','closed','closed','','4072-revision-v1','','','2020-01-25 07:11:05','2020-01-25 07:11:05','',4072,'https://thehistoricvinewood.com/4072-revision-v1/',0,'revision','',0),(380,1,'2019-02-28 09:48:52','2019-02-28 09:48:52','','dma_banner5_6','','inherit','open','closed','','dma_banner5_6','','','2019-02-28 09:48:52','2019-02-28 09:48:52','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/dma_banner5_6.jpg',0,'attachment','image/jpeg',0),(485,1,'2019-03-01 02:38:13','2019-03-01 02:38:13','','h19_bg1','','inherit','open','closed','','h19_bg1','','','2019-03-01 02:38:13','2019-03-01 02:38:13','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h19_bg1.jpg',0,'attachment','image/jpeg',0),(500,1,'2019-03-01 03:54:40','2019-03-01 03:54:40','','h20_testimonial_1','','inherit','open','closed','','h20_testimonial_1','','','2019-03-01 03:54:40','2019-03-01 03:54:40','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h20_testimonial_1.jpg',0,'attachment','image/jpeg',0),(535,1,'2019-03-01 04:33:22','2019-03-01 04:33:22','','h10_img_1','','inherit','open','closed','','h10_img_1','','','2019-03-01 04:33:22','2019-03-01 04:33:22','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h10_img_1.jpg',0,'attachment','image/jpeg',0),(580,1,'2019-03-01 06:46:36','2019-03-01 06:46:36','','ab-bg-video','','inherit','open','closed','','ab-bg-video','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',237,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/ab-bg-video.jpg',0,'attachment','image/jpeg',0),(779,1,'2019-03-01 07:06:24','2019-03-01 07:06:24','','about-company_b1','','inherit','open','closed','','about-company_b1','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/about-company_b1.jpg',0,'attachment','image/jpeg',0),(658,1,'2019-03-01 07:29:00','2019-03-01 07:29:00','','dma_banner5_7','','inherit','open','closed','','dma_banner5_7','','','2019-03-01 07:29:00','2019-03-01 07:29:00','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner5_7.jpg',0,'attachment','image/jpeg',0),(659,1,'2019-03-01 07:29:02','2019-03-01 07:29:02','','dma_banner5_8','','inherit','open','closed','','dma_banner5_8','','','2019-03-01 07:29:02','2019-03-01 07:29:02','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner5_8.jpg',0,'attachment','image/jpeg',0),(660,1,'2019-03-01 07:29:03','2019-03-01 07:29:03','','dma_banner5_9','','inherit','open','closed','','dma_banner5_9','','','2019-03-01 07:29:03','2019-03-01 07:29:03','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner5_9.jpg',0,'attachment','image/jpeg',0),(661,1,'2019-03-01 07:29:04','2019-03-01 07:29:04','','dma_banner5_10','','inherit','open','closed','','dma_banner5_10','','','2019-03-01 07:29:04','2019-03-01 07:29:04','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner5_10.jpg',0,'attachment','image/jpeg',0),(662,1,'2019-03-01 07:29:06','2019-03-01 07:29:06','','dma_banner5_11','','inherit','open','closed','','dma_banner5_11','','','2019-03-01 07:29:06','2019-03-01 07:29:06','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner5_11.jpg',0,'attachment','image/jpeg',0),(663,1,'2019-03-01 07:29:07','2019-03-01 07:29:07','','dma_banner5_12','','inherit','open','closed','','dma_banner5_12','','','2019-03-01 07:29:07','2019-03-01 07:29:07','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner5_12.jpg',0,'attachment','image/jpeg',0),(674,1,'2019-03-01 07:32:54','2019-03-01 07:32:54','','about-company_b2','','inherit','open','closed','','about-company_b2','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/about-company_b2.jpg',0,'attachment','image/jpeg',0),(681,1,'2019-03-01 07:36:57','2019-03-01 07:36:57','','about-company_b3','','inherit','open','closed','','about-company_b3','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/about-company_b3.jpg',0,'attachment','image/jpeg',0),(682,1,'2019-03-01 07:36:59','2019-03-01 07:36:59','','about-company_b4','','inherit','open','closed','','about-company_b4','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/about-company_b4.jpg',0,'attachment','image/jpeg',0),(683,1,'2019-03-01 07:37:01','2019-03-01 07:37:01','','about-company_b5','','inherit','open','closed','','about-company_b5','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/about-company_b5.jpg',0,'attachment','image/jpeg',0),(684,1,'2019-03-01 07:37:03','2019-03-01 07:37:03','','about-company_b6','','inherit','open','closed','','about-company_b6','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/about-company_b6.jpg',0,'attachment','image/jpeg',0),(694,1,'2019-03-01 07:40:53','2019-03-01 07:40:53','','ab-bg-testimonial','','inherit','open','closed','','ab-bg-testimonial','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',237,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/ab-bg-testimonial.jpg',0,'attachment','image/jpeg',0),(709,1,'2019-03-01 07:49:26','2019-03-01 07:49:26','','avt1','','inherit','open','closed','','avt1','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/avt1.jpg',0,'attachment','image/jpeg',0),(710,1,'2019-03-01 07:49:27','2019-03-01 07:49:27','','avt2','','inherit','open','closed','','avt2','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/avt2.jpg',0,'attachment','image/jpeg',0),(1219,1,'2019-03-02 03:32:49','2019-03-02 03:32:49','','h10_brand_2','','inherit','open','closed','','h10_brand_2','','','2019-03-02 03:32:49','2019-03-02 03:32:49','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h10_brand_2.png',0,'attachment','image/png',0),(1220,1,'2019-03-02 03:32:50','2019-03-02 03:32:50','','h10_brand_3','','inherit','open','closed','','h10_brand_3','','','2019-03-02 03:32:50','2019-03-02 03:32:50','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h10_brand_3.png',0,'attachment','image/png',0),(1223,1,'2019-03-02 03:32:51','2019-03-02 03:32:51','','h10_brand_5','','inherit','open','closed','','h10_brand_5','','','2019-03-02 03:32:51','2019-03-02 03:32:51','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h10_brand_5.png',0,'attachment','image/png',0),(1224,1,'2019-03-02 03:32:51','2019-03-02 03:32:51','','h10_brand_6','','inherit','open','closed','','h10_brand_6','','','2019-03-02 03:32:51','2019-03-02 03:32:51','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h10_brand_6.png',0,'attachment','image/png',0),(1412,1,'2019-03-02 07:23:18','2019-03-02 07:23:18','','dma_bg6_3','','inherit','open','closed','','dma_bg6_3','','','2019-03-02 07:23:18','2019-03-02 07:23:18','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_bg6_3.jpg',0,'attachment','image/jpeg',0),(1439,1,'2019-03-02 07:42:14','2019-03-02 07:42:14','','dma_bg6_4','','inherit','open','closed','','dma_bg6_4','','','2019-03-02 07:42:14','2019-03-02 07:42:14','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_bg6_4.jpg',0,'attachment','image/jpeg',0),(1679,1,'2019-03-04 02:50:00','2019-03-04 02:50:00','','dma_decor8_1','','inherit','open','closed','','dma_decor8_1','','','2019-03-04 02:50:00','2019-03-04 02:50:00','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_decor8_1.png',0,'attachment','image/png',0),(1684,1,'2019-03-04 02:54:01','2019-03-04 02:54:01','','footer_07_bg_1','','inherit','open','closed','','footer_07_bg_1','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/footer_07_bg_1.jpg',0,'attachment','image/jpeg',0),(1685,1,'2019-03-04 02:54:02','2019-03-04 02:54:02','','footer_07_bg_2','','inherit','open','closed','','footer_07_bg_2','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/footer_07_bg_2.jpg',0,'attachment','image/jpeg',0),(1687,1,'2019-03-04 02:56:21','2019-03-04 02:56:21','','dma_decor8_2','','inherit','open','closed','','dma_decor8_2','','','2019-03-04 02:56:21','2019-03-04 02:56:21','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_decor8_2.png',0,'attachment','image/png',0),(1733,1,'2019-03-04 03:35:02','2019-03-04 03:35:02','','g-0','','inherit','open','closed','','g-0','','','2019-03-04 03:35:02','2019-03-04 03:35:02','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/g-0.jpg',0,'attachment','image/jpeg',0),(1734,1,'2019-03-04 03:35:07','2019-03-04 03:35:07','','g-1','','inherit','open','closed','','g-1','','','2019-03-04 03:35:07','2019-03-04 03:35:07','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/g-1.jpg',0,'attachment','image/jpeg',0),(1736,1,'2019-03-04 03:35:19','2019-03-04 03:35:19','','g-3','','inherit','open','closed','','g-3','','','2019-03-04 03:35:19','2019-03-04 03:35:19','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/g-3.jpg',0,'attachment','image/jpeg',0),(1737,1,'2019-03-04 03:35:23','2019-03-04 03:35:23','','g-4','','inherit','open','closed','','g-4','','','2019-03-04 03:35:23','2019-03-04 03:35:23','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/g-4.jpg',0,'attachment','image/jpeg',0),(1744,1,'2019-03-04 03:44:25','2019-03-04 03:44:25','','brand1','','inherit','open','closed','','brand1','','','2019-03-04 03:44:25','2019-03-04 03:44:25','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/brand1.jpg',0,'attachment','image/jpeg',0),(1747,1,'2019-03-04 03:46:52','2019-03-04 03:46:52','','brand2','','inherit','open','closed','','brand2','','','2019-03-04 03:46:52','2019-03-04 03:46:52','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/brand2.jpg',0,'attachment','image/jpeg',0),(1748,1,'2019-03-04 03:46:53','2019-03-04 03:46:53','','brand3','','inherit','open','closed','','brand3','','','2019-03-04 03:46:53','2019-03-04 03:46:53','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/brand3.jpg',0,'attachment','image/jpeg',0),(1749,1,'2019-03-04 03:46:54','2019-03-04 03:46:54','','brand4','','inherit','open','closed','','brand4','','','2019-03-04 03:46:54','2019-03-04 03:46:54','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/brand4.jpg',0,'attachment','image/jpeg',0),(1780,1,'2019-03-04 04:33:16','2019-03-04 04:33:16','','dma_banner8_1','','inherit','open','closed','','dma_banner8_1','','','2019-03-04 04:33:16','2019-03-04 04:33:16','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner8_1.jpg',0,'attachment','image/jpeg',0),(1781,1,'2019-03-04 04:33:17','2019-03-04 04:33:17','','dma_banner8_2','','inherit','open','closed','','dma_banner8_2','','','2019-03-04 04:33:17','2019-03-04 04:33:17','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner8_2.jpg',0,'attachment','image/jpeg',0),(1782,1,'2019-03-04 04:33:18','2019-03-04 04:33:18','','dma_banner8_3','','inherit','open','closed','','dma_banner8_3','','','2019-03-04 04:33:18','2019-03-04 04:33:18','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner8_3.jpg',0,'attachment','image/jpeg',0),(1783,1,'2019-03-04 04:33:19','2019-03-04 04:33:19','','dma_banner8_4','','inherit','open','closed','','dma_banner8_4','','','2019-03-04 04:33:19','2019-03-04 04:33:19','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner8_4.jpg',0,'attachment','image/jpeg',0),(1857,1,'2019-03-04 07:24:10','2019-03-04 07:24:10','','bg5','','inherit','open','closed','','bg5','','','2019-03-04 07:24:10','2019-03-04 07:24:10','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/bg5.jpg',0,'attachment','image/jpeg',0),(1873,1,'2019-03-04 07:35:54','2019-03-04 07:35:54','','footer_16_bg','','inherit','open','closed','','footer_16_bg','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',1868,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/footer_16_bg.jpg',0,'attachment','image/jpeg',0),(2050,1,'2019-03-05 02:48:41','2019-03-05 02:48:41','','bg7','','inherit','open','closed','','bg7','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2039,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/bg7.jpg',0,'attachment','image/jpeg',0),(2089,1,'2019-03-05 03:07:45','2019-03-05 03:07:45','','bg9','','inherit','open','closed','','bg9','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2039,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/bg9.jpg',0,'attachment','image/jpeg',0),(2105,1,'2019-03-05 03:21:00','2019-03-05 03:21:00','','bn8','','inherit','open','closed','','bn8','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2039,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/bn8.jpg',0,'attachment','image/jpeg',0),(2106,1,'2019-03-05 03:21:01','2019-03-05 03:21:01','','bn9','','inherit','open','closed','','bn9','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2039,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/bn9.jpg',0,'attachment','image/jpeg',0),(2109,1,'2019-03-05 03:22:27','2019-03-05 03:22:27','','Service_bg1','','inherit','open','closed','','service_bg1','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2041,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/Service_bg1.jpg',0,'attachment','image/jpeg',0),(2112,1,'2019-03-05 03:23:06','2019-03-05 03:23:06','','img-decor5','','inherit','open','closed','','img-decor5','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2039,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/img-decor5.png',0,'attachment','image/png',0),(2145,1,'2019-03-05 03:53:57','2019-03-05 03:53:57','','gift_b1','','inherit','open','closed','','gift_b1','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/gift_b1.png',0,'attachment','image/png',0),(2146,1,'2019-03-05 03:53:58','2019-03-05 03:53:58','','gift_b2','','inherit','open','closed','','gift_b2','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/gift_b2.png',0,'attachment','image/png',0),(2147,1,'2019-03-05 03:53:59','2019-03-05 03:53:59','','gift_b3','','inherit','open','closed','','gift_b3','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/gift_b3.png',0,'attachment','image/png',0),(2148,1,'2019-03-05 03:54:00','2019-03-05 03:54:00','','gift_b4','','inherit','open','closed','','gift_b4','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/gift_b4.png',0,'attachment','image/png',0),(2149,1,'2019-03-05 03:54:01','2019-03-05 03:54:01','','gift_b5','','inherit','open','closed','','gift_b5','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/gift_b5.png',0,'attachment','image/png',0),(2150,1,'2019-03-05 03:54:02','2019-03-05 03:54:02','','gift_b6','','inherit','open','closed','','gift_b6','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/gift_b6.png',0,'attachment','image/png',0),(2156,1,'2019-03-05 04:14:15','2019-03-05 04:14:15','','Service_bg2','','inherit','open','closed','','service_bg2','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2041,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/Service_bg2.jpg',0,'attachment','image/jpeg',0),(2629,1,'2019-03-07 09:00:05','2019-03-07 09:00:05','','dma_banner7_5','','inherit','open','closed','','dma_banner7_5','','','2019-03-07 09:00:05','2019-03-07 09:00:05','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner7_5.jpg',0,'attachment','image/jpeg',0),(2674,1,'2019-03-07 09:31:40','2019-03-07 09:31:40','','dma_banner7_6','','inherit','open','closed','','dma_banner7_6','','','2019-03-07 09:31:40','2019-03-07 09:31:40','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/dma_banner7_6.jpg',0,'attachment','image/jpeg',0),(2677,1,'2019-03-07 09:33:22','2019-03-07 09:33:22','','decor1','','inherit','open','closed','','decor1','','','2019-03-07 09:33:22','2019-03-07 09:33:22','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/decor1.png',0,'attachment','image/png',0),(2681,1,'2019-03-07 09:35:07','2019-03-07 09:35:07','','decor2','','inherit','open','closed','','decor2','','','2019-03-07 09:35:07','2019-03-07 09:35:07','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/decor2.png',0,'attachment','image/png',0),(2687,1,'2019-03-07 09:40:16','2019-03-07 09:40:16','','decor_heading_1','','inherit','open','closed','','decor_heading_1','','','2019-03-07 09:40:16','2019-03-07 09:40:16','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/decor_heading_1.png',0,'attachment','image/png',0),(2688,1,'2019-03-07 09:40:16','2019-03-07 09:40:16','','decor_heading_2','','inherit','open','closed','','decor_heading_2','','','2019-03-07 09:40:16','2019-03-07 09:40:16','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/decor_heading_2.png',0,'attachment','image/png',0),(2689,1,'2019-03-07 09:40:17','2019-03-07 09:40:17','','decor_heading_3','','inherit','open','closed','','decor_heading_3','','','2019-03-07 09:40:17','2019-03-07 09:40:17','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/decor_heading_3.png',0,'attachment','image/png',0),(2724,1,'2019-03-08 01:36:47','2019-03-08 01:36:47','','shutterstock-348030206','','inherit','open','closed','','shutterstock-348030206','','','2019-03-08 01:36:47','2019-03-08 01:36:47','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/shutterstock-348030206.jpg',0,'attachment','image/jpeg',0),(2762,1,'2019-03-08 03:36:48','2019-03-08 03:36:48','','logo_2','','inherit','open','closed','','logo_2','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',2748,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/logo_2.png',0,'attachment','image/png',0),(2888,1,'2019-03-08 09:28:55','2019-03-08 09:28:55','','bg_home14_2','','inherit','open','closed','','bg_home14_2','','','2019-03-08 09:28:55','2019-03-08 09:28:55','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/bg_home14_2.jpg',0,'attachment','image/jpeg',0),(146,1,'2019-02-28 06:07:21','2019-02-28 06:07:21',' ','','','publish','closed','closed','','146','','','2019-02-28 06:07:21','2019-02-28 06:07:21','',0,'http://source.wpopal.com/dreama/?p=146',9,'nav_menu_item','',0),(2889,1,'2019-03-01 07:12:04','2019-03-01 07:12:04','<img width=\"456\" height=\"456\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3.png\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3.png 456w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-150x150.png 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-300x300.png 300w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-400x400.png 400w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-100x100.png 100w\" sizes=\"(max-width: 456px) 100vw, 456px\" />        \n                                    Read reviews from couples like you\n                                    ‘I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!’                                \n                                                                                —  Julianna, Maine\n                                        Wedding 7/1/19\n        <img width=\"456\" height=\"456\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3.png\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3.png 456w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-150x150.png 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-300x300.png 300w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-400x400.png 400w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-100x100.png 100w\" sizes=\"(max-width: 456px) 100vw, 456px\" />        \n                                    Over 3 million reviews\n                                    ‘Such a great community to be part of. The commitment and service you all provide to the community is just outstanding.’                                \n                                                                                —  John Doe\n                                        Wedding 7/5/19\n        <img width=\"456\" height=\"456\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3.png\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3.png 456w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-150x150.png 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-300x300.png 300w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-400x400.png 400w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/bn3-100x100.png 100w\" sizes=\"(max-width: 456px) 100vw, 456px\" />        \n                                    Read reviews from couples like you\n                                    ‘I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!’                                \n                                                                                —  Michael\n                                        Wedding 23/8/19','testimonial-home1','','publish','closed','closed','','testimonial-home1','','','2019-03-01 07:12:04','2019-03-01 07:12:04','',0,'http://source.wpopal.com/dreama/?elementor_library=testimonial-home1',0,'elementor_library','',0),(1352,1,'2019-03-02 06:59:04','2019-03-02 06:59:04','','Vendor Directory','','publish','closed','closed','','vendor-directory','','','2019-03-02 06:59:04','2019-03-02 06:59:04','',0,'http://source.wpopal.com/dreama/?p=1352',1,'nav_menu_item','',0),(1353,1,'2019-03-02 06:59:04','2019-03-02 06:59:04','','Vendor Reviews','','publish','closed','closed','','vendor-reviews','','','2019-03-02 06:59:04','2019-03-02 06:59:04','',0,'http://source.wpopal.com/dreama/?p=1353',2,'nav_menu_item','',0),(1354,1,'2019-03-02 06:59:04','2019-03-02 06:59:04','','Bride’s Choice Awards®','','publish','closed','closed','','brides-choice-awards','','','2019-03-02 06:59:04','2019-03-02 06:59:04','',0,'http://source.wpopal.com/dreama/?p=1354',3,'nav_menu_item','',0),(1355,1,'2019-03-02 06:59:04','2019-03-02 06:59:04','','Couples’ Choice Awards®','','publish','closed','closed','','couples-choice-awards','','','2019-03-02 06:59:04','2019-03-02 06:59:04','',0,'http://source.wpopal.com/dreama/?p=1355',4,'nav_menu_item','',0),(1356,1,'2019-03-02 06:59:04','2019-03-02 06:59:04','','Gay Weddings','','publish','closed','closed','','gay-weddings','','','2019-03-02 06:59:04','2019-03-02 06:59:04','',0,'http://source.wpopal.com/dreama/?p=1356',5,'nav_menu_item','',0),(1358,1,'2019-03-02 07:00:40','2019-03-02 07:00:40','','Wedding Website','','publish','closed','closed','','wedding-website','','','2020-01-03 04:29:31','2020-01-03 04:29:31','',0,'http://source.wpopal.com/dreama/?p=1358',1,'nav_menu_item','',0),(1359,1,'2019-03-02 07:00:40','2019-03-02 07:00:40','','Checklist','','publish','closed','closed','','checklist','','','2020-01-03 04:29:31','2020-01-03 04:29:31','',0,'http://source.wpopal.com/dreama/?p=1359',2,'nav_menu_item','',0),(1360,1,'2019-03-02 07:00:40','2019-03-02 07:00:40','','Guest List','','publish','closed','closed','','guest-list','','','2020-01-03 04:29:31','2020-01-03 04:29:31','',0,'http://source.wpopal.com/dreama/?p=1360',3,'nav_menu_item','',0),(1361,1,'2019-03-02 07:00:40','2019-03-02 07:00:40','','Budget','','publish','closed','closed','','budget','','','2020-01-03 04:29:31','2020-01-03 04:29:31','',0,'http://source.wpopal.com/dreama/?p=1361',4,'nav_menu_item','',0),(1362,1,'2019-03-02 07:00:40','2019-03-02 07:00:40','','Vendor Manager','','publish','closed','closed','','vendor-manager','','','2020-01-03 04:29:31','2020-01-03 04:29:31','',0,'http://source.wpopal.com/dreama/?p=1362',5,'nav_menu_item','',0),(1363,1,'2019-03-02 07:00:40','2019-03-02 07:00:40','','Seating Chart','','publish','closed','closed','','seating-chart','','','2020-01-03 04:29:31','2020-01-03 04:29:31','',0,'http://source.wpopal.com/dreama/?p=1363',6,'nav_menu_item','',0),(4363,1,'2019-09-01 23:49:16','2019-09-01 23:49:16','','GO BACK TO EVENT LIST','','publish','closed','closed','','events','','','2020-01-07 21:45:39','2020-01-07 21:45:39','',0,'https://thehistoricvinewood.com/?p=4363',1,'nav_menu_item','',0),(4667,1,'2020-01-08 01:55:56','2020-01-08 01:55:56','','Order &ndash; January 8, 2020 @ 01:55 AM','','wc-completed','open','closed','wc_order_uotjHCb1uOmnP','order-jan-08-2020-0155-am','','','2020-01-08 02:01:33','2020-01-08 02:01:33','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4667',0,'shop_order','',2),(4668,28,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Debra Payne','','publish','closed','closed','','debra-payne','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4668',0,'mec-books','',0),(4669,1,'2020-01-08 22:09:29','2020-01-08 22:09:29','','Order &ndash; January 8, 2020 @ 10:09 PM','','wc-completed','open','closed','wc_order_kmZx6tZwoe3UO','order-jan-08-2020-1009-pm','','','2020-01-08 22:12:55','2020-01-08 22:12:55','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4669',0,'shop_order','',2),(4670,1,'2020-01-08 22:10:09','2020-01-08 22:10:09','','Order &ndash; January 8, 2020 @ 10:10 PM','','wc-completed','open','closed','wc_order_mG972KabgIF1H','order-jan-08-2020-1010-pm','','','2020-01-08 22:12:55','2020-01-08 22:12:55','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4670',0,'shop_order','',2),(4671,29,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Everett Humbert','','publish','closed','closed','','everett-humbert','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4671',0,'mec-books','',0),(4672,30,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Beverly Austin','','publish','closed','closed','','beverly-austin','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4672',0,'mec-books','',0),(4673,1,'2020-01-09 17:46:15','2020-01-09 17:46:15','','Order &ndash; January 9, 2020 @ 05:46 PM','','wc-completed','open','closed','wc_order_WJl5KyvW4Ivkf','order-jan-09-2020-0546-pm','','','2020-01-09 17:50:27','2020-01-09 17:50:27','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4673',0,'shop_order','',2),(4674,31,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Janice Esau','','publish','closed','closed','','janice-esau','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4674',0,'mec-books','',0),(4675,0,'2020-01-01 00:00:00','2020-01-01 00:00:00','','January 14, 2020 @ 6:00 pm (User: Guest)','','publish','closed','closed','','january-14-2020-600-pm-user-guest','','','2020-01-01 00:00:00','2020-01-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/january-14-2020-600-pm-user-guest/',0,'booked_appointments','',0),(4676,1,'2020-01-09 22:12:31','2020-01-09 22:12:31','','Order &ndash; January 9, 2020 @ 10:12 PM','','wc-completed','open','closed','wc_order_ZH835XeQMCmap','order-jan-09-2020-1012-pm','','','2020-01-09 22:15:56','2020-01-09 22:15:56','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4676',0,'shop_order','',2),(4677,32,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Jessica Clem','','publish','closed','closed','','jessica-clem','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4677',0,'mec-books','',0),(4678,1,'2020-01-09 22:19:10','2020-01-09 22:19:10','','Order &ndash; January 9, 2020 @ 10:19 PM','','wc-pending','open','closed','wc_order_65JfP17K3Qidy','order-jan-09-2020-1019-pm','','','2020-01-09 22:19:10','2020-01-09 22:19:10','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4678',0,'shop_order','',0),(4706,41,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Janice Esau','','publish','closed','closed','','janice-esau-2','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4706',0,'mec-books','',0),(4680,1,'2020-01-10 23:11:00','2020-01-10 23:11:00','','Order &ndash; January 10, 2020 @ 11:11 PM','','wc-completed','open','closed','wc_order_jja09V3TB9jVF','order-jan-10-2020-1111-pm','','','2020-01-10 23:14:55','2020-01-10 23:14:55','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4680',0,'shop_order','',2),(4681,1,'2020-01-10 23:13:03','2020-01-10 23:13:03','','Order &ndash; January 10, 2020 @ 11:13 PM','','wc-completed','open','closed','wc_order_YJ15LZkMDwR6S','order-jan-10-2020-1113-pm','','','2020-01-10 23:15:48','2020-01-10 23:15:48','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4681',0,'shop_order','',2),(4682,33,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Christine Kottman','','publish','closed','closed','','christine-kottman','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4682',0,'mec-books','',0),(4683,34,'2020-01-10 00:00:00','2020-01-10 00:00:00','','Don Hoffman','','publish','closed','closed','','don-hoffman','','','2020-01-10 00:00:00','2020-01-10 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/don-hoffman/',0,'mec-books','',0),(4684,1,'2020-01-11 15:50:25','2020-01-11 15:50:25','','Order &ndash; January 11, 2020 @ 03:50 PM','','wc-completed','open','closed','wc_order_SbevLR5GZky5C','order-jan-11-2020-0350-pm','','','2020-01-11 15:54:23','2020-01-11 15:54:23','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4684',0,'shop_order','',2),(4685,35,'2020-05-15 00:00:00','2020-05-15 00:00:00','','Gwendolyn Littrell','','publish','closed','closed','','gwendolyn-littrell','','','2020-05-15 00:00:00','2020-05-15 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4685',0,'mec-books','',0),(4686,1,'2020-01-11 22:18:55','2020-01-11 22:18:55','','Order &ndash; January 11, 2020 @ 10:18 PM','','wc-completed','open','closed','wc_order_PKC0j1fuWVNpD','order-jan-11-2020-1018-pm','','','2020-01-11 22:22:28','2020-01-11 22:22:28','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4686',0,'shop_order','',2),(4687,36,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Mako Ueno','','publish','closed','closed','','mako-ueno','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4687',0,'mec-books','',0),(4688,1,'2020-01-12 04:12:18','2020-01-12 04:12:18','','Order &ndash; January 12, 2020 @ 04:12 AM','','wc-completed','open','closed','wc_order_j71XkKNjwXKAG','order-jan-12-2020-0412-am','','','2020-01-12 04:15:52','2020-01-12 04:15:52','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4688',0,'shop_order','',2),(4689,37,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Staci Ogle','','publish','closed','closed','','staci-ogle','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/staci-ogle/',0,'mec-books','',0),(4690,1,'2020-01-12 04:50:24','2020-01-12 04:50:24','','Order &ndash; January 12, 2020 @ 04:50 AM','','wc-completed','open','closed','wc_order_ygKgWqHNaeKCE','order-jan-12-2020-0450-am','','','2020-01-12 04:51:20','2020-01-12 04:51:20','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4690',0,'shop_order','',2),(4691,38,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Tammy Lee','','publish','closed','closed','','tammy-lee','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4691',0,'mec-books','',0),(4692,1,'2020-01-12 15:49:21','2020-01-12 15:49:21','','Order &ndash; January 12, 2020 @ 03:49 PM','','wc-pending','open','closed','wc_order_b3BQmnNhyiWmx','order-jan-12-2020-0349-pm','','','2020-01-12 15:49:21','2020-01-12 15:49:21','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4692',0,'shop_order','',0),(4693,1,'2020-01-12 16:04:52','2020-01-12 16:04:52','Join us for a Ladies Only Brunch and enjoy music from the talented Wyndi Senogles, brunch from Front Door Catering and bottomless* mimosas.\r\n<p style=\"text-align: right;\"><em>* each guest receives three drink tickets</em></p>\r\nThis is an adult, ladies only event. No kids, unless they are connected to you for nutrition or old enough to pay their own bills, and no men.\r\n\r\nDress is casual. (It\'s your Sunday, dress however you desire.) This is not a networking, stuffy, brunch-like event; it\'s simply women taking some time off to celebrate, laugh, live and love (and brunch, of course).\r\n<h2>FEATURING:</h2>\r\n<h4>Music by Wyndi Senogles</h4>\r\n<h4>DETAILS:</h4>\r\nTickets are $30. Purchase online (here) or by phone (785) 260.6772\r\n\r\n<strong>MENU: </strong><em>\r\n</em>\r\n\r\n<em>TBD</em>','LADIES SUNDAY BRUNCH & MUSIC','Ladies\' only Sunday brunch featuring delicious food from Front Door Catering, *bottomless mimosas and music by Wyndi Senogles. RSVP required.','publish','open','closed','','ladies-sunday-brunch-music-2','','','2020-01-12 16:04:52','2020-01-12 16:04:52','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4693',0,'mec-events','',0),(4694,1,'2020-01-12 16:04:23','2020-01-12 16:04:23','','LadiesBrunch-Logo','','inherit','open','closed','','ladiesbrunch-logo-2','','','2020-01-12 16:04:44','2020-01-12 16:04:44','',4693,'https://thehistoricvinewood.com/wp-content/uploads/2020/01/LadiesBrunch-Logo.jpg',0,'attachment','image/jpeg',0),(4695,1,'2020-01-12 16:04:52','2020-01-12 16:04:52','Join us for a Ladies Only Brunch and enjoy music from the talented Wyndi Senogles, brunch from Front Door Catering and bottomless* mimosas.\r\n<p style=\"text-align: right;\"><em>* each guest receives three drink tickets</em></p>\r\nThis is an adult, ladies only event. No kids, unless they are connected to you for nutrition or old enough to pay their own bills, and no men.\r\n\r\nDress is casual. (It\'s your Sunday, dress however you desire.) This is not a networking, stuffy, brunch-like event; it\'s simply women taking some time off to celebrate, laugh, live and love (and brunch, of course).\r\n<h2>FEATURING:</h2>\r\n<h4>Music by Wyndi Senogles</h4>\r\n<h4>DETAILS:</h4>\r\nTickets are $30. Purchase online (here) or by phone (785) 260.6772\r\n\r\n<strong>MENU: </strong><em>\r\n</em>\r\n\r\n<em>TBD</em>','LADIES SUNDAY BRUNCH & MUSIC','Ladies\' only Sunday brunch featuring delicious food from Front Door Catering, *bottomless mimosas and music by Wyndi Senogles. RSVP required.','inherit','closed','closed','','4693-revision-v1','','','2020-01-12 16:04:52','2020-01-12 16:04:52','',4693,'https://thehistoricvinewood.com/4693-revision-v1/',0,'revision','',0),(4696,1,'2020-01-12 19:55:21','2020-01-12 19:55:21','','Order &ndash; January 12, 2020 @ 07:55 PM','','wc-pending','open','closed','wc_order_hoiwk5AFtMByL','order-jan-12-2020-0755-pm','','','2020-01-12 19:55:21','2020-01-12 19:55:21','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4696',0,'shop_order','',0),(4697,1,'2020-01-12 23:46:36','2020-01-12 23:46:36','','Order &ndash; January 12, 2020 @ 11:46 PM','','wc-completed','open','closed','wc_order_5ShltdLbpwhZj','order-jan-12-2020-1146-pm','','','2020-01-12 23:47:41','2020-01-12 23:47:41','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4697',0,'shop_order','',2),(4698,39,'2020-05-15 00:00:00','2020-05-15 00:00:00','','Christienne Riccomini','','publish','closed','closed','','christienne-riccomini','','','2020-05-15 00:00:00','2020-05-15 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4698',0,'mec-books','',0),(4699,1,'2020-01-13 04:13:36','2020-01-13 04:13:36','Enjoy a delicious Mother\'s Day Brunch and live music by Von <span class=\"_5yl5\">Kopfman</span> - \"The Last Songwriter\"\r\n\r\nBrunch buffet by Front Door Catering\r\n<h2>MENU:</h2>\r\n<ul>\r\n 	<li>Nicole\'s \"must bring to every brunch\" breakfast casserole (casserole base is fresh eggs, hash browns and variety of meats and veggies)</li>\r\n 	<li>French Toast</li>\r\n 	<li>Assorted Pastries</li>\r\n 	<li>Creamy Pasta Salad</li>\r\n 	<li>Beef Stroganoff</li>\r\n 	<li>Broccoli and Cheddar Soup</li>\r\n 	<li>FDC Signature Salad</li>\r\n</ul>\r\n<strong>Tickets are $30 per person</strong> (children 5 years and younger are $5)\r\nBrunch will be served from 11:30a - 1:30p\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>RSVP required, but no reserved tables.</li>\r\n 	<li>This is not a \"table flip\" type of seating, like you anticipate at a restaurant. Your seat is your seat, for the entire event duration. So come at 11am, relax, eat, listen to music and enjoy the day (and your mother / wife / sister / women who helped guide you in life).</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h2>MUSIC</h2>\r\nEnjoy the acoustic sounds of The Last Songwriter, Von Kopfman. Von is an author, certified music practitioner and songwriter, having penned almost 3,000 songs to date. His book \"Letters for Healing\" was nominated for a 2013 Kansas Notable Book Award.\r\n\r\nSET TIMES NOT SET (in stone)\r\napprox. 11 - 11:45am / 12:45 - 2p','Mother\'s Day Brunch + Music','Mother\'s Day Brunch','publish','open','closed','','mothers-day-brunch-music','','','2020-02-18 19:54:16','2020-02-18 19:54:16','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4699',0,'mec-events','',0),(4700,1,'2020-01-13 04:13:36','2020-01-13 04:13:36','Details and Tickets Price TBD\r\n\r\nBrunch and Music','Mother\'s Day Brunch + Music','Mother\'s Day Brunch','inherit','closed','closed','','4699-revision-v1','','','2020-01-13 04:13:36','2020-01-13 04:13:36','',4699,'https://thehistoricvinewood.com/4699-revision-v1/',0,'revision','',0),(4708,1,'2020-01-24 03:32:14','2020-01-24 03:32:14','','Order &ndash; January 24, 2020 @ 03:32 AM','','wc-on-hold','open','closed','wc_order_PeNTnZ3jEqhla','order-jan-24-2020-0332-am','','','2020-02-24 06:09:10','2020-02-24 06:09:10','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4708',0,'shop_order','',3),(4702,1,'2020-01-13 21:39:54','2020-01-13 21:39:54','','Order &ndash; January 13, 2020 @ 09:39 PM','','wc-completed','open','closed','wc_order_0INysffAr55jd','order-jan-13-2020-0939-pm','','','2020-01-13 21:42:01','2020-01-13 21:42:01','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4702',0,'shop_order','',2),(4703,40,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Karen Gehle','','publish','closed','closed','','karen-gehle','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4703',0,'mec-books','',0),(1868,1,'2019-03-04 07:55:46','2019-03-04 07:55:46','<p>THE VINEWOOD</p>		\n			<h2>Upcoming Events & more - Join our email list</h2>		\n			<h2>2848 SE 29th  |  Topeka, KAN 66605</h2>		\n		<p>785-260-6772</p>		\n			<h2>TOUR THE VINEWOOD</h2>		\n            <a role=\"button\">\n			            SCHD A TOUR\n                    </a>\n		<p>featured photography by:</p>		\n										<img width=\"184\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/MollyHarmen-photog.jpg\" alt=\"Molly Harmen Photography\" />											\n										<img width=\"300\" height=\"45\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/WhitneyCathleenPhotography.jpg\" alt=\"Whitney Cathleen Photography\" />											\n										<img width=\"300\" height=\"59\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/THPetersonPhotography.jpg\" alt=\"TH Peterson Photography\" />											\n			        <ul>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/dance-events/\">                    EVENTS\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"#\">                        \n                                        FAQ\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/rates-dates/\">                        \n                                        RATES\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/calendar-of-events/\">                        \n                                        CALENDAR\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://www.facebook.com/thevinewood/\" target=\"_blank\" rel=\"noopener noreferrer\">                        \n                                        FACEBOOK\n                                            </a>\n                                    </li>\n                    </ul>','Footer 13','','publish','closed','closed','','footer-14','','','2020-01-03 04:44:10','2020-01-03 04:44:10','',0,'http://source.wpopal.com/dreama/?post_type=footer&#038;p=1868',0,'footer','',0),(4638,1,'2020-01-03 04:44:10','2020-01-03 04:44:10','<p>THE VINEWOOD</p>		\n			<h2>Upcoming Events & more - Join our email list</h2>		\n			<h2>2848 SE 29th  |  Topeka, KAN 66605</h2>		\n		<p>785-260-6772</p>		\n			<h2>TOUR THE VINEWOOD</h2>		\n            <a role=\"button\">\n			            SCHD A TOUR\n                    </a>\n		<p>featured photography by:</p>		\n										<img width=\"184\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/MollyHarmen-photog.jpg\" alt=\"Molly Harmen Photography\" />											\n										<img width=\"300\" height=\"45\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/WhitneyCathleenPhotography.jpg\" alt=\"Whitney Cathleen Photography\" />											\n										<img width=\"300\" height=\"59\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/THPetersonPhotography.jpg\" alt=\"TH Peterson Photography\" />											\n			        <ul>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/dance-events/\">                    EVENTS\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"#\">                        \n                                        FAQ\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/rates-dates/\">                        \n                                        RATES\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/calendar-of-events/\">                        \n                                        CALENDAR\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://www.facebook.com/thevinewood/\" target=\"_blank\" rel=\"noopener noreferrer\">                        \n                                        FACEBOOK\n                                            </a>\n                                    </li>\n                    </ul>','Footer 13','','inherit','closed','closed','','1868-revision-v1','','','2020-01-03 04:44:10','2020-01-03 04:44:10','',1868,'https://thehistoricvinewood.com/1868-revision-v1/',0,'revision','',0),(4639,1,'2020-01-03 20:11:47','2020-01-03 20:11:47','','Order &ndash; January 3, 2020 @ 08:11 PM','','wc-completed','open','closed','wc_order_K3Hh4ODQUBslk','order-jan-03-2020-0811-pm','','','2020-01-03 20:14:00','2020-01-03 20:14:00','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4639',0,'shop_order','',2),(4640,20,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Cathy Madl','','publish','closed','closed','','cathy-madl','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4640',0,'mec-books','',0),(4642,21,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Misti Robertson','','publish','closed','closed','','misti-robertson','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4642',0,'mec-books','',0),(4643,1,'2020-01-05 15:49:39','2020-01-05 15:49:39','','Order &ndash; January 5, 2020 @ 03:49 PM','','wc-completed','open','closed','wc_order_pCqqG5Y40dfYa','order-jan-05-2020-0349-pm','','','2020-01-05 15:50:20','2020-01-05 15:50:20','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4643',0,'shop_order','',2),(4644,22,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Sonja L8nk','','publish','closed','closed','','sonja-l8nk','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4644',0,'mec-books','',0),(4645,1,'2020-01-05 19:06:29','2020-01-05 19:06:29','','Order &ndash; January 5, 2020 @ 07:06 PM','','wc-completed','open','closed','wc_order_14A6mZ0M1pb60','order-jan-05-2020-0706-pm','','','2020-01-05 19:07:26','2020-01-05 19:07:26','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4645',0,'shop_order','',2),(4646,23,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Connie Bennett','','publish','closed','closed','','connie-bennett','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4646',0,'mec-books','',0),(4647,1,'2020-01-05 19:54:13','2020-01-05 19:54:13','','Order &ndash; January 5, 2020 @ 07:54 PM','','wc-completed','open','closed','wc_order_XIeJCs4IeWsfI','order-jan-05-2020-0754-pm','','','2020-01-05 19:56:24','2020-01-05 19:56:24','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4647',0,'shop_order','',2),(4648,15,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Kim Scott','','publish','closed','closed','','kim-scott-2','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4648',0,'mec-books','',0),(4649,1,'2020-01-05 20:39:33','2020-01-05 20:39:33','','Order &ndash; January 5, 2020 @ 08:39 PM','','wc-completed','open','closed','wc_order_JGfnAsBM01M1L','order-jan-05-2020-0839-pm','','','2020-01-05 20:40:54','2020-01-05 20:40:54','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4649',0,'shop_order','',2),(4650,24,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Rebecca Radziejeski','','publish','closed','closed','','rebecca-radziejeski','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4650',0,'mec-books','',0),(4651,1,'2020-01-05 21:24:56','2020-01-05 21:24:56','','Order &ndash; January 5, 2020 @ 09:24 PM','','wc-completed','open','closed','wc_order_h5rkgq3D54iZu','order-jan-05-2020-0924-pm','','','2020-01-05 21:25:45','2020-01-05 21:25:45','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4651',0,'shop_order','',2),(4652,25,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Christine Flynn','','publish','closed','closed','','christine-flynn','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4652',0,'mec-books','',0),(4715,1,'2020-01-25 07:12:02','2020-01-25 07:12:02','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:800italic%2Citalic%2C600italic%2C500%2C300%7CPlayfair+Display:400%2C600%2C700%7CPlayfair+Display+SC:700italic\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-20\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal.jpg\"  alt=\"Mantal\" title=\"Mantal\"  width=\"1170\" height=\"780\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		The Historic Vinewood \n		<!-- LAYER NR. 2 -->\n		Since \n		<!-- LAYER NR. 3 -->\n		1889 \n		<!-- LAYER NR. 4 -->\n		Where Memories Are Made \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-21\" data-transition=\"boxslide,slotzoom-horizontal,zoomout\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\"  alt=\"Blue Head Table\" title=\"HeadTable\"  width=\"1170\" height=\"780\" data-bgposition=\"left top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		Versatile \n		<!-- LAYER NR. 6 -->\n		Event Spaces \n		<!-- LAYER NR. 7 -->\n		SEATING FOR UP TO 350 GUESTS \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-22\" data-transition=\"boxslide,boxfade,slotslide-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web.jpg\"  alt=\"Dancing Boots\" title=\"DancingBoots-Stock-Web\"  width=\"650\" height=\"449\" data-bgposition=\"center center\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 8 -->\n		historic \n		<!-- LAYER NR. 9 -->\n		Dance Hall \n		<!-- LAYER NR. 10 -->\n		Signature dances, featuring country and rock, almost every Friday night \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_6_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_6_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_6_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n            <h3>\n                Events\n            </h3>\n            <p></p>\n            <h3>\n                Say \"I DO\"\n            </h3>\n            <p></p>\n            <h3>\n                Rates\n            </h3>\n            <p></p>\n            <a href=\"#\">\n            </a>\n            <h3>\n                <a href=\"#\">History</a>\n            </h3>\n            <p></p>\n            <h3>\n                Photos\n            </h3>\n            <p></p>\n            <h3>\n                Contact \n            </h3>\n            <p></p>\n			<h2>Live Music & Dance Hall</h2>		\n		<p>Most Fridays from 8 - 11pm</p>		\n        <article data-style=\"Featured\" itemscope>                    Feb 07 2020\n            <h4><a data-event-id=\"4468\" href=\"https://thehistoricvinewood.com/events/steve-kile-band-3/?occurrence=2020-02-07\">STEVE KILE BAND</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 14 2020\n            <h4><a data-event-id=\"4615\" href=\"https://thehistoricvinewood.com/events/no-good-johnny-2/?occurrence=2020-02-14\">NO GOOD JOHNNY</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 21 2020\n            <h4><a data-event-id=\"4617\" href=\"https://thehistoricvinewood.com/events/velvet-blues-revue/?occurrence=2020-02-21\">VELVET BLUES REVUE</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 28 2020\n            <h4><a data-event-id=\"4620\" href=\"https://thehistoricvinewood.com/events/chance-encounter/?occurrence=2020-02-28\">CHANCE ENCOUNTER</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 13 2020\n            <h4><a data-event-id=\"4623\" href=\"https://thehistoricvinewood.com/events/south-fork-band-3/?occurrence=2020-03-13\">SOUTH FORK BAND</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 27 2020\n            <h4><a data-event-id=\"4625\" href=\"https://thehistoricvinewood.com/events/dr-cooks-medicine-show-2/?occurrence=2020-03-27\">DR. COOK&#8217;S MEDICINE SHOW</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 29 2020\n            <h4><a data-event-id=\"4693\" href=\"https://thehistoricvinewood.com/events/ladies-sunday-brunch-music-2/?occurrence=2020-03-29\">LADIES SUNDAY BRUNCH &#038; MUSIC</a>Featured</h4>\n            The Vinewood\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    May 15 2020\n            <h4><a data-event-id=\"4313\" href=\"https://thehistoricvinewood.com/events/the-house-jumpers/?occurrence=2020-05-15\">THE HOUSE JUMPERS</a>Featured</h4>\n        </article>                	\n        No event found!    \n		<p>THE VINEWOOD - SINCE 1889</p>		\n			<h2>Where Memories are Made</h2>		\n		<p>Since the turn of the 20th Century, dance halls, like The Vinewood, have been a gathering place for people to dance, celebrate or even have community conversations. No matter the style of event, we stay rooted in The Vinewood tradition, welcoming all to enjoy and make meaningful memories.</p>		\n										<img width=\"600\" height=\"394\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-1024x673.jpg\" alt=\"Welcome - Carlason\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-1024x673.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-300x197.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-768x505.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-400x263.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-600x395.jpg 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o.jpg 1186w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n		<p><strong>Where Memories Are Made<br /></strong></p><p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by and say hello or schedule a private tour of the property today.</p><p><strong>Welcome!  </strong></p><p><em>- Nicole &amp; Mike</em></p>		\n										<img width=\"600\" height=\"174\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png\" alt=\"Nicole Sig\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-300x87.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-768x223.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-400x116.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-600x174.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig.png 1400w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n										<img width=\"600\" height=\"159\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png\" alt=\"Mike Sig\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-300x79.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-768x203.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-400x106.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-600x159.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig.png 1400w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n                                    Gorgeous and such Good Vibes\n                                        ‘I only attended a wedding here, but this venue is GORGEOUS! It has such a good vibe even without decorations. Large open space and a unique setup. Has a stage as well and public restrooms and a bar area. Makes me wish I could’ve had my wedding reception here!’                                    \n                                                                                Abby\n                                        Wedding - February 2019\n                                    Most quaint little place\n                                        ‘It\'s the most quaint little place to have a wedding. I think the wedding that I attended here had about 300 or 350 people and it fit us all very comfortably. Didn\'t feel cramped at all.’                                    \n                                                                                Britney\n                                        Wedding - July 2019\n                                    It felt so magical\n                                        ‘The ceremony was outdoors, shaded by trees. BEAUTIFUL. And then the reception was indoors. Beautiful refinished hardwood floors and white walls. There were lights strung from the rafters and it just felt so magical.’                                    \n                                                                                Britney\n                                        Wedding July 2019\n			<h3>Versatile Spaces</h3>		\n		<p>WEDDINGS  •  CORPORATE  •  REUNIONS  •  RETIREMENT  • NONPROFIT FUNDRAISERS  • CONFERENCES  •  HOLIDAY PARTIES</p>		\n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MrsMrs-Color-474x324.jpg\" alt=\"\" /></figure>                                \n                                    <h4>Venue Hall: Seating for 350</h4>                                    \n                                        <p>Indoors we can accommodate up to 350 guests seated. Capacity is 499. Plus we have amble outdoor acreage for use.</p>                                    \n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853-474x324.jpg\" alt=\"\" /></figure>                                \n                                    <h4>Outdoor Spaces: Lots of Greenary</h4>                                    \n                                        <p>The Vinewood sits on five-acres and includes a large event hall, back deck and plenty of green spaces.</p>                                    \n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-40-474x324.jpg\" alt=\"Manzia\" /></figure>                                \n                                    <h4>Mezzanine: Beautiful, Natural Light</h4>                                    \n                                        <p>Our mezzanine is great for photos, a cocktail hour, extra guest seating or even a live and silent auction area.<br /></p>                                     \n			<h3>Get Inspired</h3>		\n                <article id=\"post-4500\">\n                <img width=\"1164\" height=\"780\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg 1164w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-300x201.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-768x515.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-1024x686.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-400x268.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-600x402.jpg 600w\" sizes=\"(max-width: 1164px) 100vw, 1164px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/tablescapes/\">Tablescapes</a></h2>\n</article><!-- #post-## --><article id=\"post-995\">\n                <img width=\"640\" height=\"427\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web.jpg 640w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-600x400.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/nicole-and-michael/\">Essmen Wedding</a></h2>\n                photographer: T.H. Peterson<time datetime=\"2019-04-01T00:00:00+00:00\">01/04/2019</time>            \n</article><!-- #post-## --><article id=\"post-984\">\n                <img width=\"1170\" height=\"780\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg 1170w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-768x512.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-1024x683.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-600x400.jpg 600w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/carlson-financial/\">Carlson Financial</a></h2>\n                Topeka Western Night<time datetime=\"2018-08-17T00:00:00+00:00\">17/08/2018</time>            \n</article><!-- #post-## -->            \n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg\"\n                                     alt=\"PetersonFlowers\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\"\n                                     alt=\"Blue Head Table\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg\"\n                                     alt=\"BridalSuite-2\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg\"\n                                     alt=\"Mezzine Fall\"/>\n                            </a>','HOME','','inherit','closed','closed','','4072-revision-v1','','','2020-01-25 07:12:02','2020-01-25 07:12:02','',4072,'https://thehistoricvinewood.com/4072-revision-v1/',0,'revision','',0),(1979,1,'2019-08-02 01:00:25','2019-08-02 01:00:25','<p>\r\n	<label>Email address: </label>\r\n	<input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\r\n</p>\r\n\r\n<p>\r\n	<input type=\"submit\" value=\"Sign up\" />\r\n</p>','The Vine','','publish','closed','closed','','1979','','','2019-08-02 01:00:25','2019-08-02 01:00:25','',0,'http://source.wpopal.com/dreama/mc4wp-form/1979/',0,'mc4wp-form','',0),(2748,1,'2019-03-08 03:02:24','2019-03-08 03:02:24','<a href=\"https://thehistoricvinewood.com\">\n                                        <img width=\"400\" height=\"178\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/TheVinewood-Web-400-White.png\" alt=\"The Vinewood Logo White\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/TheVinewood-Web-400-White.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/TheVinewood-Web-400-White-300x134.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />                                    </a>\n            <a href=\" https://thehistoricvinewood.com/dance-events/\" role=\"button\">\n			            Events\n            <svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"94\" height=\"8\" x=\"0px\" y=\"0px\"\n                 viewBox=\"0 0 48 4\" enable-background=\"new 0 0 48 4\" xml:space=\"preserve\"><g\n                                                                                             stroke=\"none\">\n                    <g>\n                        <path\n                              d=\"M12.075.041c-.3-.1-.7 0-1 .1-1.1.2-2.1.7-2.9 1.5-.3.3-.7.4-1.1.6h-.1c-.3-.2-.8-.1-1.1-.3l-.9-.6c-.7-.5-1.5-1.1-2.5-1.1-.4-.1-.8 0-1.3.2-.4.2-.9.5-1.1 1-.1.1-.1.2 0 .3l.2.3c.1.1.3.2.5.1s.4-.2.6-.2c.3-.1.6-.3.8-.3.3-.1.7-.1 1 0 .6.2 1.1.7 1.5 1 .9.6 1.9.8 3 .7.2 0 .3 0 .4-.1.5-.3 1.1-.5 1.5-.9.5-.5 1.1-.7 1.8-1 .6-.2 1.2-.1 1.6.3.7.5 1.3 1.1 2.1 1.4.1.1.3.1.4.2.9.1 1.8 0 2.6-.5l.6-.3c.6-.3 1.2-.6 1.8-.7.8-.2 1.6-.2 2.3.4.2.2.4.3.6.5.4.3.8.6 1.3.8.4.1.8.1 1.2.1.8 0 1.4-.2 2.2-.6.4-.2.8-.4 1.2-.7.3-.2.7-.3 1-.4.5-.2 1.1 0 1.6-.2h.1c.5.2 1.1.3 1.5.7.6.5 1.3.9 2.1 1.1.7.2 1.2.2 1.8 0 .8-.2 1.5-.6 2.1-1.1.5-.4 1-.6 1.6-.6.4 0 .8.1 1.2.3.4.2.8.4 1.3.7.1.1.3.1.4.2l1.2.3c.2 0 .3.1.4 0 .5-.1 1.1-.2 1.5-.5.5-.3.8-.8 1-1.3v-.3c0-.2-.1-.3-.3-.4-.2 0-.3 0-.5.1-.2.3-.4.5-.7.7-.4.4-.9.5-1.5.3s-1.2-.4-1.7-.7c-.4-.3-1-.4-1.4-.7-1.2-.1-2.3-.1-3.3.7-.2.2-.4.3-.6.4-.2.2-.4.3-.7.5-.2.1-.4.2-.7.2-.5.1-.9-.1-1.4-.2-.3-.1-.7-.3-.9-.6-.6-.7-1.5-.9-2.3-1-.6-.1-1.3-.1-1.9 0-.6.1-1.3.2-1.8.6-.3.2-.8.4-1.1.7-.5.3-1 .4-1.6.6h-.2c-.5-.1-1-.2-1.4-.6l-.4-.5c-.2-.2-.4-.4-.7-.5-.3-.1-.6-.4-1-.3-.9-.2-1.8-.1-2.7.1-.6.2-1.2.4-1.7.8-.6.4-1.3.6-2 .6-.2 0-.3-.1-.5-.2l-.2-.2-1.1-.9c-.5-.3-1.1-.4-1.7-.6z\"\n                              id=\"svg_1\" style=\"\"/>\n                    </g>\n                </g></svg>\n                </a>','Header 2','','publish','closed','closed','','header-2','','','2019-08-27 18:56:49','2019-08-27 18:56:49','',0,'http://source.wpopal.com/dreama/?post_type=header&#038;p=2748',0,'header','',0),(2994,1,'2019-03-11 02:09:25','2019-03-11 02:09:25','','avartar','','inherit','open','closed','','avartar','','','2019-03-11 02:09:25','2019-03-11 02:09:25','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/avartar.png',0,'attachment','image/png',0),(3001,1,'2019-03-11 02:29:49','2019-03-11 02:29:49','<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n				</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n				</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n				</a>\n							<a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Vimeo\n				</a>\n			        <ul>\n                            <li >\n                    <a href=\"#\">                    About\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"#\">                        \n                                        FAQs\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"#\">                        \n                                        Terms & Conditions\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"#\">                        \n                                        Terms & Conditions\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"#\">                        \n                                        Contact\n                                            </a>\n                                    </li>\n                    </ul>\n		<p>©Proudly powered by WordPress.</p>','footer default','','publish','closed','closed','','footer-default','','','2019-03-11 02:29:49','2019-03-11 02:29:49','',0,'http://source.wpopal.com/dreama/?elementor_library=footer-default',0,'elementor_library','',0),(3009,1,'2019-03-11 02:32:30','2019-03-11 02:32:30','','logo-Dreama','','inherit','open','closed','','logo-dreama','','','2019-03-11 02:32:30','2019-03-11 02:32:30','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/logo-Dreama.svg',0,'attachment','image/svg+xml',0),(3211,1,'2019-03-11 10:04:42','2019-03-11 10:04:42','','bg-1','','inherit','open','closed','','bg-1','','','2019-03-11 10:04:42','2019-03-11 10:04:42','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/bg-1.png',0,'attachment','image/png',0),(3224,1,'2019-03-11 10:13:54','2019-03-11 10:13:54','','blog_13','','inherit','open','closed','','blog_13','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/blog_13.jpg',0,'attachment','image/jpeg',0),(3495,1,'2019-03-13 02:37:16','2019-03-13 02:37:16','','placeholder','','inherit','open','closed','','placeholder','','','2019-03-13 02:37:16','2019-03-13 02:37:16','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/placeholder.jpg',0,'attachment','image/jpeg',0),(3750,1,'2019-08-03 15:59:17','2019-08-03 15:59:17','','One Click Demo Import - log_file_2019-08-03__15-59-17','','inherit','open','closed','','one-click-demo-import-log_file_2019-08-03__15-59-17','','','2019-08-03 15:59:17','2019-08-03 15:59:17','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/log_file_2019-08-03__15-59-17.txt',0,'attachment','text/plain',0),(103,1,'2019-02-28 04:18:36','2019-02-28 04:18:36','[opal-icons-preview]','Icons','','publish','closed','closed','','icons','','','2019-02-28 04:18:36','2019-02-28 04:18:36','',0,'http://source.wpopal.com/dreama/?page_id=103',0,'page','',0),(237,1,'2019-02-28 07:49:24','2019-02-28 07:49:24','<img width=\"456\" height=\"456\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are.jpg 456w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are-300x300.jpg 300w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are-400x400.jpg 400w\" sizes=\"(max-width: 456px) 100vw, 456px\" />											\n			<h2>Who we are</h2>		\n		<p>Read about who we are, our areas of business and how we work.</p><p>Dreama is the largest and most trusted global marketplace connecting engaged couples with local wedding professionals.</p><p>Millions of couples around the world are able to search, compare and book from a directory of over 500,000 vendors. Founded in 2007, Dreama\'s portfolio of sites help couples and businesses in 15 countries across North America, Latin America, Asia and Europe.</p>		\n                    0\n                                            Monthly Users\n                    0\n                                            Reviews\n                    0\n                                            Vendors\n			<h2>Leadership</h2>		\n			Meet our team		\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-1.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-1.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-1-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-1-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-1-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Sadie Gonzales</a>\n                President & Founder\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-2.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-2.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-2-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-2-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-2-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Mildred Wilkins</a>\n                Chief Financial Officer\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-3.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-3.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-3-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-3-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-3-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Marvin Becker</a>\n                Chief Operating Officer\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-4.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-4.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-4-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-4-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-4-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Bernice Medina</a>\n                Chief Marketing Officer\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-5.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-5.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-5-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-5-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-5-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Eddie Christensen</a>\n                Chief Financial Officer\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-6.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-6.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-6-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-6-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-6-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Theresa Hunt</a>\n                Chief Operating Officer\n            <a href=\"#\" role=\"button\">\n			            See the full list\n                    </a>\n			Introduction Video 		\n			<h2>Dreama Presentation</h2>		\n            <a role=\"button\" href=\"#\" data-effect=\"mfp-zoom-in\">\n                            </a>\n			            Professionality\n                                    90%\n			            Food Ordering\n                                    50%\n			            Experience and Quality\n                                    90%\n			            Guarantee\n                                    70%\n		<p>Explore our Wedding Services.</p><p>Hello. Our Wedding Experience has been present for over 20 years in the market.<br />We have the best Wedding Services!</p>		\n										<img width=\"229\" height=\"40\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/signature.png\" alt=\"\" />											\n                                    Read reviews from couples like you\n                                        ‘I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!’                                    \n                                                                                Julianna, Maine\n                                        Wedding 7/1/19\n                                    Over 3 million reviews\n                                        ‘Such a great community to be part of. The commitment and service you all provide to the community is just outstanding.’                                    \n                                                                                John Doe\n                                        Wedding 7/5/19\n                                    Read reviews from couples like you\n                                        ‘I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!’                                    \n                                                                                Michael\n                                        Wedding 23/8/19','About Us','','draft','closed','closed','','about-us-2','','','2019-10-31 03:20:51','2019-10-31 03:20:51','',0,'http://source.wpopal.com/dreama/?page_id=237',0,'page','',0),(517,1,'2019-03-01 04:15:38','2019-03-01 04:15:38','<h2>Meet our team</h2>\r\nwho dares to create differently\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-1.jpg\" sizes=\"(max-width: 320px) 100vw, 320px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-1.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-1-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-1-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-1-300x300.jpg 300w\" alt=\"\" width=\"320\" height=\"320\" />\r\n<ul>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n</ul>\r\nSadie Gonzales\r\nPresident &amp; Founder\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-2.jpg\" sizes=\"(max-width: 320px) 100vw, 320px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-2.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-2-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-2-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-2-300x300.jpg 300w\" alt=\"\" width=\"320\" height=\"320\" />\r\n<ul>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n</ul>\r\nMildred Wilkins\r\nChief Financial Officer\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-3.jpg\" sizes=\"(max-width: 320px) 100vw, 320px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-3.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-3-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-3-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-3-300x300.jpg 300w\" alt=\"\" width=\"320\" height=\"320\" />\r\n<ul>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n</ul>\r\nMarvin Becker\r\nChief Operating Officer\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-4.jpg\" sizes=\"(max-width: 320px) 100vw, 320px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-4.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-4-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-4-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-4-300x300.jpg 300w\" alt=\"\" width=\"320\" height=\"320\" />\r\n<ul>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n</ul>\r\nBernice Medina\r\nChief Marketing Officer\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-5.jpg\" sizes=\"(max-width: 320px) 100vw, 320px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-5.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-5-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-5-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-5-300x300.jpg 300w\" alt=\"\" width=\"320\" height=\"320\" />\r\n<ul>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n</ul>\r\nEddie Christensen\r\nChief Technology Officer\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-6.jpg\" sizes=\"(max-width: 320px) 100vw, 320px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-6.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-6-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-6-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-6-300x300.jpg 300w\" alt=\"\" width=\"320\" height=\"320\" />\r\n<ul>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n</ul>\r\nTheresa Hunt\r\nGeneral Counsel\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/tem_adsfasdf.jpg\" sizes=\"(max-width: 320px) 100vw, 320px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/tem_adsfasdf.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/tem_adsfasdf-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/tem_adsfasdf-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/tem_adsfasdf-300x300.jpg 300w\" alt=\"\" width=\"320\" height=\"320\" />\r\n<ul>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n</ul>\r\nBernice Medina\r\nChief Marketing Officer\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/tem_page_2.jpg\" sizes=\"(max-width: 320px) 100vw, 320px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/tem_page_2.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/tem_page_2-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/tem_page_2-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/tem_page_2-300x300.jpg 300w\" alt=\"\" width=\"320\" height=\"320\" />\r\n<ul>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n</ul>\r\nEddie Christensen\r\nChief Technology Officer\r\n<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/tem_page_3.jpg\" sizes=\"(max-width: 323px) 100vw, 323px\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/tem_page_3.jpg 323w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/tem_page_3-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/tem_page_3-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/tem_page_3-300x300.jpg 300w\" alt=\"\" width=\"323\" height=\"324\" />\r\n<ul>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n 	<li><a href=\"#\"> </a></li>\r\n</ul>\r\nTheresa Hunt\r\nGeneral Counsel\r\n\r\nInterested in\r\n<h2>Joining our team?</h2>\r\n<a role=\"button\" href=\"#\">\r\nSee all open positions\r\n</a>','Team page','','publish','closed','closed','','team-page','','','2019-07-29 07:25:15','2019-07-29 07:25:15','',0,'http://source.wpopal.com/dreama/?page_id=517',0,'page','',0),(705,1,'2019-03-01 07:51:50','2019-03-01 07:51:50','Looking for fun wedding transportation ideas for your big day? The logistics of getting to and from your wedding venue (and in some cases, a separate reception site, as well) are something everyone will have to figure out. <!--more-->\r\n\r\nIt might be easiest to assume everyone will just drive themselves, but in many situations, that may not be the best (or safest!) plan. Which is why it\'s a very smart and thoughtful idea to make room in your wedding budget for transportation for yourself and your guests. Depending on your preferences and budget, there are many different options to consider. Get inspired with these wedding transportation ideas for the bride and groom, as well as our top tips for getting your guests around!\r\n\r\n<strong>The wedding party includes</strong>\r\n\r\nSouth Gate Manor offers a number of services and all-inclusive packages to ensure that your wedding day is the most enjoyable day of your life. Some of the event items that can be rented include aisle decor, centerpieces, furniture, tent accessories and a photo booth. South Gate Manor offers the following services:\r\n<blockquote>Maid of Honor or Matron of Honor or Bride\'s Honor AttendantBridesmaids or Bride\'s AttendantsBest Man / Best Woman / Groom\'s Honor Attendant</blockquote>\r\n<strong>\r\nTraditional Roles of The Wedding Party</strong>\r\n\r\nYour wedding party is often considered to be quite involved in your wedding planning process. They will likely dedicate a notable amount of time and possibly money to participate in your day, so it\'s important to thank your wedding party for all their assistance throughout the process. Make sure to properly thank your wedding party for all of their hard work and to show your appreciation for their support and friendship.','26 Wedding Guest Dresses for Spring Weddings','','publish','open','open','','26-wedding-guest-dresses-for-spring-weddings','','','2019-03-01 07:51:50','2019-03-01 07:51:50','',0,'http://source.wpopal.com/dreama/?p=705',0,'post','',0),(3515,1,'2019-03-01 07:56:25','2019-03-01 07:56:25','Looking for fun wedding transportation ideas for your big day? The logistics of getting to and from your wedding venue (and in some cases, a separate reception site, as well) are something everyone will have to figure out. <!--more-->\r\n\r\nIt might be easiest to assume everyone will just drive themselves, but in many situations, that may not be the best (or safest!) plan. Which is why it\'s a very smart and thoughtful idea to make room in your wedding budget for transportation for yourself and your guests. Depending on your preferences and budget, there are many different options to consider. Get inspired with these wedding transportation ideas for the bride and groom, as well as our top tips for getting your guests around!\r\n\r\n<strong>The wedding party includes</strong>\r\n\r\nSouth Gate Manor offers a number of services and all-inclusive packages to ensure that your wedding day is the most enjoyable day of your life. Some of the event items that can be rented include aisle decor, centerpieces, furniture, tent accessories and a photo booth. South Gate Manor offers the following services:\r\n<blockquote>Maid of Honor or Matron of Honor or Bride\'s Honor AttendantBridesmaids or Bride\'s AttendantsBest Man / Best Woman / Groom\'s Honor Attendant</blockquote>\r\n<strong>\r\nTraditional Roles of The Wedding Party</strong>\r\n\r\nYour wedding party is often considered to be quite involved in your wedding planning process. They will likely dedicate a notable amount of time and possibly money to participate in your day, so it\'s important to thank your wedding party for all their assistance throughout the process. Make sure to properly thank your wedding party for all of their hard work and to show your appreciation for their support and friendship.','Wedding Party Roles and Responsibilities','','publish','open','open','','wedding-party-roles-and-responsibilities','','','2019-03-01 07:56:25','2019-03-01 07:56:25','',0,'http://source.wpopal.com/dreama/?p=720',0,'post','',0),(3518,1,'2019-03-01 08:17:38','2019-03-01 08:17:38','Looking for fun wedding transportation ideas for your big day? The logistics of getting to and from your wedding venue (and in some cases, a separate reception site, as well) are something everyone will have to figure out. <!--more-->\r\n\r\nIt might be easiest to assume everyone will just drive themselves, but in many situations, that may not be the best (or safest!) plan. Which is why it\'s a very smart and thoughtful idea to make room in your wedding budget for transportation for yourself and your guests. Depending on your preferences and budget, there are many different options to consider. Get inspired with these wedding transportation ideas for the bride and groom, as well as our top tips for getting your guests around!\r\n\r\n<strong>The wedding party includes</strong>\r\n\r\nSouth Gate Manor offers a number of services and all-inclusive packages to ensure that your wedding day is the most enjoyable day of your life. Some of the event items that can be rented include aisle decor, centerpieces, furniture, tent accessories and a photo booth. South Gate Manor offers the following services:\r\n<blockquote>Maid of Honor or Matron of Honor or Bride\'s Honor AttendantBridesmaids or Bride\'s AttendantsBest Man / Best Woman / Groom\'s Honor Attendant</blockquote>\r\n<strong>\r\nTraditional Roles of The Wedding Party</strong>\r\n\r\nYour wedding party is often considered to be quite involved in your wedding planning process. They will likely dedicate a notable amount of time and possibly money to participate in your day, so it\'s important to thank your wedding party for all their assistance throughout the process. Make sure to properly thank your wedding party for all of their hard work and to show your appreciation for their support and friendship.','20 Creative Wedding Transportation Ideas for You and Your Guests','','publish','open','open','','20-creative-wedding-transportation-ideas-for-you-and-your-guests','','','2019-03-01 08:17:38','2019-03-01 08:17:38','',0,'http://source.wpopal.com/dreama/?p=768',0,'post','',0),(3519,1,'2019-03-01 08:19:27','2019-03-01 08:19:27','Looking for fun wedding transportation ideas for your big day? The logistics of getting to and from your wedding venue (and in some cases, a separate reception site, as well) are something everyone will have to figure out. <!--more-->\r\n\r\nIt might be easiest to assume everyone will just drive themselves, but in many situations, that may not be the best (or safest!) plan. Which is why it\'s a very smart and thoughtful idea to make room in your wedding budget for transportation for yourself and your guests. Depending on your preferences and budget, there are many different options to consider. Get inspired with these wedding transportation ideas for the bride and groom, as well as our top tips for getting your guests around!\r\n\r\n<strong>The wedding party includes</strong>\r\n\r\nSouth Gate Manor offers a number of services and all-inclusive packages to ensure that your wedding day is the most enjoyable day of your life. Some of the event items that can be rented include aisle decor, centerpieces, furniture, tent accessories and a photo booth. South Gate Manor offers the following services:\r\n<blockquote>Maid of Honor or Matron of Honor or Bride\'s Honor AttendantBridesmaids or Bride\'s AttendantsBest Man / Best Woman / Groom\'s Honor Attendant</blockquote>\r\n<strong>\r\nTraditional Roles of The Wedding Party</strong>\r\n\r\nYour wedding party is often considered to be quite involved in your wedding planning process. They will likely dedicate a notable amount of time and possibly money to participate in your day, so it\'s important to thank your wedding party for all their assistance throughout the process. Make sure to properly thank your wedding party for all of their hard work and to show your appreciation for their support and friendship.','After Party Wedding Dresses All Brides Need to See','','publish','open','open','','after-party-wedding-dresses-all-brides-need-to-see','','','2019-03-01 08:19:27','2019-03-01 08:19:27','',0,'http://source.wpopal.com/dreama/?p=777',0,'post','',0),(3735,1,'2019-08-03 07:52:49','2019-08-03 07:52:49','','2019 Booking Calendar','','publish','closed','closed','','2019-booking-calendar','','','2019-08-23 15:20:12','2019-08-23 15:20:12','',0,'https://thehistoricvinewood.com/?post_type=mec_calendars&#038;p=3735',0,'mec_calendars','',0),(984,1,'2019-03-01 09:42:00','2019-03-01 09:42:00','Carlson Financial is the area\'s leading retirement planning and wealth management firm. Currenlty serving retirees and pre-retirees, they always have a blast at their mixers, mixing fun and financial literacy, and Topeka Western Night at The Vinewood was no exception. <a href=\"https://www.facebook.com/pg/CarlsonFinancial/\">Learn more about Carlson Financial.</a>','Carlson Financial','Topeka Western Night - Carlson Financial','publish','closed','closed','','carlson-financial','','','2019-08-25 17:47:42','2019-08-25 17:47:42','',0,'http://source.wpopal.com/dreama/?post_type=portfolio&#038;p=984',0,'portfolio','',0),(995,1,'2019-03-01 09:47:55','2019-03-01 09:47:55','FROM: Tommy &amp; Holly Peterson, photographers\r\n<a href=\"https://thpetersonphoto.blogspot.com/2019/04/essman-wedding-cortni-and-justins-big.html?fbclid=IwAR3yCMV-fE1mLVfHU1vc1P3TFZf7rixgS5TH9SWW68j_P8_NrTUuuRzJGO4\">CLICK HERE</a> to view original post and more of HT Photography work\r\n\r\nIt was a cold and rainy day. You know what they say about rainy weddings, it\'s good luck. I feel that Cortni and Justin don\'t need it. They will be just fine! They are an amazing couple, full of love and two beautiful children. They are such a great family and so sweet. It was an honor to be a part of their big day. Because of the weather, we mostly shot the entire day at their location, The Vinewood.\r\n\r\nIt was recently renovated and it looks awesome! They did such a great job. The vaulted ceilings were painted white and grey and really opened up the space. I loved shooting there. It was a fun day, full of laughs, and hugs and even some tears... of joy. Cortni looked absolutely stunning. She was a beautiful bride!!!\r\n\r\nI want to wish Cortni and Justin the very best. I am so soooo happy for them.\r\n\r\n(We agree Tommy and Holly. Thank you for capturing Cortni and Justin\'s special day and thank you for the kind words. -The Vinewood)\r\n\r\n*There is a great video on T.H. Peterson Photography website that captures those priceless moments; memories happening at The Vinewood. <a href=\"https://thpetersonphoto.blogspot.com/2019/04/essman-wedding-cortni-and-justins-big.html?fbclid=IwAR3yCMV-fE1mLVfHU1vc1P3TFZf7rixgS5TH9SWW68j_P8_NrTUuuRzJGO4\">View Video</a>\r\n\r\n<a href=\"https://thpetersonphoto.blogspot.com/2019/04/essman-wedding-cortni-and-justins-big.html?fbclid=IwAR3yCMV-fE1mLVfHU1vc1P3TFZf7rixgS5TH9SWW68j_P8_NrTUuuRzJGO4\"><img class=\"alignnone wp-image-4372 size-medium\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/Screenshot-2019-09-01-19.42.27-300x167.png\" alt=\"\" width=\"300\" height=\"167\" /></a>','Essmen Wedding','You know what they say about rainy weddings, it\'s good luck.','publish','closed','closed','','nicole-and-michael','','','2019-09-02 00:47:03','2019-09-02 00:47:03','',0,'http://source.wpopal.com/dreama/?post_type=portfolio&#038;p=995',0,'portfolio','',0),(1398,1,'2019-03-02 07:19:12','2019-03-02 07:19:12','','Shop','','publish','closed','closed','','shop','','','2019-03-02 07:19:12','2019-03-02 07:19:12','',0,'http://source.wpopal.com/dreama/shop/',0,'page','',0),(1399,1,'2019-03-02 07:19:12','2019-03-02 07:19:12','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2019-03-02 07:19:12','2019-03-02 07:19:12','',0,'http://source.wpopal.com/dreama/cart/',0,'page','',0),(1400,1,'2019-03-02 07:19:12','2019-03-02 07:19:12','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2019-03-02 07:19:12','2019-03-02 07:19:12','',0,'http://source.wpopal.com/dreama/checkout/',0,'page','',0),(1589,1,'2019-03-04 01:47:45','2019-03-04 01:47:45','Prime Rib dinner, live music and dancing, champagne toast and biscuits and gravy at midnight. Cost is per person. Reservation required.','NYE 2020','New Year\'s Eve 2020 Party with Mark &amp; The Sharks','publish','closed','closed','','nye-2020','','','2019-12-30 23:49:22','2019-12-30 23:49:22','',0,'http://source.wpopal.com/dreama/product/white-wedding-dress/',0,'product','',0),(4299,1,'2019-08-26 05:21:58','2019-08-26 05:21:58','<div>[text* text-140 your-name placeholder \"Your Name\"][email* email-865 your-email placeholder \"Email Address\"][select menu-912 \"2 Guests\" \"4 Guests\"][select menu-913 \"New Years Eve 2019\"][textarea your-message x3 placeholder \"Anything special you\'d like to share with us?\"][submit \"SEND\"]</div>\n1\n[your-subject]\nThe Historic Vinewood <wordpress@thehistoricvinewood.com>\nthehistoricvinewood@gmail.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for RSVPing for New Years 2019. We will be sending you an email with a link to purchase your tickets, or you can purchase them in person at The Vinewood. Payment must be made by December 20 or your reservation will be canceled. Thanks!\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 7_copy','','publish','closed','closed','','contact-form-7_copy-2','','','2019-08-26 05:21:58','2019-08-26 05:21:58','',0,'https://thehistoricvinewood.com/?post_type=wpcf7_contact_form&p=4299',0,'wpcf7_contact_form','',0),(4637,1,'2020-01-03 04:37:52','2020-01-03 04:37:52','Private wedding reception\r\n\r\nVenue reserved all day: 9am - midnight','Dix Wedding Reception','','inherit','closed','closed','','4636-revision-v1','','','2020-01-03 04:37:52','2020-01-03 04:37:52','',4636,'https://thehistoricvinewood.com/4636-revision-v1/',0,'revision','',0),(1935,1,'2019-03-04 09:51:06','2019-03-04 09:51:06','<h2>Happy New Year!</h2>		\n		<p><strong>RESERVATIONS ARE NOW CLOSED. HOWEVER...<br /></strong></p>		\n			<h2>we know you want to celebrate, therefore...</h2>		\n			<h2>a limited number of dance-only tickets are now being sold</h2>		\n            <a href=\"https://thehistoricvinewood.com/product/nye-2020-danceonly/\" role=\"button\">\n			            LEARN MORE & PURCHASE TICKETS\n                    </a>\n			<h2>Happy New Year!</h2>		\n		<p>Reservations are now closed but here are the details for all those who are joining.</p><p>You should receive your tickets in the mail (gold envelope). If you don\'t, or something happens, have no worries - we will have your name at the door. Thanks and we\'ll see you Tuesday night!</p>		\n			<h2>Dinner</h2>		\n		<p>6:30 – 8PM</p><p>Doors will open no earlier than 6pm. Dinner service begins at 6:30pm. The caterer will start packing up around 7:45pm.</p>		\n			<h2>Live Music</h2>		\n		<p>8:00PM - MIDNIGHT<br /><strong>Mark &amp; The Sharks</strong><strong><br /></strong></p>		\n			<h2>Midnight Toast</h2>		\n		<p>Champagne toast and balloon drop plus homemade biscuits and gravy</p>		\n			<h2>MENU</h2>		\n		<p>Chef Carved Black Angus Prime Rib smoked and served with creamed horseradish and au jus</p><p>Champagne Butter Chicken breast baked with creamy champagne butter sauce</p><p>Roasted Herb New Potatoes <br />tossed in seasoned butter</p><p>Farm Fav: Riviera Vegetables (green beans, whole wax beans and baby carrots)</p><p>Front Door Catering House Salad</p><p>Fresh baked split top dinner rolls</p><p>Variety of homemade desserts</p>		\n										<img width=\"289\" height=\"343\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png 289w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo-253x300.png 253w\" sizes=\"(max-width: 289px) 100vw, 289px\" />','NYE','','publish','closed','closed','','nye','','','2019-12-28 10:54:48','2019-12-28 10:54:48','',0,'http://source.wpopal.com/dreama/?page_id=1935',0,'page','',0),(4592,1,'2019-12-28 10:42:54','2019-12-28 10:42:54','<h2>Happy New Year!</h2>		\n		<p>Join us for great music, food and lots of dancing on December 31, 2019.</p>		\n			<h2>Dinner</h2>		\n		<p>6:30 – 8PM<br />Prime Rib and Champagne Chicken (full menu listed below)</p>		\n			<h2>Live Music</h2>		\n		<p>8:00PM - MIDNIGHT<br /><strong>Mark &amp; The Sharks</strong><strong><br /></strong></p>		\n			<h2>Midnight Toast</h2>		\n		<p>Champagne toast and ball drop plus homemade biscuits and gravy</p><p><strong>RESERVATIONS ARE NOW CLOSED. HOWEVER...<br /></strong></p>		\n			<h2>we know you want to celebrate, therefore...</h2>		\n			<h2>a limited number of dance-only tickets are now being sold</h2>		\n            <a href=\"https://thehistoricvinewood.com/product/nye-2020-danceonly/\" role=\"button\">\n			            LEARN MORE & PURCHASE TICKETS\n                    </a>\n			<h2>MENU</h2>		\n		<p>Chef Carved Black Angus Prime Rib smoked and served with creamed horseradish and au jus</p><p>Champagne Butter Chicken breast baked with creamy champagne butter sauce</p><p>Roasted Herb New Potatoes <br />tossed in seasoned butter</p><p>Farm Fav: Riviera Vegetables (green beans, whole wax beans and baby carrots)</p><p>Front Door Catering House Salad</p><p>Fresh baked split top dinner rolls</p><p>Variety of homemade desserts</p>		\n										<img width=\"289\" height=\"343\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png 289w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo-253x300.png 253w\" sizes=\"(max-width: 289px) 100vw, 289px\" />','NYE','','inherit','closed','closed','','1935-revision-v1','','','2019-12-28 10:42:54','2019-12-28 10:42:54','',1935,'https://thehistoricvinewood.com/1935-revision-v1/',0,'revision','',0),(1937,1,'2019-03-04 09:52:31','2019-03-04 09:52:31','','Blog','','publish','closed','closed','','blog','','','2019-03-04 09:52:31','2019-03-04 09:52:31','',0,'http://source.wpopal.com/dreama/?page_id=1937',0,'page','',0),(2039,1,'2019-03-05 02:39:59','2019-03-05 02:39:59','<h2>Online wedding planning tools</h2>		\n		Checklist, Budget tool, Wedding Website, and more!Explore our wedding planning tools.<p>The #1 ranked, Helped over 50,000 couples around the country and we look forward to supporting you along your wedding planning journey.</p>		\n										<img width=\"229\" height=\"40\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/signature.png\" alt=\"\" />											\n            <h3>\n                Checklist\n            </h3>\n            <p>The ultimate wedding checklist to make sure everything gets done.</p>\n            <h3>\n                Guest List\n            </h3>\n            <p>Seamlessly create and manage lists and RSVPs for all your events.</p>\n            <h3>\n                Budget\n            </h3>\n            <p>Let us run the numbers and keep your spending on track.</p>\n            <h3>\n                Seating Chart\n            </h3>\n            <p>Drag and drop from your list to assign each guest a seat.</p>\n            <h3>\n                Vendor Manager\n            </h3>\n            <p>Quickly find, manage, and message your favorite vendors.</p>\n            <h3>\n                Wedding Website\n            </h3>\n            <p>Easily create a custom wedding website </p>\n                                    Read reviews from couples like you\n                                        ‘I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!’                                    \n                                                                                Julianna, Maine\n                                        Wedding 7/1/19\n                                    Over 3 million reviews\n                                        ‘Such a great community to be part of. The commitment and service you all provide to the community is just outstanding.’                                    \n                                                                                John Doe\n                                        Wedding 7/5/19\n                                    Read reviews from couples like you\n                                        ‘I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!’                                    \n                                                                                Michael\n                                        Wedding 23/8/19\n			<h2>Plan on the go with the<br> Dreama app</h2>		\n		From venue tours to cake tastings, get the Dreama App to plan anytime, anywhere.		\n											<a href=\"#\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"230\" height=\"68\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/bn8.jpg\" alt=\"\" />								</a>\n											<a href=\"#\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"230\" height=\"68\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/bn9.jpg\" alt=\"\" />								</a>\n			<h2>Get your free planning tools</h2>		\n		<p>Wedding planning has never been easier.</p>		\n            <a href=\"#\" role=\"button\">\n			            Sign up\n                    </a>','Wedding Website','','draft','closed','closed','','planning-tools','','','2019-10-31 03:22:47','2019-10-31 03:22:47','',0,'http://source.wpopal.com/dreama/?page_id=2039',0,'page','',0),(2041,1,'2019-03-05 02:41:29','2019-03-05 02:41:29','<h2>“Love is a song that never ends.”</h2>\r\n<h5>- BAMBI</h5>\r\n<h2>Congratulations!</h2>\r\nWe know picking the right venue is one of the most important and first things on every couples to-do list, so to be considered is an honor. We look forward to working with you.  <strong>Congratulations! </strong>\r\n<h2>What makes The Vinewood divine?</h2>\r\n<h3>Your Guest List Plus</h3>\r\nThe Vinewood seats up to 350 guests, inside for your ceremony and reception.\r\n<h3>5.1 Acres to Explore</h3>\r\nWhen your book a full-day wedding with us, you get exclusive, all-access of the venue. Want your ceremony outside followed by a cocktail hour on the deck, dinner and reception in the main hall and then perhaps back outside for a champagne toast and firework display. It\'s possible (we just need to file a permit with the Fire Chief). You dream it, together we\'ll create it.\r\n<h3>Catering</h3>\r\nUse any caterer you desire, as long as they are licensed and bonded. Alcohol must be purchased through The Vinewood.\r\n<h3>Décor, Décor, Décor</h3>\r\nA huge selection of table decorations at your disposal. Plus we have a partnership with Linens by Marlen, who will ensure your tables are the best at a reasonable price.\r\n<h3>Wedding Website</h3>\r\nYes! Your own personalized wedding announcement website, complete with RSVP and register capabilities. Part of your full day wedding ceremony and reception package.\r\n\r\n<a role=\"button\">\r\nView Rates\r\n</a>\r\n<h2>What we do</h2>\r\nWe encourage wedding planners entrepreneurs share their story online with brand strategy and improve their knowledge as being part of a like-minded community. A supportive community where you can upgrade your career to a new opportunity of a collaborative and solid path to grow, showcase your talent and make more\r\n<ul>\r\n 	<li>Photography</li>\r\n 	<li>Beauty &amp; Health</li>\r\n 	<li>Catering</li>\r\n 	<li>Videography</li>\r\n</ul>\r\n<ul>\r\n 	<li>Wedding Planning</li>\r\n 	<li>DJ / music</li>\r\n 	<li>Flowers</li>\r\n 	<li>Officiant</li>\r\n</ul>','Wedding','','publish','closed','closed','','wedding','','','2019-08-27 18:57:53','2019-08-27 18:57:53','',0,'http://source.wpopal.com/dreama/?page_id=2041',0,'page','',0),(2072,1,'2019-03-05 03:01:52','2019-03-05 03:01:52','<h2>Gift Registry</h2>		\n		We\'re simply grateful for your presence to celebrate the occasion with us!		\n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_1.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_2.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_3.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_4.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_5.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_6.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b6.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b5.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b4.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b3.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b2.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b1.png\" alt=\"\" /></a>                            \n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_.jpg\"\n                                         alt=\"h17_carousel_\"/>\n                                </a>\n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_4.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_4.jpg\"\n                                         alt=\"h17_carousel_4\"/>\n                                </a>\n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_2.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_2.jpg\"\n                                         alt=\"h17_carousel_2\"/>\n                                </a>\n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_5.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_5.jpg\"\n                                         alt=\"h17_carousel_5\"/>\n                                </a>\n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_1.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_1.jpg\"\n                                         alt=\"h17_carousel_1\"/>\n                                </a>\n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_3.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_3.jpg\"\n                                         alt=\"h17_carousel_3\"/>\n                                </a>','Gift Registry','','draft','closed','closed','','gift-registry','','','2019-10-31 03:21:19','2019-10-31 03:21:19','',0,'http://source.wpopal.com/dreama/?page_id=2072',0,'page','',0),(4630,1,'2020-01-03 04:20:15','2020-01-03 04:20:15','','Square Deposit Payment','','publish','closed','closed','','square-deposit-payment','','','2020-01-03 04:22:12','2020-01-03 04:22:12','',0,'https://thehistoricvinewood.com/?post_type=elementor_library&#038;p=4630',0,'elementor_library','',0),(4631,1,'2020-01-03 04:22:12','2020-01-03 04:22:12','','Square Deposit Payment','','inherit','closed','closed','','4630-revision-v1','','','2020-01-03 04:22:12','2020-01-03 04:22:12','',4630,'https://thehistoricvinewood.com/4630-revision-v1/',0,'revision','',0),(4632,1,'2020-01-03 04:22:12','2020-01-03 04:22:12','','Square Deposit Payment','','inherit','closed','closed','','4630-revision-v1','','','2020-01-03 04:22:12','2020-01-03 04:22:12','',4630,'https://thehistoricvinewood.com/4630-revision-v1/',0,'revision','',0),(4635,1,'2020-01-03 04:27:48','2020-01-03 04:27:48','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:italic%2C700italic%2C600italic%7CPlayfair+Display:400%2C600\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-5\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9.jpg\"  alt=\"Bouquets\" title=\"blog (3 of 9)\"  width=\"640\" height=\"427\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		Seating for up to 350 guests \n		<!-- LAYER NR. 2 -->\n		Saying \n		<!-- LAYER NR. 3 -->\n		\"I DO\" \n		<!-- LAYER NR. 4 -->\n		Memories Are Made Here \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio.jpg\"  alt=\"\" title=\"BackPatio\"  width=\"998\" height=\"780\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		5.1 acres \n		<!-- LAYER NR. 6 -->\n		Green Spaces \n		<!-- LAYER NR. 7 -->\n		Breath new air into your events \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-4\" data-transition=\"boxslide,slotzoom-horizontal,zoomout\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9.jpg\"  alt=\"Umbrella\" title=\"blog (5 of 9)\"  width=\"640\" height=\"427\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 8 -->\n		Raining \n		<!-- LAYER NR. 9 -->\n		Luck \n		<!-- LAYER NR. 10 -->\n		Your Memories. We\'re just the backdrop. \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_2_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_2_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_2_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n			<h2>Wedding\nPackage</h2>		\n		<p>Your wedding event package includes full day and full access to The Vinewood for your ceremony and reception. It includes setup and teardown of tables and chairs for both events (not decorating), plus one hour rehearsal time. You also have the option of holding your ceremony indoors or out at no additional cost.</p>		\n            <a role=\"button\">\n			            Schedule a tour of The Vinewood Today!\n                    </a>\n		<p><strong>WEDDING Ceremony &amp; Reception</strong><br />venue access: 9am - 12am</p>		\n			<h2>$4000</h2>		\n			        <ul>\n                            <li >\n                                        Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering space, stage and historic dance floor\n                                    </li>\n                            <li >\n                                        Seating for up to 350 </br>(linens requried and not included)\n                                    </li>\n                            <li >\n                                        Ample parking & event security\n                                    </li>\n                            <li >\n                                        Decorative inventory access\n                                    </li>\n                            <li >\n                                        Day of event coordinator\n                                    </li>\n                            <li >\n                                        Personalized wedding website\n                                    </li>\n                    </ul>\n		<p><strong>RECEPTION ONLY</strong><br />Full Day Venue RENTAL: 9am - 12am</p>		\n			<h2>$3500</h2>		\n			        <ul>\n                            <li >\n                                        Same access and amenities as our wedding package for your reception.\n                                    </li>\n                            <li >\n                                        Does not include rehearsal time or any ceremony services\n                                    </li>\n                    </ul>\n			<h2>NOTES</h2>		\n			        <ul>\n                            <li >\n                                        Use any liscensed caterer of your choice\n                                    </li>\n                            <li >\n                                        Alcohol must be purchased through The Vinewood\n                                    </li>\n                            <li >\n                                        Linen rental is extra and must be procured through The Vinewood. We partner with Linens by Marlen\n                                    </li>\n                    </ul>\n			<h2>Event & Hourly\nRentals</h2>		\n		<p><strong>WEEKDAY</strong>: Monday - Thursday<br /><strong>WEEKEND</strong>: Friday - Sunday</p>		\n			<h2>PRICING NOTES</h2>		\n			        <ul>\n                            <li >\n                                        We have a house projector and meeting equipment available for a small fee lable for nominal fee\n                                    </li>\n                            <li >\n                                        Limited access to decorative inventory\n                                    </li>\n                            <li >\n                                        No caterer restrictions (must be liscensed) \n                                    </li>\n                            <li >\n                                        Alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n		<p>WEEKEND - 5 hour Rental</p>		\n			<h2>$1200</h2>		\n			        <ul>\n                            <li >\n                                        $250 / additional hour\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Event staff & coordinator\n                                    </li>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\n                                    </li>\n                            <li >\n                                        Parking & event security\n                                    </li>\n                            <li >\n                                        Access to catering prep station (all caterers must be licensed)\n                                    </li>\n                            <li >\n                                        All alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n		<p>Weekday - 3 hour rental</p>		\n			<h2>$600</h2>		\n			        <ul>\n                            <li >\n                                        $200 / additional hour\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Event staff & coordinator\n                                    </li>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\n                                    </li>\n                            <li >\n                                        Ample parking\n                                    </li>\n                            <li >\n                                        Access to catering prep station (all caterers must be licensed)\n                                    </li>\n                            <li >\n                                        All alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n            <a role=\"button\">\n			            VIEW AVAILABLE DATES\n                    </a>\n			<h2>ALL RENTALS</h2>		\n		<p>Alcohol must be purchased through The Vinewood. Cash bar options are available.</p><p>Linen rentals must be rented through The Vinewood and coordinated with Marla Oliaviar. <br />There is an additional fee which varies greatly on your desired table decore.<br />We advise wedding couples to budget $36 per table. </p>		\n            <a role=\"button\">\n			            Schedule a tour of The Vinewood Today!\n                    </a>\n            <a role=\"button\">\n			            CHECK YOUR DATES / CALENDAR OF EVENTS\n                    </a>\n            <a role=\"button\">\n			            Pay Venue Deposit, Secure Your Date\n                    </a>\n            <a href=\"https://drive.google.com/file/d/147NXaO11SOYE6DS6HITR9m4DzDPaZnup/view?usp=sharing\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n			            FLOOR PLAN - PDF\n                    </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable-400x400.jpg\"\n                                     alt=\"Blue Head Table\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3-400x400.jpg\"\n                                     alt=\"TableScape-3\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web-400x400.jpg\"\n                                     alt=\"ManizanaTables2-Web\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup-400x400.jpg\"\n                                     alt=\"TableSetup\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations-400x400.jpg\"\n                                     alt=\"Decorations\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853-400x400.jpg\"\n                                     alt=\"TheVinewood-6\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-400x400.jpg\"\n                                     alt=\"TableScape-Gold\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs-400x400.jpg\"\n                                     alt=\"Chairs\"/>\n                            </a>','RATES & DATES','','inherit','closed','closed','','3991-revision-v1','','','2020-01-03 04:27:48','2020-01-03 04:27:48','',3991,'https://thehistoricvinewood.com/3991-revision-v1/',0,'revision','',0),(2623,1,'2019-03-07 09:11:30','2019-03-07 09:11:30','<h2>Our amazing work</h2>		\n			        <ul data-related=\"isotope-ee6660d\">\n            <li\n                data-filter=\".__all\">Show All</li>\n                            <li\n                    data-filter=\".dancing-fashion\">Dancing Fashion</li>\n                            <li\n                    data-filter=\".dresses\">Dresses</li>\n                            <li\n                    data-filter=\".outdoor-wedding-party\">outdoor wedding party</li>\n                            <li\n                    data-filter=\".photography\">Photography</li>\n                    </ul>\n                <article id=\"post-995\">\n                <img width=\"780\" height=\"858\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_1-1.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_1-1.jpg 780w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_1-1-273x300.jpg 273w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_1-1-768x845.jpg 768w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_1-1-400x440.jpg 400w\" sizes=\"(max-width: 780px) 100vw, 780px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"http://source.wpopal.com/dreama/portfolio/nicole-and-michael/\">Nicole and Michael</a></h2>\n                South Wellfleet, Massachusetts<time datetime=\"1970-01-01T00:00:10+00:00\">01/01/1970</time>            \n</article><!-- #post-## --><article id=\"post-984\">\n                <img width=\"780\" height=\"858\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_2-1.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_2-1.jpg 780w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_2-1-273x300.jpg 273w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_2-1-768x845.jpg 768w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_2-1-400x440.jpg 400w\" sizes=\"(max-width: 780px) 100vw, 780px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"http://source.wpopal.com/dreama/portfolio/jorge-and-abbie-2/\">Jorge and Abbie</a></h2>\n                South Wellfleet, Massachusetts<time datetime=\"1970-01-01T00:00:10+00:00\">01/01/1970</time>            \n</article><!-- #post-## --><article id=\"post-979\">\n                <img width=\"780\" height=\"858\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_3-1.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_3-1.jpg 780w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_3-1-273x300.jpg 273w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_3-1-768x845.jpg 768w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_3-1-400x440.jpg 400w\" sizes=\"(max-width: 780px) 100vw, 780px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"http://source.wpopal.com/dreama/portfolio/alberta-and-ryan-2/\">Alberta and Ryan</a></h2>\n                Scottsdale, Arizona<time datetime=\"1970-01-01T00:00:09+00:00\">01/01/1970</time>            \n</article><!-- #post-## --><article id=\"post-977\">\n                <img width=\"780\" height=\"858\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_4-1.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_4-1.jpg 780w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_4-1-273x300.jpg 273w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_4-1-768x845.jpg 768w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_4-1-400x440.jpg 400w\" sizes=\"(max-width: 780px) 100vw, 780px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"http://source.wpopal.com/dreama/portfolio/jose-and-clarence-2/\">Jose and Clarence</a></h2>\n                South Wellfleet, Massachusetts<time datetime=\"1970-01-01T00:00:08+00:00\">01/01/1970</time>            \n</article><!-- #post-## --><article id=\"post-975\">\n                <img width=\"780\" height=\"858\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_5-1.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_5-1.jpg 780w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_5-1-273x300.jpg 273w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_5-1-768x845.jpg 768w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_5-1-400x440.jpg 400w\" sizes=\"(max-width: 780px) 100vw, 780px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"http://source.wpopal.com/dreama/portfolio/jorge-and-abbie/\">Jorge and Abbie</a></h2>\n                Scottsdale, Arizona<time datetime=\"1970-01-01T00:00:06+00:00\">01/01/1970</time>            \n</article><!-- #post-## --><article id=\"post-973\">\n                <img width=\"780\" height=\"858\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_6-1.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_6-1.jpg 780w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_6-1-273x300.jpg 273w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_6-1-768x845.jpg 768w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_6-1-400x440.jpg 400w\" sizes=\"(max-width: 780px) 100vw, 780px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"http://source.wpopal.com/dreama/portfolio/alberta-and-ryan/\">Alberta and Ryan</a></h2>\n                Phoenix<time datetime=\"1970-01-01T00:00:05+00:00\">01/01/1970</time>            \n</article><!-- #post-## --><article id=\"post-968\">\n                <img width=\"780\" height=\"858\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_7-1.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_7-1.jpg 780w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_7-1-273x300.jpg 273w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_7-1-768x845.jpg 768w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_7-1-400x440.jpg 400w\" sizes=\"(max-width: 780px) 100vw, 780px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"http://source.wpopal.com/dreama/portfolio/jose-and-clarence/\">Jose and Clarence</a></h2>\n                South Wellfleet, Massachusetts<time datetime=\"1970-01-01T00:00:07+00:00\">01/01/1970</time>            \n</article><!-- #post-## --><article id=\"post-961\">\n                <img width=\"780\" height=\"858\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_8-1.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_8-1.jpg 780w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_8-1-273x300.jpg 273w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_8-1-768x845.jpg 768w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_8-1-400x440.jpg 400w\" sizes=\"(max-width: 780px) 100vw, 780px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"http://source.wpopal.com/dreama/portfolio/961/\">Constance and Timothy</a></h2>\n                Scottsdale, Arizona<time datetime=\"1970-01-01T00:00:05+00:00\">01/01/1970</time>            \n</article><!-- #post-## --><article id=\"post-941\">\n                <img width=\"780\" height=\"858\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_9-1.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_9-1.jpg 780w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_9-1-273x300.jpg 273w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_9-1-768x845.jpg 768w, http://source.wpopal.com/dreama/wp-content/uploads/2019/03/pft_9-1-400x440.jpg 400w\" sizes=\"(max-width: 780px) 100vw, 780px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"http://source.wpopal.com/dreama/portfolio/gilbert-and-william/\">Gilbert and William</a></h2>\n                Scottsdale, Arizona<time datetime=\"1970-01-01T00:00:03+00:00\">01/01/1970</time>            \n</article><!-- #post-## -->','REAL EVENTS','','publish','closed','closed','','real-events','','','2019-08-26 18:39:59','2019-08-26 18:39:59','',0,'http://source.wpopal.com/dreama/?page_id=2623',0,'page','',0),(2679,1,'2019-03-07 09:34:30','2019-03-07 09:34:30','[yith_wcwl_wishlist]','Wishlist','','publish','closed','closed','','wishlist','','','2019-03-07 09:34:30','2019-03-07 09:34:30','',0,'http://source.wpopal.com/dreama/?page_id=2679',0,'page','',0),(2737,1,'2019-03-08 02:43:20','2019-03-08 02:43:20','<div>[text* text-140 your-name placeholder \"Your Name\"][email* email-865 your-email placeholder \"Email Address\"][select menu-912 \"2 Guests\" \"1 Guest\"][select menu-913 \"The Rehearsal Dinner\" \"The Ceremony\" \"The Afterparty\" \"All of the above\"][textarea your-message x3 placeholder \"Need to share something?\"][submit \"SEND\"]</div>\n1\n[your-subject]\nThe Historic Vinewood <wordpress@thehistoricvinewood.com>\nthehistoricvinewood@gmail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 5','','publish','closed','closed','','contact-form-5','','','2019-08-03 07:41:13','2019-08-03 07:41:13','',0,'http://source.wpopal.com/dreama/?post_type=wpcf7_contact_form&#038;p=2737',0,'wpcf7_contact_form','',0),(4636,1,'2020-01-03 04:37:52','2020-01-03 04:37:52','Private wedding reception\r\n\r\nVenue reserved all day: 9am - midnight','Dix Wedding Reception','','publish','open','closed','','dix-wedding-reception','','','2020-01-03 04:37:52','2020-01-03 04:37:52','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4636',0,'mec-events','',0),(4461,1,'2019-10-31 03:22:04','2019-10-31 03:22:04','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:italic%7CPlayfair+Display:400%2C600\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullscreen mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-18\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/01/OutlineBuilding-Dark-web-100x50.png\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/01/OutlineBuilding-Dark-web.png\"  alt=\"\" title=\"OutlineBuilding-Dark-web\"  width=\"2547\" height=\"1080\" data-bgposition=\"center bottom\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		SINCE 1889 \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-1\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/Lagoon-Post-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/Lagoon-Post.jpg\"  alt=\"\" title=\"Lagoon-Post\"  width=\"1731\" height=\"1080\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 2 -->\n		The \n		<!-- LAYER NR. 3 -->\n		Historic \n		<!-- LAYER NR. 4 -->\n		Vinewood \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-19\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/Couple-Hyper-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/Couple-Hyper.jpg\"  alt=\"\" title=\"Couple-Hyper\"  width=\"1622\" height=\"1080\" data-bgposition=\"right top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		Where \n		<!-- LAYER NR. 6 -->\n		are Made. \n		<!-- LAYER NR. 7 -->\n		the historic vinewood \n		<!-- LAYER NR. 8 -->\n		Memories \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_1_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_1_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_1_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n		<p>THE HISTORIC VINEWOOD.   WHERE MEMORIES ARE MADE.</p><p><em>since 1889</em></p>		\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/champagne.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/champagne.jpg\"\n                                     alt=\"Cheers\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/BackofDress.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/BackofDress.jpg\"\n                                     alt=\"photo by Marcealena\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/BridalSuite-CJ.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/BridalSuite-CJ.jpg\"\n                                     alt=\"BridalSuite-CJ\"/>\n                            </a>\n            COUNTRY, LINE AND INBETWEEN\n            <h3>\n                DANCING & LIVE MUSIC\n            </h3>\n            <p>Join us for live bands, lots of dancing and more. Click for our calendar of events.</p>\n            WEDDINGS + SPECIAL EVENTS\n            <h3>\n                SAYING I DO\n            </h3>\n            <p>5.1 acres to explore and create your perfect memory. Click to learn more.</p>\n            A NEW KIND OF MEETING\n            <h3>\n                CORPORATE + NONPROFITS\n            </h3>\n            <p>Space for 350 seated, comfortable. Plus in-house av, project screen and more.</p>\n			<h2>Event & Wedding \nHire Prices</h2>		\n		If all proposal details are agreeable, a contract will be presented.Exclusions:		\n			<h2>Starting at $5,500</h2>		\n			        <ul>\n                            <li >\n                                        State Sales Tax on Goods + Services\n                                    </li>\n                            <li >\n                                         County Rental Tax on Rental Goods / Infastructure\n                                    </li>\n                            <li >\n                                        On Site Ceremony + Ceremony Chairs Gratuity\n                                    </li>\n                            <li >\n                                        Alcohol – BYOB; Service + Set-Up Included in Standard Pricing\n                                    </li>\n                            <li >\n                                         Bakery Desserts\n                                    </li>\n                            <li >\n                                        Décor\n                                    </li>\n                            <li >\n                                        Entertainment\n                                    </li>\n                    </ul>\n            <a href=\"#opal-contactform-popup-7ed27de\" role=\"button\" data-effect=\"mfp-zoom-in\">\n			            ORDER NOW\n                    </a>\n                    Contact form 5\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f2737-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2737\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2737-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"text\" name=\"text-140\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Name\" /><input type=\"email\" name=\"email-865\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" /><select name=\"menu-912\" aria-invalid=\"false\"><option value=\"2 Guests\">2 Guests</option><option value=\"1 Guest\">1 Guest</option></select><select name=\"menu-913\" aria-invalid=\"false\"><option value=\"The Rehearsal Dinner\">The Rehearsal Dinner</option><option value=\"The Ceremony\">The Ceremony</option><option value=\"The Afterparty\">The Afterparty</option><option value=\"All of the above\">All of the above</option></select><textarea name=\"your-message\" cols=\"40\" rows=\"3\" aria-invalid=\"false\" placeholder=\"Need to share something?\"></textarea><input type=\"submit\" value=\"SEND\" />\n</form>            \n		Exclusions:		\n			<h2>Starting at $4,500</h2>		\n			        <ul>\n                            <li >\n                                        Event Planning &amp; Management Services\n                                    </li>\n                            <li >\n                                         Event Staffing Services\n                                    </li>\n                            <li >\n                                        Bar Set-up: Sodas, Juices, Ice &amp; Fruit Garnish\n                                    </li>\n                            <li >\n                                        Tables, Chairs, Linen, China, Flatware &amp; Glassware\n                                    </li>\n                    </ul>\n            <a href=\"#opal-contactform-popup-f209719\" role=\"button\" data-effect=\"mfp-zoom-in\">\n			            ORDER NOW\n                    </a>\n                    Contact form 1\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f774-o2\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"774\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f774-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Home Intro','','inherit','closed','closed','','2705-revision-v1','','','2019-10-31 03:22:04','2019-10-31 03:22:04','',2705,'https://thehistoricvinewood.com/2705-revision-v1/',0,'revision','',0),(4462,1,'2019-10-31 03:22:47','2019-10-31 03:22:47','<h2>Online wedding planning tools</h2>		\n		Checklist, Budget tool, Wedding Website, and more!Explore our wedding planning tools.<p>The #1 ranked, Helped over 50,000 couples around the country and we look forward to supporting you along your wedding planning journey.</p>		\n										<img width=\"229\" height=\"40\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/signature.png\" alt=\"\" />											\n            <h3>\n                Checklist\n            </h3>\n            <p>The ultimate wedding checklist to make sure everything gets done.</p>\n            <h3>\n                Guest List\n            </h3>\n            <p>Seamlessly create and manage lists and RSVPs for all your events.</p>\n            <h3>\n                Budget\n            </h3>\n            <p>Let us run the numbers and keep your spending on track.</p>\n            <h3>\n                Seating Chart\n            </h3>\n            <p>Drag and drop from your list to assign each guest a seat.</p>\n            <h3>\n                Vendor Manager\n            </h3>\n            <p>Quickly find, manage, and message your favorite vendors.</p>\n            <h3>\n                Wedding Website\n            </h3>\n            <p>Easily create a custom wedding website </p>\n                                    Read reviews from couples like you\n                                        ‘I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!’                                    \n                                                                                Julianna, Maine\n                                        Wedding 7/1/19\n                                    Over 3 million reviews\n                                        ‘Such a great community to be part of. The commitment and service you all provide to the community is just outstanding.’                                    \n                                                                                John Doe\n                                        Wedding 7/5/19\n                                    Read reviews from couples like you\n                                        ‘I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!’                                    \n                                                                                Michael\n                                        Wedding 23/8/19\n			<h2>Plan on the go with the<br> Dreama app</h2>		\n		From venue tours to cake tastings, get the Dreama App to plan anytime, anywhere.		\n											<a href=\"#\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"230\" height=\"68\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/bn8.jpg\" alt=\"\" />								</a>\n											<a href=\"#\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"230\" height=\"68\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/bn9.jpg\" alt=\"\" />								</a>\n			<h2>Get your free planning tools</h2>		\n		<p>Wedding planning has never been easier.</p>		\n            <a href=\"#\" role=\"button\">\n			            Sign up\n                    </a>','Wedding Website','','inherit','closed','closed','','2039-revision-v1','','','2019-10-31 03:22:47','2019-10-31 03:22:47','',2039,'https://thehistoricvinewood.com/2039-revision-v1/',0,'revision','',0),(4463,1,'2019-10-31 03:24:04','2019-10-31 03:24:04','','Post Event','','publish','closed','closed','','post-event','','','2019-10-31 03:24:04','2019-10-31 03:24:04','',0,'https://thehistoricvinewood.com/?page_id=4463',0,'page','',0),(4464,1,'2019-10-31 03:24:04','2019-10-31 03:24:04','','Post Event','','inherit','closed','closed','','4463-revision-v1','','','2019-10-31 03:24:04','2019-10-31 03:24:04','',4463,'https://thehistoricvinewood.com/4463-revision-v1/',0,'revision','',0),(4465,1,'2019-10-31 03:31:53','2019-10-31 03:31:53','BLUES/ROCK\'S FINEST PAUL NELSON\n\nBeing blues/rock icon Johnny Winter‘s hand-picked touring and recording guitarist is just one of the accolades held by Grammy-winning guitarist Paul Nelson who has also shared the world’s stages and/or recorded alongside Eric Clapton, Buddy Guy, Billy Gibbons, Slash, Warren Haynes, Derek Trucks, Vince Gill, Sonny Landreth, Ben Harper, Joe Bonamassa and the list goes on.\n\nWhether it\'s headlining festivals, performing to packed houses at many of music\'s most prestigious stages or iconic clubs like New York\'s Iridum, Blue Note, 55 bar and BB Kings to London\'s Astoria and Buddy Guy\'s Legend\'s in Chicago, Nelson\'s guitar mastery and band in a live setting are the most impressive and unforgettable.\n\nWith appearances on late night with David Letterman and Jimmy Kimmel, Nelson a blues hall of fame artist is known for his amazing tone and playing style by an ever growing legion of fans establishing him as one of today’s leading modern blues guitar trendsetters.\n<blockquote>\"He\'s a Great Guitar Player\" \"Brother Paul\" - Buddy Guy</blockquote>\nCome see why this guitarist’s guitarist and band are packing houses on tour now!\n\n\"What else can we say about Paul Nelson except...Chops Deluxe.\"- Guitar World Magazine\"\n\n\"An A-List guitar player...one of the most technically dazzling players around today.\"- Guitar Magazine\n\n\"He’s a soulful player who has chops to burn. The word ‘ferocious’ comes to mind, or ‘take no prisoners’“ - Vintage Guitar Magazine\n\nNelson received a Grammy award for his work performing on and producing Winter\'s \"Step Back\" release on Megaforce/Sony winning \"Best Blues Album of the Year\" highlighting his already long list of Grammy Nominations. As well as the BMA \"Blues Music Award\" for \"Best Blues/Rock Album\" reaching #16 on the Billboard Top 200 and staying at #1 on the Billboard Blues Charts for weeks. He is also a recipient of the Blues Foundation\'s KBA \"Keeping The Blues Alive Award\".\n\nHe also appears in the award winning documentaries: \"Down and Dirty\" The Johnny Winter Story and \"Sideman: Long Road to Glory\" (feat: Bonnie Rait, Gregg Allman, Hubert Sumlin)','PAUL NELSON BAND','\"He\'s a Great Guitar Player\" \"Brother Paul\" - Buddy Guy','inherit','closed','closed','','4447-autosave-v1','','','2019-10-31 03:31:53','2019-10-31 03:31:53','',4447,'https://thehistoricvinewood.com/4447-autosave-v1/',0,'revision','',0),(4471,1,'2019-10-31 03:39:55','2019-10-31 03:39:55','','Dustin','','inherit','open','closed','','dustin','','','2019-10-31 03:40:05','2019-10-31 03:40:05','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/10/Dustin.jpg',0,'attachment','image/jpeg',0),(4509,1,'2019-12-02 02:36:47','2019-12-02 02:36:47','','Order &ndash; December 2, 2019 @ 02:36 AM','','wc-processing','open','closed','wc_order_aSOyQJtcKLqBl','order-dec-02-2019-0236-am','','','2019-12-02 02:37:31','2019-12-02 02:37:31','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4509',0,'shop_order','',3),(4489,0,'2019-11-01 00:00:00','2019-11-01 00:00:00','','November 19, 2019 @ 5:30 pm (User: Guest)','','publish','closed','closed','','november-19-2019-530-pm-user-guest','','','2019-11-01 00:00:00','2019-11-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/november-19-2019-530-pm-user-guest/',0,'booked_appointments','',0),(4475,1,'2019-10-31 03:48:11','2019-10-31 03:48:11','','BISCUIT MILLER','Must-see blues!','publish','open','closed','','biscuit-miller','','','2019-11-23 05:21:32','2019-11-23 05:21:32','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4475',0,'mec-events','',0),(4477,1,'2019-10-31 03:48:11','2019-10-31 03:48:11','','BISCUIT MILLER','Must-see blues!','inherit','closed','closed','','4475-revision-v1','','','2019-10-31 03:48:11','2019-10-31 03:48:11','',4475,'https://thehistoricvinewood.com/4475-revision-v1/',0,'revision','',0),(4476,1,'2019-10-31 03:47:36','2019-10-31 03:47:36','','BiscuitMiller','','inherit','open','closed','','biscuitmiller','','','2019-10-31 03:47:52','2019-10-31 03:47:52','',4475,'https://thehistoricvinewood.com/wp-content/uploads/2019/10/BiscuitMiller.jpg',0,'attachment','image/jpeg',0),(4478,1,'2019-10-31 03:51:16','2019-10-31 03:51:16','','NO GOOD JOHNNY','','inherit','closed','closed','','3710-revision-v1','','','2019-10-31 03:51:16','2019-10-31 03:51:16','',3710,'https://thehistoricvinewood.com/3710-revision-v1/',0,'revision','',0),(4480,7,'2019-11-22 00:00:00','2019-11-22 00:00:00','','Malinda Kufahl','','publish','closed','closed','','malinda-kufahl','','','2019-11-22 00:00:00','2019-11-22 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4480',0,'mec-books','',0),(4481,4,'2019-10-26 00:00:00','2019-10-26 00:00:00','','Kerrice','','publish','closed','closed','','kerrice-2','','','2019-10-26 00:00:00','2019-10-26 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/kerrice-2/',0,'mec-books','',0),(4482,7,'2019-11-22 00:00:00','2019-11-22 00:00:00','','Malinda Kufahl','','publish','closed','closed','','malinda-kufahl-2','','','2019-11-22 00:00:00','2019-11-22 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4482',0,'mec-books','',0),(4483,6,'2019-10-26 00:00:00','2019-10-26 00:00:00','','ranae cushing','','publish','closed','closed','','ranae-cushing-2','','','2019-10-26 00:00:00','2019-10-26 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/ranae-cushing-2/',0,'mec-books','',0),(4484,7,'2019-11-22 00:00:00','2019-11-22 00:00:00','','Malinda Kufahl','','publish','closed','closed','','malinda-kufahl-3','','','2019-11-22 00:00:00','2019-11-22 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4484',0,'mec-books','',0),(4485,4,'2019-10-26 00:00:00','2019-10-26 00:00:00','','Kerrice','','publish','closed','closed','','kerrice-3','','','2019-10-26 00:00:00','2019-10-26 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/kerrice-3/',0,'mec-books','',0),(4486,6,'2019-10-26 00:00:00','2019-10-26 00:00:00','','ranae cushing','','publish','closed','closed','','ranae-cushing-3','','','2019-10-26 00:00:00','2019-10-26 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/ranae-cushing-3/',0,'mec-books','',0),(4487,0,'2019-11-01 00:00:00','2019-11-01 00:00:00','','November 5, 2019 @ 2:00 pm (User: Guest)','','publish','closed','closed','','november-5-2019-200-pm-user-guest','','','2019-11-01 00:00:00','2019-11-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/november-5-2019-200-pm-user-guest/',0,'booked_appointments','',0),(4538,1,'2019-12-21 21:10:11','2019-12-21 21:10:11','','Order &ndash; December 21, 2019 @ 09:10 PM','','wc-refunded','closed','closed','wc_order_iERVZMUmnHdxM','order-dec-21-2019-0910-pm','','','2019-12-23 23:16:52','2019-12-23 23:16:52','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4538',0,'shop_order','',6),(4490,8,'2019-11-09 00:00:00','2019-11-09 00:00:00','','Roger Housholder','','publish','closed','closed','','roger-housholder','','','2019-11-09 00:00:00','2019-11-09 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/roger-housholder/',0,'mec-books','',0),(4491,9,'2019-11-09 00:00:00','2019-11-09 00:00:00','','Drex Flott','','publish','closed','closed','','drex-flott','','','2019-11-09 00:00:00','2019-11-09 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/drex-flott/',0,'mec-books','',0),(4540,1,'2019-12-23 00:09:54','2019-12-23 00:09:54','','Order &ndash; December 23, 2019 @ 12:09 AM','There is 4 of us in the party and would like a nice place to sit together. We are Friends of Charlie Barber who is in the band. Many Thanks!','wc-processing','open','closed','wc_order_PP4OaqzdXQT2o','order-dec-23-2019-1209-am','','','2019-12-23 00:10:50','2019-12-23 00:10:50','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4540',0,'shop_order','',3),(4541,10,'2019-11-22 00:00:00','2019-11-22 00:00:00','','Tamara L Russell','','publish','closed','closed','','tamara-l-russell-2','','','2019-11-22 00:00:00','2019-11-22 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/tamara-l-russell-2/',0,'mec-books','',0),(4542,1,'2019-12-23 23:16:52','2019-12-23 23:16:52','','Refund &ndash; Dec 23, 2019 @ 11:16 PM','','wc-completed','closed','closed','wc_order_OCWZFsiUx6eB7','refund-dec-23-2019-1116-pm','','','2019-12-23 23:16:52','2019-12-23 23:16:52','',4538,'https://thehistoricvinewood.com/?shop_order_refund=refund-dec-23-2019-1116-pm',0,'shop_order_refund','',0),(4733,1,'2020-02-02 17:44:31','2020-02-02 17:44:31','','Order &ndash; February 2, 2020 @ 05:44 PM','','wc-completed','open','closed','wc_order_SwAmFxLjVeqj0','order-feb-02-2020-0544-pm','','','2020-02-02 17:45:42','2020-02-02 17:45:42','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4733',0,'shop_order','',2),(4844,1,'2020-02-25 13:39:42','2020-02-25 13:39:42','','Order &ndash; February 25, 2020 @ 01:39 PM','','wc-completed','open','closed','wc_order_LkDUTSCagLETU','order-feb-25-2020-0139-pm','','','2020-02-25 13:40:54','2020-02-25 13:40:54','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4844',0,'shop_order','',2),(4845,78,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Heather Empson','','publish','closed','closed','','heather-empson','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4845',0,'mec-books','',0),(4734,46,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Lawrence Mapes','','publish','closed','closed','','lawrence-mapes','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4734',0,'mec-books','',0),(4551,1,'2019-12-24 16:45:59','2019-12-24 16:45:59','Join us for a Ladies Only Brunch and enjoy music from the talented Ellie Arilyn Smith, brunch from Front Door Catering and bottomless* mimosas.\r\n<p style=\"text-align: right;\"><em>* each guest receives three drink tickets</em></p>\r\nThis is an adult, ladies only event. No kids, unless they are connected to you for nutrition or old enough to pay their own bills, and no men.\r\n\r\nDress is casual. (It\'s your Sunday, dress however you desire.) This is not a networking, stuffy, brunch-like event; it\'s simply women taking some time off to celebrate, laugh, live and love (and brunch, of course).\r\n<h2>FEATURING:</h2>\r\n<h4>Music by Ellie Smith</h4>\r\n<strong>ABOUT</strong>:\r\n\r\nEllie Arilyn Smith has been singing and performing since she was eight years old. By the age of 18, she had demonstrated her prowess as a singer and songwriter. \"She can hammer down with so much soul it will shake your bones,\" wrote Topeka Blues Society, \"just as easily as she can deliver the subtle lyrical content she\'s become know for that leaves you lying in a puddle...or laughing all of your breath away.\"\r\n\r\n\"Spend some time listening...you’ll forget all about the Etta James, the Tab Benoit, the Susan Tedeschi and the Jonny Lang that Smith is so fond of belting out. The only thing you’ll you’ll want, is more Ellie.\"\r\n<h4>DETAILS:</h4>\r\nRSVP by January 8th please or at least email us with your intent to attend (if paying at the door). Email: Marketing@TheHistoricVinewood.com\r\n\r\nTickets are $30. Purchase online (here) or by phone (785) 260.6772\r\n\r\n<strong>MENU: </strong><em>\r\n</em>\r\n<ul>\r\n 	<li>Scrambled eggs</li>\r\n 	<li>Hashbrowns</li>\r\n 	<li>Sausage</li>\r\n 	<li>Cranberry Scones</li>\r\n 	<li>Italian Wedding Soup</li>\r\n 	<li>Signature Salad</li>\r\n 	<li>Turkey Tetrazzini</li>\r\n 	<li>Green beans with bacon and onions</li>\r\n 	<li>Lemon Bars</li>\r\n 	<li>Salted Carmel Brownies on Pretzel Crust <em>(soooo good)</em></li>\r\n</ul>\r\n<em>FEATURING: Mimosas plus Red Wine Sangria, Sangria!</em>','LADIES SUNDAY BRUNCH & MUSIC','Ladies\' only Sunday brunch featuring delicious food from Front Door Catering, *bottomless mimosas and music by Ellie Smith. RSVP required.','publish','open','closed','','ladies-sunday-brunch-music','','','2020-01-10 01:41:07','2020-01-10 01:41:07','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4551',0,'mec-events','',2),(4552,1,'2019-12-24 10:55:37','2019-12-24 10:55:37','Join us for a Ladies Only Brunch and enjoy music from the talented Ellie Arilyn Smith. Tickets are $30 and include brunch and bottomless* Mimmosias. (Each guest will recieve three drink tickets). Cash bar and Bloody Marys will also be available.\r\n\r\nDress is as you please. This is not a networking, stuffy, brunch. This is all about laughing, living and loving.\r\n\r\nLadies only - Seriously. No little ones (unless they','LADIES SUNDAY BRUNCH & MUSIC','','inherit','closed','closed','','4551-revision-v1','','','2019-12-24 10:55:37','2019-12-24 10:55:37','',4551,'https://thehistoricvinewood.com/4551-revision-v1/',0,'revision','',0),(4553,1,'2019-12-24 16:45:23','2019-12-24 16:45:23','','LadiesBrunch-Logo','','inherit','open','closed','','ladiesbrunch-logo','','','2019-12-24 16:45:23','2019-12-24 16:45:23','',4551,'https://thehistoricvinewood.com/wp-content/uploads/2019/12/LadiesBrunch-Logo.png',0,'attachment','image/png',0),(3629,1,'2019-07-29 08:14:45','2019-07-29 08:14:45','','SquareGoldLogo','','inherit','open','closed','','squaregoldlogo','','','2019-07-29 08:14:45','2019-07-29 08:14:45','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/SquareGoldLogo.jpg',0,'attachment','image/jpeg',0),(3630,1,'2019-07-29 08:14:52','2019-07-29 08:14:52','https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-SquareGoldLogo.jpg','cropped-SquareGoldLogo.jpg','','inherit','open','closed','','cropped-squaregoldlogo-jpg','','','2019-07-29 08:14:52','2019-07-29 08:14:52','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-SquareGoldLogo.jpg',0,'attachment','image/jpeg',0),(3631,1,'2019-07-29 08:45:09','2019-07-29 08:45:09','','One Click Demo Import - log_file_2019-07-29__08-45-09','','inherit','open','closed','','one-click-demo-import-log_file_2019-07-29__08-45-09','','','2019-07-29 08:45:09','2019-07-29 08:45:09','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/log_file_2019-07-29__08-45-09.txt',0,'attachment','text/plain',0),(3716,1,'2019-08-02 20:51:18','2019-08-02 20:51:18','Prime Rib buffet dinner, champagne toast, biscuits and gravy at 12:30am and music by Mark &amp; The Sharks! Click the \"more link\" below to learn more and purchase tickets. Reservations are required.','NEW YEAR\'S EVE with Mark & The Sharks','Ring in the New Year at The Vinewood with dancing and music by Mark & The Sharks, a Prime Rib dinner, champagne toast and more. Tickets are $75 per person. Now taking reservations.','publish','open','closed','','new-years-eve-bash','','','2019-12-28 10:34:54','2019-12-28 10:34:54','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3716',0,'mec-events','',0),(3717,1,'2019-08-02 20:52:13','2019-08-02 20:52:13','<h2>Events At a Glance</h2>		\n		[MEC id=\"11\"]		\n            <a role=\"button\">\n			            Schedule a Tour\n                    </a>','CALENDAR OF EVENTS','','publish','closed','closed','','calendar-of-events','','','2019-09-24 17:53:29','2019-09-24 17:53:29','',0,'https://thehistoricvinewood.com/?page_id=3717',0,'page','',0),(3725,1,'2019-08-02 21:44:41','2019-08-02 21:44:41','','TheVinewood-Logo_Logo-2','','inherit','open','closed','','thevinewood-logo_logo-2','','','2019-08-17 09:34:08','2019-08-17 09:34:08','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-Logo_Logo-2.jpg',0,'attachment','image/jpeg',0),(3726,1,'2019-08-02 21:44:44','2019-08-02 21:44:44','','Vinewood-Logo-Website','','inherit','open','closed','','vinewood-logo-website','','','2019-08-02 21:45:00','2019-08-02 21:45:00','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Vinewood-Logo-Website.png',0,'attachment','image/png',0),(3727,1,'2019-08-02 21:45:11','2019-08-02 21:45:11','https://thehistoricvinewood.com/wp-content/uploads/2019/08/cropped-Vinewood-Logo-Website.png','cropped-Vinewood-Logo-Website.png','','inherit','open','closed','','cropped-vinewood-logo-website-png','','','2019-08-02 21:45:11','2019-08-02 21:45:11','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/cropped-Vinewood-Logo-Website.png',0,'attachment','image/png',0),(3714,1,'2019-08-02 20:48:06','2019-08-02 20:48:06','','LORRAINE JONES','','publish','open','closed','','south-fork-band','','','2019-08-26 21:10:38','2019-08-26 21:10:38','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3714',0,'mec-events','',0),(3715,1,'2019-08-02 20:48:45','2019-08-02 20:48:45','','BOUURSAW FAMILY REUNION','','publish','open','closed','','bouursaw-family-reunion','','','2019-08-02 20:48:45','2019-08-02 20:48:45','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3715',0,'mec-events','',0),(3704,1,'2019-08-02 20:37:48','2019-08-02 20:37:48','','TOPEKA POLICE HONOR GUARD','','publish','open','closed','','topek-apolice-honor-guard','','','2019-08-26 19:07:31','2019-08-26 19:07:31','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3704',0,'mec-events','',0),(3705,1,'2019-08-02 20:38:23','2019-08-02 20:38:23','','TOPEKA WEST CLASS OF 1969 REUNION','','publish','open','closed','','topeka-west-class-of-1969-reunion','','','2019-08-02 20:38:23','2019-08-02 20:38:23','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3705',0,'mec-events','',0),(3706,1,'2019-08-02 20:39:44','2019-08-02 20:39:44','Featuring the Jasper Shrake Quartet','TOP CITY SWING DANCE','','publish','open','closed','','top-city-swing-dance','','','2019-08-26 19:24:28','2019-08-26 19:24:28','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3706',0,'mec-events','',0),(3707,1,'2019-08-02 20:40:33','2019-08-02 20:40:33','Staff Meeting','KS DEPT OF HEALTH','','publish','open','closed','','ks-dept-of-health','','','2019-08-02 20:40:33','2019-08-02 20:40:33','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3707',0,'mec-events','',0),(3708,1,'2019-08-02 20:41:17','2019-08-02 20:41:17','','READY / SCOTT WEDDING','','publish','open','closed','','ready-scott-wedding','','','2019-08-02 20:41:17','2019-08-02 20:41:17','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3708',0,'mec-events','',0),(3709,1,'2019-08-02 20:42:14','2019-08-02 20:42:14','<p class=\"p1\">A Rockabilly / Classic Country band. Easy to listen to, great to dance to.</p>','4CLOSURE','','publish','open','closed','','4closure-2','','','2019-08-02 20:42:14','2019-08-02 20:42:14','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3709',0,'mec-events','',0),(3710,1,'2019-08-02 20:44:33','2019-08-02 20:44:33','','NO GOOD JOHNNY','','publish','open','closed','','no-good-johnny','','','2019-10-31 03:51:16','2019-10-31 03:51:16','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3710',0,'mec-events','',0),(4347,0,'2019-09-01 00:00:00','2019-09-01 00:00:00','','September 3, 2019 @ 6:00 pm (User: Guest)','','publish','closed','closed','','september-3-2019-600-pm-user-guest','','','2019-09-01 00:00:00','2019-09-01 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=booked_appointments&p=4347',0,'booked_appointments','',0),(3697,1,'2019-08-02 20:32:13','2019-08-02 20:32:13','<p class=\"p1\">A Rockabilly / Classic Country band. Easy to listen to, great to dance to.</p>','4CLOSURE','','publish','open','closed','','4closure','','','2019-08-02 20:32:13','2019-08-02 20:32:13','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3697',0,'mec-events','',0),(3698,1,'2019-08-02 20:31:56','2019-08-02 20:31:56','','4Closure','','inherit','open','closed','','4closure','','','2019-08-02 20:32:09','2019-08-02 20:32:09','',3697,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/4Closure.jpg',0,'attachment','image/jpeg',0),(3699,1,'2019-08-02 20:34:15','2019-08-02 20:34:15','<p class=\"p1\">Joe and his step-father, Wayne Stoll, singer and guitar player, have played music together since the mid-1970’s. Wayne has been playing country music since the later 1940’s. Yeah, he’s got some miles but he knows more country songs then most singers will ever know AND he still sings better than most!</p>\r\n<p class=\"p1\">Danney Williams is the lead guitar player of the band. Danney has played in and around Topeka for decades but he also has played guitar in many other states. He has recorded a CB called “By Request” and was inducted into the Old Time Country Music Hall of Fame in 2015.</p>\r\n<p class=\"p1\">Mark Paquett is the band’s drummer. Not only does Mark lay down a great and solid beat for both country and rock but he is also the music director for an east Kansas high school and for the city band in the town where he lives. Mark also is well known and sot after by many bands in and around Topeka.</p>\r\n<p class=\"p1\">The band plays traditional country music: George Strait, Ray Price, Asleep at the Wheel and, of course, lots of Meryl Haggard.</p>\r\n<p class=\"p1\">Waltzes, 2-Step, Western Swing and Line are part of every show/dance the band plays. The boys will try to play anything you request-but please keep it country.</p>','DR COOK\'S MEDICINE SHOW','','publish','open','closed','','dr-cooks-medicine-show','','','2019-08-20 05:31:07','2019-08-20 05:31:07','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3699',0,'mec-events','',0),(3700,1,'2019-08-02 20:32:59','2019-08-02 20:32:59','','Dr. Cooks Medicine Show','','inherit','open','closed','','dr-cooks-medicine-show','','','2019-08-02 20:33:16','2019-08-02 20:33:16','',3699,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Dr.-Cooks-Medicine-Show.jpg',0,'attachment','image/jpeg',0),(3648,1,'2019-07-29 08:45:12','2019-07-29 08:45:12','','slidehome1_1.jpg','','inherit','closed','closed','','slidehome1-1-jpg','','','2019-07-29 08:45:12','2019-07-29 08:45:12','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide_home1/slidehome1_1.jpg',0,'attachment','image/jpeg',0),(3649,1,'2019-07-29 08:45:15','2019-07-29 08:45:15','','slidehome1_2.jpg','','inherit','closed','closed','','slidehome1-2-jpg','','','2019-07-29 08:45:15','2019-07-29 08:45:15','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide_home1/slidehome1_2.jpg',0,'attachment','image/jpeg',0),(3650,1,'2019-07-29 08:54:25','2019-07-29 08:54:25','','One Click Demo Import - log_file_2019-07-29__08-54-25','','inherit','open','closed','','one-click-demo-import-log_file_2019-07-29__08-54-25','','','2019-07-29 08:54:25','2019-07-29 08:54:25','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/log_file_2019-07-29__08-54-25.txt',0,'attachment','text/plain',0),(2705,1,'2019-03-07 09:58:55','2019-03-07 09:58:55','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:italic%7CPlayfair+Display:400%2C600\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullscreen mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-18\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/01/OutlineBuilding-Dark-web-100x50.png\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/01/OutlineBuilding-Dark-web.png\"  alt=\"\" title=\"OutlineBuilding-Dark-web\"  width=\"2547\" height=\"1080\" data-bgposition=\"center bottom\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		SINCE 1889 \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-1\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/Lagoon-Post-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/Lagoon-Post.jpg\"  alt=\"\" title=\"Lagoon-Post\"  width=\"1731\" height=\"1080\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 2 -->\n		The \n		<!-- LAYER NR. 3 -->\n		Historic \n		<!-- LAYER NR. 4 -->\n		Vinewood \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-19\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/Couple-Hyper-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/Couple-Hyper.jpg\"  alt=\"\" title=\"Couple-Hyper\"  width=\"1622\" height=\"1080\" data-bgposition=\"right top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		Where \n		<!-- LAYER NR. 6 -->\n		are Made. \n		<!-- LAYER NR. 7 -->\n		the historic vinewood \n		<!-- LAYER NR. 8 -->\n		Memories \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_1_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_1_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_1_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n		<p>THE HISTORIC VINEWOOD.   WHERE MEMORIES ARE MADE.</p><p><em>since 1889</em></p>		\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/champagne.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/champagne.jpg\"\n                                     alt=\"Cheers\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/BackofDress.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/BackofDress.jpg\"\n                                     alt=\"photo by Marcealena\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/BridalSuite-CJ.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/BridalSuite-CJ.jpg\"\n                                     alt=\"BridalSuite-CJ\"/>\n                            </a>\n            COUNTRY, LINE AND INBETWEEN\n            <h3>\n                DANCING & LIVE MUSIC\n            </h3>\n            <p>Join us for live bands, lots of dancing and more. Click for our calendar of events.</p>\n            WEDDINGS + SPECIAL EVENTS\n            <h3>\n                SAYING I DO\n            </h3>\n            <p>5.1 acres to explore and create your perfect memory. Click to learn more.</p>\n            A NEW KIND OF MEETING\n            <h3>\n                CORPORATE + NONPROFITS\n            </h3>\n            <p>Space for 350 seated, comfortable. Plus in-house av, project screen and more.</p>\n			<h2>Event & Wedding \nHire Prices</h2>		\n		If all proposal details are agreeable, a contract will be presented.Exclusions:		\n			<h2>Starting at $5,500</h2>		\n			        <ul>\n                            <li >\n                                        State Sales Tax on Goods + Services\n                                    </li>\n                            <li >\n                                         County Rental Tax on Rental Goods / Infastructure\n                                    </li>\n                            <li >\n                                        On Site Ceremony + Ceremony Chairs Gratuity\n                                    </li>\n                            <li >\n                                        Alcohol – BYOB; Service + Set-Up Included in Standard Pricing\n                                    </li>\n                            <li >\n                                         Bakery Desserts\n                                    </li>\n                            <li >\n                                        Décor\n                                    </li>\n                            <li >\n                                        Entertainment\n                                    </li>\n                    </ul>\n            <a href=\"#opal-contactform-popup-7ed27de\" role=\"button\" data-effect=\"mfp-zoom-in\">\n			            ORDER NOW\n                    </a>\n                    Contact form 5\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f2737-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2737\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2737-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"text\" name=\"text-140\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Name\" /><input type=\"email\" name=\"email-865\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" /><select name=\"menu-912\" aria-invalid=\"false\"><option value=\"2 Guests\">2 Guests</option><option value=\"1 Guest\">1 Guest</option></select><select name=\"menu-913\" aria-invalid=\"false\"><option value=\"The Rehearsal Dinner\">The Rehearsal Dinner</option><option value=\"The Ceremony\">The Ceremony</option><option value=\"The Afterparty\">The Afterparty</option><option value=\"All of the above\">All of the above</option></select><textarea name=\"your-message\" cols=\"40\" rows=\"3\" aria-invalid=\"false\" placeholder=\"Need to share something?\"></textarea><input type=\"submit\" value=\"SEND\" />\n</form>            \n		Exclusions:		\n			<h2>Starting at $4,500</h2>		\n			        <ul>\n                            <li >\n                                        Event Planning &amp; Management Services\n                                    </li>\n                            <li >\n                                         Event Staffing Services\n                                    </li>\n                            <li >\n                                        Bar Set-up: Sodas, Juices, Ice &amp; Fruit Garnish\n                                    </li>\n                            <li >\n                                        Tables, Chairs, Linen, China, Flatware &amp; Glassware\n                                    </li>\n                    </ul>\n            <a href=\"#opal-contactform-popup-f209719\" role=\"button\" data-effect=\"mfp-zoom-in\">\n			            ORDER NOW\n                    </a>\n                    Contact form 1\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f774-o2\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"774\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f774-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Home Intro','','draft','closed','closed','','splash','','','2019-10-31 03:22:04','2019-10-31 03:22:04','',0,'http://source.wpopal.com/dreama/?page_id=2705',0,'page','',0),(4607,1,'2020-01-01 03:51:50','2020-01-01 03:51:50','','Order &ndash; January 1, 2020 @ 03:51 AM','','wc-processing','open','closed','wc_order_c6CbXRkTDZCze','order-jan-01-2020-0351-am','','','2020-01-01 03:52:45','2020-01-01 03:52:45','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4607',0,'shop_order','',3),(4556,1,'2019-12-24 17:02:45','2019-12-24 17:02:45','[MEC id=\"19\"]','Events Slider','','publish','closed','closed','','events-slider','','','2019-12-24 17:03:45','2019-12-24 17:03:45','',0,'https://thehistoricvinewood.com/?post_type=elementor_library&#038;p=4556',0,'elementor_library','',0),(4557,1,'2019-12-24 17:03:45','2019-12-24 17:03:45','','Events Slider','','inherit','closed','closed','','4556-revision-v1','','','2019-12-24 17:03:45','2019-12-24 17:03:45','',4556,'https://thehistoricvinewood.com/4556-revision-v1/',0,'revision','',0),(4558,1,'2019-12-24 17:03:45','2019-12-24 17:03:45','[MEC id=\"19\"]','Events Slider','','inherit','closed','closed','','4556-revision-v1','','','2019-12-24 17:03:45','2019-12-24 17:03:45','',4556,'https://thehistoricvinewood.com/4556-revision-v1/',0,'revision','',0),(4559,1,'2019-12-24 17:05:11','2019-12-24 17:05:11','','Order &ndash; December 24, 2019 @ 05:05 PM','','wc-completed','open','closed','wc_order_XAjK3O3B41ZM2','order-dec-24-2019-0505-pm','','','2019-12-24 17:07:32','2019-12-24 17:07:32','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4559',0,'shop_order','',2),(4564,1,'2019-12-24 17:27:14','2019-12-24 17:27:14','<h2>Dance &amp; Celebrate</h2>\r\nSince 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.\r\n\r\nBut we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.\r\n<h3>Details</h3>\r\n<ul>\r\n 	<li><strong>$10 per person</strong> (all Friday night dances / live music)<strong>\r\n</strong></li>\r\n 	<li>All Ages Welcome</li>\r\n 	<li>Doors open one hour prior to event start time</li>\r\n 	<li>No outside food or drink</li>\r\n 	<li>Cash bar and snack bar available (we do accept credit and debit cards)</li>\r\n 	<li><i>Topeka Blues Society members receive $2 off the cover charge</i></li>\r\n</ul>\r\n<h2>Upcoming Events</h2>\r\nAll events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.\r\n\r\n<em>(Click on the band name to view event details and to learn more about the band.)</em>\r\n\r\n[MEC id=\"16\"]','Events','','inherit','closed','closed','','4126-revision-v1','','','2019-12-24 17:27:14','2019-12-24 17:27:14','',4126,'https://thehistoricvinewood.com/4126-revision-v1/',0,'revision','',0),(4565,1,'2019-12-24 17:27:27','2019-12-24 17:27:27','<h2>Dance &amp; Celebrate</h2>\r\nSince 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.\r\n\r\nBut we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.\r\n<h3>Details</h3>\r\n<ul>\r\n 	<li><strong>$10 per person</strong> (all Friday night dances / live music)<strong>\r\n</strong></li>\r\n 	<li>All Ages Welcome</li>\r\n 	<li>Doors open one hour prior to event start time</li>\r\n 	<li>No outside food or drink</li>\r\n 	<li>Cash bar and snack bar available (we do accept credit and debit cards)</li>\r\n 	<li><i>Topeka Blues Society members receive $2 off the cover charge</i></li>\r\n</ul>\r\n<h2>Upcoming Events</h2>\r\nAll events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.\r\n\r\n<em>(Click on the band name to view event details and to learn more about the band.)</em>\r\n\r\n[MEC id=\"16\"]','Dance Events','','inherit','closed','closed','','4126-revision-v1','','','2019-12-24 17:27:27','2019-12-24 17:27:27','',4126,'https://thehistoricvinewood.com/4126-revision-v1/',0,'revision','',0),(4735,1,'2020-02-03 12:08:23','2020-02-03 12:08:23','','Order &ndash; February 3, 2020 @ 12:08 PM','','wc-pending','open','closed','wc_order_y3oSVmdLYRDMo','order-feb-03-2020-1208-pm','','','2020-02-03 12:08:23','2020-02-03 12:08:23','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4735',0,'shop_order','',0),(4568,1,'2019-12-24 22:10:57','2019-12-24 22:10:57','','Order &ndash; December 24, 2019 @ 10:10 PM','We would like to sit with Melanie McPikes group please.','wc-processing','open','closed','wc_order_LD9VeInDwLBwd','order-dec-24-2019-1010-pm','','','2019-12-24 22:11:32','2019-12-24 22:11:32','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4568',0,'shop_order','',3),(4569,1,'2019-12-24 23:12:39','2019-12-24 23:12:39','Join us for a Ladies Only Brunch and enjoy music from the talented Ellie Arilyn Smith, brunch from Front Door Catering and bottomless* mimosas.\r\n<p style=\"text-align: right;\"><em>* each guest receives three drink tickets</em></p>\r\nThis is an adult, ladies only event. No kids, unless they are connected to you for nutrition or old enough to pay their own bills, and no men.\r\n\r\nDress is casual. (It\'s your Sunday, dress however you desire.) This is not a networking, stuffy, brunch-like event; it\'s simply women taking some time off to celebrate, laugh, live and love (and brunch, of course).\r\n<h2>FEATURING:</h2>\r\n<h4>Music by Ellie Smith</h4>\r\n<strong>ABOUT</strong>:\r\n\r\nEllie Arilyn Smith has been singing and performing since she was eight years old. By the age of 18, she had demonstrated her prowess as a singer and songwriter. \"She can hammer down with so much soul it will shake your bones,\" wrote Topeka Blues Society, \"just as easily as she can deliver the subtle lyrical content she\'s become know for that leaves you lying in a puddle...or laughing all of your breath away.\"\r\n\r\n\"Spend some time listening...you’ll forget all about the Etta James, the Tab Benoit, the Susan Tedeschi and the Jonny Lang that Smith is so fond of belting out. The only thing you’ll you’ll want, is more Ellie.\"\r\n<h4>DETAILS:</h4>\r\nRSVP by January 8th\r\nTickets are $30. Purchase online (here) or by phone (785) 260.6772\r\n\r\n<em>Cash bar and Bloody Marys will also be available. </em>\r\n\r\n<em>Menu to be announced later but will contain a variety of brunch musts, home baked goods and plenty of options for vegetarians and Gluten-free dietary desires.\r\n</em>','LADIES SUNDAY BRUNCH & MUSIC','Ladies\' only Sunday brunch featuring delicious food from Front Door Catering, *bottomless mimosas and music by Ellie Smith. RSVP required.','inherit','closed','closed','','4551-revision-v1','','','2019-12-24 23:12:39','2019-12-24 23:12:39','',4551,'https://thehistoricvinewood.com/4551-revision-v1/',0,'revision','',0),(4570,1,'2019-12-24 23:17:12','2019-12-24 23:17:12','','LadiesBrunch-FB-12','','inherit','open','closed','','ladiesbrunch-fb-12','','','2019-12-24 23:17:54','2019-12-24 23:17:54','',4551,'https://thehistoricvinewood.com/wp-content/uploads/2019/12/LadiesBrunch-FB-12.jpg',0,'attachment','image/jpeg',0),(4572,1,'2019-12-25 19:12:58','2019-12-25 19:12:58','','Order &ndash; December 25, 2019 @ 07:12 PM','','wc-processing','open','closed','wc_order_KW7H4W3Dlcsjc','order-dec-25-2019-0712-pm','','','2019-12-25 19:15:00','2019-12-25 19:15:00','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4572',0,'shop_order','',3),(4573,1,'2019-12-26 18:23:52','2019-12-26 18:23:52','','Order &ndash; December 26, 2019 @ 06:23 PM','','wc-completed','open','closed','wc_order_uOtfkmmX45qwm','order-dec-26-2019-0623-pm','','','2019-12-26 18:25:38','2019-12-26 18:25:38','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4573',0,'shop_order','',2),(4574,13,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Beth Anne Branden','','publish','closed','closed','','beth-anne-branden','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4574',0,'mec-books','',0),(4575,1,'2019-12-27 03:11:26','2019-12-27 03:11:26','','Order &ndash; December 27, 2019 @ 03:11 AM','','wc-processing','open','closed','wc_order_bDHim9vUZARw0','order-dec-27-2019-0311-am','','','2019-12-27 03:12:09','2019-12-27 03:12:09','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4575',0,'shop_order','',3),(4576,1,'2019-12-27 03:54:53','2019-12-27 03:54:53','','Order &ndash; December 27, 2019 @ 03:54 AM','','wc-cancelled','open','closed','wc_order_ilEY7NOOfQqCV','order-dec-27-2019-0354-am','','','2019-12-27 05:31:36','2019-12-27 05:31:36','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4576',0,'shop_order','',1),(4577,1,'2019-12-27 04:14:31','2019-12-27 04:14:31','','Order &ndash; December 27, 2019 @ 04:14 AM','','wc-processing','open','closed','wc_order_ZiM58GwYku2rO','order-dec-27-2019-0414-am','','','2019-12-27 04:16:15','2019-12-27 04:16:15','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4577',0,'shop_order','',3),(4578,1,'2019-12-27 12:15:00','2019-12-27 12:15:00','','Order &ndash; December 27, 2019 @ 12:15 PM','','wc-completed','open','closed','wc_order_Ru2WOEh1HwhNc','order-dec-27-2019-1215-pm','','','2019-12-27 12:16:20','2019-12-27 12:16:20','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4578',0,'shop_order','',2),(4579,10,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Tamara L Russell','','publish','closed','closed','','tamara-l-russell-3','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4579',0,'mec-books','',0),(4580,1,'2019-12-27 17:36:14','2019-12-27 17:36:14','','Order &ndash; December 27, 2019 @ 05:36 PM','Wife Pennie Miser','wc-processing','open','closed','wc_order_2dOhhZmjRceba','order-dec-27-2019-0536-pm','','','2019-12-27 17:38:21','2019-12-27 17:38:21','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4580',0,'shop_order','',3),(4581,1,'2019-12-27 22:20:54','2019-12-27 22:20:54','','Order &ndash; December 27, 2019 @ 10:20 PM','','wc-processing','open','closed','wc_order_BLOGv6JASp00H','order-dec-27-2019-1020-pm','','','2019-12-27 22:21:47','2019-12-27 22:21:47','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4581',0,'shop_order','',3),(4582,1,'2019-12-28 00:06:50','2019-12-28 00:06:50','','Order &ndash; December 28, 2019 @ 12:06 AM','','wc-processing','open','closed','wc_order_QKGQS28WKZcC7','order-dec-28-2019-1206-am','','','2019-12-28 00:09:06','2019-12-28 00:09:06','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4582',0,'shop_order','',3),(4583,1,'2019-12-28 02:15:12','2019-12-28 02:15:12','','Order &ndash; December 28, 2019 @ 02:15 AM','','wc-processing','open','closed','wc_order_KZgtH77ehmVMf','order-dec-28-2019-0215-am','','','2019-12-28 02:17:44','2019-12-28 02:17:44','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4583',0,'shop_order','',3),(2716,1,'2019-03-08 01:35:14','2019-03-08 01:35:14','','h16_g1','','inherit','open','closed','','h16_g1','','','2019-03-08 01:35:14','2019-03-08 01:35:14','',2705,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h16_g1.jpg',0,'attachment','image/jpeg',0),(2717,1,'2019-03-08 01:35:16','2019-03-08 01:35:16','','h16_g2','','inherit','open','closed','','h16_g2','','','2019-03-08 01:35:16','2019-03-08 01:35:16','',2705,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h16_g2.jpg',0,'attachment','image/jpeg',0),(2720,1,'2019-03-08 01:36:43','2019-03-08 01:36:43','','shutterstock-373734994','','inherit','open','closed','','shutterstock-373734994','','','2019-03-08 01:36:43','2019-03-08 01:36:43','',2705,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/shutterstock-373734994.jpg',0,'attachment','image/jpeg',0),(2721,1,'2019-03-08 01:36:44','2019-03-08 01:36:44','','shutterstock-398182819','','inherit','open','closed','','shutterstock-398182819','','','2019-03-08 01:36:44','2019-03-08 01:36:44','',2705,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/shutterstock-398182819.jpg',0,'attachment','image/jpeg',0),(2722,1,'2019-03-08 01:36:46','2019-03-08 01:36:46','','shutterstock-432844396','','inherit','open','closed','','shutterstock-432844396','','','2019-03-08 01:36:46','2019-03-08 01:36:46','',2705,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/shutterstock-432844396.jpg',0,'attachment','image/jpeg',0),(2723,1,'2019-03-08 01:36:47','2019-03-08 01:36:47','','shutterstock-461202166','','inherit','open','closed','','shutterstock-461202166','','','2019-03-08 01:36:47','2019-03-08 01:36:47','',2705,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/shutterstock-461202166.jpg',0,'attachment','image/jpeg',0),(2734,1,'2019-03-08 02:18:35','2019-03-08 02:18:35','','h16_testimonial','','inherit','open','closed','','h16_testimonial','','','2019-03-08 02:18:35','2019-03-08 02:18:35','',2705,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h16_testimonial.jpg',0,'attachment','image/jpeg',0),(2781,1,'2019-03-08 04:00:28','2019-03-08 04:00:28','','h16_bg_a','','inherit','open','closed','','h16_bg_a','','','2019-03-08 04:00:28','2019-03-08 04:00:28','',2705,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h16_bg_a.jpg',0,'attachment','image/jpeg',0),(2867,1,'2019-03-08 08:58:10','2019-03-08 08:58:10','','shutterstock-732619801','','inherit','open','closed','','shutterstock-732619801','','','2019-03-08 08:58:10','2019-03-08 08:58:10','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/shutterstock-732619801.jpg',0,'attachment','image/jpeg',0),(3356,1,'2019-03-12 06:42:21','2019-03-12 06:42:21','','h16_gallery1','','inherit','open','closed','','h16_gallery1','','','2019-03-12 06:42:21','2019-03-12 06:42:21','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h16_gallery1.jpg',0,'attachment','image/jpeg',0),(3357,1,'2019-03-12 06:42:22','2019-03-12 06:42:22','','h16_gallery2','','inherit','open','closed','','h16_gallery2','','','2019-03-12 06:42:22','2019-03-12 06:42:22','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/h16_gallery2.jpg',0,'attachment','image/jpeg',0),(3652,1,'2019-07-29 08:55:08','2019-07-29 08:55:08','','slidehome16_1.jpg','','inherit','closed','closed','','slidehome16-1-jpg','','','2019-07-29 08:55:08','2019-07-29 08:55:08','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home16/slidehome16_1.jpg',0,'attachment','image/jpeg',0),(3653,1,'2019-07-29 08:55:12','2019-07-29 08:55:12','','slidehome1_2.jpg','','inherit','closed','closed','','slidehome1-2-jpg-2','','','2019-07-29 08:55:12','2019-07-29 08:55:12','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home16/slidehome1_2.jpg',0,'attachment','image/jpeg',0),(3654,1,'2019-07-29 08:55:16','2019-07-29 08:55:16','','slidehome1_1.jpg','','inherit','closed','closed','','slidehome1-1-jpg-2','','','2019-07-29 08:55:16','2019-07-29 08:55:16','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home16/slidehome1_1.jpg',0,'attachment','image/jpeg',0),(4166,1,'2019-08-25 09:14:10','2019-08-25 09:14:10','','DancingBoots-Stock-Web','','inherit','open','closed','','dancingboots-stock-web','','','2019-08-25 09:14:23','2019-08-25 09:14:23','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web.jpg',0,'attachment','image/jpeg',0),(3666,1,'2019-07-30 07:24:16','2019-07-30 07:24:16','','Vinewood-Icon-512','','inherit','open','closed','','vinewood-icon-512','','','2019-07-30 07:24:35','2019-07-30 07:24:35','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Vinewood-Icon-512.png',0,'attachment','image/png',0),(3667,1,'2019-07-30 07:24:35','2019-07-30 07:24:35','https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-Vinewood-Icon-512.png','cropped-Vinewood-Icon-512.png','','inherit','open','closed','','cropped-vinewood-icon-512-png','','','2019-07-30 07:24:35','2019-07-30 07:24:35','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-Vinewood-Icon-512.png',0,'attachment','image/png',0),(3669,1,'2019-07-30 07:26:06','2019-07-30 07:26:06','','Vinewood-WebLogo-250','','inherit','open','closed','','vinewood-weblogo-250','','','2019-07-30 07:26:20','2019-07-30 07:26:20','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/Vinewood-WebLogo-250.png',0,'attachment','image/png',0),(3670,1,'2019-07-30 07:26:23','2019-07-30 07:26:23','https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-Vinewood-WebLogo-250.png','cropped-Vinewood-WebLogo-250.png','','inherit','open','closed','','cropped-vinewood-weblogo-250-png','','','2019-07-30 07:26:23','2019-07-30 07:26:23','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/07/cropped-Vinewood-WebLogo-250.png',0,'attachment','image/png',0),(3815,1,'2019-08-10 06:26:15','2019-08-10 06:26:15','','Blocks','','publish','closed','closed','','blocks-2','','','2019-08-10 06:26:15','2019-08-10 06:26:15','',0,'https://thehistoricvinewood.com/?envato_kits=blocks-2',0,'envato_kits','',0),(3816,1,'2019-08-10 06:26:15','2019-08-10 06:26:15','\n\n/** Start Envato Elements CSS: Blocks (69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9) **/\n\n.envato-kit-66-menu .e--pointer-framed .elementor-item:before{\n	border-radius:1px;\n}\n\n.envato-kit-66-subscription-form .elementor-form-fields-wrapper{\n	position:relative;\n}\n\n.envato-kit-66-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit{\n	position:static;\n}\n\n.envato-kit-66-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit button{\n	position: absolute;\n    top: 50%;\n    right: 6px;\n    transform: translate(0, -50%);\n		-moz-transform: translate(0, -50%);\n		-webmit-transform: translate(0, -50%);\n}\n\n.envato-kit-66-testi-slider .elementor-testimonial__footer{\n	margin-top: -60px !important;\n	z-index: 99;\n  position: relative;\n}\n\n.envato-kit-66-featured-slider .elementor-slides .slick-prev{\n	width:50px;\n	height:50px;\n	background-color:#ffffff !important;\n	transform:rotate(45deg);\n	-moz-transform:rotate(45deg);\n	-webkit-transform:rotate(45deg);\n	left:-25px !important;\n	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n}\n\n.envato-kit-66-featured-slider .elementor-slides .slick-prev:before{\n	display:block;\n	margin-top:0px;\n	margin-left:0px;\n	transform:rotate(-45deg);\n	-moz-transform:rotate(-45deg);\n	-webkit-transform:rotate(-45deg);\n}\n\n.envato-kit-66-featured-slider .elementor-slides .slick-next{\n	width:50px;\n	height:50px;\n	background-color:#ffffff !important;\n	transform:rotate(45deg);\n	-moz-transform:rotate(45deg);\n	-webkit-transform:rotate(45deg);\n	right:-25px !important;\n	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.32);\n}\n\n.envato-kit-66-featured-slider .elementor-slides .slick-next:before{\n	display:block;\n	margin-top:-5px;\n	margin-right:-5px;\n	transform:rotate(-45deg);\n	-moz-transform:rotate(-45deg);\n	-webkit-transform:rotate(-45deg);\n}\n\n.envato-kit-66-orangetext{\n	color:#f4511e;\n}\n\n.envato-kit-66-countdown .elementor-countdown-label{\n	display:inline-block !important;\n	border:2px solid rgba(255,255,255,0.2);\n	padding:9px 20px;\n}\n\n/** End Envato Elements CSS: Blocks (69-3-4f8cfb8a1a68ec007f2be7a02bdeadd9) **/\n\n','dreama','','publish','closed','closed','','dreama','','','2019-08-10 06:26:15','2019-08-10 06:26:15','',0,'https://thehistoricvinewood.com/dreama/',0,'custom_css','',0),(4802,1,'2020-02-12 01:49:26','2020-02-12 01:49:26','','Order &ndash; February 12, 2020 @ 01:49 AM','','wc-pending','open','closed','wc_order_zXypMg1vfI1h1','order-feb-12-2020-0149-am','','','2020-02-12 01:49:26','2020-02-12 01:49:26','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4802',0,'shop_order','',0),(4745,0,'2020-02-04 21:09:56','2020-02-04 21:09:56','[]','woocommerce_update_marketplace_suggestions','','publish','open','closed','','scheduled-action-5e39ddb7da4d45.25386035-kQ5UQBz3m4Iis5tcWtY9OWYvAWu0kFJv','','','2020-02-04 21:10:15','2020-02-04 21:10:15','',0,'https://thehistoricvinewood.com/?post_type=scheduled-action&#038;p=4745',0,'scheduled-action','',3),(322,1,'2019-02-28 09:08:48','2019-02-28 09:08:48','','h17_carousel_1','','inherit','open','closed','','h17_carousel_1','','','2019-02-28 09:08:48','2019-02-28 09:08:48','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_1.jpg',0,'attachment','image/jpeg',0),(323,1,'2019-02-28 09:08:49','2019-02-28 09:08:49','','h17_carousel_2','','inherit','open','closed','','h17_carousel_2','','','2019-02-28 09:08:49','2019-02-28 09:08:49','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_2.jpg',0,'attachment','image/jpeg',0),(347,1,'2019-02-28 09:23:11','2019-02-28 09:23:11','','h17_bg_1','','inherit','open','closed','','h17_bg_1','','','2019-02-28 09:23:11','2019-02-28 09:23:11','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_bg_1.jpg',0,'attachment','image/jpeg',0),(359,1,'2019-02-28 09:33:28','2019-02-28 09:33:28','','h17_text','','inherit','open','closed','','h17_text','','','2019-02-28 09:33:28','2019-02-28 09:33:28','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_text.png',0,'attachment','image/png',0),(366,1,'2019-02-28 09:41:46','2019-02-28 09:41:46','','h17_carousel_','','inherit','open','closed','','h17_carousel_','','','2019-02-28 09:41:46','2019-02-28 09:41:46','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_.jpg',0,'attachment','image/jpeg',0),(367,1,'2019-02-28 09:41:47','2019-02-28 09:41:47','','h17_carousel_3','','inherit','open','closed','','h17_carousel_3','','','2019-02-28 09:41:47','2019-02-28 09:41:47','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_3.jpg',0,'attachment','image/jpeg',0),(368,1,'2019-02-28 09:41:49','2019-02-28 09:41:49','','h17_carousel_4','','inherit','open','closed','','h17_carousel_4','','','2019-02-28 09:41:49','2019-02-28 09:41:49','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_4.jpg',0,'attachment','image/jpeg',0),(369,1,'2019-02-28 09:41:51','2019-02-28 09:41:51','','h17_carousel_5','','inherit','open','closed','','h17_carousel_5','','','2019-02-28 09:41:51','2019-02-28 09:41:51','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_5.jpg',0,'attachment','image/jpeg',0),(4746,1,'2020-02-05 12:39:31','2020-02-05 12:39:31','','Order &ndash; February 5, 2020 @ 12:39 PM','','wc-completed','open','closed','wc_order_VqFkD7ayuSW2X','order-feb-05-2020-1239-pm','','','2020-02-05 12:43:03','2020-02-05 12:43:03','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4746',0,'shop_order','',2),(4747,51,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Kelley Schulte','','publish','closed','closed','','kelley-schulte','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4747',0,'mec-books','',0),(4748,1,'2020-02-06 13:50:06','2020-02-06 13:50:06','','Order &ndash; February 6, 2020 @ 01:50 PM','','wc-pending','open','closed','wc_order_TXvkkWoUHlB5M','order-feb-06-2020-0150-pm','','','2020-02-06 13:50:06','2020-02-06 13:50:06','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4748',0,'shop_order','',0),(4749,1,'2020-02-06 14:01:32','2020-02-06 14:01:32','','Order &ndash; February 6, 2020 @ 02:01 PM','','wc-completed','open','closed','wc_order_QZE8PRU4ciHJP','order-feb-06-2020-0201-pm','','','2020-02-06 14:04:06','2020-02-06 14:04:06','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4749',0,'shop_order','',2),(4750,52,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Bill Waters','','publish','closed','closed','','bill-waters','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4750',0,'mec-books','',0),(4751,1,'2020-02-06 18:01:53','2020-02-06 18:01:53','','Order &ndash; February 6, 2020 @ 06:01 PM','','wc-completed','open','closed','wc_order_N0KzIgLBXsYZ0','order-feb-06-2020-0601-pm','','','2020-02-06 18:05:35','2020-02-06 18:05:35','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4751',0,'shop_order','',2),(4752,53,'2020-02-07 00:00:00','2020-02-07 00:00:00','','David Fath','','publish','closed','closed','','david-fath','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4752',0,'mec-books','',0),(4753,1,'2020-02-06 21:46:28','2020-02-06 21:46:28','','Order &ndash; February 6, 2020 @ 09:46 PM','','wc-completed','open','closed','wc_order_KrojcN80mY4Cm','order-feb-06-2020-0946-pm','','','2020-02-06 21:51:45','2020-02-06 21:51:45','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4753',0,'shop_order','',2),(4754,0,'2020-02-01 00:00:00','2020-02-01 00:00:00','','February 11, 2020 @ 4:00 pm (User: Guest)','','publish','closed','closed','','february-11-2020-400-pm-user-guest','','','2020-02-01 00:00:00','2020-02-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/february-11-2020-400-pm-user-guest/',0,'booked_appointments','',0),(4755,54,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Hazel Bahner','','publish','closed','closed','','hazel-bahner','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4755',0,'mec-books','',0),(3712,1,'2019-08-02 20:46:20','2019-08-02 20:46:20','','BODENHAMER WEDDING','','publish','open','closed','','bodenhamer-wedding','','','2019-08-02 20:46:20','2019-08-02 20:46:20','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3712',0,'mec-events','',0),(3713,1,'2019-08-02 20:47:18','2019-08-02 20:47:18','','MIDWEST HEALTH','','publish','open','closed','','midwest-health','','','2019-08-02 20:47:18','2019-08-02 20:47:18','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3713',0,'mec-events','',0),(3701,1,'2019-08-02 20:35:40','2019-08-02 20:35:40','','GEE WEDDING','','publish','open','closed','','gee-wedding','','','2019-08-02 20:35:40','2019-08-02 20:35:40','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3701',0,'mec-events','',0),(3702,1,'2019-08-02 20:36:31','2019-08-02 20:36:31','','LYONS-WHITE LINEN PARTY','','publish','open','closed','','lions-white-linen-party','','','2019-08-26 21:13:29','2019-08-26 21:13:29','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3702',0,'mec-events','',0),(3695,1,'2019-08-02 20:30:47','2019-08-02 20:30:47','<p class=\"p1\">Dedicated to sharing our musical heritage. From old country to classic rock &amp; new originals. Contemporary folk &amp; rock n roll.</p>','WAKARUSA RIVER BAND','','publish','open','closed','','wakarusa-river-band','','','2019-08-02 20:30:47','2019-08-02 20:30:47','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3695',0,'mec-events','',0),(3696,1,'2019-08-02 20:30:03','2019-08-02 20:30:03','','WakarusaRiverBand-Logo','','inherit','open','closed','','wakarusariverband-logo','','','2019-08-02 20:30:22','2019-08-02 20:30:22','',3695,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/WakarusaRiverBand-Logo.jpg',0,'attachment','image/jpeg',0),(3752,1,'2019-08-03 15:59:40','2019-08-03 15:59:40','','slidehome3_2.jpg','','inherit','closed','closed','','slidehome3-2-jpg','','','2019-08-03 15:59:40','2019-08-03 15:59:40','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home17/slidehome3_2.jpg',0,'attachment','image/jpeg',0),(3753,1,'2019-08-03 15:59:44','2019-08-03 15:59:44','','slidedecor1.png','','inherit','closed','closed','','slidedecor1-png','','','2019-08-03 15:59:44','2019-08-03 15:59:44','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home17/slidedecor1.png',0,'attachment','image/png',0),(3754,1,'2019-08-03 15:59:45','2019-08-03 15:59:45','','slidehome3_3.jpg','','inherit','closed','closed','','slidehome3-3-jpg','','','2019-08-03 15:59:45','2019-08-03 15:59:45','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home17/slidehome3_3.jpg',0,'attachment','image/jpeg',0),(3755,1,'2019-08-03 15:59:51','2019-08-03 15:59:51','','slidehome17_1.jpg','','inherit','closed','closed','','slidehome17-1-jpg','','','2019-08-03 15:59:51','2019-08-03 15:59:51','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home17/slidehome17_1.jpg',0,'attachment','image/jpeg',0),(3756,1,'2019-08-03 15:59:54','2019-08-03 15:59:54','','slidehome3_4.jpg','','inherit','closed','closed','','slidehome3-4-jpg','','','2019-08-03 15:59:54','2019-08-03 15:59:54','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home17/slidehome3_4.jpg',0,'attachment','image/jpeg',0),(3757,1,'2019-08-03 17:08:01','2019-08-03 17:08:01','','TheVinewood-7','','inherit','open','closed','','thevinewood-7','','','2019-08-03 17:08:18','2019-08-03 17:08:18','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-7.jpg',0,'attachment','image/jpeg',0),(3758,1,'2019-08-03 17:15:09','2019-08-03 17:15:09','','BackofDress','','inherit','open','closed','','backofdress-2','','','2019-08-03 17:15:21','2019-08-03 17:15:21','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackofDress.jpg',0,'attachment','image/jpeg',0),(3759,1,'2019-08-03 17:19:35','2019-08-03 17:19:35','','Champagn2','','inherit','open','closed','','champagn2','','','2019-08-03 17:20:44','2019-08-03 17:20:44','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Champagn2.jpg',0,'attachment','image/jpeg',0),(4126,1,'2019-08-25 08:46:08','2019-08-25 08:46:08','<h2>Dance &amp; Celebrate</h2>\r\nSince 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.\r\n\r\nBut we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.\r\n<h3>Details</h3>\r\n<ul>\r\n 	<li><strong>$10 per person</strong> (except NYE &amp; special events)<strong>\r\n</strong></li>\r\n 	<li>All Ages Welcome (with parent)</li>\r\n 	<li>Doors open one hour prior to event start time</li>\r\n 	<li>No outside food or drink</li>\r\n 	<li>Cash bar and snack bar available (we do accept credit and debit cards)</li>\r\n 	<li>Reservations for parties of 10 or more, with advanced ticket purchase</li>\r\n 	<li><i>Topeka Blues Society members receive $2 off the cover charge</i></li>\r\n</ul>\r\n<h2>Upcoming Events</h2>\r\nAll events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.\r\n\r\n<em>(Click on the band name to view event details and to learn more about the band.)</em>\r\n\r\n[MEC id=\"16\"]','Dance Events','','publish','closed','closed','','dance-events','','','2020-02-18 07:11:55','2020-02-18 07:11:55','',0,'https://thehistoricvinewood.com/?page_id=4126',0,'page','',0),(4561,1,'2019-12-24 17:07:31','2019-12-24 17:07:31','<h2>Dance & Celebrate</h2>		\n		<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.</p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.</p>		\n			<h3>Details</h3>		\n		<ul>\n<li><strong>$10 per person</strong> (all Friday night dances / live music)<strong><br></strong></li>\n<li>All Ages Welcome</li>\n<li>Doors open one hour prior to event start time<br></li>\n<li>No outside food or drink</li>\n<li>Cash bar and snack bar available (we do accept credit and debit cards)</li><li><i>Topeka Blues Society members receive $2 off the cover charge</i><br></li>\n</ul>		\n			<h2>Upcoming Events</h2>		\n		<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.</p><p><em>(Click on the band name to view event details and to learn more about the band.)</em></p>[MEC id=\"16\"]','Dance Events','','inherit','closed','closed','','4126-revision-v1','','','2019-12-24 17:07:31','2019-12-24 17:07:31','',4126,'https://thehistoricvinewood.com/4126-revision-v1/',0,'revision','',0),(4562,12,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Rene M Netherton','','publish','closed','closed','','rene-m-netherton','','','2020-01-11 01:26:29','2020-01-11 01:26:29','',0,'https://thehistoricvinewood.com/?post_type=mec-books&#038;p=4562',0,'mec-books','',0),(4563,1,'2019-12-24 17:26:50','2019-12-24 17:26:50','<h2>Dance & Celebrate</h2>		\n		<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.</p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.</p>		\n			<h3>Details</h3>		\n		<ul><li><strong>$10 per person</strong> (all Friday night dances / live music)<strong><br /></strong></li><li>All Ages Welcome</li><li>Doors open one hour prior to event start time</li><li>No outside food or drink</li><li>Cash bar and snack bar available (we do accept credit and debit cards)</li><li><i>Topeka Blues Society members receive $2 off the cover charge</i></li></ul>		\n			<h2>Upcoming Events</h2>		\n		<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.</p><p><em>(Click on the band name to view event details and to learn more about the band.)</em></p>[MEC id=\"16\"]','Dance Events','','inherit','closed','closed','','4126-revision-v1','','','2019-12-24 17:26:50','2019-12-24 17:26:50','',4126,'https://thehistoricvinewood.com/4126-revision-v1/',0,'revision','',0),(3769,1,'2019-08-03 17:58:52','2019-08-03 17:58:52','','TheVinewood-38','','inherit','open','closed','','thevinewood-38','','','2019-08-03 17:58:52','2019-08-03 17:58:52','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-38.jpg',0,'attachment','image/jpeg',0),(3770,1,'2019-08-03 17:58:57','2019-08-03 17:58:57','','TheVinewood-40','','inherit','open','closed','','thevinewood-40','','','2019-08-03 17:59:14','2019-08-03 17:59:14','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-40.jpg',0,'attachment','image/jpeg',0),(3767,1,'2019-08-03 17:54:45','2019-08-03 17:54:45','','TheVinewood-31','','inherit','open','closed','','thevinewood-31','','','2019-08-03 17:55:03','2019-08-03 17:55:03','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-31.jpg',0,'attachment','image/jpeg',0),(3768,1,'2019-08-03 17:54:49','2019-08-03 17:54:49','','TheVinewood-35','','inherit','open','closed','','thevinewood-35','','','2019-08-03 17:54:49','2019-08-03 17:54:49','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-35.jpg',0,'attachment','image/jpeg',0),(3764,1,'2019-08-03 17:37:53','2019-08-03 17:37:53','','TheVinewood-16','','inherit','open','closed','','thevinewood-16','','','2019-08-03 17:38:20','2019-08-03 17:38:20','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-16.jpg',0,'attachment','image/jpeg',0),(3765,1,'2019-08-03 17:37:58','2019-08-03 17:37:58','','TheVinewood-17','','inherit','open','closed','','thevinewood-17','','','2019-08-03 17:37:58','2019-08-03 17:37:58','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-17.jpg',0,'attachment','image/jpeg',0),(3766,1,'2019-08-03 17:38:04','2019-08-03 17:38:04','','TheVinewood-49','','inherit','open','closed','','thevinewood-49','','','2019-08-03 17:38:04','2019-08-03 17:38:04','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-49.jpg',0,'attachment','image/jpeg',0),(4116,1,'2019-08-25 08:13:02','2019-08-25 08:13:02','Professionality\n                                    50%\n			            Food Ordering\n                                    75%\n			            Experience and Quality\n                                    90%\n			            Guarantee\n                                    60%\n		<p>Relax, Welcome and Enjoy The Vinewood</p><p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by  and say Hello or schedule a private tour of the property today. Welcome!</p><p>- Nicole &amp; Mike</p>		\n										<img width=\"600\" height=\"174\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png\" alt=\"Nicole Sig\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-300x87.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-768x223.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-400x116.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-600x174.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig.png 1500w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n										<img width=\"600\" height=\"159\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png\" alt=\"Mike Sig\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-300x79.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-768x203.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-400x106.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-600x159.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig.png 1500w\" sizes=\"(max-width: 600px) 100vw, 600px\" />','Intro Letter from Owners','','publish','closed','closed','','intro-letter-from-owners','','','2019-08-25 08:13:02','2019-08-25 08:13:02','',0,'https://thehistoricvinewood.com/?elementor_library=intro-letter-from-owners',0,'elementor_library','',0),(4110,1,'2019-08-25 08:12:24','2019-08-25 08:12:24','<h3>Versatile Spaces</h3>		\n		<p>Weddings, Conferences, Reunions, Parties<br />For whatever memory you want to make!</p>		\n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-31-474x324.jpg\" alt=\"Seating\" /></figure>                                \n                                    <h4>Seating for 350</h4>                                    \n                                        <p>Our large indoor space holds 499 people standing and comfortably seats 350 guests.</p>                                    \n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-7-1-474x324.jpg\" alt=\"\" /></figure>                                \n                                    <h4>Indoor. Outdoor. Or Both.</h4>                                    \n                                        <p>Create your dream ceremony on our five-acre property which includes our large event hall, back deck and plenty of green spaces to outdoor ceremonies.</p>                                    \n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-40-474x324.jpg\" alt=\"Manzia\" /></figure>                                \n                                    <h4>Your Event. Your Space.</h4>                                    \n                                        <p>Event rentals include the entire facility; indoor / outdoor options, back deck, bridal lounge and more.</p> ','Versatile Spaces','','publish','closed','closed','','versatile-spaces','','','2019-08-25 08:12:25','2019-08-25 08:12:25','',0,'https://thehistoricvinewood.com/?elementor_library=versatile-spaces',0,'elementor_library','',0),(4113,1,'2019-08-25 08:12:40','2019-08-25 08:12:40','<p>THE HISTORIC VINEWOOD<br /></p>		\n			<h3>Where Memories </br> Are Made</h3>','Champion CTA','','publish','closed','closed','','champion-cta','','','2019-08-25 08:12:40','2019-08-25 08:12:40','',0,'https://thehistoricvinewood.com/?elementor_library=champion-cta',0,'elementor_library','',0),(3773,1,'2019-08-03 18:06:09','2019-08-03 18:06:09','','NicoleSig','','inherit','open','closed','','nicolesig','','','2019-08-03 18:06:21','2019-08-03 18:06:21','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig.png',0,'attachment','image/png',0),(3774,1,'2019-08-03 18:06:42','2019-08-03 18:06:42','','MikeSig','','inherit','open','closed','','mikesig','','','2019-08-03 18:06:52','2019-08-03 18:06:52','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig.png',0,'attachment','image/png',0),(4717,1,'2020-01-25 07:28:05','2020-01-25 07:28:05','Guns &amp; Wine: crafting for adults\r\n\r\nBring your glue guns and sticks and create a Valentine\'s Day craft project while enjoying wine and light hors d\'overs. Hosted by Sunshine Blue, this adult-only crafting class is limited, so act fast. Tickets are $25 and include craft supplies, wine and bites. Please bring your own glue gun and sticks.\r\n\r\nRegistration is required and may be done through the ticket link below. Questions - email sunshineblue@gmail.com','Guns & Wine','Guns & Wine: crafting for adults','trash','open','closed','','guns-wine__trashed','','','2020-02-15 05:46:16','2020-02-15 05:46:16','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4717',0,'mec-events','',0),(4718,1,'2020-01-25 07:28:05','2020-01-25 07:28:05','Guns &amp; Wine: crafting for adults\r\n\r\nBring your glue guns and sticks and create a Valentine\'s Day craft project while enjoying wine and light hors d\'overs. Hosted by Sunshine Blue, this adult-only crafting class is limited, so act fast. Tickets are $25 and include craft supplies, wine and bites. Please bring your own glue gun and sticks.\r\n\r\nRegistration is required and may be done through the ticket link below. Questions - email sunshineblue@gmail.com','Guns & Wine','Guns & Wine: crafting for adults','inherit','closed','closed','','4717-revision-v1','','','2020-01-25 07:28:05','2020-01-25 07:28:05','',4717,'https://thehistoricvinewood.com/4717-revision-v1/',0,'revision','',0),(4719,1,'2020-01-25 07:39:35','2020-01-25 07:39:35','<div data-contents=\"true\">\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"78rt7-0-0\">\n<div class=\"_1mf _1mj\" data-offset-key=\"78rt7-0-0\"><span data-offset-key=\"78rt7-0-0\">Dance with your sweetie this Valentine\'s Day to the sweet, no good sounds of Johnny. (Wait, that\'s not right... )</span></div>\n</div>\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"bahb3-0-0\">\n<div class=\"_1mf _1mj\" data-offset-key=\"bahb3-0-0\"><span data-offset-key=\"bahb3-0-0\"> </span></div>\n</div>\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"8qqlr-0-0\">\n<div class=\"_1mf _1mj\" data-offset-key=\"8qqlr-0-0\"><span data-offset-key=\"8qqlr-0-0\">Dance with your sweetie this Valentine\'s Day to the sweet sounds of </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"8qqlr-1-0\"><span data-offset-key=\"8qqlr-1-0\">No Good Johnny</span></span><span data-offset-key=\"8qqlr-2-0\">. (Much better!) </span></div>\n</div>\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"6hu2f-0-0\">\n<div class=\"_1mf _1mj\" data-offset-key=\"6hu2f-0-0\"><span data-offset-key=\"6hu2f-0-0\"> </span></div>\n</div>\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"7n19i-0-0\">\n<div class=\"_1mf _1mj\" data-offset-key=\"7n19i-0-0\"><span data-offset-key=\"7n19i-0-0\">Tickets are $10 and may be purchased online or at the door.</span></div>\n</div>\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"a0lst-0-0\">\n<div class=\"_1mf _1mj\" data-offset-key=\"a0lst-0-0\"><span data-offset-key=\"a0lst-0-0\"> </span></div>\n</div>\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"bro19-0-0\">\n<div class=\"_1mf _1mj\" data-offset-key=\"bro19-0-0\"><span data-offset-key=\"bro19-0-0\">SPECIAL BBQ DINNER AVAILABLE</span></div>\n</div>\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"9oh4g-0-0\">\n<div class=\"_1mf _1mj\" data-offset-key=\"9oh4g-0-0\"><span data-offset-key=\"9oh4g-0-0\"> </span></div>\n</div>\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"fgktb-0-0\">\n<div class=\"_1mf _1mj\" data-offset-key=\"fgktb-0-0\"><span data-offset-key=\"fgktb-0-0\">Doors will open at 6:30pm on Friday, February 14th as Pit Master </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"fgktb-1-0\"><span data-offset-key=\"fgktb-1-0\">Mike</span></span><span data-offset-key=\"fgktb-2-0\"> from </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"fgktb-3-0\"><span data-offset-key=\"fgktb-3-0\">Front Door Catering</span></span><span data-offset-key=\"fgktb-4-0\"> will be showing your stomachs some love with a Traditional BBQ Buffet Dinner. Cost is $15 per person and payable at the catering counter the night of the event or in advance online. (Note:This is not an all-you-can-eat BBQ buffet, but it\'s a plenty-to-eat buffet, as you\'ll be welcome to go back for seconds.) </span></div>\n</div>\n</div>','NO GOOD JOHNNY','Valentine\'s Day Dance ','inherit','closed','closed','','4615-autosave-v1','','','2020-01-25 07:39:35','2020-01-25 07:39:35','',4615,'https://thehistoricvinewood.com/4615-autosave-v1/',0,'revision','',0),(4720,1,'2020-01-25 07:32:03','2020-01-25 07:32:03','Dance with your sweetie this Valentine\'s Day to the sweet sounds of No Good Johnny.\r\n\r\nDoors will open at 6:30pm and Front Door Catering will be offering a traditional BBQ Buffet Dinner.\r\n\r\n$15 per person, pay at the counter\r\n\r\nNot All You Can Eat, but...Plenty To Eat (you will be welcome to go back to the buffet for seconds)','NO GOOD JOHNNY','Valentine\'s Day Dance ','inherit','closed','closed','','4615-revision-v1','','','2020-01-25 07:32:03','2020-01-25 07:32:03','',4615,'https://thehistoricvinewood.com/4615-revision-v1/',0,'revision','',0),(4721,1,'2020-01-25 07:42:42','2020-01-25 07:42:42','<div data-contents=\"true\">\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"78rt7-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"78rt7-0-0\"><span data-offset-key=\"78rt7-0-0\">Dance with your sweetie this Valentine\'s Day to the sweet, no good sounds of Johnny. (Wait, that\'s not right... )</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"bahb3-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bahb3-0-0\"><span data-offset-key=\"bahb3-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"8qqlr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8qqlr-0-0\"><span data-offset-key=\"8qqlr-0-0\">Dance with your sweetie this Valentine\'s Day to the sweet sounds of </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"8qqlr-1-0\"><span data-offset-key=\"8qqlr-1-0\">No Good Johnny</span></span><span data-offset-key=\"8qqlr-2-0\">. (Much better!) </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"6hu2f-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6hu2f-0-0\"><span data-offset-key=\"6hu2f-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"7n19i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7n19i-0-0\"><span data-offset-key=\"7n19i-0-0\">Tickets are $10 and may be purchased online or at the door.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"a0lst-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"a0lst-0-0\"><span data-offset-key=\"a0lst-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"bro19-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bro19-0-0\"><span data-offset-key=\"bro19-0-0\">SPECIAL BBQ DINNER AVAILABLE</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"9oh4g-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"9oh4g-0-0\"><span data-offset-key=\"9oh4g-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"fgktb-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"fgktb-0-0\"><span data-offset-key=\"fgktb-0-0\">Doors will open at 6:30pm on Friday, February 14th as Pit Master </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"fgktb-1-0\"><span data-offset-key=\"fgktb-1-0\">Mike</span></span><span data-offset-key=\"fgktb-2-0\"> from </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"fgktb-3-0\"><span data-offset-key=\"fgktb-3-0\">Front Door Catering</span></span><span data-offset-key=\"fgktb-4-0\"> will be showing your stomachs some love with a Traditional BBQ Buffet Dinner. Cost is $15 per person and payable at the catering counter the night of the event or in advance online. (Note:This is not an all-you-can-eat BBQ buffet, but it\'s a plenty-to-eat buffet, as you\'ll be welcome to go back for seconds.) </span></div>\r\n</div>\r\n</div>','NO GOOD JOHNNY','Valentine\'s Day Dance ','inherit','closed','closed','','4615-revision-v1','','','2020-01-25 07:42:42','2020-01-25 07:42:42','',4615,'https://thehistoricvinewood.com/4615-revision-v1/',0,'revision','',0),(4722,1,'2020-01-25 10:22:00','2020-01-25 10:22:00','','Valentines-Poster-Web-Color','','inherit','open','closed','','valentines-poster-web-color','','','2020-01-25 10:22:15','2020-01-25 10:22:15','',4615,'https://thehistoricvinewood.com/wp-content/uploads/2020/01/Valentines-Poster-Web-Color.jpg',0,'attachment','image/jpeg',0),(4723,1,'2020-01-25 21:26:23','2020-01-25 21:26:23','Traditional Country featuring Marilyn Pierce\r\n\r\nLISTEN TO \"DELTA DAWN\"\r\n\r\n&nbsp;\r\n\r\n[embed height=\"520\" width=\"640\"]https://www.reverbnation.com/marilynpierce?wordpress=1[/embed]','SOUTH FORK BAND','','inherit','closed','closed','','4623-revision-v1','','','2020-01-25 21:26:23','2020-01-25 21:26:23','',4623,'https://thehistoricvinewood.com/4623-revision-v1/',0,'revision','',0),(4724,0,'2020-01-25 21:43:04','2020-01-25 21:43:04','<div class=\"embed-container\"><iframe title=\"Marilyn Pierce\" width=\"640\" height=\"520\" scrolling=\"no\" frameborder=\"no\" src=\"https://www.reverbnation.com/widget_code/html_widget/artist_1801345?widget_id=55&pwc[included_songs]=1\"></iframe></div>','','','publish','closed','closed','','7377f233f04a6a4e236e2a97b5dc21c3','','','2020-01-25 21:43:04','2020-01-25 21:43:04','',0,'https://thehistoricvinewood.com/7377f233f04a6a4e236e2a97b5dc21c3/',0,'oembed_cache','',0),(4725,1,'2020-01-26 22:07:27','2020-01-26 22:07:27','','Order &ndash; January 26, 2020 @ 10:07 PM','','wc-completed','open','closed','wc_order_Vxgphn2QP0J5c','order-jan-26-2020-1007-pm','','','2020-01-26 22:11:04','2020-01-26 22:11:04','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4725',0,'shop_order','',2),(4726,43,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Brittany Austin','','publish','closed','closed','','brittany-austin','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4726',0,'mec-books','',0),(4727,1,'2020-01-27 21:43:38','2020-01-27 21:43:38','','Order &ndash; January 27, 2020 @ 09:43 PM','','wc-pending','open','closed','wc_order_Bc62LoPJmTDlx','order-jan-27-2020-0943-pm','','','2020-01-27 21:43:38','2020-01-27 21:43:38','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4727',0,'shop_order','',0),(4728,1,'2020-01-28 01:53:27','2020-01-28 01:53:27','','Order &ndash; January 28, 2020 @ 01:53 AM','','wc-pending','open','closed','wc_order_W7MmbbZvC4vuN','order-jan-28-2020-0153-am','','','2020-01-28 01:53:27','2020-01-28 01:53:27','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4728',0,'shop_order','',0),(4731,1,'2020-01-30 23:54:48','2020-01-30 23:54:48','','Order &ndash; January 30, 2020 @ 11:54 PM','','wc-completed','open','closed','wc_order_IFvFGeHuZSOSW','order-jan-30-2020-1154-pm','','','2020-01-30 23:57:38','2020-01-30 23:57:38','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4731',0,'shop_order','',2),(4732,45,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Bobbie','','publish','closed','closed','','bobbie','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4732',0,'mec-books','',0),(4736,1,'2020-02-03 12:10:00','2020-02-03 12:10:00','','Order &ndash; February 3, 2020 @ 12:10 PM','','wc-completed','open','closed','wc_order_jJBwdJ3UZ8Ef8','order-feb-03-2020-1210-pm','','','2020-02-03 15:31:21','2020-02-03 15:31:21','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4736',0,'shop_order','',2),(4737,1,'2020-02-03 12:36:57','2020-02-03 12:36:57','','Order &ndash; February 3, 2020 @ 12:36 PM','','wc-completed','open','closed','wc_order_Lovgqkwgv2I0K','order-feb-03-2020-1236-pm','','','2020-02-03 12:39:55','2020-02-03 12:39:55','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4737',0,'shop_order','',2),(4738,47,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Billy Persinger','','publish','closed','closed','','billy-persinger','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4738',0,'mec-books','',0),(4739,1,'2020-02-03 14:01:54','2020-02-03 14:01:54','','Order &ndash; February 3, 2020 @ 02:01 PM','','wc-completed','open','closed','wc_order_bDb6lizbZQeGO','order-feb-03-2020-0201-pm','','','2020-02-03 14:03:53','2020-02-03 14:03:53','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4739',0,'shop_order','',2),(4740,48,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Claudia Fox','','publish','closed','closed','','claudia-fox','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4740',0,'mec-books','',0),(4741,49,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Tiffany Pryor','','publish','closed','closed','','tiffany-pryor','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4741',0,'mec-books','',0),(4742,1,'2020-02-03 20:14:26','2020-02-03 20:14:26','','Order &ndash; February 3, 2020 @ 08:14 PM','','wc-completed','open','closed','wc_order_TBKr1CPQVydxn','order-feb-03-2020-0814-pm','','','2020-02-03 20:16:35','2020-02-03 20:16:35','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4742',0,'shop_order','',2),(4743,50,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Marian Berry','','publish','closed','closed','','marian-berry','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4743',0,'mec-books','',0),(4011,1,'2019-08-23 18:00:17','2019-08-23 18:00:17','','RATES','','publish','closed','closed','','4011','','','2020-01-03 04:29:02','2020-01-03 04:29:02','',0,'https://thehistoricvinewood.com/?p=4011',4,'nav_menu_item','',0),(4014,1,'2019-08-23 18:20:37','2019-08-23 18:20:37','','TheVinewood-Web-400','','inherit','open','closed','','thevinewood-web-400','','','2019-08-23 18:20:44','2019-08-23 18:20:44','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/TheVinewood-Web-400.png',0,'attachment','image/png',0),(3779,1,'2019-08-03 19:03:18','2019-08-03 19:03:18','','TheVinewood-8','','inherit','open','closed','','thevinewood-8','','','2019-08-03 19:03:18','2019-08-03 19:03:18','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-8.jpg',0,'attachment','image/jpeg',0),(3780,1,'2019-08-03 19:03:40','2019-08-03 19:03:40','','TheVinewood-7','','inherit','open','closed','','thevinewood-7-2','','','2019-08-03 19:03:40','2019-08-03 19:03:40','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-7-1.jpg',0,'attachment','image/jpeg',0),(4085,1,'2019-08-25 07:42:33','2019-08-25 07:42:33','','BackPatio','','inherit','open','closed','','backpatio','','','2019-08-25 07:42:33','2019-08-25 07:42:33','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio.jpg',0,'attachment','image/jpeg',0),(4086,1,'2019-08-25 07:42:51','2019-08-25 07:42:51','','BridalSuit-dress','','inherit','open','closed','','bridalsuit-dress','','','2019-08-25 07:42:51','2019-08-25 07:42:51','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuit-dress.jpg',0,'attachment','image/jpeg',0),(4087,1,'2019-08-25 07:42:56','2019-08-25 07:42:56','','BridalSuite-2','','inherit','open','closed','','bridalsuite-2','','','2019-08-25 07:42:56','2019-08-25 07:42:56','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg',0,'attachment','image/jpeg',0),(4088,1,'2019-08-25 07:43:00','2019-08-25 07:43:00','','BridalSuite-3','','inherit','open','closed','','bridalsuite-3','','','2019-08-25 07:43:00','2019-08-25 07:43:00','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-3.jpg',0,'attachment','image/jpeg',0),(4089,1,'2019-08-25 07:43:05','2019-08-25 07:43:05','','BridalSuite-4','','inherit','open','closed','','bridalsuite-4','','','2019-08-25 07:43:05','2019-08-25 07:43:05','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-4.jpg',0,'attachment','image/jpeg',0),(4090,1,'2019-08-25 07:43:10','2019-08-25 07:43:10','','BridalSuite-Mirrors','','inherit','open','closed','','bridalsuite-mirrors','','','2019-08-25 07:43:10','2019-08-25 07:43:10','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-Mirrors.jpg',0,'attachment','image/jpeg',0),(4091,1,'2019-08-25 07:43:14','2019-08-25 07:43:14','','BridalSuite-TwoBecome','','inherit','open','closed','','bridalsuite-twobecome','','','2019-08-25 07:43:14','2019-08-25 07:43:14','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-TwoBecome.jpg',0,'attachment','image/jpeg',0),(4092,1,'2019-08-25 07:43:19','2019-08-25 07:43:19','','Chairs','','inherit','open','closed','','chairs','','','2019-08-25 07:43:19','2019-08-25 07:43:19','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs.jpg',0,'attachment','image/jpeg',0),(4093,1,'2019-08-25 07:43:23','2019-08-25 07:43:23','','Decorations','','inherit','open','closed','','decorations','','','2019-08-25 07:43:23','2019-08-25 07:43:23','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations.jpg',0,'attachment','image/jpeg',0),(4094,1,'2019-08-25 07:43:28','2019-08-25 07:43:28','','Fireplace','','inherit','open','closed','','fireplace','','','2019-08-25 09:06:56','2019-08-25 09:06:56','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Fireplace.jpg',0,'attachment','image/jpeg',0),(4095,1,'2019-08-25 07:43:32','2019-08-25 07:43:32','','HeadTable','','inherit','open','closed','','headtable','','','2019-08-25 09:11:49','2019-08-25 09:11:49','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg',0,'attachment','image/jpeg',0),(4096,1,'2019-08-25 07:43:39','2019-08-25 07:43:39','','IMG_8662','','inherit','open','closed','','img_8662','','','2019-08-25 09:07:17','2019-08-25 09:07:17','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/IMG_8662.jpg',0,'attachment','image/jpeg',0),(4097,1,'2019-08-25 07:43:43','2019-08-25 07:43:43','','Mantal','','inherit','open','closed','','mantal','','','2019-08-25 09:04:00','2019-08-25 09:04:00','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal.jpg',0,'attachment','image/jpeg',0),(4098,1,'2019-08-25 07:43:48','2019-08-25 07:43:48','','MrsMrs','','inherit','open','closed','','mrsmrs','','','2019-08-25 07:43:48','2019-08-25 07:43:48','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/MrsMrs.jpg',0,'attachment','image/jpeg',0),(4099,1,'2019-08-25 07:43:52','2019-08-25 07:43:52','','Outside','','inherit','open','closed','','outside','','','2019-08-25 07:43:52','2019-08-25 07:43:52','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Outside.jpg',0,'attachment','image/jpeg',0),(4100,1,'2019-08-25 07:43:57','2019-08-25 07:43:57','','PetersonFlowers','','inherit','open','closed','','petersonflowers','','','2019-08-25 07:43:57','2019-08-25 07:43:57','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg',0,'attachment','image/jpeg',0),(4101,1,'2019-08-25 07:44:02','2019-08-25 07:44:02','','TableScape-3','','inherit','open','closed','','tablescape-3','','','2019-08-25 07:44:02','2019-08-25 07:44:02','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3.jpg',0,'attachment','image/jpeg',0),(4102,1,'2019-08-25 07:44:08','2019-08-25 07:44:08','','TableScape-Gold','','inherit','open','closed','','tablescape-gold','','','2019-08-25 07:44:08','2019-08-25 07:44:08','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg',0,'attachment','image/jpeg',0),(4103,1,'2019-08-25 07:44:12','2019-08-25 07:44:12','','TableScape','','inherit','open','closed','','tablescape','','','2019-08-25 07:44:12','2019-08-25 07:44:12','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape.jpg',0,'attachment','image/jpeg',0),(4104,1,'2019-08-25 07:44:17','2019-08-25 07:44:17','','TableSetup','','inherit','open','closed','','tablesetup','','','2019-08-25 07:44:17','2019-08-25 07:44:17','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup.jpg',0,'attachment','image/jpeg',0),(4105,1,'2019-08-25 07:44:22','2019-08-25 07:44:22','','WhiteAndBlueTables','','inherit','open','closed','','whiteandbluetables','','','2019-08-25 07:44:22','2019-08-25 07:44:22','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/WhiteAndBlueTables.jpg',0,'attachment','image/jpeg',0),(4479,3,'2019-10-05 00:00:00','2019-10-05 00:00:00','','Rhonda Seitz','','publish','closed','closed','','rhonda-seitz-2','','','2019-10-05 00:00:00','2019-10-05 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/rhonda-seitz-2/',0,'mec-books','',0),(4456,2,'2019-10-26 00:00:00','2019-10-26 00:00:00','','Jenelle Stanton','','publish','closed','closed','','jenelle-stanton-2','','','2019-10-26 00:00:00','2019-10-26 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/jenelle-stanton-2/',0,'mec-books','',0),(4432,1,'2019-10-04 22:41:46','2019-10-04 22:41:46','','Order &ndash; October 4, 2019 @ 10:41 PM','','wc-processing','closed','closed','wc_order_bVfsVYskVyRK0','order-oct-04-2019-1041-pm','','','2019-12-23 23:41:08','2019-12-23 23:41:08','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4432',0,'shop_order','',1),(4417,1,'2019-09-25 05:29:58','2019-09-25 05:29:58','<div id=\"stacks_out_60_page0\" class=\"stacks_out\">\r\n<div id=\"stacks_in_60_page0\" class=\"stacks_in \">\r\n<div id=\"stacks_out_p60_n18_page0\" class=\"stacks_out\">\r\n<div id=\"stacks_in_p60_n18_page0\" class=\"stacks_in text_stack\">Do you enjoy the dance music of the \'60s and \'70s? Then pull out your polyester suit and join us for a dance-hall extravaganza of such grand proportions; it might just scare the boogie shoes right off of you.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>Dance to the legends at The Vinewood Halloween Disco Dance Party featuring Platinum Express.</div>\r\n</div>\r\n<div></div>\r\n<div class=\"stacks_in text_stack\">Platinum Express combines the \'60s and \'70s era of music along with contemporary favorites, producing a stage performance that is second to none. The band members have been exhaustively and extensively selected to possess the highest quality of vocal and instrumental experience and expertise to provide an up tempo show that has audiences everywhere dancing and singing along to their favorite songs.</div>\r\n<div id=\"stacks_out_60_page0\" class=\"stacks_out\">\r\n<div id=\"stacks_in_60_page0\" class=\"stacks_in \">\r\n<div id=\"stacks_out_p60_n14_page0\" class=\"stacks_out\">\r\n<div id=\"stacks_in_p60_n14_page0\" class=\"stacks_in text_stack\">\r\n\r\nWhether a small or large venue, Platinum Express has consistently delivered a genuine, high-energy, nostalgia-inducing performance that leaves music lovers wanting more. Constantly perfecting their craft, the members of Platinum Express refuse to rest on their laurels. They are steadily learning new songs and improving on old as well as composing some Platinum Express Originals.\r\n\r\nPlatinum Express is a band that was created to breathe life into one of the greatest eras of music, while focusing on the enjoyment of the audience.\r\n<blockquote>\"It\'s a Blast!\"</blockquote>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\nPlatinum Express features three out front vocalist and The Full Steam Horn section, knocking out the best Rhythm and Blues, Motown, Hot-Buttered Soul, and Sophi<span class=\"text_exposed_show\">sticated Funk in the straight-ahead, vibrant \"Kansas City tradition\".</span>\r\n\r\nMembers of Platinum Express have backed up, performed, and/or recorded with Aretha Franklin, Sister Sledge, Dionne Warwick, The Righteous Brothers, Frank Sinatra, Tony Bennett, Kevin Mahogany, Bloodstone, members of Tower of Power, and The Temptations.\r\n\r\nTickets are $10 in advance. Doors open at 7pm. Show at 8pm. Cash bar and snack bar available. No table reservations. All ages show.','PLATINUM EXPRESS - A FUNKY HALLOWEEN DANCE','Dance to the legends at The Vinewood Halloween Disco Dance Party featuring Platinum Express.','publish','open','closed','','platinum-express-a-funky-halloween-dance','','','2019-09-26 20:06:08','2019-09-26 20:06:08','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4417',0,'mec-events','',0),(4418,1,'2019-09-25 05:28:37','2019-09-25 05:28:37','','PlatinumExpress-Web','','inherit','open','closed','','platinumexpress-web','','','2019-09-25 05:28:52','2019-09-25 05:28:52','',4417,'https://thehistoricvinewood.com/wp-content/uploads/2019/09/PlatinumExpress-Web.jpg',0,'attachment','image/jpeg',0),(4421,0,'2019-10-01 00:00:00','2019-10-01 00:00:00','','October 1, 2019 @ 6:00 pm (User: Guest)','','publish','closed','closed','','october-1-2019-600-pm-user-guest','','','2019-10-01 00:00:00','2019-10-01 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=booked_appointments&p=4421',0,'booked_appointments','',0),(4664,1,'2020-01-07 21:01:41','2020-01-07 21:01:41','Traditional electric blues, west coast jump, early rock &amp; roll, and ol’ school r&amp;b.\r\nThis music was recorded from about 1948 to 1960 and includes music by artists such as BB King, The Liggins Brothers, Big Mama Thornton, and Camille Howard.','THE HOUSE JUMPERS','Music from 1948 - 1960','inherit','closed','closed','','4313-revision-v1','','','2020-01-07 21:01:41','2020-01-07 21:01:41','',4313,'https://thehistoricvinewood.com/4313-revision-v1/',0,'revision','',0),(4665,1,'2020-01-07 21:32:28','2020-01-07 21:32:28','Join us for a Ladies Only Brunch and enjoy music from the talented Ellie Arilyn Smith, brunch from Front Door Catering and bottomless* mimosas.\n<p style=\"text-align: right;\"><em>* each guest receives three drink tickets</em></p>\nThis is an adult, ladies only event. No kids, unless they are connected to you for nutrition or old enough to pay their own bills, and no men.\n\nDress is casual. (It\'s your Sunday, dress however you desire.) This is not a networking, stuffy, brunch-like event; it\'s simply women taking some time off to celebrate, laugh, live and love (and brunch, of course).\n<h2>FEATURING:</h2>\n<h4>Music by Ellie Smith</h4>\n<strong>ABOUT</strong>:\n\nEllie Arilyn Smith has been singing and performing since she was eight years old. By the age of 18, she had demonstrated her prowess as a singer and songwriter. \"She can hammer down with so much soul it will shake your bones,\" wrote Topeka Blues Society, \"just as easily as she can deliver the subtle lyrical content she\'s become know for that leaves you lying in a puddle...or laughing all of your breath away.\"\n\n\"Spend some time listening...you’ll forget all about the Etta James, the Tab Benoit, the Susan Tedeschi and the Jonny Lang that Smith is so fond of belting out. The only thing you’ll you’ll want, is more Ellie.\"\n<h4>DETAILS:</h4>\nRSVP by January 8th please or at least email us with your intent to attend (if paying at the door). Email: Marketing@TheHistoricVinewood.com\n\nTickets are $30. Purchase online (here) or by phone (785) 260.6772\n\n<em>Cash bar and Bloody Marys will also be available. </em>\n\n<strong>MENU: </strong><em>\n</em>\n<ul>\n 	<li>Scrambled eggs</li>\n 	<li>Hashbrowns</li>\n 	<li>Sausage</li>\n 	<li>Cranberry Scones</li>\n 	<li>Italian Wedding Soup</li>\n 	<li>Signature Salad</li>\n 	<li>Turkey Tetrazzini</li>\n 	<li>Green beans with bacon and onions</li>\n 	<li>Lemon Bars</li>\n 	<li>Salted Carmel Brownies on Pretzel Crust <em>(soooo good)</em></li>\n</ul>','LADIES SUNDAY BRUNCH & MUSIC','Ladies\' only Sunday brunch featuring delicious food from Front Door Catering, *bottomless mimosas and music by Ellie Smith. RSVP required.','inherit','closed','closed','','4551-autosave-v1','','','2020-01-07 21:32:28','2020-01-07 21:32:28','',4551,'https://thehistoricvinewood.com/4551-autosave-v1/',0,'revision','',0),(4425,1,'2019-09-27 18:24:03','2019-09-27 18:24:03','','Order &ndash; September 27, 2019 @ 06:24 PM','','wc-pending','open','closed','wc_order_oGXXoLTwBFNvt','order-sep-27-2019-0624-pm','','','2019-09-27 18:24:03','2019-09-27 18:24:03','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4425',0,'shop_order','',0),(4426,2,'2019-10-26 00:00:00','2019-10-26 00:00:00','','Jenelle Stanton','','publish','closed','closed','','jenelle-stanton','','','2019-10-26 00:00:00','2019-10-26 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4426',0,'mec-books','',0),(4492,0,'2019-11-01 00:00:00','2019-11-01 00:00:00','','November 18, 2019 @ 5:30 pm (User: Guest)','','publish','closed','closed','','november-18-2019-530-pm-user-guest','','','2019-11-01 00:00:00','2019-11-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/november-18-2019-530-pm-user-guest/',0,'booked_appointments','',0),(4508,1,'2019-11-28 02:26:44','2019-11-28 02:26:44','','Order &ndash; November 28, 2019 @ 02:26 AM','','wc-processing','open','closed','wc_order_5BoKSwE2kQsVI','order-nov-28-2019-0226-am','','','2019-11-28 02:27:22','2019-11-28 02:27:22','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4508',0,'shop_order','',3),(4709,42,'2020-02-14 00:00:00','2020-02-14 00:00:00','','jill patterson','','publish','closed','closed','','jill-patterson','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4709',0,'mec-books','',0),(4496,1,'2019-11-19 21:04:56','2019-11-19 21:04:56','','Order &ndash; November 19, 2019 @ 09:04 PM','','wc-cancelled','open','closed','wc_order_OTFFrKHrnBY68','order-nov-19-2019-0904-pm','','','2019-11-19 22:12:01','2019-11-19 22:12:01','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4496',0,'shop_order','',1),(4497,10,'2019-11-22 00:00:00','2019-11-22 00:00:00','','Tamara L Russell','','publish','closed','closed','','tamara-l-russell','','','2019-11-22 00:00:00','2019-11-22 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/tamara-l-russell/',0,'mec-books','',0),(4498,1,'2019-11-23 05:23:26','2019-11-23 05:23:26','Prime Rib buffet dinner, champagne toast, biscuits and gravy at 12:30am and music by Mark &amp; The Sharks! Click the \"more link\" below to learn more and purchase tickets. Reservations are required.','NEW YEAR\'S EVE with Mark & The Sharks','Ring in the New Year at The Vinewood with dancing and music by Mark & The Sharks, a Prime Rib dinner, champagne toast and more. Tickets are $75 per person. Now taking reservations.','inherit','closed','closed','','3716-revision-v1','','','2019-11-23 05:23:26','2019-11-23 05:23:26','',3716,'https://thehistoricvinewood.com/3716-revision-v1/',0,'revision','',0),(4499,1,'2019-11-23 11:57:28','2019-11-23 11:57:28','','Order &ndash; November 23, 2019 @ 11:57 AM','','wc-processing','open','closed','wc_order_Eo9v57WvI5mEP','order-nov-23-2019-1157-am','','','2019-11-23 11:59:55','2019-11-23 11:59:55','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4499',0,'shop_order','',3),(4500,1,'2019-11-23 14:43:11','2019-11-23 14:43:11','','Tablescapes','','publish','closed','closed','','tablescapes','','','2019-11-23 14:43:56','2019-11-23 14:43:56','',0,'https://thehistoricvinewood.com/?post_type=portfolio&#038;p=4500',0,'portfolio','',0),(4501,1,'2019-11-23 14:43:11','2019-11-23 14:43:11','','Tablescapes','','inherit','closed','closed','','4500-revision-v1','','','2019-11-23 14:43:11','2019-11-23 14:43:11','',4500,'https://thehistoricvinewood.com/4500-revision-v1/',0,'revision','',0),(4502,11,'2019-12-14 00:00:00','2019-12-14 00:00:00','','Michael Turner','','publish','closed','closed','','michael-turner','','','2019-12-14 00:00:00','2019-12-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4502',0,'mec-books','',0),(4503,1,'2019-11-23 20:30:24','2019-11-23 20:30:24','','Order &ndash; November 23, 2019 @ 08:30 PM','','wc-processing','open','closed','wc_order_2FrHMrM9i4Z6L','order-nov-23-2019-0830-pm','','','2019-11-23 20:32:42','2019-11-23 20:32:42','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4503',0,'shop_order','',3),(4504,1,'2019-11-25 21:50:27','2019-11-25 21:50:27','','Order &ndash; November 25, 2019 @ 09:50 PM','','wc-processing','open','closed','wc_order_SNYxOioaV5lTh','order-nov-25-2019-0950-pm','','','2019-11-25 21:53:40','2019-11-25 21:53:40','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4504',0,'shop_order','',3),(4505,1,'2019-11-25 21:50:40','2019-11-25 21:50:40','','Order &ndash; November 25, 2019 @ 09:50 PM','','wc-processing','open','closed','wc_order_7Pw35aqaINV2K','order-nov-25-2019-0950-pm-2','','','2019-11-25 23:07:54','2019-11-25 23:07:54','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4505',0,'shop_order','',4),(4506,1,'2019-11-25 23:57:22','2019-11-25 23:57:22','','Order &ndash; November 25, 2019 @ 11:57 PM','','wc-processing','open','closed','wc_order_WvJkV5z6QBqJR','order-nov-25-2019-1157-pm','','','2019-11-26 00:01:01','2019-11-26 00:01:01','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4506',0,'shop_order','',3),(4507,1,'2019-11-26 20:25:00','2019-11-26 20:25:00','','Order &ndash; November 26, 2019 @ 08:25 PM','','wc-processing','open','closed','wc_order_79zCm3gmKjVeW','order-nov-26-2019-0825-pm','','','2019-11-26 20:26:31','2019-11-26 20:26:31','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4507',0,'shop_order','',3),(4522,1,'2019-12-14 15:45:53','2019-12-14 15:45:53','','Order &ndash; December 14, 2019 @ 03:45 PM','','wc-cancelled','open','closed','wc_order_CUNWn6nJDkaZl','order-dec-14-2019-0345-pm','','','2019-12-14 17:23:45','2019-12-14 17:23:45','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4522',0,'shop_order','',1),(4707,1,'2020-01-23 20:28:44','2020-01-23 20:28:44','','Order &ndash; January 23, 2020 @ 08:28 PM','','wc-pending','open','closed','wc_order_psvbAS2DgCT8D','order-jan-23-2020-0828-pm','','','2020-01-23 20:28:44','2020-01-23 20:28:44','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4707',0,'shop_order','',0),(4655,26,'2020-01-10 00:00:00','2020-01-10 00:00:00','','Johnny Ivory','','publish','closed','closed','','johnny-ivory','','','2020-01-10 00:00:00','2020-01-10 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4655',0,'mec-books','',0),(4514,1,'2019-12-06 23:11:24','2019-12-06 23:11:24','','Order &ndash; December 6, 2019 @ 11:11 PM','Prime rib me, hubby likes chicken','wc-processing','open','closed','wc_order_iSvKh6T7QrdNC','order-dec-06-2019-1111-pm','','','2019-12-06 23:12:47','2019-12-06 23:12:47','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4514',0,'shop_order','',3),(4515,1,'2019-12-08 20:47:46','2019-12-08 20:47:46','','Order &ndash; December 8, 2019 @ 08:47 PM','Mike Davies &amp; Debbie Huske','wc-cancelled','open','closed','wc_order_OcMWYBjBDhAke','order-dec-08-2019-0847-pm','','','2019-12-08 20:49:33','2019-12-08 20:49:33','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4515',0,'shop_order','',1),(4516,1,'2019-12-08 20:52:14','2019-12-08 20:52:14','','Order &ndash; December 8, 2019 @ 08:52 PM','Mike Davies &amp; Debbie Huske','wc-processing','open','closed','wc_order_F9GA9wW0a15eV','order-dec-08-2019-0852-pm','','','2019-12-08 20:53:17','2019-12-08 20:53:17','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4516',0,'shop_order','',3),(4595,1,'2019-12-29 01:18:15','2019-12-29 01:18:15','','Order &ndash; December 29, 2019 @ 01:18 AM','','wc-completed','open','closed','wc_order_jC7SRI6lIaMKj','order-dec-29-2019-0118-am','','','2019-12-29 01:27:15','2019-12-29 01:27:15','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4595',0,'shop_order','',2),(4518,9,'2019-11-09 00:00:00','2019-11-09 00:00:00','','Drex Flott','','publish','closed','closed','','drex-flott-2','','','2019-11-09 00:00:00','2019-11-09 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/drex-flott-2/',0,'mec-books','',0),(4519,1,'2019-12-12 00:50:29','2019-12-12 00:50:29','','Order &ndash; December 12, 2019 @ 12:50 AM','We would like to have a table for four on the on the raised portion of the floor, near the steps that lead to the dance floor. Please call 230-0143 for details. Thank you','wc-processing','open','closed','wc_order_vebaK3RkNVgew','order-dec-12-2019-1250-am','','','2019-12-12 00:51:29','2019-12-12 00:51:29','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4519',0,'shop_order','',3),(4520,1,'2019-12-13 19:53:41','2019-12-13 19:53:41','','Order &ndash; December 13, 2019 @ 07:53 PM','','wc-processing','open','closed','wc_order_Gtk7jK4vGQ1Vf','order-dec-13-2019-0753-pm','','','2019-12-13 19:58:11','2019-12-13 19:58:11','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4520',0,'shop_order','',3),(4521,0,'2019-12-01 00:00:00','2019-12-01 00:00:00','','December 17, 2019 @ 3:00 pm (User: Guest)','','publish','closed','closed','','december-17-2019-300-pm-user-guest','','','2019-12-01 00:00:00','2019-12-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/december-17-2019-300-pm-user-guest/',0,'booked_appointments','',0),(4523,1,'2019-12-14 16:01:23','2019-12-14 16:01:23','','Order &ndash; December 14, 2019 @ 04:01 PM','','wc-processing','open','closed','wc_order_kv9On7rX1RMZV','order-dec-14-2019-0401-pm','','','2019-12-14 16:03:22','2019-12-14 16:03:22','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4523',0,'shop_order','',3),(4524,1,'2019-12-14 16:13:52','2019-12-14 16:13:52','','Order &ndash; December 14, 2019 @ 04:13 PM','','wc-refunded','closed','closed','wc_order_QOQf2ORgTVRpx','order-dec-14-2019-0413-pm','','','2019-12-31 14:49:19','2019-12-31 14:49:19','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4524',0,'shop_order','',6),(4525,1,'2019-12-14 16:24:41','2019-12-14 16:24:41','','Order &ndash; December 14, 2019 @ 04:24 PM','','wc-processing','open','closed','wc_order_OxsUiHpP8g5xH','order-dec-14-2019-0424-pm','','','2019-12-14 16:26:25','2019-12-14 16:26:25','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4525',0,'shop_order','',3),(4526,1,'2019-12-14 17:24:14','2019-12-14 17:24:14','','Order &ndash; December 14, 2019 @ 05:24 PM','','wc-cancelled','open','closed','wc_order_vNuezf2tUvgfe','order-dec-14-2019-0524-pm','','','2019-12-14 19:29:28','2019-12-14 19:29:28','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4526',0,'shop_order','',1),(4527,1,'2019-12-14 17:38:48','2019-12-14 17:38:48','','Order &ndash; December 14, 2019 @ 05:38 PM','','wc-processing','open','closed','wc_order_6IlMQfXUoTAs7','order-dec-14-2019-0538-pm','','','2019-12-14 17:40:10','2019-12-14 17:40:10','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4527',0,'shop_order','',3),(4528,1,'2019-12-14 18:23:59','2019-12-14 18:23:59','','Order &ndash; December 14, 2019 @ 06:23 PM','','wc-processing','open','closed','wc_order_7fcTlTJxbmePs','order-dec-14-2019-0623-pm','','','2019-12-14 18:25:30','2019-12-14 18:25:30','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4528',0,'shop_order','',3),(4529,1,'2019-12-14 19:06:18','2019-12-14 19:06:18','','Order &ndash; December 14, 2019 @ 07:06 PM','','wc-processing','open','closed','wc_order_qILRaWDPYbC05','order-dec-14-2019-0706-pm','','','2019-12-14 19:09:36','2019-12-14 19:09:36','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4529',0,'shop_order','',3),(4530,1,'2019-12-15 03:40:30','2019-12-15 03:40:30','','Order &ndash; December 15, 2019 @ 03:40 AM','','wc-cancelled','open','closed','wc_order_ZF3A9AM8hSC2P','order-dec-15-2019-0340-am','','','2019-12-15 04:58:54','2019-12-15 04:58:54','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4530',0,'shop_order','',1),(4531,1,'2019-12-15 03:57:12','2019-12-15 03:57:12','','Order &ndash; December 15, 2019 @ 03:57 AM','','wc-processing','open','closed','wc_order_s7CfUVzDMZhbY','order-dec-15-2019-0357-am','','','2019-12-15 04:01:53','2019-12-15 04:01:53','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4531',0,'shop_order','',3),(4532,1,'2019-12-17 18:37:25','2019-12-17 18:37:25','','Order &ndash; December 17, 2019 @ 06:37 PM','','wc-processing','open','closed','wc_order_qbimZliiOtcbN','order-dec-17-2019-0637-pm','','','2019-12-17 18:38:54','2019-12-17 18:38:54','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4532',0,'shop_order','',3),(4571,1,'2019-12-25 16:33:10','2019-12-25 16:33:10','','Order &ndash; December 25, 2019 @ 04:33 PM','','wc-processing','open','closed','wc_order_E8KRAO3titPuU','order-dec-25-2019-0433-pm','','','2019-12-25 16:34:19','2019-12-25 16:34:19','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4571',0,'shop_order','',3),(4534,1,'2019-12-18 01:59:37','2019-12-18 01:59:37','','Order &ndash; December 18, 2019 @ 01:59 AM','','wc-processing','open','closed','wc_order_j2Tdpto5PNtU2','order-dec-18-2019-0159-am','','','2019-12-18 02:01:52','2019-12-18 02:01:52','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4534',0,'shop_order','',3),(4535,11,'2019-12-14 00:00:00','2019-12-14 00:00:00','','Michael Turner','','publish','closed','closed','','michael-turner-2','','','2019-12-14 00:00:00','2019-12-14 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/michael-turner-2/',0,'mec-books','',0),(4536,1,'2019-12-20 20:07:04','2019-12-20 20:07:04','','Order &ndash; December 20, 2019 @ 08:07 PM','','wc-processing','open','closed','wc_order_KSu84Fts9Tbz1','order-dec-20-2019-0807-pm','','','2019-12-20 20:07:42','2019-12-20 20:07:42','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4536',0,'shop_order','',3),(3802,1,'2019-08-08 09:46:10','2019-08-08 09:46:10','','Blocks','','publish','closed','closed','','blocks','','','2019-08-08 09:46:10','2019-08-08 09:46:10','',0,'https://thehistoricvinewood.com/?envato_kits=blocks',0,'envato_kits','',0),(3803,1,'2019-08-08 09:46:11','2019-08-08 09:46:11','','Single Quote','','publish','closed','closed','','single-quote','','','2019-08-08 09:46:11','2019-08-08 09:46:11','',3802,'https://thehistoricvinewood.com/?post_type=envato_kits&#038;p=3803',0,'envato_kits','',0),(3805,1,'2019-08-08 09:46:10','2019-08-08 09:46:10','','quotes-01','','inherit','open','closed','','quotes-01','','','2019-08-08 09:46:10','2019-08-08 09:46:10','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/quotes-01.png',0,'attachment','image/png',0),(3806,1,'2019-08-08 09:46:11','2019-08-08 09:46:11','','Single Quote','','publish','closed','closed','','elements-single-quote','','','2019-08-08 09:46:11','2019-08-08 09:46:11','',0,'https://thehistoricvinewood.com/?elementor_library=elements-single-quote',0,'elementor_library','',0),(3808,1,'2019-08-09 18:15:00','2019-08-09 18:15:00','','Retirement Party for Mike W','','publish','open','closed','','retirement-party-for-mike-w','','','2019-08-09 18:15:00','2019-08-09 18:15:00','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=3808',0,'mec-events','',0),(4634,1,'2020-01-03 04:25:36','2020-01-03 04:25:36','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:italic%2C700italic%2C600italic%7CPlayfair+Display:400%2C600\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-5\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9.jpg\"  alt=\"Bouquets\" title=\"blog (3 of 9)\"  width=\"640\" height=\"427\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		Seating for up to 350 guests \n		<!-- LAYER NR. 2 -->\n		Saying \n		<!-- LAYER NR. 3 -->\n		\"I DO\" \n		<!-- LAYER NR. 4 -->\n		Memories Are Made Here \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio.jpg\"  alt=\"\" title=\"BackPatio\"  width=\"998\" height=\"780\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		5.1 acres \n		<!-- LAYER NR. 6 -->\n		Green Spaces \n		<!-- LAYER NR. 7 -->\n		Breath new air into your events \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-4\" data-transition=\"boxslide,slotzoom-horizontal,zoomout\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9.jpg\"  alt=\"Umbrella\" title=\"blog (5 of 9)\"  width=\"640\" height=\"427\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 8 -->\n		Raining \n		<!-- LAYER NR. 9 -->\n		Luck \n		<!-- LAYER NR. 10 -->\n		Your Memories. We\'re just the backdrop. \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_2_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_2_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_2_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n			<h2>Wedding\nPackage</h2>		\n		<p>Your wedding event package includes full day and full access to The Vinewood for your ceremony and reception. It includes setup and teardown of tables and chairs for both events (not decorating), plus one hour rehearsal time. You also have the option of holding your ceremony indoors or out at no additional cost.</p>		\n            <a role=\"button\">\n			            Schedule a tour of The Vinewood Today!\n                    </a>\n		<p><strong>WEDDING Ceremony &amp; Reception</strong><br />venue access: 9am - 12am</p>		\n			<h2>$4000</h2>		\n			        <ul>\n                            <li >\n                                        Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering space, stage and historic dance floor\n                                    </li>\n                            <li >\n                                        Seating for up to 350 </br>(linens requried and not included)\n                                    </li>\n                            <li >\n                                        Ample parking & event security\n                                    </li>\n                            <li >\n                                        Decorative inventory access\n                                    </li>\n                            <li >\n                                        Day of event coordinator\n                                    </li>\n                            <li >\n                                        Personalized wedding website\n                                    </li>\n                    </ul>\n		<p><strong>RECEPTION ONLY</strong><br />Full Day Venue RENTAL: 9am - 12am</p>		\n			<h2>$3500</h2>		\n			        <ul>\n                            <li >\n                                        Same access and amenities as our wedding package for your reception.\n                                    </li>\n                            <li >\n                                        Does not include rehearsal time or any ceremony services\n                                    </li>\n                    </ul>\n			<h2>NOTES</h2>		\n			        <ul>\n                            <li >\n                                        Use any liscensed caterer of your choice\n                                    </li>\n                            <li >\n                                        Alcohol must be purchased through The Vinewood\n                                    </li>\n                            <li >\n                                        Linen rental is extra and must be procured through The Vinewood. We partner with Linens by Marlen\n                                    </li>\n                    </ul>\n			<h2>Event & Hourly\nRentals</h2>		\n		<p><strong>WEEKDAY</strong>: Monday - Thursday<br /><strong>WEEKEND</strong>: Friday - Sunday</p>		\n			<h2>PRICING NOTES</h2>		\n			        <ul>\n                            <li >\n                                        We have a house projector and meeting equipment available for a small fee lable for nominal fee\n                                    </li>\n                            <li >\n                                        Limited access to decorative inventory\n                                    </li>\n                            <li >\n                                        No caterer restrictions (must be liscensed) \n                                    </li>\n                            <li >\n                                        Alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n		<p>WEEKEND - 5 hour Rental</p>		\n			<h2>$1200</h2>		\n			        <ul>\n                            <li >\n                                        $250 / additional hour\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Event staff & coordinator\n                                    </li>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\n                                    </li>\n                            <li >\n                                        Parking & event security\n                                    </li>\n                            <li >\n                                        Access to catering prep station (all caterers must be licensed)\n                                    </li>\n                            <li >\n                                        All alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n		<p>Weekday - 3 hour rental</p>		\n			<h2>$600</h2>		\n			        <ul>\n                            <li >\n                                        $200 / additional hour\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Event staff & coordinator\n                                    </li>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\n                                    </li>\n                            <li >\n                                        Ample parking\n                                    </li>\n                            <li >\n                                        Access to catering prep station (all caterers must be licensed)\n                                    </li>\n                            <li >\n                                        All alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n            <a role=\"button\">\n			            VIEW AVAILABLE DATES\n                    </a>\n			<h2>ALL RENTALS</h2>		\n		<p>Alcohol must be purchased through The Vinewood. Cash bar options are available.</p><p>Linen rentals must be rented through The Vinewood and coordinated with Marla Oliaviar. <br />There is an additional fee which varies greatly on your desired table decore.<br />We advise wedding couples to budget $36 per table. </p>		\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable-400x400.jpg\"\n                                     alt=\"Blue Head Table\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3-400x400.jpg\"\n                                     alt=\"TableScape-3\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web-400x400.jpg\"\n                                     alt=\"ManizanaTables2-Web\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup-400x400.jpg\"\n                                     alt=\"TableSetup\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations-400x400.jpg\"\n                                     alt=\"Decorations\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853-400x400.jpg\"\n                                     alt=\"TheVinewood-6\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-400x400.jpg\"\n                                     alt=\"TableScape-Gold\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs-400x400.jpg\"\n                                     alt=\"Chairs\"/>\n                            </a>\n            <a role=\"button\">\n			            Schedule a tour of The Vinewood Today!\n                    </a>\n            <a role=\"button\">\n			            CHECK YOUR DATES / CALENDAR OF EVENTS\n                    </a>\n            <a role=\"button\">\n			            Pay Venue Deposit, Secure Your Date\n                    </a>\n            <a href=\"https://drive.google.com/file/d/147NXaO11SOYE6DS6HITR9m4DzDPaZnup/view?usp=sharing\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n			            FLOOR PLAN - PDF\n                    </a>','RATES & DATES','','inherit','closed','closed','','3991-revision-v1','','','2020-01-03 04:25:36','2020-01-03 04:25:36','',3991,'https://thehistoricvinewood.com/3991-revision-v1/',0,'revision','',0),(3818,1,'2019-08-10 06:26:15','2019-08-10 06:26:15','','Header (with Nav)','','publish','closed','closed','','header-with-nav','','','2019-08-10 06:26:15','2019-08-10 06:26:15','',3815,'https://thehistoricvinewood.com/?post_type=envato_kits&#038;p=3818',0,'envato_kits','',0),(3820,1,'2019-08-10 06:26:15','2019-08-10 06:26:15','','Header (with Nav)','','publish','closed','closed','','elements-header-with-nav','','','2019-08-10 06:26:15','2019-08-10 06:26:15','',0,'https://thehistoricvinewood.com/?elementor_library=elements-header-with-nav',0,'elementor_library','',0),(3840,1,'2019-08-11 22:25:26','2019-08-11 22:25:26','','Blocks','','publish','closed','closed','','blocks-3','','','2019-08-11 22:25:26','2019-08-11 22:25:26','',0,'https://thehistoricvinewood.com/?envato_kits=blocks-3',0,'envato_kits','',0),(3841,1,'2019-08-11 22:25:28','2019-08-11 22:25:28','','Featured Product','','publish','closed','closed','','featured-product','','','2019-08-11 22:25:29','2019-08-11 22:25:29','',3840,'https://thehistoricvinewood.com/?post_type=envato_kits&#038;p=3841',0,'envato_kits','',0),(3843,1,'2019-08-11 22:25:27','2019-08-11 22:25:27','','oliver-pecker-364272-unsplash(1)_02','','inherit','open','closed','','oliver-pecker-364272-unsplash1_02','','','2019-08-11 22:25:27','2019-08-11 22:25:27','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/oliver-pecker-364272-unsplash1_02.jpg',0,'attachment','image/jpeg',0),(3845,1,'2019-08-11 22:38:07','2019-08-11 22:38:07','','FDC_512Web','','inherit','open','closed','','fdc_512web','','','2019-08-11 22:38:18','2019-08-11 22:38:18','',1935,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/FDC_512Web.jpg',0,'attachment','image/jpeg',0),(3846,1,'2019-08-11 22:39:01','2019-08-11 22:39:01','','emailsiglogo','','inherit','open','closed','','emailsiglogo','','','2019-08-11 22:39:01','2019-08-11 22:39:01','',1935,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png',0,'attachment','image/png',0),(3855,1,'2019-08-11 22:56:56','2019-08-11 22:56:56','<div>[text* text-140 your-name placeholder \"Your Name\"][email* email-865 your-email placeholder \"Email Address\"][textarea your-message x3 placeholder \"Anything special you\'d like to share with us?\"][submit \"SEND\"]</div>\n1\nNYE RSVP\nThe Historic Vinewood <wordpress@thehistoricvinewood.com>\nthehistoricvinewood@gmail.com\nRSVP FROM:   [text-140]\r\n\r\nEMAIL:  [email-865]\r\n\r\nRSVP MESSAGE: \r\n\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for RSVPing for New Years 2019. We will be sending you an email with a link to purchase your tickets, or you can purchase them in person at The Vinewood. Payment must be made by December 20 or your reservation will be canceled. Thanks!\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 7','','publish','closed','closed','','contact-form-5_copy','','','2019-08-26 18:38:11','2019-08-26 18:38:11','',0,'https://thehistoricvinewood.com/?post_type=wpcf7_contact_form&#038;p=3855',0,'wpcf7_contact_form','',0),(4454,6,'2019-10-26 00:00:00','2019-10-26 00:00:00','','ranae cushing','','publish','closed','closed','','ranae-cushing','','','2019-10-26 00:00:00','2019-10-26 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4454',0,'mec-books','',0),(4453,5,'2019-10-26 00:00:00','2019-10-26 00:00:00','','Carol','','publish','closed','closed','','carol','','','2019-10-26 00:00:00','2019-10-26 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4453',0,'mec-books','',0),(4457,5,'2019-10-26 00:00:00','2019-10-26 00:00:00','','Carol','','publish','closed','closed','','carol-2','','','2019-10-26 00:00:00','2019-10-26 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/carol-2/',0,'mec-books','',0),(4458,1,'2019-10-31 03:20:51','2019-10-31 03:20:51','<img width=\"456\" height=\"456\" src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are.jpg\" alt=\"\" srcset=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are.jpg 456w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are-300x300.jpg 300w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/who-we-are-400x400.jpg 400w\" sizes=\"(max-width: 456px) 100vw, 456px\" />											\n			<h2>Who we are</h2>		\n		<p>Read about who we are, our areas of business and how we work.</p><p>Dreama is the largest and most trusted global marketplace connecting engaged couples with local wedding professionals.</p><p>Millions of couples around the world are able to search, compare and book from a directory of over 500,000 vendors. Founded in 2007, Dreama\'s portfolio of sites help couples and businesses in 15 countries across North America, Latin America, Asia and Europe.</p>		\n                    0\n                                            Monthly Users\n                    0\n                                            Reviews\n                    0\n                                            Vendors\n			<h2>Leadership</h2>		\n			Meet our team		\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-1.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-1.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-1-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-1-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-1-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Sadie Gonzales</a>\n                President & Founder\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-2.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-2.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-2-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-2-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-2-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Mildred Wilkins</a>\n                Chief Financial Officer\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-3.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-3.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-3-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-3-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-3-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Marvin Becker</a>\n                Chief Operating Officer\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-4.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-4.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-4-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-4-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-4-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Bernice Medina</a>\n                Chief Marketing Officer\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-5.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-5.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-5-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-5-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-5-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Eddie Christensen</a>\n                Chief Financial Officer\n                <img width=\"320\" height=\"320\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-6.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/team-6.jpg 320w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-6-100x100.jpg 100w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-6-150x150.jpg 150w, http://source.wpopal.com/dreama/wp-content/uploads/2019/02/team-6-300x300.jpg 300w\" sizes=\"(max-width: 320px) 100vw, 320px\" />                \n                    <ul>\n                                                                                    <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                                                                <li>\n                                    <a href=\"#\">\n                                    </a>\n                                </li>\n                                                                        </ul>\n                <a href=\"#\">Theresa Hunt</a>\n                Chief Operating Officer\n            <a href=\"#\" role=\"button\">\n			            See the full list\n                    </a>\n			Introduction Video 		\n			<h2>Dreama Presentation</h2>		\n            <a role=\"button\" href=\"#\" data-effect=\"mfp-zoom-in\">\n                            </a>\n			            Professionality\n                                    90%\n			            Food Ordering\n                                    50%\n			            Experience and Quality\n                                    90%\n			            Guarantee\n                                    70%\n		<p>Explore our Wedding Services.</p><p>Hello. Our Wedding Experience has been present for over 20 years in the market.<br />We have the best Wedding Services!</p>		\n										<img width=\"229\" height=\"40\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/02/signature.png\" alt=\"\" />											\n                                    Read reviews from couples like you\n                                        ‘I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!’                                    \n                                                                                Julianna, Maine\n                                        Wedding 7/1/19\n                                    Over 3 million reviews\n                                        ‘Such a great community to be part of. The commitment and service you all provide to the community is just outstanding.’                                    \n                                                                                John Doe\n                                        Wedding 7/5/19\n                                    Read reviews from couples like you\n                                        ‘I have used Dreama for just about everything for our wedding. I made our website, have started working on the seating plan, used the to do list, found vendors, and a lot more!’                                    \n                                                                                Michael\n                                        Wedding 23/8/19','About Us','','inherit','closed','closed','','237-revision-v1','','','2019-10-31 03:20:51','2019-10-31 03:20:51','',237,'https://thehistoricvinewood.com/237-revision-v1/',0,'revision','',0),(4392,1,'2019-09-15 14:41:12','2019-09-15 14:41:12','','STEVE KILE BAND (SAT)','Steve Kile Band returns to The Vinewood','publish','open','closed','','steve-kile-band-2','','','2019-10-01 15:01:01','2019-10-01 15:01:01','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4392',0,'mec-events','',0),(4394,0,'2019-09-01 00:00:00','2019-09-01 00:00:00','','September 17, 2019 @ 5:30 pm (User: Guest)','','publish','closed','closed','','september-17-2019-530-pm-user-guest','','','2019-09-01 00:00:00','2019-09-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/september-17-2019-530-pm-user-guest/',0,'booked_appointments','',0),(4396,1,'2019-09-22 06:46:25','2019-09-22 06:46:25','','ARTUS (SAT)','This local Classic Rock, Soulful Jazz, R&B and Funk Band will have you on your feet from start to finish!','publish','open','closed','','artus','','','2019-09-22 07:02:19','2019-09-22 07:02:19','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4396',0,'mec-events','',0),(4397,1,'2019-09-22 06:46:05','2019-09-22 06:46:05','','Artus','','inherit','open','closed','','artus','','','2019-09-22 06:46:05','2019-09-22 06:46:05','',4396,'https://thehistoricvinewood.com/wp-content/uploads/2019/09/Artus.jpg',0,'attachment','image/jpeg',0),(4400,1,'2019-09-22 06:56:20','2019-09-22 06:56:20','','WatermelonSlim','','inherit','open','closed','','watermelonslim','','','2019-09-22 06:56:32','2019-09-22 06:56:32','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/09/WatermelonSlim.jpg',0,'attachment','image/jpeg',0),(4656,1,'2020-01-07 13:38:41','2020-01-07 13:38:41','','Order &ndash; January 7, 2020 @ 01:38 PM','','wc-completed','open','closed','wc_order_kF5sSmSnW3COU','order-jan-07-2020-0138-pm','','','2020-01-07 13:40:36','2020-01-07 13:40:36','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4656',0,'shop_order','',2),(4657,27,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Lynne Crouse','','publish','closed','closed','','lynne-crouse','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4657',0,'mec-books','',0),(4765,1,'2020-02-08 17:46:54','2020-02-08 17:46:54','','Order &ndash; February 8, 2020 @ 05:46 PM','','wc-completed','open','closed','wc_order_kx0cPRUiqh3vz','order-feb-08-2020-0546-pm','','','2020-02-08 17:50:13','2020-02-08 17:50:13','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4765',0,'shop_order','',2),(4766,30,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Beverly Austin','','publish','closed','closed','','beverly-austin-2','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4766',0,'mec-books','',0),(4767,1,'2020-02-08 18:01:21','2020-02-08 18:01:21','','Order &ndash; February 8, 2020 @ 06:01 PM','','wc-completed','open','closed','wc_order_Xq9cdo9YAOA5o','order-feb-08-2020-0601-pm','','','2020-02-08 18:05:02','2020-02-08 18:05:02','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4767',0,'shop_order','',2),(4666,1,'2020-01-07 21:33:32','2020-01-07 21:33:32','Join us for a Ladies Only Brunch and enjoy music from the talented Ellie Arilyn Smith, brunch from Front Door Catering and bottomless* mimosas.\r\n<p style=\"text-align: right;\"><em>* each guest receives three drink tickets</em></p>\r\nThis is an adult, ladies only event. No kids, unless they are connected to you for nutrition or old enough to pay their own bills, and no men.\r\n\r\nDress is casual. (It\'s your Sunday, dress however you desire.) This is not a networking, stuffy, brunch-like event; it\'s simply women taking some time off to celebrate, laugh, live and love (and brunch, of course).\r\n<h2>FEATURING:</h2>\r\n<h4>Music by Ellie Smith</h4>\r\n<strong>ABOUT</strong>:\r\n\r\nEllie Arilyn Smith has been singing and performing since she was eight years old. By the age of 18, she had demonstrated her prowess as a singer and songwriter. \"She can hammer down with so much soul it will shake your bones,\" wrote Topeka Blues Society, \"just as easily as she can deliver the subtle lyrical content she\'s become know for that leaves you lying in a puddle...or laughing all of your breath away.\"\r\n\r\n\"Spend some time listening...you’ll forget all about the Etta James, the Tab Benoit, the Susan Tedeschi and the Jonny Lang that Smith is so fond of belting out. The only thing you’ll you’ll want, is more Ellie.\"\r\n<h4>DETAILS:</h4>\r\nRSVP by January 8th please or at least email us with your intent to attend (if paying at the door). Email: Marketing@TheHistoricVinewood.com\r\n\r\nTickets are $30. Purchase online (here) or by phone (785) 260.6772\r\n\r\n<strong>MENU: </strong><em>\r\n</em>\r\n<ul>\r\n 	<li>Scrambled eggs</li>\r\n 	<li>Hashbrowns</li>\r\n 	<li>Sausage</li>\r\n 	<li>Cranberry Scones</li>\r\n 	<li>Italian Wedding Soup</li>\r\n 	<li>Signature Salad</li>\r\n 	<li>Turkey Tetrazzini</li>\r\n 	<li>Green beans with bacon and onions</li>\r\n 	<li>Lemon Bars</li>\r\n 	<li>Salted Carmel Brownies on Pretzel Crust <em>(soooo good)</em></li>\r\n</ul>\r\n<em>FEATURING: Mimosas plus Red Wine Sangria, Sangria!</em>','LADIES SUNDAY BRUNCH & MUSIC','Ladies\' only Sunday brunch featuring delicious food from Front Door Catering, *bottomless mimosas and music by Ellie Smith. RSVP required.','inherit','closed','closed','','4551-revision-v1','','','2020-01-07 21:33:32','2020-01-07 21:33:32','',4551,'https://thehistoricvinewood.com/4551-revision-v1/',0,'revision','',0),(4560,1,'2019-12-24 17:07:30','2019-12-24 17:07:30','<h2>Dance & Celebrate</h2>		\n		<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.</p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.</p>		\n			<h3>Details</h3>		\n		<ul><li><strong>$10 per person</strong> (all dances &amp; shows)<strong><br /></strong></li><li>All Ages Welcomed</li><li>Doors open one hour prior to start time listed</li><li>No outside food or drink</li><li>Cash bar and snack bar available (we do accept credit and debit cards)</li></ul>		\n			<h2>Upcoming Events</h2>		\n		<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.</p><p><em>(Click on the band name to view event details and to learn more about the band.)</em></p>[MEC id=\"16\"]','Dance Events','','inherit','closed','closed','','4126-revision-v1','','','2019-12-24 17:07:30','2019-12-24 17:07:30','',4126,'https://thehistoricvinewood.com/4126-revision-v1/',0,'revision','',0),(4430,1,'2019-10-01 18:28:12','2019-10-01 18:28:12','','44099737_458752667865091_7165541368687755264_n','','inherit','open','closed','','44099737_458752667865091_7165541368687755264_n','','','2019-10-01 18:28:25','2019-10-01 18:28:25','',3710,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/44099737_458752667865091_7165541368687755264_n.jpg',0,'attachment','image/jpeg',0),(4433,3,'2019-10-05 00:00:00','2019-10-05 00:00:00','','Rhonda Seitz','','publish','closed','closed','','rhonda-seitz','','','2019-10-05 00:00:00','2019-10-05 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4433',0,'mec-books','',0),(4434,1,'2019-10-08 20:37:25','2019-10-08 20:37:25','','Hartner/Prior Wedding','','publish','open','closed','','hartner-prior-wedding','','','2019-10-08 20:37:25','2019-10-08 20:37:25','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4434',0,'mec-events','',0),(4439,1,'2019-10-09 21:54:36','2019-10-09 21:54:36','','CAROLYN SILLS BAND - TICKETS','Special Wednesday Concert','publish','open','closed','','carolyn-sills-band-tickets','','','2019-10-09 21:55:27','2019-10-09 21:55:27','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4439',0,'mec-events','',0),(4443,1,'2019-10-10 15:15:17','2019-10-10 15:15:17','','Order &ndash; October 10, 2019 @ 03:15 PM','','wc-pending','open','closed','wc_order_zj5MPVnn61P4K','order-oct-10-2019-0315-pm','','','2019-10-10 15:15:17','2019-10-10 15:15:17','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4443',0,'shop_order','',0),(4444,1,'2019-10-10 15:16:59','2019-10-10 15:16:59','','Order &ndash; October 10, 2019 @ 03:16 PM','','wc-pending','open','closed','wc_order_v6dXFegLYjDmA','order-oct-10-2019-0316-pm','','','2019-10-10 15:16:59','2019-10-10 15:16:59','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4444',0,'shop_order','',0),(4445,0,'2019-10-01 00:00:00','2019-10-01 00:00:00','','October 16, 2019 @ 5:30 pm (User: Guest)','','publish','closed','closed','','october-16-2019-530-pm-user-guest','','','2019-10-01 00:00:00','2019-10-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/october-16-2019-530-pm-user-guest/',0,'booked_appointments','',0),(4446,4,'2019-10-26 00:00:00','2019-10-26 00:00:00','','Kerrice','','publish','closed','closed','','kerrice','','','2019-10-26 00:00:00','2019-10-26 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4446',0,'mec-books','',0),(4447,1,'2019-10-15 07:58:32','2019-10-15 07:58:32','BLUES/ROCK\'S FINEST PAUL NELSON\r\n\r\nBeing blues/rock icon Johnny Winter‘s hand-picked touring and recording guitarist is just one of the accolades held by Grammy-winning guitarist Paul Nelson who has also shared the world’s stages and/or recorded alongside Eric Clapton, Buddy Guy, Billy Gibbons, Slash, Warren Haynes, Derek Trucks, Vince Gill, Sonny Landreth, Ben Harper, Joe Bonamassa and the list goes on.\r\n\r\nWhether it\'s headlining festivals, performing to packed houses at many of music\'s most prestigious stages or iconic clubs like New York\'s Iridum, Blue Note, 55 bar and BB Kings to London\'s Astoria and Buddy Guy\'s Legend\'s in Chicago, Nelson\'s guitar mastery and band in a live setting are the most impressive and unforgettable.\r\n\r\nWith appearances on late night with David Letterman and Jimmy Kimmel, Nelson a blues hall of fame artist is known for his amazing tone and playing style by an ever growing legion of fans establishing him as one of today’s leading modern blues guitar trendsetters.\r\n<blockquote>\"He\'s a Great Guitar Player\" \"Brother Paul\" - Buddy Guy</blockquote>\r\nCome see why this guitarist’s guitarist and band are packing houses on tour now!\r\n\r\n\"What else can we say about Paul Nelson except...Chops Deluxe.\"- Guitar World Magazine\"\r\n\r\n\"An A-List guitar player...one of the most technically dazzling players around today.\"- Guitar Magazine\r\n\r\n\"He’s a soulful player who has chops to burn. The word ‘ferocious’ comes to mind, or ‘take no prisoners’“ - Vintage Guitar Magazine\r\n\r\nNelson received a Grammy award for his work performing on and producing Winter\'s \"Step Back\" release on Megaforce/Sony winning \"Best Blues Album of the Year\" highlighting his already long list of Grammy Nominations. As well as the BMA \"Blues Music Award\" for \"Best Blues/Rock Album\" reaching #16 on the Billboard Top 200 and staying at #1 on the Billboard Blues Charts for weeks. He is also a recipient of the Blues Foundation\'s KBA \"Keeping The Blues Alive Award\".\r\n\r\nHe also appears in the award winning documentaries: \"Down and Dirty\" The Johnny Winter Story and \"Sideman: Long Road to Glory\" (feat: Bonnie Rait, Gregg Allman, Hubert Sumlin)','PAUL NELSON BAND','\"He\'s a Great Guitar Player\" \"Brother Paul\" - Buddy Guy','publish','open','closed','','paul-nelson-band','','','2019-10-31 03:32:01','2019-10-31 03:32:01','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4447',0,'mec-events','',0),(4468,1,'2019-10-31 03:35:04','2019-10-31 03:35:04','Note the earlier start time\r\n\r\nThanks!','STEVE KILE BAND','Steve Kile Band returns to The Vinewood','publish','open','closed','','steve-kile-band-3','','','2019-11-23 05:22:11','2019-11-23 05:22:11','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4468',0,'mec-events','',0),(4469,1,'2019-10-31 03:35:04','2019-10-31 03:35:04','Note the earlier start time\r\n\r\nThanks!','STEVE KILE BAND','Steve Kile Band returns to The Vinewood','inherit','closed','closed','','4468-revision-v1','','','2019-10-31 03:35:04','2019-10-31 03:35:04','',4468,'https://thehistoricvinewood.com/4468-revision-v1/',0,'revision','',0),(4554,1,'2019-12-24 16:45:59','2019-12-24 16:45:59','Join us for a Ladies Only Brunch and enjoy music from the talented Ellie Arilyn Smith, brunch from Front Door Catering and bottomless* mimosas.\r\n<p style=\"text-align: right;\"><em>* each guest receives three drink tickets</em></p>\r\nThis is an adult, ladies only event. No kids, unless they are connected to you for nutrition or old enough to pay their own bills, and no men.\r\n\r\nDress is casual. (It\'s your Sunday, dress however you desire.) This is not a networking, stuffy, brunch-like event; it\'s simply women taking some time off to celebrate, laugh, live and love (and brunch, of course).\r\n<h2>FEATURING:</h2>\r\n<h4>Music by Ellie Smith</h4>\r\n<strong>ABOUT</strong>:\r\n\r\nEllie Arilyn Smith has been singing and performing since she was eight years old. By the age of 18, she had demonstrated her prowess as a singer and songwriter. \"She can hammer down with so much soul it will share your bones,\" wrote Topeka Blues Society, \"just as easily as she can deliver the subtle lyrical content she\'s become know for that leaves you lying in a puddle...or laughing all of your breath away.\"\r\n\r\n\"Spend some time listening...you’ll forget all about the Etta James, the Tab Benoit, the Susan Tedeschi and the Jonny Lang that Smith is so fond of belting out. The only thing you’ll you’ll want, is more Ellie.\"\r\n<h4>DETAILS:</h4>\r\nRSVP by January 8th\r\nTickets are $30. Purchase online (here) or by phone (785) 260.6772\r\n\r\n<em>Cash bar and Bloody Marys will also be available. </em>\r\n\r\n<em>Menu to be announced later but will contain a variety of brunch musts, home baked goods and plenty of options for vegetarians and Gluten-free dietary desires.\r\n</em>','LADIES SUNDAY BRUNCH & MUSIC','Ladies\' only Sunday brunch featuring delicious food from Front Door Catering, *bottomless mimosas and music by Ellie Smith. RSVP required.','inherit','closed','closed','','4551-revision-v1','','','2019-12-24 16:45:59','2019-12-24 16:45:59','',4551,'https://thehistoricvinewood.com/4551-revision-v1/',0,'revision','',0),(4448,1,'2019-10-15 07:57:50','2019-10-15 07:57:50','','71326600_2547022462003438_4597367937492320256_n','','inherit','open','closed','','71326600_2547022462003438_4597367937492320256_n','','','2019-10-15 07:58:04','2019-10-15 07:58:04','',4447,'https://thehistoricvinewood.com/wp-content/uploads/2019/10/71326600_2547022462003438_4597367937492320256_n.jpg',0,'attachment','image/jpeg',0),(4466,1,'2019-10-31 03:32:01','2019-10-31 03:32:01','BLUES/ROCK\'S FINEST PAUL NELSON\r\n\r\nBeing blues/rock icon Johnny Winter‘s hand-picked touring and recording guitarist is just one of the accolades held by Grammy-winning guitarist Paul Nelson who has also shared the world’s stages and/or recorded alongside Eric Clapton, Buddy Guy, Billy Gibbons, Slash, Warren Haynes, Derek Trucks, Vince Gill, Sonny Landreth, Ben Harper, Joe Bonamassa and the list goes on.\r\n\r\nWhether it\'s headlining festivals, performing to packed houses at many of music\'s most prestigious stages or iconic clubs like New York\'s Iridum, Blue Note, 55 bar and BB Kings to London\'s Astoria and Buddy Guy\'s Legend\'s in Chicago, Nelson\'s guitar mastery and band in a live setting are the most impressive and unforgettable.\r\n\r\nWith appearances on late night with David Letterman and Jimmy Kimmel, Nelson a blues hall of fame artist is known for his amazing tone and playing style by an ever growing legion of fans establishing him as one of today’s leading modern blues guitar trendsetters.\r\n<blockquote>\"He\'s a Great Guitar Player\" \"Brother Paul\" - Buddy Guy</blockquote>\r\nCome see why this guitarist’s guitarist and band are packing houses on tour now!\r\n\r\n\"What else can we say about Paul Nelson except...Chops Deluxe.\"- Guitar World Magazine\"\r\n\r\n\"An A-List guitar player...one of the most technically dazzling players around today.\"- Guitar Magazine\r\n\r\n\"He’s a soulful player who has chops to burn. The word ‘ferocious’ comes to mind, or ‘take no prisoners’“ - Vintage Guitar Magazine\r\n\r\nNelson received a Grammy award for his work performing on and producing Winter\'s \"Step Back\" release on Megaforce/Sony winning \"Best Blues Album of the Year\" highlighting his already long list of Grammy Nominations. As well as the BMA \"Blues Music Award\" for \"Best Blues/Rock Album\" reaching #16 on the Billboard Top 200 and staying at #1 on the Billboard Blues Charts for weeks. He is also a recipient of the Blues Foundation\'s KBA \"Keeping The Blues Alive Award\".\r\n\r\nHe also appears in the award winning documentaries: \"Down and Dirty\" The Johnny Winter Story and \"Sideman: Long Road to Glory\" (feat: Bonnie Rait, Gregg Allman, Hubert Sumlin)','PAUL NELSON BAND','\"He\'s a Great Guitar Player\" \"Brother Paul\" - Buddy Guy','inherit','closed','closed','','4447-revision-v1','','','2019-10-31 03:32:01','2019-10-31 03:32:01','',4447,'https://thehistoricvinewood.com/4447-revision-v1/',0,'revision','',0),(4008,1,'2019-08-23 17:53:02','2019-08-23 17:53:02','','TheVinewood-6','','inherit','open','closed','','thevinewood-6','','','2019-08-23 17:56:02','2019-08-23 17:56:02','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6.jpg',0,'attachment','image/jpeg',0),(3889,1,'2019-08-11 23:10:21','2019-08-11 23:10:21','','il_340x270.1102277676_eefc','','inherit','open','closed','','il_340x270-1102277676_eefc','','','2019-08-11 23:10:33','2019-08-11 23:10:33','',1589,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/il_340x270.1102277676_eefc.jpg',0,'attachment','image/jpeg',0),(3895,1,'2019-08-11 23:31:40','2019-08-11 23:31:40','Take a tour of The Vinewood and plan your next great event','Vinewood Tour','','publish','closed','closed','','vinewood-tour','','','2019-08-11 23:45:51','2019-08-11 23:45:51','',0,'https://thehistoricvinewood.com/vinewood-tour/',0,'uasp-service','',0),(3910,1,'2019-08-01 00:00:00','2019-08-01 00:00:00','','August 13, 2019 @ 9:00 am (User: 1)','','publish','closed','closed','','august-13-2019-900-am-user-1','','','2019-08-01 00:00:00','2019-08-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/august-13-2019-900-am-user-1/',0,'booked_appointments','',0),(3906,1,'2019-08-11 23:46:52','2019-08-11 23:46:52','General Manager','Shana Stint','','publish','closed','closed','','shana-stint','','','2019-08-11 23:46:52','2019-08-11 23:46:52','',0,'https://thehistoricvinewood.com/shana-stint/',0,'uasp-provider','',0),(3899,1,'2019-08-11 23:36:22','2019-08-11 23:36:22','2848 SE 29th St','The Vinewood','','publish','closed','closed','','the-vinewood','','','2019-08-11 23:36:22','2019-08-11 23:36:22','',0,'https://thehistoricvinewood.com/the-vinewood/',0,'uasp-location','',0),(3900,1,'2019-08-11 23:39:20','2019-08-11 23:39:20','<h2>Be Inspired by Real Events & Schedule Your Vinewood Tour Today!</h2>		\n                <article id=\"post-995\">\n                <img width=\"640\" height=\"427\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9.jpg\" alt=\"Essman Wedding\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9.jpg 640w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-600x400.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/nicole-and-michael/\">Essmen Wedding</a></h2>\n                photographer: THPeterson<time datetime=\"2019-04-01T00:00:00+00:00\">01/04/2019</time>            \n</article><!-- #post-## --><article id=\"post-984\">\n                <img width=\"1170\" height=\"780\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg 1170w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-768x512.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-1024x683.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-600x400.jpg 600w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/carlson-financial/\">Carlson Financial</a></h2>\n                Topeka Western Night<time datetime=\"2018-08-17T00:00:00+00:00\">17/08/2018</time>            \n</article><!-- #post-## -->            \n			<h2>Schedule a Tour</h2>		\n		<p>We would love to show you The Vinewood and see if it\'s a perfect fit for your next event.</p><p>Venue tours are conducted on Tuesdays and Wednesdays. You may book your tour using the booking calendar below.</p><p>If Tuesday or Wednesday does not work for you, please email shana@thehistoricvinewood to schedule an alternate time.</p><p>Thanks!</p>[booked-calendar]','TOUR THE VINEWOOD','','publish','closed','closed','','tour-the-vinewood','','','2019-08-28 03:55:10','2019-08-28 03:55:10','',0,'https://thehistoricvinewood.com/?page_id=3900',0,'page','',0),(3903,1,'2019-08-11 23:40:15','2019-08-11 23:40:15','','GALLERY OF REAL EVENTS','','publish','closed','closed','','3903','','','2020-01-03 04:29:02','2020-01-03 04:29:02','',0,'https://thehistoricvinewood.com/?p=3903',3,'nav_menu_item','',0),(3911,1,'2019-08-12 00:41:07','2019-08-12 00:41:07','Thank you for your interest in The Vinewood. We look forward to meeting you and hopefully hosting your next big event.\r\n\r\nIf you have any questions, please call us at 260-6772 or drop us an email at dw@thehistoricvinewood.com\r\n\r\nThanks!','THANK YOU','','publish','closed','closed','','thank-you','','','2019-08-25 08:16:14','2019-08-25 08:16:14','',0,'https://thehistoricvinewood.com/?page_id=3911',0,'page','',0),(4362,1,'2019-09-01 23:35:36','2019-09-01 23:35:36','','CarolynSills-FBEvent-web','','inherit','open','closed','','carolynsills-fbevent-web','','','2019-09-01 23:43:24','2019-09-01 23:43:24','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/CarolynSills-FBEvent-web.jpg',0,'attachment','image/jpeg',0),(4511,1,'2019-12-06 00:57:18','2019-12-06 00:57:18','<p>THE VINEWOOD</p>		\n			<h2>MAILING LIST</h2>		\n			<h2>2848 SE 29th  |  Topeka, KAN 66605</h2>		\n		<p>785-260-6772</p>		\n			<h2>NEW YEAR\'S EVE </h2>		\n            <a role=\"button\">\n			            BUY TICKETS\n                    </a>\n			<h2>TOUR THE VINEWOOD</h2>		\n            <a role=\"button\">\n			            SCHD A TOUR\n                    </a>\n		<p>website provided by:</p>		\n										<img width=\"184\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/MollyHarmen-photog.jpg\" alt=\"Molly Harmen Photography\" />											\n										<img width=\"300\" height=\"45\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/WhitneyCathleenPhotography.jpg\" alt=\"Whitney Cathleen Photography\" />											\n										<img width=\"300\" height=\"59\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/THPetersonPhotography.jpg\" alt=\"TH Peterson Photography\" />											\n			        <ul>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/dance-events/\">                    DANCE\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"#\">                        \n                                        FAQs\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/rates-dates/\">                        \n                                        RATES\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/calendar-of-events/\">                        \n                                        CALENDAR\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://www.facebook.com/thevinewood/\" target=\"_blank\" rel=\"noopener noreferrer\">                        \n                                        FACEBOOK\n                                            </a>\n                                    </li>\n                    </ul>','Footer 13','','inherit','closed','closed','','1868-revision-v1','','','2019-12-06 00:57:18','2019-12-06 00:57:18','',1868,'https://thehistoricvinewood.com/1868-revision-v1/',0,'revision','',0),(4512,1,'2019-12-06 00:57:19','2019-12-06 00:57:19','<p>THE VINEWOOD</p>		\n			<h2>Upcoming Events & more - Join our email list</h2>		\n			<h2>2848 SE 29th  |  Topeka, KAN 66605</h2>		\n		<p>785-260-6772</p>		\n			<h2>NEW YEAR\'S EVE </h2>		\n            <a role=\"button\">\n			            BUY TICKETS\n                    </a>\n			<h2>TOUR THE VINEWOOD</h2>		\n            <a role=\"button\">\n			            SCHD A TOUR\n                    </a>\n		<p>featured photography by:</p>		\n										<img width=\"184\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/MollyHarmen-photog.jpg\" alt=\"Molly Harmen Photography\" />											\n										<img width=\"300\" height=\"45\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/WhitneyCathleenPhotography.jpg\" alt=\"Whitney Cathleen Photography\" />											\n										<img width=\"300\" height=\"59\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/THPetersonPhotography.jpg\" alt=\"TH Peterson Photography\" />											\n			        <ul>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/dance-events/\">                    DANCE\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"#\">                        \n                                        FAQs\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/rates-dates/\">                        \n                                        RATES\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://thehistoricvinewood.com/calendar-of-events/\">                        \n                                        CALENDAR\n                                            </a>\n                                    </li>\n                            <li >\n                    <a href=\"https://www.facebook.com/thevinewood/\" target=\"_blank\" rel=\"noopener noreferrer\">                        \n                                        FACEBOOK\n                                            </a>\n                                    </li>\n                    </ul>','Footer 13','','inherit','closed','closed','','1868-revision-v1','','','2019-12-06 00:57:19','2019-12-06 00:57:19','',1868,'https://thehistoricvinewood.com/1868-revision-v1/',0,'revision','',0),(4369,1,'2019-09-02 00:19:27','2019-09-02 00:19:27','','MollyHarmen-photog','','inherit','open','closed','','mollyharmen-photog','','','2019-09-02 00:19:43','2019-09-02 00:19:43','',1868,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/MollyHarmen-photog.jpg',0,'attachment','image/jpeg',0),(3916,1,'2019-08-12 00:44:22','2019-08-12 00:44:22','<div>[text* text-140 your-name placeholder \"Your Name\"][email* email-865 your-email placeholder \"Email Address\"][select menu-912 \"2 Guests\" \"1 Guest\"][select menu-913 \"New Years Eve 2019\" \"The Ceremony\" \"The Afterparty\" \"All of the above\"][textarea your-message x3 placeholder \"Need to share something?\"][submit \"SEND\"]</div>\n1\n[your-subject]\nThe Historic Vinewood <wordpress@thehistoricvinewood.com>\nthehistoricvinewood@gmail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on The Historic Vinewood (https://thehistoricvinewood.com)\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your reservation. We look forward to ringing in the new year with you.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 9','','publish','closed','closed','','contact-form-7_copy','','','2019-08-12 00:44:33','2019-08-12 00:44:33','',0,'https://thehistoricvinewood.com/?post_type=wpcf7_contact_form&#038;p=3916',0,'wpcf7_contact_form','',0),(4071,1,'2019-08-25 06:52:13','2019-08-25 06:52:13','','One Click Demo Import - log_file_2019-08-25__06-52-13','','inherit','open','closed','','one-click-demo-import-log_file_2019-08-25__06-52-13','','','2019-08-25 06:52:13','2019-08-25 06:52:13','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/log_file_2019-08-25__06-52-13.txt',0,'attachment','text/plain',0),(4072,1,'2019-02-28 01:53:14','2019-02-28 01:53:14','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:800italic%2Citalic%2C600italic%2C500%2C300%7CPlayfair+Display:400%2C600%2C700%7CPlayfair+Display+SC:700italic\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-20\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal.jpg\"  alt=\"Mantal\" title=\"Mantal\"  width=\"1170\" height=\"780\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		The Historic Vinewood \n		<!-- LAYER NR. 2 -->\n		Since \n		<!-- LAYER NR. 3 -->\n		1889 \n		<!-- LAYER NR. 4 -->\n		Where Memories Are Made \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-21\" data-transition=\"boxslide,slotzoom-horizontal,zoomout\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\"  alt=\"Blue Head Table\" title=\"HeadTable\"  width=\"1170\" height=\"780\" data-bgposition=\"left top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		Versatile \n		<!-- LAYER NR. 6 -->\n		Event Spaces \n		<!-- LAYER NR. 7 -->\n		SEATING FOR UP TO 350 GUESTS \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-22\" data-transition=\"boxslide,boxfade,slotslide-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web.jpg\"  alt=\"Dancing Boots\" title=\"DancingBoots-Stock-Web\"  width=\"650\" height=\"449\" data-bgposition=\"center center\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 8 -->\n		historic \n		<!-- LAYER NR. 9 -->\n		Dance Hall \n		<!-- LAYER NR. 10 -->\n		Signature dances, featuring country and rock, almost every Friday night \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_6_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_6_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_6_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n            <h3>\n                Events\n            </h3>\n            <p></p>\n            <h3>\n                Say \"I DO\"\n            </h3>\n            <p></p>\n            <h3>\n                Rates\n            </h3>\n            <p></p>\n            <a href=\"#\">\n            </a>\n            <h3>\n                <a href=\"#\">History</a>\n            </h3>\n            <p></p>\n            <h3>\n                Photos\n            </h3>\n            <p></p>\n            <h3>\n                Contact \n            </h3>\n            <p></p>\n			<h2>Live Music & Dance Hall</h2>		\n		<p>Most Fridays from 8 - 11pm</p>		\n        <article data-style=\"Featured\" itemscope>                    Feb 07 2020\n            <h4><a data-event-id=\"4468\" href=\"https://thehistoricvinewood.com/events/steve-kile-band-3/?occurrence=2020-02-07\">STEVE KILE BAND</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 14 2020\n            <h4><a data-event-id=\"4615\" href=\"https://thehistoricvinewood.com/events/no-good-johnny-2/?occurrence=2020-02-14\">NO GOOD JOHNNY</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 21 2020\n            <h4><a data-event-id=\"4617\" href=\"https://thehistoricvinewood.com/events/velvet-blues-revue/?occurrence=2020-02-21\">VELVET BLUES REVUE</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 28 2020\n            <h4><a data-event-id=\"4620\" href=\"https://thehistoricvinewood.com/events/chance-encounter/?occurrence=2020-02-28\">CHANCE ENCOUNTER</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 13 2020\n            <h4><a data-event-id=\"4623\" href=\"https://thehistoricvinewood.com/events/south-fork-band-3/?occurrence=2020-03-13\">SOUTH FORK BAND</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 27 2020\n            <h4><a data-event-id=\"4625\" href=\"https://thehistoricvinewood.com/events/dr-cooks-medicine-show-2/?occurrence=2020-03-27\">DR. COOK&#8217;S MEDICINE SHOW</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 29 2020\n            <h4><a data-event-id=\"4693\" href=\"https://thehistoricvinewood.com/events/ladies-sunday-brunch-music-2/?occurrence=2020-03-29\">LADIES SUNDAY BRUNCH &#038; MUSIC</a>Featured</h4>\n            The Vinewood\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    May 15 2020\n            <h4><a data-event-id=\"4313\" href=\"https://thehistoricvinewood.com/events/the-house-jumpers/?occurrence=2020-05-15\">THE HOUSE JUMPERS</a>Featured</h4>\n        </article>                	\n        No event found!    \n		<p>THE VINEWOOD - SINCE 1889</p>		\n			<h2>Where Memories are Made</h2>		\n		<p>Since the turn of the 20th Century, dance halls, like The Vinewood, have been a gathering place for people to dance, celebrate or even have community conversations. No matter the style of event, we stay rooted in The Vinewood tradition, welcoming all to enjoy and make meaningful memories.</p>		\n										<img width=\"600\" height=\"394\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-1024x673.jpg\" alt=\"Welcome - Carlason\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-1024x673.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-300x197.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-768x505.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-400x263.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-600x395.jpg 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o.jpg 1186w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n		<p><strong>Where Memories Are Made<br /></strong></p><p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by and say hello or schedule a private tour of the property today.</p><p><strong>Welcome!  </strong></p><p><em>- Nicole &amp; Mike</em></p>		\n										<img width=\"600\" height=\"174\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png\" alt=\"Nicole Sig\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-300x87.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-768x223.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-400x116.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-600x174.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig.png 1400w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n										<img width=\"600\" height=\"159\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png\" alt=\"Mike Sig\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-300x79.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-768x203.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-400x106.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-600x159.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig.png 1400w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n			<h3>Versatile Spaces</h3>		\n		<p>WEDDINGS  •  CORPORATE  •  REUNIONS  •  RETIREMENT  • NONPROFIT FUNDRAISERS  • CONFERENCES  •  HOLIDAY PARTIES</p>		\n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MrsMrs-Color-474x324.jpg\" alt=\"\" /></figure>                                \n                                    <h4>Venue Hall: Seating for 350</h4>                                    \n                                        <p>Indoors we can accommodate up to 350 guests seated. Capacity is 499. Plus we have amble outdoor acreage for use.</p>                                    \n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853-474x324.jpg\" alt=\"\" /></figure>                                \n                                    <h4>Outdoor Spaces: Lots of Greenary</h4>                                    \n                                        <p>The Vinewood sits on five-acres and includes a large event hall, back deck and plenty of green spaces.</p>                                    \n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-40-474x324.jpg\" alt=\"Manzia\" /></figure>                                \n                                    <h4>Mezzanine: Beautiful, Natural Light</h4>                                    \n                                        <p>Our mezzanine is great for photos, a cocktail hour, extra guest seating or even a live and silent auction area.<br /></p>                                     \n			<h3>Get Inspired</h3>		\n                <article id=\"post-4500\">\n                <img width=\"1164\" height=\"780\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg 1164w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-300x201.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-768x515.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-1024x686.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-400x268.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-600x402.jpg 600w\" sizes=\"(max-width: 1164px) 100vw, 1164px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/tablescapes/\">Tablescapes</a></h2>\n</article><!-- #post-## --><article id=\"post-995\">\n                <img width=\"640\" height=\"427\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web.jpg 640w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-600x400.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/nicole-and-michael/\">Essmen Wedding</a></h2>\n                photographer: T.H. Peterson<time datetime=\"2019-04-01T00:00:00+00:00\">01/04/2019</time>            \n</article><!-- #post-## --><article id=\"post-984\">\n                <img width=\"1170\" height=\"780\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg 1170w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-768x512.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-1024x683.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-600x400.jpg 600w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/carlson-financial/\">Carlson Financial</a></h2>\n                Topeka Western Night<time datetime=\"2018-08-17T00:00:00+00:00\">17/08/2018</time>            \n</article><!-- #post-## -->            \n                                    Gorgeous and such Good Vibes\n                                        ‘I only attended a wedding here, but this venue is GORGEOUS! It has such a good vibe even without decorations. Large open space and a unique setup. Has a stage as well and public restrooms and a bar area. Makes me wish I could’ve had my wedding reception here!’                                    \n                                                                                Abby\n                                        Wedding - February 2019\n                                    Most quaint little place\n                                        ‘It\'s the most quaint little place to have a wedding. I think the wedding that I attended here had about 300 or 350 people and it fit us all very comfortably. Didn\'t feel cramped at all.’                                    \n                                                                                Britney\n                                        Wedding - July 2019\n                                    It felt so magical\n                                        ‘The ceremony was outdoors, shaded by trees. BEAUTIFUL. And then the reception was indoors. Beautiful refinished hardwood floors and white walls. There were lights strung from the rafters and it just felt so magical.’                                    \n                                                                                Britney\n                                        Wedding July 2019\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg\"\n                                     alt=\"PetersonFlowers\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\"\n                                     alt=\"Blue Head Table\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg\"\n                                     alt=\"BridalSuite-2\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg\"\n                                     alt=\"Mezzine Fall\"/>\n                            </a>','HOME','','publish','closed','closed','','home','','','2020-01-25 07:15:21','2020-01-25 07:15:21','',0,'http://source.wpopal.com/dreama/?page_id=15',0,'page','',0),(3929,1,'2019-08-14 19:42:11','2019-08-14 19:42:11','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2019-08-14 19:42:11','2019-08-14 19:42:11','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/woocommerce-placeholder.png',0,'attachment','image/png',0),(4716,1,'2020-01-25 07:15:21','2020-01-25 07:15:21','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:800italic%2Citalic%2C600italic%2C500%2C300%7CPlayfair+Display:400%2C600%2C700%7CPlayfair+Display+SC:700italic\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-20\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal.jpg\"  alt=\"Mantal\" title=\"Mantal\"  width=\"1170\" height=\"780\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		The Historic Vinewood \n		<!-- LAYER NR. 2 -->\n		Since \n		<!-- LAYER NR. 3 -->\n		1889 \n		<!-- LAYER NR. 4 -->\n		Where Memories Are Made \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-21\" data-transition=\"boxslide,slotzoom-horizontal,zoomout\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\"  alt=\"Blue Head Table\" title=\"HeadTable\"  width=\"1170\" height=\"780\" data-bgposition=\"left top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		Versatile \n		<!-- LAYER NR. 6 -->\n		Event Spaces \n		<!-- LAYER NR. 7 -->\n		SEATING FOR UP TO 350 GUESTS \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-22\" data-transition=\"boxslide,boxfade,slotslide-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web.jpg\"  alt=\"Dancing Boots\" title=\"DancingBoots-Stock-Web\"  width=\"650\" height=\"449\" data-bgposition=\"center center\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 8 -->\n		historic \n		<!-- LAYER NR. 9 -->\n		Dance Hall \n		<!-- LAYER NR. 10 -->\n		Signature dances, featuring country and rock, almost every Friday night \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_6_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_6_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_6_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n            <h3>\n                Events\n            </h3>\n            <p></p>\n            <h3>\n                Say \"I DO\"\n            </h3>\n            <p></p>\n            <h3>\n                Rates\n            </h3>\n            <p></p>\n            <a href=\"#\">\n            </a>\n            <h3>\n                <a href=\"#\">History</a>\n            </h3>\n            <p></p>\n            <h3>\n                Photos\n            </h3>\n            <p></p>\n            <h3>\n                Contact \n            </h3>\n            <p></p>\n			<h2>Live Music & Dance Hall</h2>		\n		<p>Most Fridays from 8 - 11pm</p>		\n        <article data-style=\"Featured\" itemscope>                    Feb 07 2020\n            <h4><a data-event-id=\"4468\" href=\"https://thehistoricvinewood.com/events/steve-kile-band-3/?occurrence=2020-02-07\">STEVE KILE BAND</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 14 2020\n            <h4><a data-event-id=\"4615\" href=\"https://thehistoricvinewood.com/events/no-good-johnny-2/?occurrence=2020-02-14\">NO GOOD JOHNNY</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 21 2020\n            <h4><a data-event-id=\"4617\" href=\"https://thehistoricvinewood.com/events/velvet-blues-revue/?occurrence=2020-02-21\">VELVET BLUES REVUE</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 28 2020\n            <h4><a data-event-id=\"4620\" href=\"https://thehistoricvinewood.com/events/chance-encounter/?occurrence=2020-02-28\">CHANCE ENCOUNTER</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 13 2020\n            <h4><a data-event-id=\"4623\" href=\"https://thehistoricvinewood.com/events/south-fork-band-3/?occurrence=2020-03-13\">SOUTH FORK BAND</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 27 2020\n            <h4><a data-event-id=\"4625\" href=\"https://thehistoricvinewood.com/events/dr-cooks-medicine-show-2/?occurrence=2020-03-27\">DR. COOK&#8217;S MEDICINE SHOW</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 29 2020\n            <h4><a data-event-id=\"4693\" href=\"https://thehistoricvinewood.com/events/ladies-sunday-brunch-music-2/?occurrence=2020-03-29\">LADIES SUNDAY BRUNCH &#038; MUSIC</a>Featured</h4>\n            The Vinewood\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    May 15 2020\n            <h4><a data-event-id=\"4313\" href=\"https://thehistoricvinewood.com/events/the-house-jumpers/?occurrence=2020-05-15\">THE HOUSE JUMPERS</a>Featured</h4>\n        </article>                	\n        No event found!    \n		<p>THE VINEWOOD - SINCE 1889</p>		\n			<h2>Where Memories are Made</h2>		\n		<p>Since the turn of the 20th Century, dance halls, like The Vinewood, have been a gathering place for people to dance, celebrate or even have community conversations. No matter the style of event, we stay rooted in The Vinewood tradition, welcoming all to enjoy and make meaningful memories.</p>		\n										<img width=\"600\" height=\"394\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-1024x673.jpg\" alt=\"Welcome - Carlason\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-1024x673.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-300x197.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-768x505.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-400x263.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-600x395.jpg 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o.jpg 1186w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n		<p><strong>Where Memories Are Made<br /></strong></p><p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by and say hello or schedule a private tour of the property today.</p><p><strong>Welcome!  </strong></p><p><em>- Nicole &amp; Mike</em></p>		\n										<img width=\"600\" height=\"174\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png\" alt=\"Nicole Sig\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-300x87.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-768x223.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-400x116.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-600x174.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig.png 1400w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n										<img width=\"600\" height=\"159\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png\" alt=\"Mike Sig\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-300x79.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-768x203.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-400x106.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-600x159.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig.png 1400w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n			<h3>Versatile Spaces</h3>		\n		<p>WEDDINGS  •  CORPORATE  •  REUNIONS  •  RETIREMENT  • NONPROFIT FUNDRAISERS  • CONFERENCES  •  HOLIDAY PARTIES</p>		\n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MrsMrs-Color-474x324.jpg\" alt=\"\" /></figure>                                \n                                    <h4>Venue Hall: Seating for 350</h4>                                    \n                                        <p>Indoors we can accommodate up to 350 guests seated. Capacity is 499. Plus we have amble outdoor acreage for use.</p>                                    \n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853-474x324.jpg\" alt=\"\" /></figure>                                \n                                    <h4>Outdoor Spaces: Lots of Greenary</h4>                                    \n                                        <p>The Vinewood sits on five-acres and includes a large event hall, back deck and plenty of green spaces.</p>                                    \n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-40-474x324.jpg\" alt=\"Manzia\" /></figure>                                \n                                    <h4>Mezzanine: Beautiful, Natural Light</h4>                                    \n                                        <p>Our mezzanine is great for photos, a cocktail hour, extra guest seating or even a live and silent auction area.<br /></p>                                     \n			<h3>Get Inspired</h3>		\n                <article id=\"post-4500\">\n                <img width=\"1164\" height=\"780\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg 1164w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-300x201.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-768x515.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-1024x686.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-400x268.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-600x402.jpg 600w\" sizes=\"(max-width: 1164px) 100vw, 1164px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/tablescapes/\">Tablescapes</a></h2>\n</article><!-- #post-## --><article id=\"post-995\">\n                <img width=\"640\" height=\"427\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web.jpg 640w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-600x400.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/nicole-and-michael/\">Essmen Wedding</a></h2>\n                photographer: T.H. Peterson<time datetime=\"2019-04-01T00:00:00+00:00\">01/04/2019</time>            \n</article><!-- #post-## --><article id=\"post-984\">\n                <img width=\"1170\" height=\"780\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg 1170w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-768x512.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-1024x683.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-600x400.jpg 600w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/carlson-financial/\">Carlson Financial</a></h2>\n                Topeka Western Night<time datetime=\"2018-08-17T00:00:00+00:00\">17/08/2018</time>            \n</article><!-- #post-## -->            \n                                    Gorgeous and such Good Vibes\n                                        ‘I only attended a wedding here, but this venue is GORGEOUS! It has such a good vibe even without decorations. Large open space and a unique setup. Has a stage as well and public restrooms and a bar area. Makes me wish I could’ve had my wedding reception here!’                                    \n                                                                                Abby\n                                        Wedding - February 2019\n                                    Most quaint little place\n                                        ‘It\'s the most quaint little place to have a wedding. I think the wedding that I attended here had about 300 or 350 people and it fit us all very comfortably. Didn\'t feel cramped at all.’                                    \n                                                                                Britney\n                                        Wedding - July 2019\n                                    It felt so magical\n                                        ‘The ceremony was outdoors, shaded by trees. BEAUTIFUL. And then the reception was indoors. Beautiful refinished hardwood floors and white walls. There were lights strung from the rafters and it just felt so magical.’                                    \n                                                                                Britney\n                                        Wedding July 2019\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg\"\n                                     alt=\"PetersonFlowers\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\"\n                                     alt=\"Blue Head Table\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg\"\n                                     alt=\"BridalSuite-2\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg\"\n                                     alt=\"Mezzine Fall\"/>\n                            </a>','HOME','','inherit','closed','closed','','4072-revision-v1','','','2020-01-25 07:15:21','2020-01-25 07:15:21','',4072,'https://thehistoricvinewood.com/4072-revision-v1/',0,'revision','',0),(4074,1,'2019-08-25 06:53:26','2019-08-25 06:53:26','','slidehome2_1.jpg','','inherit','closed','closed','','slidehome2-1-jpg','','','2019-08-25 06:53:26','2019-08-25 06:53:26','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home2/slidehome2_1.jpg',0,'attachment','image/jpeg',0),(4075,1,'2019-08-25 06:53:30','2019-08-25 06:53:30','','slidehome2_2.jpg','','inherit','closed','closed','','slidehome2-2-jpg','','','2019-08-25 06:53:30','2019-08-25 06:53:30','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home2/slidehome2_2.jpg',0,'attachment','image/jpeg',0),(4076,1,'2019-08-25 06:53:34','2019-08-25 06:53:34','','slidehome2_3.jpg','','inherit','closed','closed','','slidehome2-3-jpg','','','2019-08-25 06:53:34','2019-08-25 06:53:34','',0,'https://thehistoricvinewood.com/wp-content/uploads/revslider/slide-home2/slidehome2_3.jpg',0,'attachment','image/jpeg',0),(4714,1,'2020-01-25 07:11:05','2020-01-25 07:11:05','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:800italic%2Citalic%2C600italic%2C500%2C300%7CPlayfair+Display:400%2C600%2C700%7CPlayfair+Display+SC:700italic\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-20\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mantal.jpg\"  alt=\"Mantal\" title=\"Mantal\"  width=\"1170\" height=\"780\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		The Historic Vinewood \n		<!-- LAYER NR. 2 -->\n		Since \n		<!-- LAYER NR. 3 -->\n		1889 \n		<!-- LAYER NR. 4 -->\n		Where Memories Are Made \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-21\" data-transition=\"boxslide,slotzoom-horizontal,zoomout\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\"  alt=\"Blue Head Table\" title=\"HeadTable\"  width=\"1170\" height=\"780\" data-bgposition=\"left top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		Versatile \n		<!-- LAYER NR. 6 -->\n		Event Spaces \n		<!-- LAYER NR. 7 -->\n		SEATING FOR UP TO 350 GUESTS \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-22\" data-transition=\"boxslide,boxfade,slotslide-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/DancingBoots-Stock-Web.jpg\"  alt=\"Dancing Boots\" title=\"DancingBoots-Stock-Web\"  width=\"650\" height=\"449\" data-bgposition=\"center center\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 8 -->\n		historic \n		<!-- LAYER NR. 9 -->\n		Dance Hall \n		<!-- LAYER NR. 10 -->\n		Signature dances, featuring country and rock, almost every Friday night \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_6_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_6_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_6_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n            <h3>\n                Events\n            </h3>\n            <p></p>\n            <h3>\n                Say \"I DO\"\n            </h3>\n            <p></p>\n            <h3>\n                Rates\n            </h3>\n            <p></p>\n            <a href=\"#\">\n            </a>\n            <h3>\n                <a href=\"#\">History</a>\n            </h3>\n            <p></p>\n            <h3>\n                Photos\n            </h3>\n            <p></p>\n            <h3>\n                Contact \n            </h3>\n            <p></p>\n			<h2>Live Music & Dance Hall</h2>		\n		<p>Most Fridays from 8 - 11pm</p>		\n        <article data-style=\"Featured\" itemscope>                    Feb 07 2020\n            <h4><a data-event-id=\"4468\" href=\"https://thehistoricvinewood.com/events/steve-kile-band-3/?occurrence=2020-02-07\">STEVE KILE BAND</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 14 2020\n            <h4><a data-event-id=\"4615\" href=\"https://thehistoricvinewood.com/events/no-good-johnny-2/?occurrence=2020-02-14\">NO GOOD JOHNNY</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 21 2020\n            <h4><a data-event-id=\"4617\" href=\"https://thehistoricvinewood.com/events/velvet-blues-revue/?occurrence=2020-02-21\">VELVET BLUES REVUE</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Feb 28 2020\n            <h4><a data-event-id=\"4620\" href=\"https://thehistoricvinewood.com/events/chance-encounter/?occurrence=2020-02-28\">CHANCE ENCOUNTER</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 13 2020\n            <h4><a data-event-id=\"4623\" href=\"https://thehistoricvinewood.com/events/south-fork-band-3/?occurrence=2020-03-13\">SOUTH FORK BAND</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 27 2020\n            <h4><a data-event-id=\"4625\" href=\"https://thehistoricvinewood.com/events/dr-cooks-medicine-show-2/?occurrence=2020-03-27\">DR. COOK&#8217;S MEDICINE SHOW</a>Featured</h4>\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    Mar 29 2020\n            <h4><a data-event-id=\"4693\" href=\"https://thehistoricvinewood.com/events/ladies-sunday-brunch-music-2/?occurrence=2020-03-29\">LADIES SUNDAY BRUNCH &#038; MUSIC</a>Featured</h4>\n            The Vinewood\n        </article>                        \n        <article data-style=\"Featured\" itemscope>                    May 15 2020\n            <h4><a data-event-id=\"4313\" href=\"https://thehistoricvinewood.com/events/the-house-jumpers/?occurrence=2020-05-15\">THE HOUSE JUMPERS</a>Featured</h4>\n        </article>                	\n        No event found!    \n		<p>THE VINEWOOD - SINCE 1889</p>		\n			<h2>Where Memories are Made</h2>		\n		<p>Since the turn of the 20th Century, dance halls, like The Vinewood, have been a gathering place for people to dance, celebrate or even have community conversations. No matter the style of event, we stay rooted in The Vinewood tradition, welcoming all to enjoy and make meaningful memories.</p>		\n										<img width=\"600\" height=\"394\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-1024x673.jpg\" alt=\"Welcome - Carlason\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-1024x673.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-300x197.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-768x505.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-400x263.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o-600x395.jpg 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o.jpg 1186w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n		<p><strong>Where Memories Are Made<br /></strong></p><p>Welcome to The Vinewood. We are thrilled to continue the 130-year history of the property and to make new memories with you. Stop by and say hello or schedule a private tour of the property today.</p><p><strong>Welcome!  </strong></p><p><em>- Nicole &amp; Mike</em></p>		\n										<img width=\"600\" height=\"174\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png\" alt=\"Nicole Sig\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-1024x297.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-300x87.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-768x223.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-400x116.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig-600x174.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/NicoleSig.png 1400w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n										<img width=\"600\" height=\"159\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png\" alt=\"Mike Sig\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-1024x271.png 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-300x79.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-768x203.png 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-400x106.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig-600x159.png 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/MikeSig.png 1400w\" sizes=\"(max-width: 600px) 100vw, 600px\" />											\n                                    Gorgeous and such Good Vibes\n                                        ‘I only attended a wedding here, but this venue is GORGEOUS! It has such a good vibe even without decorations. Large open space and a unique setup. Has a stage as well and public restrooms and a bar area. Makes me wish I could’ve had my wedding reception here!’                                    \n                                                                                Abby\n                                        Wedding - February 2019\n                                    Most quaint little place\n                                        ‘It\'s the most quaint little place to have a wedding. I think the wedding that I attended here had about 300 or 350 people and it fit us all very comfortably. Didn\'t feel cramped at all.’                                    \n                                                                                Britney\n                                        Wedding - July 2019\n                                    It felt so magical\n                                        ‘The ceremony was outdoors, shaded by trees. BEAUTIFUL. And then the reception was indoors. Beautiful refinished hardwood floors and white walls. There were lights strung from the rafters and it just felt so magical.’                                    \n                                                                                Britney\n                                        Wedding July 2019\n			<h3>Versatile Spaces</h3>		\n		<p>WEDDINGS  •  CORPORATE  •  REUNIONS  •  RETIREMENT  • NONPROFIT FUNDRAISERS  • CONFERENCES  •  HOLIDAY PARTIES</p>		\n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/MrsMrs-Color-474x324.jpg\" alt=\"\" /></figure>                                \n                                    <h4>Venue Hall: Seating for 350</h4>                                    \n                                        <p>Indoors we can accommodate up to 350 guests seated. Capacity is 499. Plus we have amble outdoor acreage for use.</p>                                    \n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853-474x324.jpg\" alt=\"\" /></figure>                                \n                                    <h4>Outdoor Spaces: Lots of Greenary</h4>                                    \n                                        <p>The Vinewood sits on five-acres and includes a large event hall, back deck and plenty of green spaces.</p>                                    \n                                <figure><img width=\"474\" height=\"324\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-40-474x324.jpg\" alt=\"Manzia\" /></figure>                                \n                                    <h4>Mezzanine: Beautiful, Natural Light</h4>                                    \n                                        <p>Our mezzanine is great for photos, a cocktail hour, extra guest seating or even a live and silent auction area.<br /></p>                                     \n			<h3>Get Inspired</h3>		\n                <article id=\"post-4500\">\n                <img width=\"1164\" height=\"780\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg 1164w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-300x201.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-768x515.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-1024x686.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-400x268.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-600x402.jpg 600w\" sizes=\"(max-width: 1164px) 100vw, 1164px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/tablescapes/\">Tablescapes</a></h2>\n</article><!-- #post-## --><article id=\"post-995\">\n                <img width=\"640\" height=\"427\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web.jpg 640w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web-600x400.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/nicole-and-michael/\">Essmen Wedding</a></h2>\n                photographer: T.H. Peterson<time datetime=\"2019-04-01T00:00:00+00:00\">01/04/2019</time>            \n</article><!-- #post-## --><article id=\"post-984\">\n                <img width=\"1170\" height=\"780\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg 1170w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-300x200.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-768x512.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-1024x683.jpg 1024w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-391x260.jpg 391w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-400x267.jpg 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o-600x400.jpg 600w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" />            <!-- .post-thumbnail -->\n                <h2><a href=\"https://thehistoricvinewood.com/portfolio/carlson-financial/\">Carlson Financial</a></h2>\n                Topeka Western Night<time datetime=\"2018-08-17T00:00:00+00:00\">17/08/2018</time>            \n</article><!-- #post-## -->            \n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/PetersonFlowers.jpg\"\n                                     alt=\"PetersonFlowers\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\"\n                                     alt=\"Blue Head Table\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BridalSuite-2.jpg\"\n                                     alt=\"BridalSuite-2\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg\"\n                                     alt=\"Mezzine Fall\"/>\n                            </a>','HOME','','inherit','closed','closed','','4072-revision-v1','','','2020-01-25 07:11:05','2020-01-25 07:11:05','',4072,'https://thehistoricvinewood.com/4072-revision-v1/',0,'revision','',0),(291,1,'2019-02-28 08:38:30','2019-02-28 08:38:30','','img-1','','inherit','open','closed','','img-1','','','2019-02-28 08:38:30','2019-02-28 08:38:30','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/img-1.jpg',0,'attachment','image/jpeg',0),(295,1,'2019-02-28 08:38:36','2019-02-28 08:38:36','','img-5','','inherit','open','closed','','img-5','','','2019-02-28 08:38:36','2019-02-28 08:38:36','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/img-5.jpg',0,'attachment','image/jpeg',0),(296,1,'2019-02-28 08:38:37','2019-02-28 08:38:37','','img-6','','inherit','open','closed','','img-6','','','2019-02-28 08:38:37','2019-02-28 08:38:37','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/02/img-6.jpg',0,'attachment','image/jpeg',0),(785,1,'2019-03-01 08:22:41','2019-03-01 08:22:41','','decor_img','','inherit','open','closed','','decor_img','','','2019-03-01 08:22:41','2019-03-01 08:22:41','',4072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/decor_img.png',0,'attachment','image/png',0),(786,1,'2019-03-01 08:22:42','2019-03-01 08:22:42','','decor_img1','','inherit','open','closed','','decor_img1','','','2019-03-01 08:22:42','2019-03-01 08:22:42','',4072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/decor_img1.png',0,'attachment','image/png',0),(855,1,'2019-03-01 08:54:05','2019-03-01 08:54:05','','bg1','','inherit','open','closed','','bg1','','','2019-03-01 08:54:05','2019-03-01 08:54:05','',4072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/bg1.jpg',0,'attachment','image/jpeg',0),(857,1,'2019-03-01 08:54:07','2019-03-01 08:54:07','','img-decor1','','inherit','open','closed','','img-decor1','','','2019-03-01 08:54:07','2019-03-01 08:54:07','',4072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/img-decor1.png',0,'attachment','image/png',0),(858,1,'2019-03-01 08:54:08','2019-03-01 08:54:08','','img-decor2','','inherit','open','closed','','img-decor2','','','2019-03-01 08:54:08','2019-03-01 08:54:08','',4072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/img-decor2.png',0,'attachment','image/png',0),(859,1,'2019-03-01 08:54:10','2019-03-01 08:54:10','','img-decor3','','inherit','open','closed','','img-decor3','','','2019-03-01 08:54:10','2019-03-01 08:54:10','',4072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/img-decor3.png',0,'attachment','image/png',0),(915,1,'2019-03-01 09:11:36','2019-03-01 09:11:36','','img-decor4','','inherit','open','closed','','img-decor4','','','2019-03-01 09:11:36','2019-03-01 09:11:36','',4072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/img-decor4.png',0,'attachment','image/png',0),(1147,1,'2019-03-02 03:07:55','2019-03-02 03:07:55','','img-3','','inherit','open','closed','','img-3','','','2019-03-02 03:07:55','2019-03-02 03:07:55','',0,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/img-3.jpg',0,'attachment','image/jpeg',0),(1861,1,'2019-03-04 07:27:28','2019-03-04 07:27:28','','bg4','','inherit','open','closed','','bg4','','','2019-03-04 07:27:28','2019-03-04 07:27:28','',4072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/bg4.jpg',0,'attachment','image/jpeg',0),(1886,1,'2019-03-04 07:55:44','2019-03-04 07:55:44','','bg6','','inherit','open','closed','','bg6','','','2019-03-04 07:55:44','2019-03-04 07:55:44','',4072,'http://source.wpopal.com/dreama/wp-content/uploads/2019/03/bg6.jpg',0,'attachment','image/jpeg',0),(4459,1,'2019-10-31 03:20:57','2019-10-31 03:20:57','<h1>About Us</h1>		\n		<p>A history of memories dating back to 1889.</p>		\n			<h2>Relax. We got this.</h2>		\n		<p>The Vinewood has a long, LONG history in Topeka and is the backdrop to hundreds, if not thousands of memories. Ownership, venue accommodations and aesthetics have shifted throughout the years, but one thing remains steady; The Vinewood is the place to be. The indescribable vibe puts everyone at ease with a smile. Relax. Stay a moment. Let\'s make some memories.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>Our HISTORY</h2>		\n		<p>The Vinewood is a one-of-a-kind wedding and event venue in Topeka, KAN. What began as an idea for a community park in 1889, became an attraction and destination for thousands \'til 1923. Topeka built Lake Shawnee around 1925 and The Vinewood\'s new owners XXXXX sold all the attraction rides. The main stable stayed, along with the dance floor made from XXX springs. The XXX family farmed the land (sweet corn and award-winning alphay). \"It was hard work,\" said grandson XXX who begin working at Vinewood at the age of five, making 50 cents a day. But the most fun was every Thursday, Friday and Saturday. Everyone, I mean everyone came to Vinewood to dance and celebrate. If you were going to meet someone, you came here.</p>		\n		<p>The Robucks know just that, meeting at one aforementioned dances in 19XX. The couple connected on the dance floor and have been married since. So when the opportunity arose to purchase The Vinewood in 2016, they new the importance of keeping the venue and vibe alive.</p><p>The Robucks have been instrumental in the rehabilitation of NOTO Arts District, owning over a dozen properties. One such catercorner from their old jewelry shop, Front Door Catering. After working with Mike Weible and Nicole Degennaro for a few years and seeing their passion and success, they knew it was time to pass the love and keys. Excited to take a \"real\" vacation for once in their married life, the Robuks, now in their late 70s, will never need a key. Their always invited to the party.</p><p>Mike and Nicole are thrilled to bring their point of view to the historic venue. Honoring the past and building a future, The Historic Vinewood is the place for any and all types of events. They strive to simply just do things better. It\'s a family here. It\'s pride. It\'s hard-work and it\'s fun. Let us know what you have planned, and let\'s us help create lasting memories.</p><p>​In the early 1900\'s Vinewood became known as Vinewood Park. A carousel, paddle boats, and eventually a wooden roller coaster was added to the park. The property had a restaurant, cabins, and plenty of space for picnics and outdoor activities. </p><p>​We invite you to become a part of The Vinewood story: Whether it be by having your wedding or business event here or joining us for one of our many community events, we can\'t wait to be a part of it.</p>		\n			<h2>YOUR Team</h2>		\n		<p>Team work truly makes the dream work.</p>		\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>NICOLE DEGENNARO</h3><p>Co-Owner</p>		\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>MIKE WIEBEL</h3><p>Co-Owner</p>		\n							<a href=\"#\">\n					Instagram\n									</a>\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Shanna stint</h3><p>Event Coordinator</p>		\n							<a href=\"#\">\n					Instagram\n									</a>\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate1-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>KERRICE MAPES</h3><p>Marketing Director</p>		\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate2-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>LUKE DOMME</h3><p>Logistics</p>		\n							<a href=\"#\">\n					Instagram\n									</a>\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n			<figure><img width=\"500\" height=\"500\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img.png 500w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-150x150.png 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-300x300.png 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/mate3-free-img-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Rebecca Radjensky</h3><p>Event Coordinator</p>		\n							<a href=\"#\">\n					Instagram\n									</a>\n							<a href=\"#\">\n					Facebook-f\n									</a>\n							<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Envelope\n									</a>\n										<img width=\"1000\" height=\"1000\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img.jpg\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img.jpg 1000w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-150x150.jpg 150w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-300x300.jpg 300w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-768x768.jpg 768w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-600x600.jpg 600w, https://thehistoricvinewood.com/wp-content/uploads/2019/07/plant4-free-img-100x100.jpg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />											\n			<h3>Interested? Shop this plant collection!</h3>		\n		Neque porro quisquam est, qui dolore ipsum quia dolor sit amet, consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt. 		\n			<a href=\"checkout-page/\" role=\"button\">\n						BUY FOR $99\n					</a>','About Us','','inherit','closed','closed','','551-revision-v1','','','2019-10-31 03:20:57','2019-10-31 03:20:57','',551,'https://thehistoricvinewood.com/551-revision-v1/',0,'revision','',0),(4460,1,'2019-10-31 03:21:19','2019-10-31 03:21:19','<h2>Gift Registry</h2>		\n		We\'re simply grateful for your presence to celebrate the occasion with us!		\n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_1.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_2.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_3.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_4.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_5.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"50\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/h10_brand_6.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b6.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b5.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b4.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b3.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b2.png\" alt=\"\" /></a>                            \n                                <a href=\"#\"  title=\"Brand Name\"><img width=\"150\" height=\"100\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/gift_b1.png\" alt=\"\" /></a>                            \n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_.jpg\"\n                                         alt=\"h17_carousel_\"/>\n                                </a>\n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_4.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_4.jpg\"\n                                         alt=\"h17_carousel_4\"/>\n                                </a>\n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_2.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_2.jpg\"\n                                         alt=\"h17_carousel_2\"/>\n                                </a>\n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_5.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_5.jpg\"\n                                         alt=\"h17_carousel_5\"/>\n                                </a>\n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_1.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_1.jpg\"\n                                         alt=\"h17_carousel_1\"/>\n                                </a>\n                                <a data-elementor-open-lightbox=\"no\"                                    href=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_3.jpg\">\n                                    <img  src=\"http://source.wpopal.com/dreama/wp-content/uploads/2019/02/h17_carousel_3.jpg\"\n                                         alt=\"h17_carousel_3\"/>\n                                </a>','Gift Registry','','inherit','closed','closed','','2072-revision-v1','','','2019-10-31 03:21:19','2019-10-31 03:21:19','',2072,'https://thehistoricvinewood.com/2072-revision-v1/',0,'revision','',0),(4641,1,'2020-01-05 14:51:55','2020-01-05 14:51:55','','Order &ndash; January 5, 2020 @ 02:51 PM','','wc-completed','open','closed','wc_order_bMlOi5cbyiixA','order-jan-05-2020-0251-pm','','','2020-01-05 14:53:19','2020-01-05 14:53:19','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4641',0,'shop_order','',2),(4585,1,'2019-12-28 04:57:13','2019-12-28 04:57:13','','Order &ndash; December 28, 2019 @ 04:57 AM','','wc-processing','open','closed','wc_order_WtFkXEElfOlSw','order-dec-28-2019-0457-am','','','2019-12-28 04:58:32','2019-12-28 04:58:32','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4585',0,'shop_order','',3),(4730,44,'2020-03-29 00:00:00','2020-03-29 00:00:00','','Christine Griffie','','publish','closed','closed','','christine-griffie','','','2020-03-29 00:00:00','2020-03-29 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4730',0,'mec-books','',0),(4587,1,'2019-12-28 10:29:54','2019-12-28 10:29:54','Tickets for New Year\'s Eve at The Vinewood featuring Mark &amp; The Sharks.\r\n\r\nMusic and dancing start at 8pm.\r\nDoors open at 7:30pm for non-dinner ticket holders.\r\nCost is per person.\r\n<em>You will not receive physical tickets, but we will have your name at the door on a list.</em>','NYE - Dance Only','DANCE ONLY TICKETS - New Year\'s Eve 2020 Party with Mark &amp; The Sharks','publish','closed','closed','','nye-2020-danceonly','','','2020-01-01 03:52:45','2020-01-01 03:52:45','',0,'https://thehistoricvinewood.com/?post_type=product&#038;p=4587',0,'product','',0),(4729,1,'2020-01-30 15:51:13','2020-01-30 15:51:13','','Order &ndash; January 30, 2020 @ 03:51 PM','','wc-completed','open','closed','wc_order_Q7QEPbq9Dj2B4','order-jan-30-2020-0351-pm','','','2020-01-30 15:52:01','2020-01-30 15:52:01','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4729',0,'shop_order','',2),(4588,1,'2019-12-28 10:33:08','2019-12-28 10:33:08','Tickets for New Year\'s Eve at The Vinewood featuring Mark &amp; The Sharks.\r\n\r\nMusic and dancing start at 8pm.\r\nDoors open at 7:30pm for non-dinner ticket holders.\r\nCost is per person.\r\n<em>You will not receive physical tickets, but we will have your name at the door on a list.</em>','NYE - Dance Only','DANCE ONLY TICKETS - New Year\'s Eve 2020 Party with Mark &amp; The Sharks','inherit','closed','closed','','4587-revision-v1','','','2019-12-28 10:33:08','2019-12-28 10:33:08','',4587,'https://thehistoricvinewood.com/4587-revision-v1/',0,'revision','',0),(4589,1,'2019-12-28 10:39:17','2019-12-28 10:39:17','Non-dinner tickets for New Year\'s Eve at The Vinewood featuring music by Mark &amp; The Sharks, lots of dancing and, of course, a midnight toast and balloon drop.\r\n\r\nDoors open at 7:30pm for non-dinner guests / Music starts at 8pm\r\n\r\n&nbsp;','NEW YEAR\'S EVE - DANCE ONLY','Ring in the New Year at The Vinewood with dancing and music by Mark & The Sharks. A limited number of non-dinner tickets will be sold online and at the door with a later arrival time.','publish','open','closed','','new-years-eve-dance-only','','','2019-12-31 04:52:46','2019-12-31 04:52:46','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4589',0,'mec-events','',0),(4590,1,'2019-12-28 10:39:17','2019-12-28 10:39:17','Non-dinner tickets for New Year\'s Eve at The Vinewood featuring music by Mark &amp; The Sharks, lots of dancing and, of course, a midnight toast and balloon drop.\r\n\r\nDoors open at 7:30pm for non-dinner guests / Music starts at 8pm\r\n\r\n&nbsp;','NEW YEAR\'S EVE - DANCE ONLY','Ring in the New Year at The Vinewood with dancing and music by Mark & The Sharks. A limited number of non-dinner tickets will be sold online and at the door with a later arrival time.','inherit','closed','closed','','4589-revision-v1','','','2019-12-28 10:39:17','2019-12-28 10:39:17','',4589,'https://thehistoricvinewood.com/4589-revision-v1/',0,'revision','',0),(4591,1,'2019-12-28 10:42:54','2019-12-28 10:42:54','<h2>Happy New Year!</h2>		\n		<p>Join us for great music, food and lots of dancing on December 31, 2019.</p>		\n			<h2>Dinner</h2>		\n		<p>6:30 – 8PM<br />Prime Rib and Champagne Chicken (full menu listed below)</p>		\n			<h2>Live Music</h2>		\n		<p>8:00PM - MIDNIGHT<br /><strong>Mark &amp; The Sharks</strong><strong><br /></strong></p>		\n			<h2>Midnight Toast</h2>		\n		<p>Champagne toast and ball drop plus homemade biscuits and gravy</p><p><strong>R.S.V.P</strong><br />PAYMENT BUTTON BELOW OR YOU MAY PAY IN PERSON PRIOR TO DECEMBER 20</p>		\n			<h2>Join the fun!</h2>		\n			<h2>$75 per person / Reservations now being accepted</h2>		\n            <a href=\"https://thehistoricvinewood.com/product/nye-2020/\" role=\"button\">\n			            RSVP & PURCHASE TICKETS\n                    </a>\n			<h2>MENU</h2>		\n		<p>Chef Carved Black Angus Prime Rib smoked and served with creamed horseradish and au jus</p><p>Champagne Butter Chicken breast baked with creamy champagne butter sauce</p><p>Roasted Herb New Potatoes <br />tossed in seasoned butter</p><p>Farm Fav: Riviera Vegetables (green beans, whole wax beans and baby carrots)</p><p>Front Door Catering House Salad</p><p>Fresh baked split top dinner rolls</p><p>Variety of homemade desserts</p>		\n										<img width=\"289\" height=\"343\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png 289w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo-253x300.png 253w\" sizes=\"(max-width: 289px) 100vw, 289px\" />','NYE','','inherit','closed','closed','','1935-revision-v1','','','2019-12-28 10:42:54','2019-12-28 10:42:54','',1935,'https://thehistoricvinewood.com/1935-revision-v1/',0,'revision','',0),(4593,1,'2019-12-28 10:50:11','2019-12-28 10:50:11','<h2>Happy New Year!</h2>		\n		<p><strong>RESERVATIONS ARE NOW CLOSED. HOWEVER...<br /></strong></p>		\n			<h2>we know you want to celebrate, therefore...</h2>		\n			<h2>a limited number of dance-only tickets are now being sold</h2>		\n            <a href=\"https://thehistoricvinewood.com/product/nye-2020-danceonly/\" role=\"button\">\n			            LEARN MORE & PURCHASE TICKETS\n                    </a>\n			<h2>Happy New Year!</h2>		\n		<p>Reservations are now closed but here are the details for all those who are joining.</p><p>You should recieve your tickets in the mail (gold envelope). If you don\'t, or something happens, have no worries - we will have your name at the door. Thanks and we\'ll see you Tuesday night!</p>		\n			<h2>Dinner</h2>		\n		<p>6:30 – 8PM</p><p>Doors will open no earlier than 6pm. Dinner service begins at 6:30pm. The caterer will start packing up around 7:45pm.</p>		\n			<h2>Live Music</h2>		\n		<p>8:00PM - MIDNIGHT<br /><strong>Mark &amp; The Sharks</strong><strong><br /></strong></p>		\n			<h2>Midnight Toast</h2>		\n		<p>Champagne toast and balloon drop plus homemade biscuits and gravy</p>		\n			<h2>MENU</h2>		\n		<p>Chef Carved Black Angus Prime Rib smoked and served with creamed horseradish and au jus</p><p>Champagne Butter Chicken breast baked with creamy champagne butter sauce</p><p>Roasted Herb New Potatoes <br />tossed in seasoned butter</p><p>Farm Fav: Riviera Vegetables (green beans, whole wax beans and baby carrots)</p><p>Front Door Catering House Salad</p><p>Fresh baked split top dinner rolls</p><p>Variety of homemade desserts</p>		\n										<img width=\"289\" height=\"343\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png 289w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo-253x300.png 253w\" sizes=\"(max-width: 289px) 100vw, 289px\" />','NYE','','inherit','closed','closed','','1935-revision-v1','','','2019-12-28 10:50:11','2019-12-28 10:50:11','',1935,'https://thehistoricvinewood.com/1935-revision-v1/',0,'revision','',0),(4594,1,'2019-12-28 10:54:48','2019-12-28 10:54:48','<h2>Happy New Year!</h2>		\n		<p><strong>RESERVATIONS ARE NOW CLOSED. HOWEVER...<br /></strong></p>		\n			<h2>we know you want to celebrate, therefore...</h2>		\n			<h2>a limited number of dance-only tickets are now being sold</h2>		\n            <a href=\"https://thehistoricvinewood.com/product/nye-2020-danceonly/\" role=\"button\">\n			            LEARN MORE & PURCHASE TICKETS\n                    </a>\n			<h2>Happy New Year!</h2>		\n		<p>Reservations are now closed but here are the details for all those who are joining.</p><p>You should receive your tickets in the mail (gold envelope). If you don\'t, or something happens, have no worries - we will have your name at the door. Thanks and we\'ll see you Tuesday night!</p>		\n			<h2>Dinner</h2>		\n		<p>6:30 – 8PM</p><p>Doors will open no earlier than 6pm. Dinner service begins at 6:30pm. The caterer will start packing up around 7:45pm.</p>		\n			<h2>Live Music</h2>		\n		<p>8:00PM - MIDNIGHT<br /><strong>Mark &amp; The Sharks</strong><strong><br /></strong></p>		\n			<h2>Midnight Toast</h2>		\n		<p>Champagne toast and balloon drop plus homemade biscuits and gravy</p>		\n			<h2>MENU</h2>		\n		<p>Chef Carved Black Angus Prime Rib smoked and served with creamed horseradish and au jus</p><p>Champagne Butter Chicken breast baked with creamy champagne butter sauce</p><p>Roasted Herb New Potatoes <br />tossed in seasoned butter</p><p>Farm Fav: Riviera Vegetables (green beans, whole wax beans and baby carrots)</p><p>Front Door Catering House Salad</p><p>Fresh baked split top dinner rolls</p><p>Variety of homemade desserts</p>		\n										<img width=\"289\" height=\"343\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png\" alt=\"\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo.png 289w, https://thehistoricvinewood.com/wp-content/uploads/2019/08/emailsiglogo-253x300.png 253w\" sizes=\"(max-width: 289px) 100vw, 289px\" />','NYE','','inherit','closed','closed','','1935-revision-v1','','','2019-12-28 10:54:48','2019-12-28 10:54:48','',1935,'https://thehistoricvinewood.com/1935-revision-v1/',0,'revision','',0),(4596,14,'2019-12-31 00:00:00','2019-12-31 00:00:00','','Stacy R Ross','','publish','closed','closed','','stacy-r-ross','','','2019-12-31 00:00:00','2019-12-31 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4596',0,'mec-books','',0),(4597,1,'2019-12-29 03:41:37','2019-12-29 03:41:37','','Order &ndash; December 29, 2019 @ 03:41 AM','','wc-processing','open','closed','wc_order_5eTpYTq7lmQCA','order-dec-29-2019-0341-am','','','2019-12-29 03:44:30','2019-12-29 03:44:30','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4597',0,'shop_order','',3),(4598,1,'2019-12-29 19:57:10','2019-12-29 19:57:10','','Order &ndash; December 29, 2019 @ 07:57 PM','','wc-processing','open','closed','wc_order_DyJ0i29t3UWLY','order-dec-29-2019-0757-pm','','','2019-12-29 19:59:26','2019-12-29 19:59:26','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4598',0,'shop_order','',3),(4705,1,'2020-01-17 00:13:23','2020-01-17 00:13:23','','Order &ndash; January 17, 2020 @ 12:13 AM','','wc-completed','open','closed','wc_order_XJQhidMk5F0VN','order-jan-17-2020-1213-am','','','2020-01-17 00:20:17','2020-01-17 00:20:17','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4705',0,'shop_order','',2),(4600,1,'2019-12-30 18:21:43','2019-12-30 18:21:43','Prime Rib dinner, live music and dancing, champagne toast and biscuits and gravy at midnight. Cost is per person. Reservation required.','NYE 2020','New Year\'s Eve 2020 Party with Mark &amp; The Sharks','inherit','closed','closed','','1589-revision-v1','','','2019-12-30 18:21:43','2019-12-30 18:21:43','',1589,'https://thehistoricvinewood.com/1589-revision-v1/',0,'revision','',0),(4601,1,'2019-12-30 18:54:02','2019-12-30 18:54:02','','Order &ndash; December 30, 2019 @ 06:54 PM','','wc-completed','open','closed','wc_order_JeFz2dDiktnv4','order-dec-30-2019-0654-pm','','','2019-12-30 18:54:44','2019-12-30 18:54:44','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4601',0,'shop_order','',2),(4602,15,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Kim Scott','','publish','closed','closed','','kim-scott','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4602',0,'mec-books','',0),(4603,1,'2019-12-30 23:48:12','2019-12-30 23:48:12','','Order &ndash; December 30, 2019 @ 11:48 PM','','wc-completed','closed','closed','wc_order_zWIjljcjqsp1c','order-dec-30-2019-1148-pm','','','2019-12-31 04:34:39','2019-12-31 04:34:39','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4603',0,'shop_order','',4),(4604,1,'2019-12-31 14:49:19','2019-12-31 14:49:19','','Refund &ndash; Dec 31, 2019 @ 02:49 PM','','wc-completed','closed','closed','wc_order_AaveyZVsm23Ci','refund-dec-31-2019-0249-pm','','','2019-12-31 14:49:19','2019-12-31 14:49:19','',4524,'https://thehistoricvinewood.com/?shop_order_refund=refund-dec-31-2019-0249-pm',0,'shop_order_refund','',0),(4605,1,'2019-12-31 19:15:21','2019-12-31 19:15:21','','Order &ndash; December 31, 2019 @ 07:15 PM','','wc-completed','open','closed','wc_order_GWTLiN3rZq7Ww','order-dec-31-2019-0715-pm','','','2019-12-31 19:58:17','2019-12-31 19:58:17','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4605',0,'shop_order','',2),(4606,16,'2019-12-31 00:00:00','2019-12-31 00:00:00','','Donna Bishop','','publish','closed','closed','','donna-bishop','','','2019-12-31 00:00:00','2019-12-31 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/donna-bishop/',0,'mec-books','',0),(4654,1,'2020-01-06 23:41:28','2020-01-06 23:41:28','','Order &ndash; January 6, 2020 @ 11:41 PM','','wc-completed','open','closed','wc_order_qxmBNkFFQLP9N','order-jan-06-2020-1141-pm','','','2020-01-06 23:46:10','2020-01-06 23:46:10','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4654',0,'shop_order','',2),(4609,1,'2020-01-02 15:59:59','2020-01-02 15:59:59','','Order &ndash; January 2, 2020 @ 03:59 PM','','wc-completed','open','closed','wc_order_3yxOHyiKdaahG','order-jan-02-2020-0359-pm','','','2020-01-02 16:02:53','2020-01-02 16:02:53','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4609',0,'shop_order','',2),(4610,17,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Alison Beebe','','publish','closed','closed','','alison-beebe','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4610',0,'mec-books','',0),(4611,1,'2020-01-02 18:26:39','2020-01-02 18:26:39','','Order &ndash; January 2, 2020 @ 06:26 PM','','wc-completed','open','closed','wc_order_ufn0B1dli6lnU','order-jan-02-2020-0626-pm','','','2020-01-02 18:29:04','2020-01-02 18:29:04','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4611',0,'shop_order','',2),(4612,18,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Jolene Shafer','','publish','closed','closed','','jolene-shafer','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4612',0,'mec-books','',0),(4613,1,'2020-01-02 18:48:43','2020-01-02 18:48:43','','Order &ndash; January 2, 2020 @ 06:48 PM','','wc-completed','open','closed','wc_order_0bVIeq5ZGUJfR','order-jan-02-2020-0648-pm','','','2020-01-02 18:50:56','2020-01-02 18:50:56','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4613',0,'shop_order','',2),(4614,19,'2020-01-12 00:00:00','2020-01-12 00:00:00','','Lorri Caldwell','','publish','closed','closed','','lorri-caldwell','','','2020-01-12 00:00:00','2020-01-12 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4614',0,'mec-books','',0),(4615,1,'2020-01-03 02:24:10','2020-01-03 02:24:10','<div data-contents=\"true\">\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"78rt7-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"78rt7-0-0\"><span data-offset-key=\"78rt7-0-0\">ADVANCE TICKETS ARE NOW CLOSED. You may still buy tickets at the door. </span></div>\r\n<div class=\"_1mf _1mj\" data-offset-key=\"78rt7-0-0\"><span data-offset-key=\"78rt7-0-0\">Doors open for dinner at 6:30pm and the show at 8pm </span></div>\r\n<div data-offset-key=\"78rt7-0-0\"></div>\r\n<div class=\"_1mf _1mj\" data-offset-key=\"78rt7-0-0\"><span data-offset-key=\"78rt7-0-0\">Thanks! </span></div>\r\n<div data-offset-key=\"78rt7-0-0\"></div>\r\n<div class=\"_1mf _1mj\" data-offset-key=\"78rt7-0-0\"><span data-offset-key=\"78rt7-0-0\">Dance with your sweetie this Valentine\'s Day to the sweet, no good sounds of Johnny. (Wait, that\'s not right... )</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"bahb3-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bahb3-0-0\"><span data-offset-key=\"bahb3-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"8qqlr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8qqlr-0-0\"><span data-offset-key=\"8qqlr-0-0\">Dance with your sweetie this Valentine\'s Day to the sweet sounds of </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"8qqlr-1-0\"><span data-offset-key=\"8qqlr-1-0\">No Good Johnny</span></span><span data-offset-key=\"8qqlr-2-0\">. (Much better!) </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"6hu2f-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6hu2f-0-0\"><span data-offset-key=\"6hu2f-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"7n19i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7n19i-0-0\"><span data-offset-key=\"7n19i-0-0\">Tickets are $10 and may be purchased online or at the door.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"a0lst-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"a0lst-0-0\"><span data-offset-key=\"a0lst-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"bro19-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bro19-0-0\"><span data-offset-key=\"bro19-0-0\">SPECIAL BBQ DINNER AVAILABLE</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"9oh4g-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"9oh4g-0-0\"><span data-offset-key=\"9oh4g-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"fgktb-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"fgktb-0-0\"><span data-offset-key=\"fgktb-0-0\">Doors will open at 6:30pm on Friday, February 14th as Pit Master </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"fgktb-1-0\"><span data-offset-key=\"fgktb-1-0\">Mike</span></span><span data-offset-key=\"fgktb-2-0\"> from </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"fgktb-3-0\"><span data-offset-key=\"fgktb-3-0\">Front Door Catering</span></span><span data-offset-key=\"fgktb-4-0\"> will be showing your stomachs some love with a Traditional BBQ Buffet Dinner. Cost is $15 per person and payable at the catering counter the night of the event or in advance online. (Note:This is not an all-you-can-eat BBQ buffet, but it\'s a plenty-to-eat buffet, as you\'ll be welcome to go back for seconds.) </span></div>\r\n</div>\r\n</div>','NO GOOD JOHNNY','Valentine\'s Day Dance ','publish','open','closed','','no-good-johnny-2','','','2020-02-14 22:38:24','2020-02-14 22:38:24','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4615',0,'mec-events','',0),(4616,1,'2020-01-03 02:24:10','2020-01-03 02:24:10','Dance with your sweetie this Valentine\'s Day to the sweet sounds of No Good Johnny.','NO GOOD JOHNNY','Valentine\'s Day Dance ','inherit','closed','closed','','4615-revision-v1','','','2020-01-03 02:24:10','2020-01-03 02:24:10','',4615,'https://thehistoricvinewood.com/4615-revision-v1/',0,'revision','',0),(4617,1,'2020-01-03 02:28:41','2020-01-03 02:28:41','Juke Joint Blues Band','VELVET BLUES REVUE','Juke Joint Blues Band','publish','open','closed','','velvet-blues-revue','','','2020-01-03 02:28:41','2020-01-03 02:28:41','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4617',0,'mec-events','',0),(4618,1,'2020-01-03 02:28:14','2020-01-03 02:28:14','','VelvetBluesRevue-2','','inherit','open','closed','','velvetbluesrevue-2','','','2020-01-03 02:28:35','2020-01-03 02:28:35','',4617,'https://thehistoricvinewood.com/wp-content/uploads/2020/01/VelvetBluesRevue-2.jpg',0,'attachment','image/jpeg',0),(4619,1,'2020-01-03 02:28:41','2020-01-03 02:28:41','Juke Joint Blues Band','VELVET BLUES REVUE','Juke Joint Blues Band','inherit','closed','closed','','4617-revision-v1','','','2020-01-03 02:28:41','2020-01-03 02:28:41','',4617,'https://thehistoricvinewood.com/4617-revision-v1/',0,'revision','',0),(4620,1,'2020-01-03 02:34:54','2020-01-03 02:34:54','Chance Encounter rocks The Vinewood','CHANCE ENCOUNTER','','publish','open','closed','','chance-encounter','','','2020-02-15 01:03:07','2020-02-15 01:03:07','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4620',0,'mec-events','',0),(4621,1,'2020-01-03 02:34:36','2020-01-03 02:34:36','','ChanceEncounter-2','','inherit','open','closed','','chanceencounter-2','','','2020-01-03 02:34:50','2020-01-03 02:34:50','',4620,'https://thehistoricvinewood.com/wp-content/uploads/2020/01/ChanceEncounter-2.jpg',0,'attachment','image/jpeg',0),(4622,1,'2020-01-03 02:34:54','2020-01-03 02:34:54','Chance Encounter rocks The Vinewood','CHANCE ENCOUNTER','','inherit','closed','closed','','4620-revision-v1','','','2020-01-03 02:34:54','2020-01-03 02:34:54','',4620,'https://thehistoricvinewood.com/4620-revision-v1/',0,'revision','',0),(4623,1,'2020-01-03 02:36:20','2020-01-03 02:36:20','Traditional Country featuring Marilyn Pierce\r\n\r\nLISTEN TO \"DELTA DAWN\"\r\n\r\n&nbsp;\r\n\r\n[embed height=\"520\" width=\"640\"]https://www.reverbnation.com/marilynpierce?wordpress=1[/embed]','SOUTH FORK BAND','','publish','open','closed','','south-fork-band-3','','','2020-01-25 21:26:23','2020-01-25 21:26:23','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4623',0,'mec-events','',0),(4624,1,'2020-01-03 02:36:20','2020-01-03 02:36:20','Traditional Country','SOUTH FORK BAND','','inherit','closed','closed','','4623-revision-v1','','','2020-01-03 02:36:20','2020-01-03 02:36:20','',4623,'https://thehistoricvinewood.com/4623-revision-v1/',0,'revision','',0),(4625,1,'2020-01-03 02:38:02','2020-01-03 02:38:02','Country','DR. COOK\'S MEDICINE SHOW','','publish','open','closed','','dr-cooks-medicine-show-2','','','2020-01-03 02:38:02','2020-01-03 02:38:02','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4625',0,'mec-events','',0),(4626,1,'2020-01-03 02:38:02','2020-01-03 02:38:02','Country','DR. COOK\'S MEDICINE SHOW','','inherit','closed','closed','','4625-revision-v1','','','2020-01-03 02:38:02','2020-01-03 02:38:02','',4625,'https://thehistoricvinewood.com/4625-revision-v1/',0,'revision','',0),(4046,1,'2019-08-24 01:52:38','2019-08-24 01:52:38','','SIERRA BAND','','publish','open','closed','','sierra-band','','','2019-08-24 01:52:38','2019-08-24 01:52:38','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4046',0,'mec-events','',0),(4030,1,'2019-08-23 21:58:24','2019-08-23 21:58:24','','TheVinewood-Web-400invert','','inherit','open','closed','','thevinewood-web-400invert','','','2019-08-23 21:58:37','2019-08-23 21:58:37','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/TheVinewood-Web-400invert.png',0,'attachment','image/png',0),(4032,1,'2019-08-23 22:05:00','2019-08-23 22:05:00','','TheVinewood-Web-400-White','','inherit','open','closed','','thevinewood-web-400-white','','','2019-08-23 22:05:11','2019-08-23 22:05:11','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/TheVinewood-Web-400-White.png',0,'attachment','image/png',0),(3944,1,'2019-08-17 08:40:48','2019-08-17 08:40:48','<h2>Event & Wedding \nHire Prices</h2>		\n		If all proposal details are agreeable, a contract will be presented.Exclusions:		\n			<h2>Starting at $5,500</h2>		\n			        <ul>\n                            <li >\n                                        State Sales Tax on Goods + Services\n                                    </li>\n                            <li >\n                                         County Rental Tax on Rental Goods / Infastructure\n                                    </li>\n                            <li >\n                                        On Site Ceremony + Ceremony Chairs Gratuity\n                                    </li>\n                            <li >\n                                        Alcohol – BYOB; Service + Set-Up Included in Standard Pricing\n                                    </li>\n                            <li >\n                                         Bakery Desserts\n                                    </li>\n                            <li >\n                                        Décor\n                                    </li>\n                            <li >\n                                        Entertainment\n                                    </li>\n                    </ul>\n            <a href=\"#opal-contactform-popup-7ed27de\" role=\"button\" data-effect=\"mfp-zoom-in\">\n			            ORDER NOW\n                    </a>\n                    Contact form 5\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f2737-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2737\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2737-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"text\" name=\"text-140\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Name\" /><input type=\"email\" name=\"email-865\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" /><select name=\"menu-912\" aria-invalid=\"false\"><option value=\"2 Guests\">2 Guests</option><option value=\"1 Guest\">1 Guest</option></select><select name=\"menu-913\" aria-invalid=\"false\"><option value=\"The Rehearsal Dinner\">The Rehearsal Dinner</option><option value=\"The Ceremony\">The Ceremony</option><option value=\"The Afterparty\">The Afterparty</option><option value=\"All of the above\">All of the above</option></select><textarea name=\"your-message\" cols=\"40\" rows=\"3\" aria-invalid=\"false\" placeholder=\"Need to share something?\"></textarea><input type=\"submit\" value=\"SEND\" />\n</form>            \n		Exclusions:		\n			<h2>Starting at $4,500</h2>		\n			        <ul>\n                            <li >\n                                        Event Planning &amp; Management Services\n                                    </li>\n                            <li >\n                                         Event Staffing Services\n                                    </li>\n                            <li >\n                                        Bar Set-up: Sodas, Juices, Ice &amp; Fruit Garnish\n                                    </li>\n                            <li >\n                                        Tables, Chairs, Linen, China, Flatware &amp; Glassware\n                                    </li>\n                    </ul>\n            <a href=\"#opal-contactform-popup-f209719\" role=\"button\" data-effect=\"mfp-zoom-in\">\n			            ORDER NOW\n                    </a>\n                    Contact form 1\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f774-o2\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"774\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f774-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Pricing','','publish','closed','closed','','pricing','','','2019-08-17 08:40:48','2019-08-17 08:40:48','',0,'https://thehistoricvinewood.com/?elementor_library=pricing',0,'elementor_library','',0),(4335,1,'2019-08-27 18:55:26','2019-08-27 18:55:26','<a href=\"https://thehistoricvinewood.com\">\n                                        <img width=\"400\" height=\"178\" src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/TheVinewood-Web-400-White.png\" alt=\"The Vinewood Logo White\" srcset=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/TheVinewood-Web-400-White.png 400w, https://thehistoricvinewood.com/wp-content/uploads/2019/03/TheVinewood-Web-400-White-300x134.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />                                    </a>\n            <a href=\" https://thehistoricvinewood.com/dance-events/\" role=\"button\">\n			            Events\n            <svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"94\" height=\"8\" x=\"0px\" y=\"0px\"\n                 viewBox=\"0 0 48 4\" enable-background=\"new 0 0 48 4\" xml:space=\"preserve\"><g\n                                                                                             stroke=\"none\">\n                    <g>\n                        <path\n                              d=\"M12.075.041c-.3-.1-.7 0-1 .1-1.1.2-2.1.7-2.9 1.5-.3.3-.7.4-1.1.6h-.1c-.3-.2-.8-.1-1.1-.3l-.9-.6c-.7-.5-1.5-1.1-2.5-1.1-.4-.1-.8 0-1.3.2-.4.2-.9.5-1.1 1-.1.1-.1.2 0 .3l.2.3c.1.1.3.2.5.1s.4-.2.6-.2c.3-.1.6-.3.8-.3.3-.1.7-.1 1 0 .6.2 1.1.7 1.5 1 .9.6 1.9.8 3 .7.2 0 .3 0 .4-.1.5-.3 1.1-.5 1.5-.9.5-.5 1.1-.7 1.8-1 .6-.2 1.2-.1 1.6.3.7.5 1.3 1.1 2.1 1.4.1.1.3.1.4.2.9.1 1.8 0 2.6-.5l.6-.3c.6-.3 1.2-.6 1.8-.7.8-.2 1.6-.2 2.3.4.2.2.4.3.6.5.4.3.8.6 1.3.8.4.1.8.1 1.2.1.8 0 1.4-.2 2.2-.6.4-.2.8-.4 1.2-.7.3-.2.7-.3 1-.4.5-.2 1.1 0 1.6-.2h.1c.5.2 1.1.3 1.5.7.6.5 1.3.9 2.1 1.1.7.2 1.2.2 1.8 0 .8-.2 1.5-.6 2.1-1.1.5-.4 1-.6 1.6-.6.4 0 .8.1 1.2.3.4.2.8.4 1.3.7.1.1.3.1.4.2l1.2.3c.2 0 .3.1.4 0 .5-.1 1.1-.2 1.5-.5.5-.3.8-.8 1-1.3v-.3c0-.2-.1-.3-.3-.4-.2 0-.3 0-.5.1-.2.3-.4.5-.7.7-.4.4-.9.5-1.5.3s-1.2-.4-1.7-.7c-.4-.3-1-.4-1.4-.7-1.2-.1-2.3-.1-3.3.7-.2.2-.4.3-.6.4-.2.2-.4.3-.7.5-.2.1-.4.2-.7.2-.5.1-.9-.1-1.4-.2-.3-.1-.7-.3-.9-.6-.6-.7-1.5-.9-2.3-1-.6-.1-1.3-.1-1.9 0-.6.1-1.3.2-1.8.6-.3.2-.8.4-1.1.7-.5.3-1 .4-1.6.6h-.2c-.5-.1-1-.2-1.4-.6l-.4-.5c-.2-.2-.4-.4-.7-.5-.3-.1-.6-.4-1-.3-.9-.2-1.8-.1-2.7.1-.6.2-1.2.4-1.7.8-.6.4-1.3.6-2 .6-.2 0-.3-.1-.5-.2l-.2-.2-1.1-.9c-.5-.3-1.1-.4-1.7-.6z\"\n                              id=\"svg_1\" style=\"\"/>\n                    </g>\n                </g></svg>\n                </a>','Header 2 Front','','publish','closed','closed','','header-2-2','','','2019-08-27 19:00:17','2019-08-27 19:00:17','',0,'https://thehistoricvinewood.com/?post_type=header&#038;p=4335',0,'header','',0),(3949,1,'2019-08-17 08:47:07','2019-08-17 08:47:07','<h2>What we do</h2>		\n		We have managed various corporate events successfully		\n			<h2>Corporate Events</h2>		\n		Launching a new product, annual conferences, government summits, industry exhibitions or business entertainment. We cater to all your MICE necessities		\n			<h2>Private Ocassions</h2>		\n		From birthdays to anniversaries, theme parties to religious gatherings - personal, private and memorable affairs are special. They are the kinds','What we do','','publish','closed','closed','','what-we-do','','','2019-08-17 08:47:07','2019-08-17 08:47:07','',0,'https://thehistoricvinewood.com/?elementor_library=what-we-do',0,'elementor_library','',0),(4628,1,'2020-01-03 04:19:50','2020-01-03 04:19:50','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:italic%2C700italic%2C600italic%7CPlayfair+Display:400%2C600\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-5\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9.jpg\"  alt=\"Bouquets\" title=\"blog (3 of 9)\"  width=\"640\" height=\"427\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		Seating for up to 350 guests \n		<!-- LAYER NR. 2 -->\n		Saying \n		<!-- LAYER NR. 3 -->\n		\"I DO\" \n		<!-- LAYER NR. 4 -->\n		Memories Are Made Here \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio.jpg\"  alt=\"\" title=\"BackPatio\"  width=\"998\" height=\"780\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		5.1 acres \n		<!-- LAYER NR. 6 -->\n		Green Spaces \n		<!-- LAYER NR. 7 -->\n		Breath new air into your events \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-4\" data-transition=\"boxslide,slotzoom-horizontal,zoomout\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9.jpg\"  alt=\"Umbrella\" title=\"blog (5 of 9)\"  width=\"640\" height=\"427\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 8 -->\n		Raining \n		<!-- LAYER NR. 9 -->\n		Luck \n		<!-- LAYER NR. 10 -->\n		Your Memories. We\'re just the backdrop. \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_2_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_2_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_2_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n			<h2>Wedding\nPackage</h2>		\n		<p>Your wedding event package includes full day and full access to The Vinewood for your ceremony and reception. It includes setup and teardown for both, plus one hour rehearsal time. You also have the option of holding your ceremony indoors or out at no additional cost.</p>		\n            <a role=\"button\">\n			            Schedule a tour of The Vinewood Today!\n                    </a>\n		<p><strong>WEDDING Ceremony &amp; Reception</strong><br />venue access: 9am - 12am</p>		\n			<h2>$4000</h2>		\n			        <ul>\n                            <li >\n                                        Includes setup and teardown for your ceremony and reception\n                                    </li>\n                            <li >\n                                        Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering space, stage and historic dance floor\n                                    </li>\n                            <li >\n                                        Seating for up to 350 </br>(tables and chairs not dressed)\n                                    </li>\n                            <li >\n                                        Ample parking & event security\n                                    </li>\n                            <li >\n                                        Decorative inventory access\n                                    </li>\n                            <li >\n                                        Day of event coordinator\n                                    </li>\n                            <li >\n                                        Personalized wedding website*\n                                    </li>\n                    </ul>\n		<p><em>*discounts apply for weekday and off-season weddings</em></p>		\n		<p><strong>RECEPTION ONLY</strong><br />Full Day Venue RENTAL: 9am - 12am</p>		\n			<h2>$3500</h2>		\n			        <ul>\n                            <li >\n                                        Same access and amenities as our wedding package for your reception. Does not include ceremony time, set-up or teardown for ceremony or rehearsal time.ceremony set-up and teardown for a ceremony and rehearsal time.\n                                    </li>\n                    </ul>\n			<h2>NOTES</h2>		\n			        <ul>\n                            <li >\n                                        Use any liscensed caterer of your choice\n                                    </li>\n                            <li >\n                                        Alcohol must be purchased through The Vinewood\n                                    </li>\n                            <li >\n                                        Linen rental is extra and must be procured through The Vinewood. We partner with Linens by Marlen\n                                    </li>\n                    </ul>\n			<h2>Event & Hourly\nRentals</h2>		\n		<p><strong>WEEKDAY</strong>: Monday - Thursday<br /><strong>WEEKEND</strong>: Friday - Sunday</p>		\n			<h2>PRICING NOTES</h2>		\n			        <ul>\n                            <li >\n                                        We have a house projector and meeting equipment available for a small fee lable for nominal fee\n                                    </li>\n                            <li >\n                                        Limited access to decorative inventory\n                                    </li>\n                            <li >\n                                        No caterer restrictions (must be liscensed) \n                                    </li>\n                            <li >\n                                        Alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n		<p>WEEKEND - 5 hour Rental</p>		\n			<h2>$1200</h2>		\n			        <ul>\n                            <li >\n                                        $250 / additional hour\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Event staff & coordinator\n                                    </li>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\n                                    </li>\n                            <li >\n                                        Parking & event security\n                                    </li>\n                            <li >\n                                        Access to catering prep station (all caterers must be licensed)\n                                    </li>\n                            <li >\n                                        All alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n		<p>Weekday - 3 hour rental</p>		\n			<h2>$600</h2>		\n			        <ul>\n                            <li >\n                                        $200 / additional hour\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Event staff & coordinator\n                                    </li>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\n                                    </li>\n                            <li >\n                                        Ample parking\n                                    </li>\n                            <li >\n                                        Access to catering prep station (all caterers must be licensed)\n                                    </li>\n                            <li >\n                                        All alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n            <a role=\"button\">\n			            VIEW AVAILABLE DATES\n                    </a>\n			<h2>ALL RENTALS</h2>		\n		<p>Alcohol must be purchased through The Vinewood. Cash bar options are available.</p><p>Linen rentals must be rented through The Vinewood and coordinated with Marla Oliaviar. <br />There is an additional fee which varies greatly on your desired table decore.<br />We advise wedding couples to budget $36 per table. </p>		\n            <a role=\"button\">\n			            Schedule a tour of The Vinewood Today!\n                    </a>\n            <a role=\"button\">\n			            CHECK YOUR DATES / CALENDAR OF EVENTS\n                    </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable-400x400.jpg\"\n                                     alt=\"Blue Head Table\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3-400x400.jpg\"\n                                     alt=\"TableScape-3\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web-400x400.jpg\"\n                                     alt=\"ManizanaTables2-Web\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup-400x400.jpg\"\n                                     alt=\"TableSetup\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations-400x400.jpg\"\n                                     alt=\"Decorations\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853-400x400.jpg\"\n                                     alt=\"TheVinewood-6\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-400x400.jpg\"\n                                     alt=\"TableScape-Gold\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs-400x400.jpg\"\n                                     alt=\"Chairs\"/>\n                            </a>','RATES & DATES','','inherit','closed','closed','','3991-revision-v1','','','2020-01-03 04:19:50','2020-01-03 04:19:50','',3991,'https://thehistoricvinewood.com/3991-revision-v1/',0,'revision','',0),(4296,1,'2019-08-26 05:13:59','2019-08-26 05:13:59','New Year\'s Eve Party with Mark & The Sharks','NewYears-Vinewood-square-web','','inherit','open','closed','','newyears-vinewood-square-web','','','2019-08-26 05:14:35','2019-08-26 05:14:35','',1589,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/NewYears-Vinewood-square-web.jpg',0,'attachment','image/jpeg',0),(3984,1,'2019-08-20 19:39:52','2019-08-20 19:39:52','<h2>Event & Wedding \nHire Prices</h2>		\n		If all proposal details are agreeable, a contract will be presented.Exclusions:		\n			<h2>Starting at $5,500</h2>		\n			        <ul>\n                            <li >\n                                        State Sales Tax on Goods + Services\n                                    </li>\n                            <li >\n                                         County Rental Tax on Rental Goods / Infastructure\n                                    </li>\n                            <li >\n                                        On Site Ceremony + Ceremony Chairs Gratuity\n                                    </li>\n                            <li >\n                                        Alcohol – BYOB; Service + Set-Up Included in Standard Pricing\n                                    </li>\n                            <li >\n                                         Bakery Desserts\n                                    </li>\n                            <li >\n                                        Décor\n                                    </li>\n                            <li >\n                                        Entertainment\n                                    </li>\n                    </ul>\n            <a href=\"#opal-contactform-popup-7ed27de\" role=\"button\" data-effect=\"mfp-zoom-in\">\n			            ORDER NOW\n                    </a>\n                    Contact form 5\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f2737-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2737\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2737-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"text\" name=\"text-140\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Name\" /><input type=\"email\" name=\"email-865\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" /><select name=\"menu-912\" aria-invalid=\"false\"><option value=\"2 Guests\">2 Guests</option><option value=\"1 Guest\">1 Guest</option></select><select name=\"menu-913\" aria-invalid=\"false\"><option value=\"The Rehearsal Dinner\">The Rehearsal Dinner</option><option value=\"The Ceremony\">The Ceremony</option><option value=\"The Afterparty\">The Afterparty</option><option value=\"All of the above\">All of the above</option></select><textarea name=\"your-message\" cols=\"40\" rows=\"3\" aria-invalid=\"false\" placeholder=\"Need to share something?\"></textarea><input type=\"submit\" value=\"SEND\" />\n</form>            \n		Exclusions:		\n			<h2>Starting at $4,500</h2>		\n			        <ul>\n                            <li >\n                                        Event Planning &amp; Management Services\n                                    </li>\n                            <li >\n                                         Event Staffing Services\n                                    </li>\n                            <li >\n                                        Bar Set-up: Sodas, Juices, Ice &amp; Fruit Garnish\n                                    </li>\n                            <li >\n                                        Tables, Chairs, Linen, China, Flatware &amp; Glassware\n                                    </li>\n                    </ul>\n            <a href=\"#opal-contactform-popup-f209719\" role=\"button\" data-effect=\"mfp-zoom-in\">\n			            ORDER NOW\n                    </a>\n                    Contact form 1\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f774-o2\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"774\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f774-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Cost Columns','','publish','closed','closed','','cost-columns','','','2019-08-20 19:39:52','2019-08-20 19:39:52','',0,'https://thehistoricvinewood.com/?elementor_library=cost-columns',0,'elementor_library','',0),(3991,1,'2019-08-23 15:36:00','2019-08-23 15:36:00','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:italic%2C700italic%2C600italic%7CPlayfair+Display:400%2C600\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-5\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9.jpg\"  alt=\"Bouquets\" title=\"blog (3 of 9)\"  width=\"640\" height=\"427\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		Seating for up to 350 guests \n		<!-- LAYER NR. 2 -->\n		Saying \n		<!-- LAYER NR. 3 -->\n		\"I DO\" \n		<!-- LAYER NR. 4 -->\n		Memories Are Made Here \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio.jpg\"  alt=\"\" title=\"BackPatio\"  width=\"998\" height=\"780\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		5.1 acres \n		<!-- LAYER NR. 6 -->\n		Green Spaces \n		<!-- LAYER NR. 7 -->\n		Breath new air into your events \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-4\" data-transition=\"boxslide,slotzoom-horizontal,zoomout\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9.jpg\"  alt=\"Umbrella\" title=\"blog (5 of 9)\"  width=\"640\" height=\"427\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 8 -->\n		Raining \n		<!-- LAYER NR. 9 -->\n		Luck \n		<!-- LAYER NR. 10 -->\n		Your Memories. We\'re just the backdrop. \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_2_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_2_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_2_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n			<h2>Wedding\nPackage</h2>		\n		<p>Your wedding event package includes full day and full access to The Vinewood for your ceremony and reception. It includes setup and teardown of tables and chairs for both events (not decorating), plus one hour rehearsal time. You also have the option of holding your ceremony indoors or out at no additional cost.</p>		\n            <a role=\"button\">\n			            Schedule a tour of The Vinewood Today!\n                    </a>\n		<p><strong>WEDDING Ceremony &amp; Reception</strong><br />venue access: 9am - 12am</p>		\n			<h2>$4000</h2>		\n			        <ul>\n                            <li >\n                                        Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering space, stage and historic dance floor\n                                    </li>\n                            <li >\n                                        Seating for up to 350 </br>(linens requried and not included)\n                                    </li>\n                            <li >\n                                        Ample parking & event security\n                                    </li>\n                            <li >\n                                        Decorative inventory access\n                                    </li>\n                            <li >\n                                        Day of event coordinator\n                                    </li>\n                            <li >\n                                        Personalized wedding website\n                                    </li>\n                    </ul>\n		<p><strong>RECEPTION ONLY</strong><br />Full Day Venue RENTAL: 9am - 12am</p>		\n			<h2>$3500</h2>		\n			        <ul>\n                            <li >\n                                        Same access and amenities as our wedding package for your reception.\n                                    </li>\n                            <li >\n                                        Does not include rehearsal time or any ceremony services\n                                    </li>\n                    </ul>\n			<h2>NOTES</h2>		\n			        <ul>\n                            <li >\n                                        Use any liscensed caterer of your choice\n                                    </li>\n                            <li >\n                                        Alcohol must be purchased through The Vinewood\n                                    </li>\n                            <li >\n                                        Linen rental is extra and must be procured through The Vinewood. We partner with Linens by Marlen\n                                    </li>\n                    </ul>\n			<h2>Event & Hourly\nRentals</h2>		\n		<p><strong>WEEKDAY</strong>: Monday - Thursday<br /><strong>WEEKEND</strong>: Friday - Sunday</p>		\n			<h2>PRICING NOTES</h2>		\n			        <ul>\n                            <li >\n                                        We have a house projector and meeting equipment available for a small fee lable for nominal fee\n                                    </li>\n                            <li >\n                                        Limited access to decorative inventory\n                                    </li>\n                            <li >\n                                        No caterer restrictions (must be liscensed) \n                                    </li>\n                            <li >\n                                        Alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n		<p>WEEKEND - 5 hour Rental</p>		\n			<h2>$1200</h2>		\n			        <ul>\n                            <li >\n                                        $250 / additional hour\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Event staff & coordinator\n                                    </li>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\n                                    </li>\n                            <li >\n                                        Parking & event security\n                                    </li>\n                            <li >\n                                        Access to catering prep station (all caterers must be licensed)\n                                    </li>\n                            <li >\n                                        All alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n		<p>Weekday - 3 hour rental</p>		\n			<h2>$600</h2>		\n			        <ul>\n                            <li >\n                                        $200 / additional hour\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Event staff & coordinator\n                                    </li>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\n                                    </li>\n                            <li >\n                                        Ample parking\n                                    </li>\n                            <li >\n                                        Access to catering prep station (all caterers must be licensed)\n                                    </li>\n                            <li >\n                                        All alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n            <a role=\"button\">\n			            VIEW AVAILABLE DATES\n                    </a>\n			<h2>ALL RENTALS</h2>		\n		<p>Alcohol must be purchased through The Vinewood. Cash bar options are available.</p><p>Linen rentals must be rented through The Vinewood and coordinated with Marla Oliaviar. <br />There is an additional fee which varies greatly on your desired table decore.<br />We advise wedding couples to budget $36 per table. </p>		\n            <a role=\"button\">\n			            Schedule a tour of The Vinewood Today!\n                    </a>\n            <a role=\"button\">\n			            CHECK YOUR DATES / CALENDAR OF EVENTS\n                    </a>\n            <a role=\"button\">\n			            Pay Venue Deposit, Secure Your Date\n                    </a>\n            <a href=\"https://drive.google.com/file/d/147NXaO11SOYE6DS6HITR9m4DzDPaZnup/view?usp=sharing\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n			            FLOOR PLAN - PDF\n                    </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable-400x400.jpg\"\n                                     alt=\"Blue Head Table\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3-400x400.jpg\"\n                                     alt=\"TableScape-3\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web-400x400.jpg\"\n                                     alt=\"ManizanaTables2-Web\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup-400x400.jpg\"\n                                     alt=\"TableSetup\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations-400x400.jpg\"\n                                     alt=\"Decorations\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853-400x400.jpg\"\n                                     alt=\"TheVinewood-6\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-400x400.jpg\"\n                                     alt=\"TableScape-Gold\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs-400x400.jpg\"\n                                     alt=\"Chairs\"/>\n                            </a>','RATES & DATES','','publish','closed','closed','','rates-dates','','','2020-01-03 04:27:48','2020-01-03 04:27:48','',0,'https://thehistoricvinewood.com/?page_id=3991',0,'page','',0),(4629,1,'2020-01-03 04:19:50','2020-01-03 04:19:50','<link href=\"https://fonts.googleapis.com/css?family=Montserrat:italic%2C700italic%2C600italic%7CPlayfair+Display:400%2C600\" rel=\"stylesheet\" property=\"stylesheet\" type=\"text/css\" media=\"all\">\n<!-- START REVOLUTION SLIDER 5.4.8.3 fullwidth mode -->\n<ul>	<!-- SLIDE  -->\n	<li data-index=\"rs-5\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9.jpg\"  alt=\"Bouquets\" title=\"blog (3 of 9)\"  width=\"640\" height=\"427\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 1 -->\n		Seating for up to 350 guests \n		<!-- LAYER NR. 2 -->\n		Saying \n		<!-- LAYER NR. 3 -->\n		\"I DO\" \n		<!-- LAYER NR. 4 -->\n		Memories Are Made Here \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-3\" data-transition=\"boxfade,slotfade-horizontal,slotfade-vertical\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/BackPatio.jpg\"  alt=\"\" title=\"BackPatio\"  width=\"998\" height=\"780\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"115\" data-scaleend=\"100\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 5 -->\n		5.1 acres \n		<!-- LAYER NR. 6 -->\n		Green Spaces \n		<!-- LAYER NR. 7 -->\n		Breath new air into your events \n	</li>\n	<!-- SLIDE  -->\n	<li data-index=\"rs-4\" data-transition=\"boxslide,slotzoom-horizontal,zoomout\" data-slotamount=\"default,default,default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"default,default,default\" data-easeout=\"default,default,default\" data-masterspeed=\"default,default,default\"  data-thumb=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9-100x50.jpg\"  data-rotate=\"0,0,0\"  data-saveperformance=\"off\"  data-title=\"Slide\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">\n		<!-- MAIN IMAGE -->\n		<img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9.jpg\"  alt=\"Umbrella\" title=\"blog (5 of 9)\"  width=\"640\" height=\"427\" data-bgposition=\"center top\" data-kenburns=\"on\" data-duration=\"9000\" data-ease=\"Linear.easeNone\" data-scalestart=\"100\" data-scaleend=\"115\" data-rotatestart=\"0\" data-rotateend=\"0\" data-blurstart=\"0\" data-blurend=\"0\" data-offsetstart=\"0 0\" data-offsetend=\"0 0\" data-bgparallax=\"15\" data-no-retina>\n		<!-- LAYERS -->\n		<!-- LAYER NR. 8 -->\n		Raining \n		<!-- LAYER NR. 9 -->\n		Luck \n		<!-- LAYER NR. 10 -->\n		Your Memories. We\'re just the backdrop. \n	</li>\n</ul>\n<style>\n</style>	\n<style></style>		\n						<style type=\"text/css\">#rev_slider_2_1 .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}#rev_slider_2_1 .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}#rev_slider_2_1 .uranus.tparrows:hover:before{opacity:0.75}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;  border-radius:50%;  width:16px;  height:16px;  background-color:rgba(0,0,0,0);  box-shadow:inset 0 0 0 2px rgb(255,255,255);  -webkit-transition:background 0.3s ease;  transition:background 0.3s ease;  position:absolute}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}.hermes .tp-bullet:after{content:\' \'; position:absolute; bottom:0; height:0; left:0; width:100%; background-color:rgb(255,255,255); box-shadow:0 0 1px rgb(255,255,255); -webkit-transition:height 0.3s ease; transition:height 0.3s ease}.hermes .tp-bullet.selected:after{height:100%}</style>\n				<!-- END REVOLUTION SLIDER -->		\n			<h2>Wedding\nPackage</h2>		\n		<p>Your wedding event package includes full day and full access to The Vinewood for your ceremony and reception. It includes setup and teardown of tables and chairs for both events (not decorating), plus one hour rehearsal time. You also have the option of holding your ceremony indoors or out at no additional cost.</p>		\n            <a role=\"button\">\n			            Schedule a tour of The Vinewood Today!\n                    </a>\n		<p><strong>WEDDING Ceremony &amp; Reception</strong><br />venue access: 9am - 12am</p>		\n			<h2>$4000</h2>		\n			        <ul>\n                            <li >\n                                        Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering space, stage and historic dance floor\n                                    </li>\n                            <li >\n                                        Seating for up to 350 </br>(linens requried and not included)\n                                    </li>\n                            <li >\n                                        Ample parking & event security\n                                    </li>\n                            <li >\n                                        Decorative inventory access\n                                    </li>\n                            <li >\n                                        Day of event coordinator\n                                    </li>\n                            <li >\n                                        Personalized wedding website\n                                    </li>\n                    </ul>\n		<p><strong>RECEPTION ONLY</strong><br />Full Day Venue RENTAL: 9am - 12am</p>		\n			<h2>$3500</h2>		\n			        <ul>\n                            <li >\n                                        Same access and amenities as our wedding package for your reception.\n                                    </li>\n                            <li >\n                                        Does not include rehearsal time or any ceremony services\n                                    </li>\n                    </ul>\n			<h2>NOTES</h2>		\n			        <ul>\n                            <li >\n                                        Use any liscensed caterer of your choice\n                                    </li>\n                            <li >\n                                        Alcohol must be purchased through The Vinewood\n                                    </li>\n                            <li >\n                                        Linen rental is extra and must be procured through The Vinewood. We partner with Linens by Marlen\n                                    </li>\n                    </ul>\n			<h2>Event & Hourly\nRentals</h2>		\n		<p><strong>WEEKDAY</strong>: Monday - Thursday<br /><strong>WEEKEND</strong>: Friday - Sunday</p>		\n			<h2>PRICING NOTES</h2>		\n			        <ul>\n                            <li >\n                                        We have a house projector and meeting equipment available for a small fee lable for nominal fee\n                                    </li>\n                            <li >\n                                        Limited access to decorative inventory\n                                    </li>\n                            <li >\n                                        No caterer restrictions (must be liscensed) \n                                    </li>\n                            <li >\n                                        Alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n		<p>WEEKEND - 5 hour Rental</p>		\n			<h2>$1200</h2>		\n			        <ul>\n                            <li >\n                                        $250 / additional hour\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Event staff & coordinator\n                                    </li>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\n                                    </li>\n                            <li >\n                                        Parking & event security\n                                    </li>\n                            <li >\n                                        Access to catering prep station (all caterers must be licensed)\n                                    </li>\n                            <li >\n                                        All alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n		<p>Weekday - 3 hour rental</p>		\n			<h2>$600</h2>		\n			        <ul>\n                            <li >\n                                        $200 / additional hour\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Event staff & coordinator\n                                    </li>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Tables & chairs for up to 350 (linens are an additional charge and vary with event type)\n                                    </li>\n                            <li >\n                                        Ample parking\n                                    </li>\n                            <li >\n                                        Access to catering prep station (all caterers must be licensed)\n                                    </li>\n                            <li >\n                                        All alcohol must be purchased through The Vinewood\n                                    </li>\n                    </ul>\n            <a role=\"button\">\n			            VIEW AVAILABLE DATES\n                    </a>\n			<h2>ALL RENTALS</h2>		\n		<p>Alcohol must be purchased through The Vinewood. Cash bar options are available.</p><p>Linen rentals must be rented through The Vinewood and coordinated with Marla Oliaviar. <br />There is an additional fee which varies greatly on your desired table decore.<br />We advise wedding couples to budget $36 per table. </p>		\n            <a role=\"button\">\n			            Schedule a tour of The Vinewood Today!\n                    </a>\n            <a role=\"button\">\n			            CHECK YOUR DATES / CALENDAR OF EVENTS\n                    </a>\n            <a role=\"button\">\n			            Pay Venue Deposit, Secure Your Date\n                    </a>\n            <a role=\"button\">\n			            CHECK YOUR DATES / CALENDAR OF EVENTS\n                    </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/HeadTable-400x400.jpg\"\n                                     alt=\"Blue Head Table\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-3-400x400.jpg\"\n                                     alt=\"TableScape-3\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web-400x400.jpg\"\n                                     alt=\"ManizanaTables2-Web\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup-400x400.jpg\"\n                                     alt=\"TableSetup\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations-400x400.jpg\"\n                                     alt=\"Decorations\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-e1566582948853-400x400.jpg\"\n                                     alt=\"TheVinewood-6\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-400x400.jpg\"\n                                     alt=\"TableScape-Gold\"/>\n                            </a>\n                            <a data-elementor-open-lightbox=\"no\"                                href=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs.jpg\">\n                                <img src=\"https://thehistoricvinewood.com/wp-content/uploads/2019/08/Chairs-400x400.jpg\"\n                                     alt=\"Chairs\"/>\n                            </a>','RATES & DATES','','inherit','closed','closed','','3991-revision-v1','','','2020-01-03 04:19:50','2020-01-03 04:19:50','',3991,'https://thehistoricvinewood.com/3991-revision-v1/',0,'revision','',0),(3979,1,'2019-08-20 05:37:02','2019-08-20 05:37:02','','TopCity Swing','','inherit','open','closed','','67343536_411509966146439_7280686740359086080_n','','','2019-08-20 05:37:18','2019-08-20 05:37:18','',3706,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/67343536_411509966146439_7280686740359086080_n.jpg',0,'attachment','image/jpeg',0),(4173,1,'2019-08-25 09:34:17','2019-08-25 09:34:17','','blog (7 of 9)','','inherit','open','closed','','blog-7-of-9','','','2019-08-25 09:34:28','2019-08-25 09:34:28','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9.jpg',0,'attachment','image/jpeg',0),(4174,1,'2019-08-25 09:34:44','2019-08-25 09:34:44','','blog (3 of 9)','','inherit','open','closed','','blog-3-of-9','','','2019-08-25 10:26:50','2019-08-25 10:26:50','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9.jpg',0,'attachment','image/jpeg',0),(4175,1,'2019-08-25 09:34:48','2019-08-25 09:34:48','','blog (5 of 9)','','inherit','open','closed','','blog-5-of-9','','','2019-08-25 10:26:22','2019-08-25 10:26:22','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9.jpg',0,'attachment','image/jpeg',0),(4176,1,'2019-08-25 09:34:51','2019-08-25 09:34:51','','blog (7 of 9)','','inherit','open','closed','','blog-7-of-9-2','','','2019-08-25 09:34:51','2019-08-25 09:34:51','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-1.jpg',0,'attachment','image/jpeg',0),(4177,1,'2019-08-25 09:34:55','2019-08-25 09:34:55','','blog (8 of 9)','','inherit','open','closed','','blog-8-of-9','','','2019-08-25 09:34:55','2019-08-25 09:34:55','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-8-of-9.jpg',0,'attachment','image/jpeg',0),(4178,1,'2019-08-25 09:34:57','2019-08-25 09:34:57','','blog (9 of 9)','','inherit','open','closed','','blog-9-of-9','','','2019-08-25 09:34:57','2019-08-25 09:34:57','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-9-of-9.jpg',0,'attachment','image/jpeg',0),(4187,1,'2019-08-25 09:41:15','2019-08-25 09:41:15','<h2>Wedding\nRentals</h2>		\n		<p>We have an extensive inventory of table decorations and proudly partner with Marla from Linens. Tablescapes are optional, additional rental.</p>		\n            <a role=\"button\" href=\"#opal-contactform-popup-7505b87\" data-effect=\"mfp-zoom-in\">\n			            Schedule a Tour\n                    </a>\n                    Contact form 5\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f2737-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2737\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2737-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"text\" name=\"text-140\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Name\" /><input type=\"email\" name=\"email-865\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" /><select name=\"menu-912\" aria-invalid=\"false\"><option value=\"2 Guests\">2 Guests</option><option value=\"1 Guest\">1 Guest</option></select><select name=\"menu-913\" aria-invalid=\"false\"><option value=\"The Rehearsal Dinner\">The Rehearsal Dinner</option><option value=\"The Ceremony\">The Ceremony</option><option value=\"The Afterparty\">The Afterparty</option><option value=\"All of the above\">All of the above</option></select><textarea name=\"your-message\" cols=\"40\" rows=\"3\" aria-invalid=\"false\" placeholder=\"Need to share something?\"></textarea><input type=\"submit\" value=\"SEND\" />\n</form>            \n		<p>FULL DAY rentals<br />venue access: 9am - 12am</p>		\n			<h2>$2,500 - $3,500</h2>		\n			        <ul>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Exclusive access to entire property including indoor and outdoor spaces, bridal lounge, catering kitchen, stage and historic dancefloor.\n                                    </li>\n                            <li >\n                                        Tables & Chairs for up to 350\n                                    </li>\n                            <li >\n                                        Ample parking\n                                    </li>\n                            <li >\n                                        Event Security\n                                    </li>\n                            <li >\n                                        Day of Event Coordinator\n                                    </li>\n                    </ul>\n            <a href=\"#opal-contactform-popup-15191651\" role=\"button\" data-effect=\"mfp-zoom-in\">\n			            ORDER NOW\n                    </a>\n                    Contact form 5\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f2737-o2\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2737\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2737-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"text\" name=\"text-140\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Name\" /><input type=\"email\" name=\"email-865\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" /><select name=\"menu-912\" aria-invalid=\"false\"><option value=\"2 Guests\">2 Guests</option><option value=\"1 Guest\">1 Guest</option></select><select name=\"menu-913\" aria-invalid=\"false\"><option value=\"The Rehearsal Dinner\">The Rehearsal Dinner</option><option value=\"The Ceremony\">The Ceremony</option><option value=\"The Afterparty\">The Afterparty</option><option value=\"All of the above\">All of the above</option></select><textarea name=\"your-message\" cols=\"40\" rows=\"3\" aria-invalid=\"false\" placeholder=\"Need to share something?\"></textarea><input type=\"submit\" value=\"SEND\" />\n</form>            \n		<p>CEREMONY ONLY<br />Three hour rental</p>		\n			<h2>$500</h2>		\n			        <ul>\n                            <li >\n                                        Includes setup & teardown\n                                    </li>\n                            <li >\n                                        Access to entire property\n                                    </li>\n                            <li >\n                                        Rehearsal Time\n                                    </li>\n                            <li >\n                                        Choice of indoor or outdoor ceremony with coordinating seatingarrangements for 350. Additional seating outside is available at additional cost (chair rental)\n                                    </li>\n                            <li >\n                                        Day of Event Coordinator\n                                    </li>\n                    </ul>\n            <a href=\"#opal-contactform-popup-118a979e\" role=\"button\" data-effect=\"mfp-zoom-in\">\n			            ORDER NOW\n                    </a>\n                    Contact form 1\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f774-o3\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"774\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f774-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form>','Pricing','','publish','closed','closed','','pricing-2','','','2019-08-25 09:41:15','2019-08-25 09:41:15','',0,'https://thehistoricvinewood.com/?elementor_library=pricing-2',0,'elementor_library','',0),(4328,1,'2019-08-27 18:47:50','2019-08-27 18:47:50','https://www.whitneycphotography.com/','WhitneyCathleenPhotography','','inherit','open','closed','','whitneycathleenphotography','','','2019-08-27 18:48:21','2019-08-27 18:48:21','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/WhitneyCathleenPhotography.jpg',0,'attachment','image/jpeg',0),(4330,1,'2019-08-27 18:50:38','2019-08-27 18:50:38','http://thpetersonphoto.com/','THPetersonPhotography','','inherit','open','closed','','thpetersonphotography','','','2019-08-27 18:50:54','2019-08-27 18:50:54','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/THPetersonPhotography.jpg',0,'attachment','image/jpeg',0),(4385,1,'2019-09-05 09:33:16','2019-09-05 09:33:16','<h2>“Love is a song </br> that never ends.”</h2>		\n			<h5>- BAMBI</h5>','wedding header','','publish','closed','closed','','wedding-header','','','2019-09-05 09:33:16','2019-09-05 09:33:16','',0,'https://thehistoricvinewood.com/?elementor_library=wedding-header',0,'elementor_library','',0),(4194,1,'2019-08-25 10:15:37','2019-08-25 10:15:37','','ManizanaTables2-Web','','inherit','open','closed','','manizanatables2-web','','','2019-08-25 10:15:37','2019-08-25 10:15:37','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/ManizanaTables2-Web.jpg',0,'attachment','image/jpeg',0),(4196,1,'2019-08-25 10:17:43','2019-08-25 10:17:43','','TableScape-Gold','','inherit','open','closed','','tablescape-gold-2','','','2019-08-25 10:17:43','2019-08-25 10:17:43','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableScape-Gold-1.jpg',0,'attachment','image/jpeg',0),(4197,1,'2019-08-25 10:17:54','2019-08-25 10:17:54','','TableSetup','','inherit','open','closed','','tablesetup-2','','','2019-08-25 10:17:54','2019-08-25 10:17:54','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup-1.jpg',0,'attachment','image/jpeg',0),(4198,1,'2019-08-25 10:18:06','2019-08-25 10:18:06','','Decorations','','inherit','open','closed','','decorations-2','','','2019-08-25 10:18:06','2019-08-25 10:18:06','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Decorations-1.jpg',0,'attachment','image/jpeg',0),(4199,1,'2019-08-25 10:19:45','2019-08-25 10:19:45','','TheVinewood-6','','inherit','open','closed','','thevinewood-6-2','','','2019-08-25 10:19:45','2019-08-25 10:19:45','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheVinewood-6-1.jpg',0,'attachment','image/jpeg',0),(4206,1,'2019-08-25 17:45:38','2019-08-25 17:45:38','','40138555_996416710518907_3713356800599261184_o','','inherit','open','closed','','40138555_996416710518907_3713356800599261184_o','','','2019-08-25 17:45:38','2019-08-25 17:45:38','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/40138555_996416710518907_3713356800599261184_o.jpg',0,'attachment','image/jpeg',0),(4204,1,'2019-08-25 17:24:23','2019-08-25 17:24:23','','Screenshot 2019-08-25 12.08.17','','inherit','open','closed','','screenshot-2019-08-25-12-08-17','','','2019-08-25 17:24:23','2019-08-25 17:24:23','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/Screenshot-2019-08-25-12.08.17.png',0,'attachment','image/png',0),(4205,1,'2019-08-25 17:24:28','2019-08-25 17:24:28','','Screenshot 2019-08-25 12.08.31','','inherit','open','closed','','screenshot-2019-08-25-12-08-31','','','2019-08-25 17:24:28','2019-08-25 17:24:28','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/Screenshot-2019-08-25-12.08.31.png',0,'attachment','image/png',0),(4207,1,'2019-08-25 17:45:43','2019-08-25 17:45:43','','40139987_996418533852058_3989670953196978176_o','','inherit','open','closed','','40139987_996418533852058_3989670953196978176_o','','','2019-08-25 17:45:43','2019-08-25 17:45:43','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/40139987_996418533852058_3989670953196978176_o.jpg',0,'attachment','image/jpeg',0),(4208,1,'2019-08-25 17:45:47','2019-08-25 17:45:47','','40152167_996410560519522_4930653315148021760_o','','inherit','open','closed','','40152167_996410560519522_4930653315148021760_o','','','2019-08-25 17:45:47','2019-08-25 17:45:47','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/40152167_996410560519522_4930653315148021760_o.jpg',0,'attachment','image/jpeg',0),(4209,1,'2019-08-25 17:45:52','2019-08-25 17:45:52','','40164746_996412663852645_516389681844191232_o','','inherit','open','closed','','40164746_996412663852645_516389681844191232_o','','','2019-08-25 17:45:52','2019-08-25 17:45:52','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/40164746_996412663852645_516389681844191232_o.jpg',0,'attachment','image/jpeg',0),(4210,1,'2019-08-25 17:45:56','2019-08-25 17:45:56','','40172292_996409293852982_5790316668987113472_o','','inherit','open','closed','','40172292_996409293852982_5790316668987113472_o','','','2019-08-25 17:45:56','2019-08-25 17:45:56','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/40172292_996409293852982_5790316668987113472_o.jpg',0,'attachment','image/jpeg',0),(4211,1,'2019-08-25 17:46:01','2019-08-25 17:46:01','','40178245_996411430519435_1385963921826906112_o','','inherit','open','closed','','40178245_996411430519435_1385963921826906112_o','','','2019-08-25 17:46:01','2019-08-25 17:46:01','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/40178245_996411430519435_1385963921826906112_o.jpg',0,'attachment','image/jpeg',0),(4212,1,'2019-08-25 17:46:06','2019-08-25 17:46:06','','40213643_996413107185934_4788707519348342784_o','','inherit','open','closed','','40213643_996413107185934_4788707519348342784_o','','','2019-08-25 17:46:06','2019-08-25 17:46:06','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/40213643_996413107185934_4788707519348342784_o.jpg',0,'attachment','image/jpeg',0),(4213,1,'2019-08-25 17:46:12','2019-08-25 17:46:12','','40243169_996408780519700_8265206971041316864_o','','inherit','open','closed','','40243169_996408780519700_8265206971041316864_o','','','2020-01-25 06:36:58','2020-01-25 06:36:58','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/40243169_996408780519700_8265206971041316864_o.jpg',0,'attachment','image/jpeg',0),(4214,1,'2019-08-25 17:46:16','2019-08-25 17:46:16','','40271691_996419030518675_3300066464370786304_o','','inherit','open','closed','','40271691_996419030518675_3300066464370786304_o','','','2019-08-25 17:46:16','2019-08-25 17:46:16','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/40271691_996419030518675_3300066464370786304_o.jpg',0,'attachment','image/jpeg',0),(4215,1,'2019-08-25 17:46:21','2019-08-25 17:46:21','','Carlson18-1','','inherit','open','closed','','carlson18-1','','','2019-08-25 17:46:21','2019-08-25 17:46:21','',984,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/Carlson18-1.jpg',0,'attachment','image/jpeg',0),(4221,1,'2019-08-25 18:46:53','2019-08-25 18:46:53','','Mezzinea2018Autum','','inherit','open','closed','','mezzinea2018autum','','','2019-08-25 18:47:05','2019-08-25 18:47:05','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Mezzinea2018Autum.jpg',0,'attachment','image/jpeg',0),(4357,1,'2019-09-01 18:47:32','2019-09-01 18:47:32','','Screenshot 2019-09-01 13.46.52','','inherit','open','closed','','screenshot-2019-09-01-13-46-52','','','2019-09-01 18:47:52','2019-09-01 18:47:52','',0,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Screenshot-2019-09-01-13.46.52.png',0,'attachment','image/png',0),(4661,1,'2020-01-07 20:59:43','2020-01-07 20:59:43','','TheHouseJumpers-Logo','','inherit','open','closed','','thehousejumpers-logo','','','2020-01-07 20:59:43','2020-01-07 20:59:43','',4313,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TheHouseJumpers-Logo.png',0,'attachment','image/png',0),(4662,1,'2020-01-07 20:59:49','2020-01-07 20:59:49','','The House Jumpers','','inherit','open','closed','','tickets','','','2020-01-07 21:00:07','2020-01-07 21:00:07','',4313,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Tickets.png',0,'attachment','image/png',0),(4663,1,'2020-01-07 21:01:27','2020-01-07 21:01:27','Traditional electric blues, west coast jump, early rock &amp; roll, and ol’ school r&amp;b.\nThis music was recorded from about 1948 to 1960 and includes music by artists such as BB King, The Liggins Brothers, Big Mama Thornton, and Camille Howard.','THE HOUSE JUMPERS','Music from 1948 - 1960','inherit','closed','closed','','4313-autosave-v1','','','2020-01-07 21:01:27','2020-01-07 21:01:27','',4313,'https://thehistoricvinewood.com/4313-autosave-v1/',0,'revision','',0),(4372,1,'2019-09-02 00:43:49','2019-09-02 00:43:49','','Screenshot 2019-09-01 19.42.27','','inherit','open','closed','','screenshot-2019-09-01-19-42-27','','','2019-09-02 00:43:49','2019-09-02 00:43:49','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/Screenshot-2019-09-01-19.42.27.png',0,'attachment','image/png',0),(4373,1,'2019-09-02 00:44:18','2019-09-02 00:44:18','','blog (2 of 9)','','inherit','open','closed','','blog-2-of-9','','','2019-09-02 00:44:18','2019-09-02 00:44:18','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-2-of-9.jpg',0,'attachment','image/jpeg',0),(4374,1,'2019-09-02 00:44:23','2019-09-02 00:44:23','','blog (3 of 9)','','inherit','open','closed','','blog-3-of-9-2','','','2019-09-02 00:44:23','2019-09-02 00:44:23','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-3-of-9-1.jpg',0,'attachment','image/jpeg',0),(4375,1,'2019-09-02 00:44:30','2019-09-02 00:44:30','','blog (4 of 9)','','inherit','open','closed','','blog-4-of-9','','','2019-09-02 00:44:30','2019-09-02 00:44:30','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-4-of-9.jpg',0,'attachment','image/jpeg',0),(4376,1,'2019-09-02 00:44:33','2019-09-02 00:44:33','','blog (5 of 9)','','inherit','open','closed','','blog-5-of-9-2','','','2019-09-02 00:44:33','2019-09-02 00:44:33','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-5-of-9-1.jpg',0,'attachment','image/jpeg',0),(4377,1,'2019-09-02 00:44:36','2019-09-02 00:44:36','','blog (6 of 9)','','inherit','open','closed','','blog-6-of-9','','','2019-09-02 00:44:36','2019-09-02 00:44:36','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-6-of-9.jpg',0,'attachment','image/jpeg',0),(4378,1,'2019-09-02 00:44:39','2019-09-02 00:44:39','','blog (7 of 9)','','inherit','open','closed','','blog-7-of-9-3','','','2019-09-02 00:44:39','2019-09-02 00:44:39','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-7-of-9-2.jpg',0,'attachment','image/jpeg',0),(4379,1,'2019-09-02 00:44:42','2019-09-02 00:44:42','','blog (8 of 9)','','inherit','open','closed','','blog-8-of-9-2','','','2019-09-02 00:44:42','2019-09-02 00:44:42','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-8-of-9-1.jpg',0,'attachment','image/jpeg',0),(4380,1,'2019-09-02 00:44:45','2019-09-02 00:44:45','','blog (9 of 9)','','inherit','open','closed','','blog-9-of-9-2','','','2019-09-02 00:44:45','2019-09-02 00:44:45','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/blog-9-of-9-1.jpg',0,'attachment','image/jpeg',0),(4381,1,'2019-09-02 00:44:48','2019-09-02 00:44:48','','THPeterson-Rain-Web','','inherit','open','closed','','thpeterson-rain-web','','','2019-09-02 00:44:48','2019-09-02 00:44:48','',995,'https://thehistoricvinewood.com/wp-content/uploads/2019/03/THPeterson-Rain-Web.jpg',0,'attachment','image/jpeg',0),(4233,1,'2019-08-25 20:10:42','2019-08-25 20:10:42','<h2>Dance & Celebrate</h2>		\n		<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events. Dance hall dances and live music. Comedy shows. Scrapbooking conference... <br /><strong>It\'s your memories, where will they <br />take place?<br /></strong></p>		\n			<h3>Weddings</h3><p>Indoor and outdoor venue spaces with seating accommodations for up to 350 guests. Featuring a historic sprung dance floor and more, it\'s historically rustic.</p>		\n			<h3>Dance Hall</h3><p>Keeping with 130-year old tradition, The Vinewood turns into a dance hall almost every Friday night and features live country, rock/blues bands perfect for dancing.</p>		\n			<h3>Party For A Cause</h3><p>With ample seating, positioning The Vinewood into the elite venue locations of its size in town, we encourage you to come take a look to see what we can offer and help make your next big nonprofit event go down in history.</p>		\n			<h3>Corporate, Picnics, Oh-My</h3><p>You get exclusive and complete access to the property when you reserve The Vinewood. We welcome all types of events. Class reunion, conference, family picnics - we\'ve had all and more in the last year. We\'re only limited to our imagination.</p>','Dance & Celebrate Info Boxes about Venue','','publish','closed','closed','','dance-celebrate-info-boxes-about-venue','','','2019-08-25 20:10:42','2019-08-25 20:10:42','',0,'https://thehistoricvinewood.com/?elementor_library=dance-celebrate-info-boxes-about-venue',0,'elementor_library','',0),(4240,1,'2019-08-25 20:45:42','2019-08-25 20:45:42','','Quisenetta','','inherit','open','closed','','quisenetta','','','2019-08-25 20:45:42','2019-08-25 20:45:42','',4072,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Quisenetta.jpg',0,'attachment','image/jpeg',0),(4241,1,'2019-08-25 20:45:51','2019-08-25 20:45:51','','HolidayTable','','inherit','open','closed','','holidaytable','','','2019-08-25 20:45:51','2019-08-25 20:45:51','',4072,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/HolidayTable.jpg',0,'attachment','image/jpeg',0),(4242,1,'2019-08-25 20:46:02','2019-08-25 20:46:02','','Tables0Lighter','','inherit','open','closed','','tables0lighter','','','2019-08-25 20:46:02','2019-08-25 20:46:02','',4072,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/Tables0Lighter.jpg',0,'attachment','image/jpeg',0),(4243,1,'2019-08-25 20:47:26','2019-08-25 20:47:26','','TableSetup2019','','inherit','open','closed','','tablesetup2019','','','2019-08-25 20:47:26','2019-08-25 20:47:26','',4072,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup2019.jpg',0,'attachment','image/jpeg',0),(4244,1,'2019-08-25 20:47:30','2019-08-25 20:47:30','','TableSetup','','inherit','open','closed','','tablesetup-3','','','2019-08-25 20:47:30','2019-08-25 20:47:30','',4072,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/TableSetup-2.jpg',0,'attachment','image/jpeg',0),(4245,1,'2019-08-25 20:49:07','2019-08-25 20:49:07','','MrsMrs-Color','','inherit','open','closed','','mrsmrs-color','','','2019-08-25 20:49:07','2019-08-25 20:49:07','',4072,'https://thehistoricvinewood.com/wp-content/uploads/2019/08/MrsMrs-Color.jpg',0,'attachment','image/jpeg',0),(4311,1,'2019-08-26 19:11:19','2019-08-26 19:11:19','<p class=\"p1\">A Rockabilly / Classic Country band. Easy to listen to, great to dance to.</p>','4CLOSURE','','publish','open','closed','','4closure-3','','','2019-08-26 19:14:50','2019-08-26 19:14:50','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4311',0,'mec-events','',0),(4313,1,'2019-08-26 19:13:06','2019-08-26 19:13:06','Traditional electric blues, west coast jump, early rock &amp; roll, and ol’ school r&amp;b.\r\nThis music was recorded from about 1948 to 1960 and includes music by artists such as BB King, The Liggins Brothers, Big Mama Thornton, and Camille Howard.','THE HOUSE JUMPERS','Music from 1948 - 1960','publish','open','closed','','the-house-jumpers','','','2020-01-07 21:12:25','2020-01-07 21:12:25','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4313',0,'mec-events','',0),(4315,1,'2019-08-26 19:17:06','2019-08-26 19:17:06','','SIERRA BAND','','publish','open','closed','','sierra-band-2','','','2019-08-26 19:17:06','2019-08-26 19:17:06','',0,'https://thehistoricvinewood.com/?post_type=mec-events&#038;p=4315',0,'mec-events','',0),(4756,1,'2020-02-07 01:53:20','2020-02-07 01:53:20','','Order &ndash; February 7, 2020 @ 01:53 AM','','wc-completed','open','closed','wc_order_gWWG7Vx3P3P2G','order-feb-07-2020-0153-am','','','2020-02-07 01:54:09','2020-02-07 01:54:09','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4756',0,'shop_order','',2),(4757,55,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Jeremy Baker','','publish','closed','closed','','jeremy-baker','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/jeremy-baker/',0,'mec-books','',0),(4758,1,'2020-02-07 02:12:20','2020-02-07 02:12:20','','Order &ndash; February 7, 2020 @ 02:12 AM','','wc-completed','open','closed','wc_order_SnFr7U1sDVw6X','order-feb-07-2020-0212-am','','','2020-02-07 02:14:06','2020-02-07 02:14:06','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4758',0,'shop_order','',2),(4759,56,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Tyler Baker','','publish','closed','closed','','tyler-baker','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/tyler-baker/',0,'mec-books','',0),(4760,1,'2020-02-07 02:24:40','2020-02-07 02:24:40','','Order &ndash; February 7, 2020 @ 02:24 AM','','wc-pending','open','closed','wc_order_yzFDuWP1yJylp','order-feb-07-2020-0224-am','','','2020-02-07 02:24:40','2020-02-07 02:24:40','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4760',0,'shop_order','',0),(4761,1,'2020-02-07 02:30:05','2020-02-07 02:30:05','','Order &ndash; February 7, 2020 @ 02:30 AM','','wc-completed','open','closed','wc_order_xwkRivI9t5Xcb','order-feb-07-2020-0230-am','','','2020-02-07 02:36:43','2020-02-07 02:36:43','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4761',0,'shop_order','',2),(4762,57,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Zach Roehrman','','publish','closed','closed','','zach-roehrman','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/zach-roehrman/',0,'mec-books','',0),(4763,1,'2020-02-07 03:21:28','2020-02-07 03:21:28','','Order &ndash; February 7, 2020 @ 03:21 AM','','wc-completed','open','closed','wc_order_tA4GyPxTh4FJP','order-feb-07-2020-0321-am','','','2020-02-07 03:24:07','2020-02-07 03:24:07','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4763',0,'shop_order','',2),(4764,3,'2020-02-07 00:00:00','2020-02-07 00:00:00','','Rhonda Seitz','','publish','closed','closed','','rhonda-seitz-3','','','2020-02-07 00:00:00','2020-02-07 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/rhonda-seitz-3/',0,'mec-books','',0),(4768,29,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Everett Humbert','','publish','closed','closed','','everett-humbert-2','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4768',0,'mec-books','',0),(4769,1,'2020-02-08 20:55:59','2020-02-08 20:55:59','','Order &ndash; February 8, 2020 @ 08:55 PM','','wc-pending','open','closed','wc_order_dmpHiRV8KccbE','order-feb-08-2020-0855-pm','','','2020-02-08 20:55:59','2020-02-08 20:55:59','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4769',0,'shop_order','',0),(4770,1,'2020-02-08 20:57:57','2020-02-08 20:57:57','','Order &ndash; February 8, 2020 @ 08:57 PM','','wc-pending','open','closed','wc_order_vu1It4WRSTjD1','order-feb-08-2020-0857-pm','','','2020-02-08 20:57:57','2020-02-08 20:57:57','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4770',0,'shop_order','',0),(4771,1,'2020-02-08 21:00:08','2020-02-08 21:00:08','','Order &ndash; February 8, 2020 @ 09:00 PM','','wc-pending','open','closed','wc_order_iMdnYxu2XxlC1','order-feb-08-2020-0900-pm','','','2020-02-08 21:00:08','2020-02-08 21:00:08','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4771',0,'shop_order','',0),(4772,1,'2020-02-08 21:04:16','2020-02-08 21:04:16','','Order &ndash; February 8, 2020 @ 09:04 PM','','wc-completed','open','closed','wc_order_YlqiKT6AyMwiS','order-feb-08-2020-0904-pm','','','2020-02-08 21:05:19','2020-02-08 21:05:19','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4772',0,'shop_order','',2),(4773,49,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Tiffany Pryor','','publish','closed','closed','','tiffany-pryor-2','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4773',0,'mec-books','',0),(4774,1,'2020-02-09 01:42:44','2020-02-09 01:42:44','','Order &ndash; February 9, 2020 @ 01:42 AM','','wc-pending','open','closed','wc_order_fKEK97j4OE4dF','order-feb-09-2020-0142-am','','','2020-02-09 01:42:44','2020-02-09 01:42:44','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4774',0,'shop_order','',0),(4775,1,'2020-02-09 03:18:12','2020-02-09 03:18:12','','Order &ndash; February 9, 2020 @ 03:18 AM','','wc-completed','open','closed','wc_order_vwCVXtK4EyMGC','order-feb-09-2020-0318-am','','','2020-02-09 03:22:00','2020-02-09 03:22:00','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4775',0,'shop_order','',2),(4776,58,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Ronald Whitmire','','publish','closed','closed','','ronald-whitmire','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4776',0,'mec-books','',0),(4777,1,'2020-02-10 00:17:49','2020-02-10 00:17:49','','Order &ndash; February 10, 2020 @ 12:17 AM','','wc-pending','open','closed','wc_order_NN7e55ZvTqUyn','order-feb-10-2020-1217-am','','','2020-02-10 00:17:49','2020-02-10 00:17:49','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4777',0,'shop_order','',0),(4778,1,'2020-02-10 00:19:59','2020-02-10 00:19:59','','Order &ndash; February 10, 2020 @ 12:19 AM','','wc-completed','open','closed','wc_order_43RN8F9CGvQqb','order-feb-10-2020-1219-am','','','2020-02-10 00:21:53','2020-02-10 00:21:53','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4778',0,'shop_order','',2),(4779,59,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Carolyn Austin','','publish','closed','closed','','carolyn-austin','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4779',0,'mec-books','',0),(4780,1,'2020-02-10 03:08:10','2020-02-10 03:08:10','','Order &ndash; February 10, 2020 @ 03:08 AM','','wc-completed','open','closed','wc_order_Gyv3FPMNVFAiQ','order-feb-10-2020-0308-am','','','2020-02-10 03:09:20','2020-02-10 03:09:20','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4780',0,'shop_order','',2),(4781,60,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Jennifer Kirmse','','publish','closed','closed','','jennifer-kirmse','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4781',0,'mec-books','',0),(4782,0,'2020-02-01 00:00:00','2020-02-01 00:00:00','','February 11, 2020 @ 6:00 pm (User: Guest)','','publish','closed','closed','','february-11-2020-600-pm-user-guest','','','2020-02-01 00:00:00','2020-02-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/february-11-2020-600-pm-user-guest/',0,'booked_appointments','',0),(4783,1,'2020-02-10 20:05:28','2020-02-10 20:05:28','','Order &ndash; February 10, 2020 @ 08:05 PM','','wc-completed','open','closed','wc_order_oQaT6iz9ScHYk','order-feb-10-2020-0805-pm','','','2020-02-10 20:06:58','2020-02-10 20:06:58','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4783',0,'shop_order','',2),(4784,61,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Greg Burtin','','publish','closed','closed','','greg-burtin','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4784',0,'mec-books','',0),(4785,1,'2020-02-10 23:48:47','2020-02-10 23:48:47','','Order &ndash; February 10, 2020 @ 11:48 PM','','wc-completed','open','closed','wc_order_GBROxci0eKeIs','order-feb-10-2020-1148-pm','','','2020-02-10 23:50:46','2020-02-10 23:50:46','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4785',0,'shop_order','',2),(4786,62,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Julie M Trower','','publish','closed','closed','','julie-m-trower','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4786',0,'mec-books','',0),(4787,1,'2020-02-11 00:54:31','2020-02-11 00:54:31','','Order &ndash; February 11, 2020 @ 12:54 AM','','wc-completed','open','closed','wc_order_P1HHTF0GZdsz6','order-feb-11-2020-1254-am','','','2020-02-11 00:55:49','2020-02-11 00:55:49','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4787',0,'shop_order','',2),(4788,63,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Madison Manzanares','','publish','closed','closed','','madison-manzanares','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4788',0,'mec-books','',0),(4789,1,'2020-02-11 19:49:26','2020-02-11 19:49:26','','Order &ndash; February 11, 2020 @ 07:49 PM','','wc-completed','open','closed','wc_order_hBOzaJacktA6U','order-feb-11-2020-0749-pm','','','2020-02-11 19:57:34','2020-02-11 19:57:34','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4789',0,'shop_order','',2),(4790,64,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Roseanna HAUGEN','','publish','closed','closed','','roseanna-haugen','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4790',0,'mec-books','',0),(4791,1,'2020-02-01 00:00:00','2020-02-01 00:00:00','','February 11, 2020 @ 5:00 pm (User: Guest)','','publish','closed','closed','','february-11-2020-500-pm-user-guest','','','2020-02-01 00:00:00','2020-02-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/february-11-2020-500-pm-user-guest/',0,'booked_appointments','',0),(4792,1,'2020-02-01 00:00:00','2020-02-01 00:00:00','','February 18, 2020 @ 6:00 pm (User: Guest)','','publish','closed','closed','','february-18-2020-600-pm-user-guest','','','2020-02-01 00:00:00','2020-02-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/february-18-2020-600-pm-user-guest/',0,'booked_appointments','',0),(4793,1,'2020-02-11 21:00:05','2020-02-11 21:00:05','','Order &ndash; February 11, 2020 @ 09:00 PM','','wc-completed','open','closed','wc_order_xN8nmJb4t5V4t','order-feb-11-2020-0900-pm','','','2020-02-11 21:02:48','2020-02-11 21:02:48','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4793',0,'shop_order','',2),(4794,65,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Sherry Macke','','publish','closed','closed','','sherry-macke','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4794',0,'mec-books','',0),(4795,0,'2020-02-11 21:17:12','2020-02-11 21:17:12','[]','woocommerce_update_marketplace_suggestions','','publish','open','closed','','scheduled-action-5e431a191fdab7.91262022-Nb7zResCOg5nX09OfOdrCNdNdjijlF7T','','','2020-02-11 21:18:17','2020-02-11 21:18:17','',0,'https://thehistoricvinewood.com/?post_type=scheduled-action&#038;p=4795',0,'scheduled-action','',3),(4796,1,'2020-02-11 21:42:00','2020-02-11 21:42:00','','Order &ndash; February 11, 2020 @ 09:42 PM','','wc-completed','open','closed','wc_order_lRyvH9Wgkb1nO','order-feb-11-2020-0942-pm','','','2020-02-11 21:45:33','2020-02-11 21:45:33','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4796',0,'shop_order','',2),(4797,53,'2020-02-14 00:00:00','2020-02-14 00:00:00','','David Fath','','publish','closed','closed','','david-fath-2','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4797',0,'mec-books','',0),(4798,1,'2020-02-11 23:14:31','2020-02-11 23:14:31','','Order &ndash; February 11, 2020 @ 11:14 PM','','wc-completed','open','closed','wc_order_OlJOkn04Gm4U2','order-feb-11-2020-1114-pm','','','2020-02-11 23:22:12','2020-02-11 23:22:12','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4798',0,'shop_order','',2),(4799,66,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Sara Windsor','','publish','closed','closed','','sara-windsor','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4799',0,'mec-books','',0),(4800,1,'2020-02-12 00:02:50','2020-02-12 00:02:50','','Order &ndash; February 12, 2020 @ 12:02 AM','','wc-completed','open','closed','wc_order_vBokQzZpg3ysZ','order-feb-12-2020-1202-am','','','2020-02-12 00:07:00','2020-02-12 00:07:00','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4800',0,'shop_order','',2),(4801,67,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Wil Ramirez','','publish','closed','closed','','wil-ramirez','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4801',0,'mec-books','',0),(4803,1,'2020-02-12 01:59:44','2020-02-12 01:59:44','','Order &ndash; February 12, 2020 @ 01:59 AM','','wc-completed','open','closed','wc_order_GqqZ9e2TBMKU8','order-feb-12-2020-0159-am','','','2020-02-12 02:13:19','2020-02-12 02:13:19','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4803',0,'shop_order','',2),(4804,68,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Clifford Manning','','publish','closed','closed','','clifford-manning','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4804',0,'mec-books','',0),(4805,1,'2020-02-12 18:33:25','2020-02-12 18:33:25','','Order &ndash; February 12, 2020 @ 06:33 PM','','wc-pending','open','closed','wc_order_zgCHh7tsBG5s5','order-feb-12-2020-0633-pm','','','2020-02-12 18:33:25','2020-02-12 18:33:25','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4805',0,'shop_order','',0),(4806,1,'2020-02-13 18:07:37','2020-02-13 18:07:37','','Order &ndash; February 13, 2020 @ 06:07 PM','','wc-completed','open','closed','wc_order_XWfMAxCrYNxfN','order-feb-13-2020-0607-pm','','','2020-02-13 18:11:46','2020-02-13 18:11:46','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4806',0,'shop_order','',2),(4807,69,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Kristine A. Polansky','','publish','closed','closed','','kristine-a-polansky','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4807',0,'mec-books','',0),(4808,1,'2020-02-13 19:16:32','2020-02-13 19:16:32','','Order &ndash; February 13, 2020 @ 07:16 PM','','wc-completed','open','closed','wc_order_LSc5OFK8hDjqm','order-feb-13-2020-0716-pm','','','2020-02-13 19:17:20','2020-02-13 19:17:20','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4808',0,'shop_order','',1),(4809,70,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Jack Hopkins','','publish','closed','closed','','jack-hopkins','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4809',0,'mec-books','',0),(4811,1,'2020-02-14 00:02:53','2020-02-14 00:02:53','','Order &ndash; February 14, 2020 @ 12:02 AM','','wc-completed','open','closed','wc_order_F1zZ6JF4k3FRO','order-feb-14-2020-1202-am','','','2020-02-14 00:06:16','2020-02-14 00:06:16','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4811',0,'shop_order','',2),(4812,71,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Cathy Rinehart','','publish','closed','closed','','cathy-rinehart','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/cathy-rinehart/',0,'mec-books','',0),(4813,1,'2020-02-14 14:12:58','2020-02-14 14:12:58','','Order &ndash; February 14, 2020 @ 02:12 PM','','wc-pending','open','closed','wc_order_86u49pj6It2Gv','order-feb-14-2020-0212-pm','','','2020-02-14 14:12:58','2020-02-14 14:12:58','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4813',0,'shop_order','',0),(4814,1,'2020-02-14 14:22:15','2020-02-14 14:22:15','','Order &ndash; February 14, 2020 @ 02:22 PM','','wc-completed','open','closed','wc_order_e3e68U6z258Lf','order-feb-14-2020-0222-pm','','','2020-02-14 14:26:40','2020-02-14 14:26:40','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4814',0,'shop_order','',2),(4815,72,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Ruben G Ramirez','','publish','closed','closed','','ruben-g-ramirez','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/ruben-g-ramirez/',0,'mec-books','',0),(4816,1,'2020-02-14 16:40:39','2020-02-14 16:40:39','','Order &ndash; February 14, 2020 @ 04:40 PM','','wc-pending','open','closed','wc_order_tuGyUtxOQu7T3','order-feb-14-2020-0440-pm','','','2020-02-14 16:40:39','2020-02-14 16:40:39','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4816',0,'shop_order','',0),(4817,1,'2020-02-14 16:46:11','2020-02-14 16:46:11','','Order &ndash; February 14, 2020 @ 04:46 PM','','wc-completed','open','closed','wc_order_kvgsPuqIjkRlA','order-feb-14-2020-0446-pm','','','2020-02-14 16:49:31','2020-02-14 16:49:31','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4817',0,'shop_order','',2),(4818,73,'2020-02-14 00:00:00','2020-02-14 00:00:00','','John Kobler','','publish','closed','closed','','john-kobler','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/john-kobler/',0,'mec-books','',0),(4819,1,'2020-02-14 19:19:35','2020-02-14 19:19:35','','Order &ndash; February 14, 2020 @ 07:19 PM','','wc-completed','open','closed','wc_order_ECMjmRRH1r3l6','order-feb-14-2020-0719-pm','','','2020-02-14 19:21:09','2020-02-14 19:21:09','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4819',0,'shop_order','',2),(4820,74,'2020-02-14 00:00:00','2020-02-14 00:00:00','','Joleen Yapp','','publish','closed','closed','','joleen-yapp','','','2020-02-14 00:00:00','2020-02-14 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/joleen-yapp/',0,'mec-books','',0),(4821,1,'2020-02-14 22:38:24','2020-02-14 22:38:24','<div data-contents=\"true\">\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"78rt7-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"78rt7-0-0\"><span data-offset-key=\"78rt7-0-0\">ADVANCE TICKETS ARE NOW CLOSED. You may still buy tickets at the door. </span></div>\r\n<div class=\"_1mf _1mj\" data-offset-key=\"78rt7-0-0\"><span data-offset-key=\"78rt7-0-0\">Doors open for dinner at 6:30pm and the show at 8pm </span></div>\r\n<div data-offset-key=\"78rt7-0-0\"></div>\r\n<div class=\"_1mf _1mj\" data-offset-key=\"78rt7-0-0\"><span data-offset-key=\"78rt7-0-0\">Thanks! </span></div>\r\n<div data-offset-key=\"78rt7-0-0\"></div>\r\n<div class=\"_1mf _1mj\" data-offset-key=\"78rt7-0-0\"><span data-offset-key=\"78rt7-0-0\">Dance with your sweetie this Valentine\'s Day to the sweet, no good sounds of Johnny. (Wait, that\'s not right... )</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"bahb3-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bahb3-0-0\"><span data-offset-key=\"bahb3-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"8qqlr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8qqlr-0-0\"><span data-offset-key=\"8qqlr-0-0\">Dance with your sweetie this Valentine\'s Day to the sweet sounds of </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"8qqlr-1-0\"><span data-offset-key=\"8qqlr-1-0\">No Good Johnny</span></span><span data-offset-key=\"8qqlr-2-0\">. (Much better!) </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"6hu2f-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6hu2f-0-0\"><span data-offset-key=\"6hu2f-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"7n19i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7n19i-0-0\"><span data-offset-key=\"7n19i-0-0\">Tickets are $10 and may be purchased online or at the door.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"a0lst-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"a0lst-0-0\"><span data-offset-key=\"a0lst-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"bro19-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bro19-0-0\"><span data-offset-key=\"bro19-0-0\">SPECIAL BBQ DINNER AVAILABLE</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"9oh4g-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"9oh4g-0-0\"><span data-offset-key=\"9oh4g-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"67oml\" data-offset-key=\"fgktb-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"fgktb-0-0\"><span data-offset-key=\"fgktb-0-0\">Doors will open at 6:30pm on Friday, February 14th as Pit Master </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"fgktb-1-0\"><span data-offset-key=\"fgktb-1-0\">Mike</span></span><span data-offset-key=\"fgktb-2-0\"> from </span><span class=\"_247o\" spellcheck=\"false\" data-offset-key=\"fgktb-3-0\"><span data-offset-key=\"fgktb-3-0\">Front Door Catering</span></span><span data-offset-key=\"fgktb-4-0\"> will be showing your stomachs some love with a Traditional BBQ Buffet Dinner. Cost is $15 per person and payable at the catering counter the night of the event or in advance online. (Note:This is not an all-you-can-eat BBQ buffet, but it\'s a plenty-to-eat buffet, as you\'ll be welcome to go back for seconds.) </span></div>\r\n</div>\r\n</div>','NO GOOD JOHNNY','Valentine\'s Day Dance ','inherit','closed','closed','','4615-revision-v1','','','2020-02-14 22:38:24','2020-02-14 22:38:24','',4615,'https://thehistoricvinewood.com/4615-revision-v1/',0,'revision','',0),(4822,1,'2020-02-15 06:11:01','2020-02-15 06:11:01','Enjoy a delicious Mother\'s Day Brunch and live music by Von Kopfam - \"The Last Songwriter\"\n\nBrunch buffet by Front Door Catering\n<h2>MENU:</h2>\n<ul>\n 	<li>Nicole\'s \"must bring to every brunch\" breakfast casserole (casserole base is fresh eggs, hash browns and variety of meats and veggies)</li>\n 	<li>French Toast</li>\n 	<li>Assorted Pastries</li>\n 	<li>Creamy Pasta Salad</li>\n 	<li>Beef Stroganoff</li>\n 	<li>Broccoli and Cheddar Soup</li>\n 	<li>FDC Signature Salad</li>\n</ul>\n<strong>Tickets are $30 per person</strong> (children 5 years and younger are $5)\nBrunch will be served from 11:30a - 1:30p\n<ul>\n 	<li style=\"list-style-type: none;\">\n<ul>\n 	<li>RSVP required, but no reserved tables.</li>\n 	<li>This is not a \"table flip\" type of seating, like you anticipate at a restaurant. Your seat is your seat, for the entire duration.  - your seat is your seat for the entire duration. So come at 11am, relax, eat, listen to music and enjoy the day (and your mother / wife / sister / women who helped guide you in life)</li>\n</ul>\n</li>\n</ul>\n<h2>MUSIC</h2>\nEnjoy the acoustic sounds of The Last Songwriter, Von Kopfman. Von is an author, certified music practitioner and songwriter, having penned almost 3,000 songs to date. His book \"Letters for Healing\" was nominated for a 2013 Kansas Notable Book Award.\n\nSET TIMES NOT SET (in stone)\napprox. 11 - 11:45am / 12:45 - 2p','Mother\'s Day Brunch + Music','Mother\'s Day Brunch','inherit','closed','closed','','4699-autosave-v1','','','2020-02-15 06:11:01','2020-02-15 06:11:01','',4699,'https://thehistoricvinewood.com/4699-autosave-v1/',0,'revision','',0),(4823,1,'2020-02-15 06:11:28','2020-02-15 06:11:28','Enjoy a delicious Mother\'s Day Brunch and live music by Von Kopfam - \"The Last Songwriter\"\r\n\r\nBrunch buffet by Front Door Catering\r\n<h2>MENU:</h2>\r\n<ul>\r\n 	<li>Nicole\'s \"must bring to every brunch\" breakfast casserole (casserole base is fresh eggs, hash browns and variety of meats and veggies)</li>\r\n 	<li>French Toast</li>\r\n 	<li>Assorted Pastries</li>\r\n 	<li>Creamy Pasta Salad</li>\r\n 	<li>Beef Stroganoff</li>\r\n 	<li>Broccoli and Cheddar Soup</li>\r\n 	<li>FDC Signature Salad</li>\r\n</ul>\r\n<strong>Tickets are $30 per person</strong> (children 5 years and younger are $5)\r\nBrunch will be served from 11:30a - 1:30p\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>RSVP required, but no reserved tables.</li>\r\n 	<li>This is not a \"table flip\" type of seating, like you anticipate at a restaurant. Your seat is your seat, for the entire event duration. So come at 11am, relax, eat, listen to music and enjoy the day (and your mother / wife / sister / women who helped guide you in life).</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h2>MUSIC</h2>\r\nEnjoy the acoustic sounds of The Last Songwriter, Von Kopfman. Von is an author, certified music practitioner and songwriter, having penned almost 3,000 songs to date. His book \"Letters for Healing\" was nominated for a 2013 Kansas Notable Book Award.\r\n\r\nSET TIMES NOT SET (in stone)\r\napprox. 11 - 11:45am / 12:45 - 2p','Mother\'s Day Brunch + Music','Mother\'s Day Brunch','inherit','closed','closed','','4699-revision-v1','','','2020-02-15 06:11:28','2020-02-15 06:11:28','',4699,'https://thehistoricvinewood.com/4699-revision-v1/',0,'revision','',0),(4824,1,'2020-02-15 19:31:40','2020-02-15 19:31:40','','Order &ndash; February 15, 2020 @ 07:31 PM','','wc-completed','open','closed','wc_order_uHoFBdvYRih6h','order-feb-15-2020-0731-pm','','','2020-02-15 19:33:21','2020-02-15 19:33:21','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4824',0,'shop_order','',2),(4825,75,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Lisa Hanley','','publish','closed','closed','','lisa-hanley','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4825',0,'mec-books','',0),(4826,1,'2020-02-17 13:47:48','2020-02-17 13:47:48','','Order &ndash; February 17, 2020 @ 01:47 PM','','wc-completed','open','closed','wc_order_FXWp7nAGpzbC8','order-feb-17-2020-0147-pm','','','2020-02-17 13:49:14','2020-02-17 13:49:14','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4826',0,'shop_order','',2),(4827,40,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Karen Gehle, Dan Gehle, Auburn Packer','','publish','closed','closed','','karen-gehle-dan-gehle-auburn-packer','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4827',0,'mec-books','',0),(4828,1,'2020-02-17 16:10:13','2020-02-17 16:10:13','','Order &ndash; February 17, 2020 @ 04:10 PM','','wc-completed','open','closed','wc_order_VZ9zoHNlrodWy','order-feb-17-2020-0410-pm','','','2020-02-17 16:12:39','2020-02-17 16:12:39','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4828',0,'shop_order','',2),(4829,30,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Beverly Austin','','publish','closed','closed','','beverly-austin-3','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4829',0,'mec-books','',0),(4830,0,'2020-02-18 06:51:32','2020-02-18 06:51:32','','Default Kit','','publish','closed','closed','','default-kit','','','2020-02-18 06:51:32','2020-02-18 06:51:32','',0,'https://thehistoricvinewood.com/?elementor_library=default-kit',0,'elementor_library','',0),(4831,1,'2020-02-18 06:53:17','2020-02-18 06:53:17','<h2>Dance & Celebrate</h2>		\n		<p>Since 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.</p><p>But we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.</p>		\n			<h3>Details</h3>		\n		<ul><li><strong>$10 per person</strong> (except NYE &amp; special events)<strong><br /></strong></li><li>All Ages Welcome (with parent)</li><li>Doors open one hour prior to event start time</li><li>No outside food or drink</li><li>Cash bar and snack bar available (we do accept credit and debit cards)</li><li>Reservations for parties of 10 or more, with advanced ticket purchase</li><li><i>Topeka Blues Society members receive $2 off the cover charge</i></li></ul>		\n			<h2>Upcoming Events</h2>		\n		<p>All events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.</p><p><em>(Click on the band name to view event details and to learn more about the band.)</em></p>[MEC id=\"16\"]','Dance Events','','inherit','closed','closed','','4126-revision-v1','','','2020-02-18 06:53:17','2020-02-18 06:53:17','',4126,'https://thehistoricvinewood.com/4126-revision-v1/',0,'revision','',0),(4832,1,'2020-02-18 07:11:55','2020-02-18 07:11:55','<h2>Dance &amp; Celebrate</h2>\r\nSince 1889, The Vinewood has been the foundation to a multitude of cherished memories. Today, we are the backdrop for weddings and class reunions, corporate parties and continuing education events.\r\n\r\nBut we are best known for our dances and dance hall. Join us as we welcome amazing talent to our stage, playing the songs you love to dance to.\r\n<h3>Details</h3>\r\n<ul>\r\n 	<li><strong>$10 per person</strong> (except NYE &amp; special events)<strong>\r\n</strong></li>\r\n 	<li>All Ages Welcome (with parent)</li>\r\n 	<li>Doors open one hour prior to event start time</li>\r\n 	<li>No outside food or drink</li>\r\n 	<li>Cash bar and snack bar available (we do accept credit and debit cards)</li>\r\n 	<li>Reservations for parties of 10 or more, with advanced ticket purchase</li>\r\n 	<li><i>Topeka Blues Society members receive $2 off the cover charge</i></li>\r\n</ul>\r\n<h2>Upcoming Events</h2>\r\nAll events listed below are are on a Friday night from 8 - 11pm (unless noted). Doors open at 7pm (or one hour prior). Cover is $10 per person.\r\n\r\n<em>(Click on the band name to view event details and to learn more about the band.)</em>\r\n\r\n[MEC id=\"16\"]','Dance Events','','inherit','closed','closed','','4126-revision-v1','','','2020-02-18 07:11:55','2020-02-18 07:11:55','',4126,'https://thehistoricvinewood.com/4126-revision-v1/',0,'revision','',0),(4833,1,'2020-02-18 19:54:16','2020-02-18 19:54:16','Enjoy a delicious Mother\'s Day Brunch and live music by Von <span class=\"_5yl5\">Kopfman</span> - \"The Last Songwriter\"\r\n\r\nBrunch buffet by Front Door Catering\r\n<h2>MENU:</h2>\r\n<ul>\r\n 	<li>Nicole\'s \"must bring to every brunch\" breakfast casserole (casserole base is fresh eggs, hash browns and variety of meats and veggies)</li>\r\n 	<li>French Toast</li>\r\n 	<li>Assorted Pastries</li>\r\n 	<li>Creamy Pasta Salad</li>\r\n 	<li>Beef Stroganoff</li>\r\n 	<li>Broccoli and Cheddar Soup</li>\r\n 	<li>FDC Signature Salad</li>\r\n</ul>\r\n<strong>Tickets are $30 per person</strong> (children 5 years and younger are $5)\r\nBrunch will be served from 11:30a - 1:30p\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>RSVP required, but no reserved tables.</li>\r\n 	<li>This is not a \"table flip\" type of seating, like you anticipate at a restaurant. Your seat is your seat, for the entire event duration. So come at 11am, relax, eat, listen to music and enjoy the day (and your mother / wife / sister / women who helped guide you in life).</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h2>MUSIC</h2>\r\nEnjoy the acoustic sounds of The Last Songwriter, Von Kopfman. Von is an author, certified music practitioner and songwriter, having penned almost 3,000 songs to date. His book \"Letters for Healing\" was nominated for a 2013 Kansas Notable Book Award.\r\n\r\nSET TIMES NOT SET (in stone)\r\napprox. 11 - 11:45am / 12:45 - 2p','Mother\'s Day Brunch + Music','Mother\'s Day Brunch','inherit','closed','closed','','4699-revision-v1','','','2020-02-18 19:54:16','2020-02-18 19:54:16','',4699,'https://thehistoricvinewood.com/4699-revision-v1/',0,'revision','',0),(4834,1,'2020-02-19 01:40:05','2020-02-19 01:40:05','','Order &ndash; February 19, 2020 @ 01:40 AM','','wc-completed','open','closed','wc_order_w2qOGWqXvhxib','order-feb-19-2020-0140-am','','','2020-02-19 01:43:40','2020-02-19 01:43:40','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4834',0,'shop_order','',2),(4835,29,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Everett Humbert','','publish','closed','closed','','everett-humbert-3','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4835',0,'mec-books','',0),(4836,1,'2020-02-20 21:46:18','2020-02-20 21:46:18','','Order &ndash; February 20, 2020 @ 09:46 PM','','wc-completed','open','closed','wc_order_5F7Yv73I8TpQN','order-feb-20-2020-0946-pm','','','2020-02-20 21:47:22','2020-02-20 21:47:22','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4836',0,'shop_order','',2),(4837,76,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Dwight kirkwood','','publish','closed','closed','','dwight-kirkwood','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4837',0,'mec-books','',0),(4838,1,'2020-02-22 00:16:11','2020-02-22 00:16:11','','Order &ndash; February 22, 2020 @ 12:16 AM','','wc-completed','open','closed','wc_order_gjZwRzUNvnHVN','order-feb-22-2020-1216-am','','','2020-02-22 00:18:17','2020-02-22 00:18:17','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4838',0,'shop_order','',2),(4839,77,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Mischa McHenry','','publish','closed','closed','','mischa-mchenry','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4839',0,'mec-books','',0),(4840,1,'2020-02-22 01:24:38','2020-02-22 01:24:38','','Order &ndash; February 22, 2020 @ 01:24 AM','','wc-completed','open','closed','wc_order_7JqS4qfnHH2IL','order-feb-22-2020-0124-am','','','2020-02-22 01:27:18','2020-02-22 01:27:18','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4840',0,'shop_order','',2),(4841,77,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Mischa McHenry','','publish','closed','closed','','mischa-mchenry-2','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4841',0,'mec-books','',0),(4843,0,'2020-02-25 04:10:14','2020-02-25 04:10:14','[]','woocommerce_update_marketplace_suggestions','','publish','open','closed','','scheduled-action-5e549e281e49a0.63420300-RMN0pph2TRVOXVchqvbAaosy0ARQL3p7','','','2020-02-25 04:10:16','2020-02-25 04:10:16','',0,'https://thehistoricvinewood.com/?post_type=scheduled-action&#038;p=4843',0,'scheduled-action','',3),(4846,1,'2020-02-25 22:15:14','2020-02-25 22:15:14','','Order &ndash; February 25, 2020 @ 10:15 PM','','wc-completed','open','closed','wc_order_d64DnT3130mdp','order-feb-25-2020-1015-pm','','','2020-02-25 22:17:31','2020-02-25 22:17:31','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4846',0,'shop_order','',2),(4847,79,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Tracey Williams','','publish','closed','closed','','tracey-williams','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4847',0,'mec-books','',0),(4848,1,'2020-02-26 02:48:36','2020-02-26 02:48:36','','Order &ndash; February 26, 2020 @ 02:48 AM','','wc-completed','open','closed','wc_order_5c1sSIJqQG5dI','order-feb-26-2020-0248-am','','','2020-02-26 02:51:03','2020-02-26 02:51:03','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4848',0,'shop_order','',2),(4849,80,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Katina Henderson','','publish','closed','closed','','katina-henderson','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4849',0,'mec-books','',0),(4850,1,'2020-02-27 21:49:09','2020-02-27 21:49:09','','Order &ndash; February 27, 2020 @ 09:49 PM','','wc-completed','open','closed','wc_order_k84lOCnaVmBqr','order-feb-27-2020-0949-pm','','','2020-02-27 21:54:59','2020-02-27 21:54:59','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4850',0,'shop_order','',2),(4851,81,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Ellen Townsend','','publish','closed','closed','','ellen-townsend','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/?post_type=mec-books&p=4851',0,'mec-books','',0),(4852,1,'2020-02-28 01:33:46','2020-02-28 01:33:46','','Order &ndash; February 28, 2020 @ 01:33 AM','','wc-completed','open','closed','wc_order_WwbiBv4TLlljW','order-feb-28-2020-0133-am','','','2020-02-28 01:36:16','2020-02-28 01:36:16','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4852',0,'shop_order','',2),(4853,50,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Marian Berry','','publish','closed','closed','','marian-berry-2','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/marian-berry-2/',0,'mec-books','',0),(4854,1,'2020-02-28 03:51:21','2020-02-28 03:51:21','','Order &ndash; February 28, 2020 @ 03:51 AM','','wc-pending','open','closed','wc_order_shKN1ZLPZ9EZm','order-feb-28-2020-0351-am','','','2020-02-28 03:51:21','2020-02-28 03:51:21','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4854',0,'shop_order','',0),(4855,1,'2020-02-28 10:29:34','2020-02-28 10:29:34','','Order &ndash; February 28, 2020 @ 10:29 AM','','wc-completed','open','closed','wc_order_bOkbTQER5eEG7','order-feb-28-2020-1029-am','','','2020-02-28 10:31:06','2020-02-28 10:31:06','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4855',0,'shop_order','',2),(4856,82,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Genell Schultes','','publish','closed','closed','','genell-schultes','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/genell-schultes/',0,'mec-books','',0),(4857,1,'2020-02-28 19:54:35','2020-02-28 19:54:35','','Order &ndash; February 28, 2020 @ 07:54 PM','','wc-pending','open','closed','wc_order_O0jiBITrvIWmo','order-feb-28-2020-0754-pm','','','2020-02-28 19:54:35','2020-02-28 19:54:35','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4857',0,'shop_order','',0),(4858,1,'2020-02-28 19:59:37','2020-02-28 19:59:37','','Order &ndash; February 28, 2020 @ 07:59 PM','','wc-completed','open','closed','wc_order_KksLWJFat5KqD','order-feb-28-2020-0759-pm','','','2020-02-28 20:01:03','2020-02-28 20:01:03','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4858',0,'shop_order','',2),(4859,83,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Michelle','','publish','closed','closed','','michelle','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/michelle/',0,'mec-books','',0),(4860,1,'2020-02-28 20:15:28','2020-02-28 20:15:28','','Order &ndash; February 28, 2020 @ 08:15 PM','','wc-pending','open','closed','wc_order_pdOeAQSLnZ9aL','order-feb-28-2020-0815-pm','','','2020-02-28 20:15:28','2020-02-28 20:15:28','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4860',0,'shop_order','',0),(4861,1,'2020-02-28 20:25:54','2020-02-28 20:25:54','','Order &ndash; February 28, 2020 @ 08:25 PM','','wc-pending','open','closed','wc_order_4yCoUqvTay3mo','order-feb-28-2020-0825-pm','','','2020-02-28 20:25:54','2020-02-28 20:25:54','',0,'https://thehistoricvinewood.com/?post_type=shop_order&p=4861',0,'shop_order','',0),(4862,1,'2020-02-28 22:31:58','2020-02-28 22:31:58','','Order &ndash; February 28, 2020 @ 10:31 PM','','wc-completed','open','closed','wc_order_r9mC4Pg8gdp8o','order-feb-28-2020-1031-pm','','','2020-02-28 22:33:49','2020-02-28 22:33:49','',0,'https://thehistoricvinewood.com/?post_type=shop_order&#038;p=4862',0,'shop_order','',2),(4863,84,'2020-02-28 00:00:00','2020-02-28 00:00:00','','Karen Moore','','publish','closed','closed','','karen-moore','','','2020-02-28 00:00:00','2020-02-28 00:00:00','',0,'https://thehistoricvinewood.com/mec-books/karen-moore/',0,'mec-books','',0),(4864,0,'2020-03-01 00:00:00','2020-03-01 00:00:00','','March 4, 2020 @ 6:00 pm (User: Guest)','','publish','closed','closed','','march-4-2020-600-pm-user-guest','','','2020-03-01 00:00:00','2020-03-01 00:00:00','',0,'https://thehistoricvinewood.com/booked_appointments/march-4-2020-600-pm-user-guest/',0,'booked_appointments','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_css`
--

DROP TABLE IF EXISTS `wp_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hover` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `advanced` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_css`
--

LOCK TABLES `wp_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */;
INSERT INTO `wp_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\",\"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\":\"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\":\"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\",\"text-align\":\"left\",\"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\":\"-\"}'),(94,'.tp-caption.Newspaper-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\":\"\",\"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\",\"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\":\"-\"}'),(95,'.tp-caption.Newspaper-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\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"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\":\"-\"}'),(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_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wp_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_layer_animations`
--

LOCK TABLES `wp_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_navigations`
--

DROP TABLE IF EXISTS `wp_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_navigations`
--

LOCK TABLES `wp_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_sliders`
--

DROP TABLE IF EXISTS `wp_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_sliders`
--

LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wp_revslider_sliders` VALUES (1,'Slide Home1','slide_home1','{\"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\":\"Slide Home1\",\"alias\":\"slide_home1\",\"shortcode\":\"[rev_slider alias=\\\\\\\"slide_home1\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1920\",\"height\":\"730\",\"width_notebook\":\"1024\",\"height_notebook\":\"730\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"730\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"730\",\"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\":\"8000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"500\",\"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\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"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\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"https:\\/\\/thehistoricvinewood.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\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"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\":\"on\",\"arrows_under_hidden\":\"778\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"navigation_bullets_preset\":\"default\",\"ph-preview4-bullets-bullet-hover-color-rgba-def\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"ph-preview4-bullets-border-custom-def\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-color-color-def\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-bullet-size-custom-def\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"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\":\"on\",\"bullets_over_hidden\":\"778\",\"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\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"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\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"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+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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"100\",\"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}',''),(2,'Slide Home16','slide-home16','{\"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\":\"Slide Home16\",\"alias\":\"slide-home16\",\"shortcode\":\"[rev_slider alias=\\\\\\\"slide-home16\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1920\",\"height\":\"800\",\"width_notebook\":\"1024\",\"height_notebook\":\"800\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"800\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"800\",\"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\":\"8000\",\"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\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"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\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"https:\\/\\/thehistoricvinewood.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\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"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\":\"on\",\"arrows_under_hidden\":\"778\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"navigation_bullets_preset\":\"default\",\"ph-preview4-bullets-bullet-hover-color-rgba-def\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"ph-preview4-bullets-border-custom-def\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-color-color-def\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-bullet-size-custom-def\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"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\":\"on\",\"bullets_over_hidden\":\"778\",\"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\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"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\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"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+scroll\",\"parallax_origo\":\"slidercenter\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"100\",\"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\":\"\"}','{\"version\":\"5.0.7\"}',''),(3,'Slide Home17','slide-home17','{\"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\":\"Slide Home17\",\"alias\":\"slide-home17\",\"shortcode\":\"[rev_slider alias=\\\\\\\"slide-home17\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1920\",\"height\":\"800\",\"width_notebook\":\"1024\",\"height_notebook\":\"800\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"800\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"800\",\"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\":\"8000\",\"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\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"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\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"https:\\/\\/thehistoricvinewood.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\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"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\":\"on\",\"arrows_under_hidden\":\"778\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"navigation_bullets_preset\":\"default\",\"ph-preview4-bullets-bullet-hover-color-rgba-def\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"ph-preview4-bullets-border-custom-def\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-color-color-def\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-bullet-size-custom-def\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"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\":\"on\",\"bullets_over_hidden\":\"778\",\"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\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"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\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"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+scroll\",\"parallax_origo\":\"slidercenter\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"100\",\"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}',''),(4,'Memorie Wedding','memorie-wedding','{\"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\":\"Memorie Wedding\",\"alias\":\"memorie-wedding\",\"shortcode\":\"[rev_slider alias=\\\"memorie-wedding\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1920\",\"height\":\"800\",\"width_notebook\":\"1024\",\"height_notebook\":\"800\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"800\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"800\",\"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\":\"8000\",\"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\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"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\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"https:\\/\\/thehistoricvinewood.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\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"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\":\"on\",\"arrows_under_hidden\":\"778\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"navigation_bullets_preset\":\"default\",\"ph-preview4-bullets-bullet-hover-color-rgba-def\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"ph-preview4-bullets-border-custom-def\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-color-color-def\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-bullet-size-custom-def\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"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\":\"on\",\"bullets_over_hidden\":\"778\",\"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\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"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\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"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+scroll\",\"parallax_origo\":\"slidercenter\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"100\",\"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\":\"\"}',NULL,''),(5,'Help You Cake','help-you-cake','{\"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\":\"Help You Cake\",\"alias\":\"help-you-cake\",\"shortcode\":\"[rev_slider alias=\\\"help-you-cake\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1920\",\"height\":\"800\",\"width_notebook\":\"1024\",\"height_notebook\":\"800\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"800\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"800\",\"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\":\"8000\",\"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\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"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\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"https:\\/\\/thehistoricvinewood.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\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"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\":\"on\",\"arrows_under_hidden\":\"778\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"navigation_bullets_preset\":\"default\",\"ph-preview4-bullets-bullet-hover-color-rgba-def\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"ph-preview4-bullets-border-custom-def\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-color-color-def\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-bullet-size-custom-def\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"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\":\"on\",\"bullets_over_hidden\":\"778\",\"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\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"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\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"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+scroll\",\"parallax_origo\":\"slidercenter\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"100\",\"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\":\"\"}',NULL,''),(6,'Slide Home2','slide-home2','{\"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\":\"Slide Home2\",\"alias\":\"slide-home2\",\"shortcode\":\"[rev_slider alias=\\\\\\\"slide-home2\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1920\",\"height\":\"780\",\"width_notebook\":\"1024\",\"height_notebook\":\"780\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"780\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"750\",\"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\":\"8000\",\"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\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"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\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"https:\\/\\/thehistoricvinewood.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\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"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\":\"on\",\"arrows_under_hidden\":\"778\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"navigation_bullets_preset\":\"default\",\"ph-preview4-bullets-bullet-hover-color-rgba-def\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"ph-preview4-bullets-border-custom-def\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-color-color-def\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-bullet-size-custom-def\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"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\":\"on\",\"bullets_over_hidden\":\"778\",\"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\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"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\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"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+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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"100\",\"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\":\"\"}','{\"version\":\"5.0.7\"}','');
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_slides`
--

DROP TABLE IF EXISTS `wp_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_slides`
--

LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_slides` VALUES (1,1,2,'{\"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\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotfade-horizontal\",\"slotfade-vertical\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/Lagoon-Post.jpg\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"slide_parallax_level\":\"15\",\"13\":\"Remove\",\"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\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"17\":\"Remove\",\"image_id\":\"615\",\"18\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"19\":\"Remove\",\"20\":\"Remove\",\"21\":\"Remove\",\"22\":\"Remove\",\"23\":\"Remove\",\"24\":\"Remove\",\"25\":\"Remove\",\"26\":\"Remove\",\"27\":\"Remove\"}','[{\"text\":\"The\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1430,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":10,\"speed\":1210,\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1430,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToBottom\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3260,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":-375,\"mobile\":0},\"top\":{\"desktop\":106,\"mobile\":240},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"The\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"232px\",\"mobile\":\"122px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"657px\",\"mobile\":\"437px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":657,\"height\":232,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"130px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"120px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-5px\",\"mobile\":\"-7px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"positionLeftReset\":900,\"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\":\"Historic\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1940,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":35,\"speed\":1230,\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1940,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToTop\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":2480,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":-222,\"mobile\":0},\"top\":{\"desktop\":244,\"mobile\":310},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Made Here\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"191px\",\"mobile\":\"101px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"573px\",\"mobile\":\"334px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":573,\"height\":191,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"130px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"100px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-9px\",\"mobile\":\"-9px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[-100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"-35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":900,\"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\":\"Vinewood\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1940,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":35,\"speed\":1230,\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1940,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToTop\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":2480,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":-245,\"mobile\":0},\"top\":{\"desktop\":389,\"mobile\":310},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Made Here\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"191px\",\"mobile\":\"101px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"573px\",\"mobile\":\"334px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":573,\"height\":191,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"130px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"100px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-9px\",\"mobile\":\"-9px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[-100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"-35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":900,\"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\":[]}}]','\"\"'),(20,6,1,'{\"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\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotfade-horizontal\",\"slotfade-vertical\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/Mantal.jpg\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"slide_parallax_level\":\"15\",\"13\":\"Remove\",\"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\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"17\":\"Remove\",\"18\":\"Remove\",\"19\":\"Remove\",\"20\":\"Remove\",\"21\":\"Remove\",\"22\":\"Remove\",\"image_id\":\"4097\",\"23\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"24\":\"Remove\",\"25\":\"Remove\",\"26\":\"Remove\",\"27\":\"Remove\",\"28\":\"Remove\",\"29\":\"Remove\",\"30\":\"Remove\",\"31\":\"Remove\"}','[{\"text\":\"The Historic Vinewood\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":840,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":20,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":840,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":20,\"speed\":300,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"backward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5960,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":365,\"mobile\":0,\"notebook\":119,\"tablet\":97},\"top\":{\"desktop\":248,\"mobile\":217,\"notebook\":249,\"tablet\":250},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Event Management vs....\",\"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\":true,\"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\":\"top\",\"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\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":255,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"mobile\":\"12px\",\"notebook\":\"14px\"},\"line-height\":{\"desktop\":\"22px\",\"mobile\":\"22\",\"notebook\":\"22\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"400\",\"notebook\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"3px\",\"mobile\":\"3px\",\"notebook\":\"3px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"mobile\":\"center\",\"notebook\":\"left\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"positionLeftReset\":900,\"addedToStage\":true,\"positionCache\":{\"top\":249,\"left\":119},\"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\":\"Since\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1430,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":20,\"speed\":1210,\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1430,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":40,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"random\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5160,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":364,\"mobile\":0,\"notebook\":120,\"tablet\":98},\"top\":{\"desktop\":272,\"mobile\":240,\"notebook\":290,\"tablet\":291},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Wedding\",\"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\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"172px\",\"mobile\":\"122px\",\"notebook\":\"172px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"583px\",\"mobile\":\"437px\",\"notebook\":\"583px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":583,\"height\":172,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"90px\",\"mobile\":\"120px\",\"notebook\":\"150px\"},\"line-height\":{\"desktop\":\"150px\",\"mobile\":\"120px\",\"notebook\":\"150px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\",\"notebook\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"\",\"mobile\":\"-7px\",\"notebook\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"mobile\":\"center\",\"notebook\":\"left\"},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"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\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":900,\"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\":\"1889\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1940,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":15,\"speed\":1230,\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1940,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":30,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"random\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4680,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":466,\"mobile\":0,\"notebook\":116,\"tablet\":94},\"top\":{\"desktop\":415,\"mobile\":310,\"notebook\":386,\"tablet\":387},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Planner\",\"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\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"101px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"569px\",\"mobile\":\"334px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":569,\"height\":150,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"125px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"150px\",\"mobile\":\"100px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-4px\",\"mobile\":\"-9px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"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\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"-35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":900,\"addedToStage\":true,\"positionCache\":{\"top\":386,\"left\":116},\"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\":\"Where Memories Are Made\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2700,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":30,\"speed\":870,\"animation\":\"SmoothPopUp_One\",\"easing\":\"Power4.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"random\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2700,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":30,\"speed\":300,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"backward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4130,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":365,\"mobile\":0,\"notebook\":119,\"tablet\":97},\"top\":{\"desktop\":567,\"mobile\":458,\"notebook\":568,\"tablet\":569},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Your Dream Come True\",\"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\":true,\"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\":\"top\",\"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\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":338,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"22px\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"5px\",\"mobile\":\"5px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.8\",\"scale_y_start\":\"0.8\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"positionLeftReset\":270,\"addedToStage\":true,\"positionCache\":{\"top\":568,\"left\":119},\"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\":[]}}]','\"\"'),(3,2,2,'{\"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\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotfade-horizontal\",\"slotfade-vertical\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/BackPatio.jpg\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"slide_parallax_level\":\"15\",\"13\":\"Remove\",\"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\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"17\":\"Remove\",\"18\":\"Remove\",\"19\":\"Remove\",\"20\":\"Remove\",\"image_id\":\"4085\",\"21\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"22\":\"Remove\",\"23\":\"Remove\"}','[{\"text\":\"5.1 acres\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1430,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":35,\"speed\":1210,\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1430,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToBottom\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5010.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":-1,\"mobile\":0},\"top\":{\"desktop\":167,\"mobile\":240},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Wedding\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"232px\",\"mobile\":\"122px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"657px\",\"mobile\":\"437px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":657,\"height\":232,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"135px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"120px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-5px\",\"mobile\":\"-7px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":900,\"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\":\"Green Spaces\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1940,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":50,\"speed\":1230,\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1940,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToTop\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4330.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":-22,\"mobile\":-9},\"top\":{\"desktop\":257,\"mobile\":310},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Event\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"191px\",\"mobile\":\"101px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"573px\",\"mobile\":\"334px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":573,\"height\":191,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"100px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-9px\",\"mobile\":\"-9px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[-100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"-35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":900,\"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\":\"Breath new air into your events\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2700,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"SmoothPopUp_One\",\"easing\":\"Power4.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2700,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3800.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":11,\"mobile\":0},\"top\":{\"desktop\":419,\"mobile\":458},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bring Your Events To...\",\"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\":true,\"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\":\"top\",\"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\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":434,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"700\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"5px\",\"mobile\":\"5px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.8\",\"scale_y_start\":\"0.8\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"positionLeftReset\":900,\"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\":[]}}]','\"\"'),(4,2,3,'{\"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\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxslide\",\"slotzoom-horizontal\",\"zoomout\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/blog-5-of-9.jpg\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"13\":\"Remove\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"slide_parallax_level\":\"15\",\"17\":\"Remove\",\"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\",\"18\":\"Remove\",\"19\":\"Remove\",\"20\":\"Remove\",\"image_id\":\"4175\",\"21\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"22\":\"Remove\",\"23\":\"Remove\",\"24\":\"Remove\",\"25\":\"Remove\"}','[{\"text\":\"Raining\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1430,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":30,\"speed\":1210,\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1430,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToBottom\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5060.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":1,\"mobile\":21,\"tablet\":21},\"top\":{\"desktop\":165,\"mobile\":239,\"tablet\":165},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Event\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"124px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"529px\",\"mobile\":\"347px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":529,\"height\":190,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"145px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"120px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#3d7b5f\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-5px\",\"mobile\":\"-7px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"positionLeftReset\":900,\"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\":\"Luck\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1940,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":15,\"speed\":1230,\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1940,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToTop\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4680.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":-22,\"mobile\":11,\"tablet\":-3,\"notebook\":-24},\"top\":{\"desktop\":254,\"mobile\":306,\"tablet\":256,\"notebook\":255},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Planning\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"224px\",\"mobile\":\"132px\",\"tablet\":\"223px\",\"notebook\":\"221px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"649px\",\"mobile\":\"407px\",\"tablet\":\"663px\",\"notebook\":\"677px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"tablet\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"tablet\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":649,\"height\":224,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"145px\",\"mobile\":\"120px\",\"tablet\":\"190px\",\"notebook\":\"190px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"100px\",\"tablet\":\"190px\",\"notebook\":\"190px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\",\"tablet\":\"600\",\"notebook\":\"600\"},\"color\":{\"desktop\":\"#3d7b5f\",\"mobile\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-5px\",\"mobile\":\"-9px\",\"tablet\":\"-5px\",\"notebook\":\"-5px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[-100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"-35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"tablet\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"tablet\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":900,\"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\":\"Your Memories. We\'re just the backdrop.\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2700,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"SmoothPopUp_One\",\"easing\":\"Power4.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2700,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3800.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":492,\"mobile\":458},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Bring Your Events To...\",\"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\":true,\"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\":\"top\",\"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\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":541,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"600\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#000000\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"5px\",\"mobile\":\"5px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.8\",\"scale_y_start\":\"0.8\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":900,\"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\":[]}}]','\"\"'),(5,2,1,'{\"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\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotfade-horizontal\",\"slotfade-vertical\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/03\\/blog-3-of-9.jpg\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"slide_parallax_level\":\"15\",\"13\":\"Remove\",\"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\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"17\":\"Remove\",\"image_id\":\"4174\",\"18\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"19\":\"Remove\",\"20\":\"Remove\",\"21\":\"Remove\"}','[{\"text\":\"Seating for up to 350 guests\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":840,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":840,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6160.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":152,\"mobile\":0},\"top\":{\"desktop\":214,\"mobile\":217},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Event Management vs....\",\"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\":true,\"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\":\"top\",\"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\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":317,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"3px\",\"mobile\":\"3px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"positionLeftReset\":900,\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Saying\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1430,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":25,\"speed\":1210,\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1430,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToBottom\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5110.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":17,\"mobile\":0},\"top\":{\"desktop\":190,\"mobile\":240},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Wedding\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"232px\",\"mobile\":\"122px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"657px\",\"mobile\":\"437px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":657,\"height\":232,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"125px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"120px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-5px\",\"mobile\":\"-7px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":900,\"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\":\"\\\"I DO\\\"\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1940,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":20,\"speed\":1230,\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1940,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToTop\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4630.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":-7,\"mobile\":0},\"top\":{\"desktop\":308,\"mobile\":310},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Planner\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"191px\",\"mobile\":\"101px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"573px\",\"mobile\":\"334px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":573,\"height\":191,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"150px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"100px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-9px\",\"mobile\":\"-9px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[-100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"-35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":900,\"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\":\"Memories Are Made Here\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2700,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"SmoothPopUp_One\",\"easing\":\"Power4.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2700,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3800.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":493,\"mobile\":458},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Your Dream Come True\",\"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\":true,\"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\":\"top\",\"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\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":252,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"5px\",\"mobile\":\"5px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.8\",\"scale_y_start\":\"0.8\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"positionLeftReset\":900,\"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\":[]}}]','\"\"'),(6,3,1,'{\"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\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotzoom-vertical\",\"zoomin\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/Couple-Hyper.jpg\",\"slide_parallax_level\":\"15\",\"1\":\"Remove\",\"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\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"image_id\":\"610\",\"13\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"17\":\"Remove\"}','[{\"text\":\"Since 1889\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":560,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":10,\"speed\":1000,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":560,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":10,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6340,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":181},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Event Management vs....\",\"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\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":339,\"height\":24,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\"},\"line-height\":{\"desktop\":\"24px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"3px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"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,\"positionLeftReset\":38,\"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\":\"Make\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1200,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":15,\"speed\":1000,\"animation\":\"PopUpSmooth\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"middletoedge\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1200,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":30,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5650,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":226,\"mobile\":238},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"The Best\",\"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\":true,\"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\":\"top\",\"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\":\"101px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"487px\",\"mobile\":\"426px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":426,\"height\":102,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-1px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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\":104,\"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\":\"Memories\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1930,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":35,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1930,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":70,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4720,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":297,\"mobile\":297},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Decorations\",\"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\":true,\"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\":\"top\",\"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\":\"101px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"550px\",\"mobile\":\"454px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":530,\"height\":100,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-3px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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\":173,\"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\"},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/revslider\\/slide-home17\\/slidedecor1.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"11px\",\"mobile\":\"11px\"},\"scaleY\":{\"desktop\":\"58px\",\"mobile\":\"58px\"},\"originalWidth\":11,\"originalHeight\":58,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2570,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2570,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4430,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":442,\"mobile\":434},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 4\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power0.easeOut\",\"loop_speed\":\"1\",\"loop_startdeg\":0,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":5,\"loop_yend\":-5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":11,\"height\":58,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"mobile\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":8,\"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\":[]},\"positionLeftReset\":0,\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"color\":{\"desktop\":\"rgba(255,255,255,1)\",\"mobile\":\"rgba(255,255,255,1)\"},\"font-size\":{\"desktop\":\"12px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"56px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"300\",\"mobile\":\"300\"},\"letter-spacing\":{\"desktop\":\"2px\",\"mobile\":\"2px\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"font-family\":\"Montserrat\",\"background-color\":\"transparent\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"deformation-hover\":{\"background-color\":\"rgba(255,255,255,1)\",\"color\":\"rgba(0,0,0,1)\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"pointer_events\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"Schedule a Tour\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":3290,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3290,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3710,\"sfx_effect\":\"\"}},\"unique_id\":5,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":552,\"mobile\":552},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"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\":\"top\",\"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\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":179,\"height\":60,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"mobile\":[\"0px\",\"65px\",\"0px\",\"65px\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"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\":4,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":9,\"addedToStage\":true,\"positionLeftReset\":0,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/thehistoricvinewood.com\\/book-now\\/\"],\"link_open_in\":[\"_self\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[\"7\"],\"scrollunder_offset\":[\"\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','\"\"'),(7,3,3,'{\"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\":\"left top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotzoom-vertical\",\"zoomin\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/revslider\\/slide-home17\\/slidehome3_3.jpg\",\"slide_parallax_level\":\"15\",\"1\":\"Remove\",\"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\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"image_id\":\"\",\"12\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"13\":\"Remove\",\"14\":\"Remove\"}','[{\"text\":\"Helping You Every Step Of The Way\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":540,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"5\",\"split_extratime\":30,\"speed\":1000,\"animation\":\"PopUpSmooth\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":540,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":60,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6160,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":181},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Event Management vs....\",\"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\":true,\"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\":\"top\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":339,\"height\":24,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\"},\"line-height\":{\"desktop\":\"24px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"3px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"positionLeftReset\":0,\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Saying\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1150,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":25,\"speed\":1000,\"animation\":\"SmoothPopUp_One\",\"easing\":\"Power4.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"middletoedge\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1150,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":50,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5600,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":225,\"mobile\":238},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Catering\",\"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\":true,\"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\":\"top\",\"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\":\"130px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"486px\",\"mobile\":\"426px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":486,\"height\":130,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-1px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.8\",\"scale_y_start\":\"0.8\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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,\"positionLeftReset\":0,\"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\":\"I Do\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1930,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":10,\"speed\":1000,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"random\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1930,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":20,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4970,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":297,\"mobile\":297},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Our Location\",\"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\":true,\"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\":\"130px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"497px\",\"mobile\":\"454px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":530,\"height\":100,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-3px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"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\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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,\"positionLeftReset\":192,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/revslider\\/slide-home17\\/slidedecor1.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"11px\",\"mobile\":\"11px\"},\"scaleY\":{\"desktop\":\"58px\",\"mobile\":\"58px\"},\"originalWidth\":11,\"originalHeight\":58,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2730,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2730,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4270,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":442,\"mobile\":434},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 4\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power0.easeOut\",\"loop_speed\":\"1\",\"loop_startdeg\":0,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":5,\"loop_yend\":-5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":11,\"height\":58,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"mobile\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":8,\"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\":[]},\"positionLeftReset\":0,\"addedToStage\":true,\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"mobile\":\"rgba(255,255,255,1)\"},\"font-size\":{\"desktop\":\"12px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"56px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"300\",\"mobile\":\"300\"},\"letter-spacing\":{\"desktop\":\"2px\",\"mobile\":\"2px\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"font-family\":\"Montserrat\",\"background-color\":\"#d5ce8f\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#d5ce8f\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"deformation-hover\":{\"background-color\":\"rgba(255,255,255,1)\",\"color\":\"rgba(0,0,0,1)\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"pointer_events\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"Venue Details\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":3380,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3380,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3620,\"sfx_effect\":\"\"}},\"unique_id\":5,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":552,\"mobile\":552},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"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\":\"top\",\"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\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":179,\"height\":60,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"mobile\":[\"0px\",\"65px\",\"0px\",\"65px\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"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\":4,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":9,\"positionLeftReset\":0,\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'),(8,3,2,'{\"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\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotzoom-vertical\",\"zoomin\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/revslider\\/slide_home1\\/slidehome1_2.jpg\",\"slide_parallax_level\":\"15\",\"1\":\"Remove\",\"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\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"13\":\"Remove\",\"14\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"image_id\":\"3649\",\"15\":\"Remove\",\"16\":\"Remove\",\"17\":\"Remove\",\"18\":\"Remove\",\"19\":\"Remove\",\"20\":\"Remove\",\"21\":\"Remove\",\"22\":\"Remove\",\"23\":\"Remove\",\"24\":\"Remove\"}','[{\"text\":\"Now booking 2020 & 2021\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":560,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":40,\"speed\":1000,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":560,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":40,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6040,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":181},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Event Management vs....\",\"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\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":339,\"height\":24,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\"},\"line-height\":{\"desktop\":\"24px\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"3px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"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,\"positionLeftReset\":38,\"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\":\"Celebrate\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1200,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":40,\"speed\":1000,\"animation\":\"PopUpSmooth\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"middletoedge\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1200,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":80,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5400,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"mobile\":-3},\"top\":{\"desktop\":226,\"mobile\":236},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"We\'re celebrating,\",\"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\":true,\"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\":\"top\",\"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\":\"125px\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"715px\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":478,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"72px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"72px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-1px\",\"mobile\":\"-4px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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\":104,\"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\":\"Everything\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1930,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":45,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1930,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":90,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4620,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":298,\"mobile\":297},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"you\'re saving\",\"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\":true,\"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\":\"top\",\"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\":\"101px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"550px\",\"mobile\":\"454px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":550,\"height\":101,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-3px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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\":173,\"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\"},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/revslider\\/slide-home17\\/slidedecor1.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"11px\",\"mobile\":\"11px\"},\"scaleY\":{\"desktop\":\"58px\",\"mobile\":\"58px\"},\"originalWidth\":11,\"originalHeight\":58,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2570,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2570,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4430,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":442,\"mobile\":434},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 4\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power0.easeOut\",\"loop_speed\":\"1\",\"loop_startdeg\":0,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":5,\"loop_yend\":-5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":11,\"height\":58,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"mobile\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":8,\"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\":[]},\"positionLeftReset\":0,\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"color\":{\"desktop\":\"#d9b351\",\"mobile\":\"rgba(255,255,255,1)\"},\"font-size\":{\"desktop\":\"12px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"56px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"300\",\"mobile\":\"300\"},\"letter-spacing\":{\"desktop\":\"2px\",\"mobile\":\"2px\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"font-family\":\"Montserrat\",\"background-color\":\"transparent\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#d9b351\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"deformation-hover\":{\"background-color\":\"rgba(255,255,255,1)\",\"color\":\"rgba(0,0,0,1)\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"pointer_events\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"WELCOME TO THE VINEWOOD\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":3290,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3290,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3710,\"sfx_effect\":\"\"}},\"unique_id\":5,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":553,\"mobile\":552},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"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\":\"top\",\"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\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":264,\"height\":60,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"mobile\":[\"0px\",\"65px\",\"0px\",\"65px\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"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\":4,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":9,\"addedToStage\":true,\"positionLeftReset\":0,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/thehistoricvinewood.com\\/calendar-of-events\\/\"],\"link_open_in\":[\"_self\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[\"7\"],\"scrollunder_offset\":[\"\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'),(10,4,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\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotzoom-vertical\",\"zoomin\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/Couple-Hyper.jpg\",\"slide_parallax_level\":\"15\",\"1\":\"Remove\",\"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\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"image_id\":\"610\",\"13\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"17\":\"Remove\"}','[{\"text\":\"Since 1889\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":560,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":10,\"speed\":1000,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":560,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":10,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6340,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":181},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Event Management vs....\",\"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\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":339,\"height\":24,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\"},\"line-height\":{\"desktop\":\"24px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"3px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"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,\"positionLeftReset\":38,\"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\":\"Make\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1200,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":15,\"speed\":1000,\"animation\":\"PopUpSmooth\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"middletoedge\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1200,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":30,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5650,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":226,\"mobile\":238},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"The Best\",\"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\":true,\"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\":\"top\",\"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\":\"101px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"487px\",\"mobile\":\"426px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":426,\"height\":102,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-1px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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\":104,\"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\":\"Memories\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1930,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":35,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1930,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":70,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4720,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":297,\"mobile\":297},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Decorations\",\"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\":true,\"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\":\"top\",\"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\":\"101px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"550px\",\"mobile\":\"454px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":530,\"height\":100,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-3px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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\":173,\"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\"},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/revslider\\/slide-home17\\/slidedecor1.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"11px\",\"mobile\":\"11px\"},\"scaleY\":{\"desktop\":\"58px\",\"mobile\":\"58px\"},\"originalWidth\":11,\"originalHeight\":58,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2570,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2570,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4430,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":442,\"mobile\":434},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 4\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power0.easeOut\",\"loop_speed\":\"1\",\"loop_startdeg\":0,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":5,\"loop_yend\":-5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":11,\"height\":58,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"mobile\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":8,\"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\":[]},\"positionLeftReset\":0,\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"color\":{\"desktop\":\"rgba(255,255,255,1)\",\"mobile\":\"rgba(255,255,255,1)\"},\"font-size\":{\"desktop\":\"12px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"56px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"300\",\"mobile\":\"300\"},\"letter-spacing\":{\"desktop\":\"2px\",\"mobile\":\"2px\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"font-family\":\"Montserrat\",\"background-color\":\"transparent\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"deformation-hover\":{\"background-color\":\"rgba(255,255,255,1)\",\"color\":\"rgba(0,0,0,1)\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"pointer_events\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"Schedule a Tour\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":3290,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3290,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3710,\"sfx_effect\":\"\"}},\"unique_id\":5,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":552,\"mobile\":552},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"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\":\"top\",\"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\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":179,\"height\":60,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"mobile\":[\"0px\",\"65px\",\"0px\",\"65px\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"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\":4,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":9,\"addedToStage\":true,\"positionLeftReset\":0,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/thehistoricvinewood.com\\/book-now\\/\"],\"link_open_in\":[\"_self\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[11],\"scrollunder_offset\":[\"\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','\"\"'),(11,4,2,'{\"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\":\"left top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotzoom-vertical\",\"zoomin\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/revslider\\/slide-home17\\/slidehome3_3.jpg\",\"slide_parallax_level\":\"15\",\"1\":\"Remove\",\"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\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"image_id\":\"\",\"12\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"13\":\"Remove\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\"}','[{\"text\":\"Helping You Every Step Of The Way\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":540,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"5\",\"split_extratime\":30,\"speed\":1000,\"animation\":\"PopUpSmooth\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":540,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":60,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6160,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":181},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Event Management vs....\",\"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\":true,\"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\":\"top\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":339,\"height\":24,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\"},\"line-height\":{\"desktop\":\"24px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"3px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"positionLeftReset\":0,\"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\":\"I\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1150,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"SmoothPopUp_One\",\"easing\":\"Power4.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"middletoedge\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1150,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5850,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":-1,\"mobile\":0},\"top\":{\"desktop\":225,\"mobile\":238},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Catering\",\"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\":true,\"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\":\"top\",\"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\":\"130px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"486px\",\"mobile\":\"426px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":486,\"height\":130,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-1px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.8\",\"scale_y_start\":\"0.8\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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,\"positionLeftReset\":0,\"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\":\"Do\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1930,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":5,\"speed\":1000,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"random\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1930,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":10,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5020,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":1,\"mobile\":0},\"top\":{\"desktop\":297,\"mobile\":297},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Our Location\",\"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\":true,\"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\":\"130px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"497px\",\"mobile\":\"454px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":497,\"height\":130,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-3px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"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\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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,\"positionLeftReset\":192,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/revslider\\/slide-home17\\/slidedecor1.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"11px\",\"mobile\":\"11px\"},\"scaleY\":{\"desktop\":\"58px\",\"mobile\":\"58px\"},\"originalWidth\":11,\"originalHeight\":58,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2730,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2730,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4270,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":442,\"mobile\":434},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 4\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power0.easeOut\",\"loop_speed\":\"1\",\"loop_startdeg\":0,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":5,\"loop_yend\":-5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":11,\"height\":58,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"mobile\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":8,\"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\":[]},\"positionLeftReset\":0,\"addedToStage\":true,\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"mobile\":\"rgba(255,255,255,1)\"},\"font-size\":{\"desktop\":\"12px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"56px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"300\",\"mobile\":\"300\"},\"letter-spacing\":{\"desktop\":\"2px\",\"mobile\":\"2px\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"font-family\":\"Montserrat\",\"background-color\":\"#d5ce8f\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#d5ce8f\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"deformation-hover\":{\"background-color\":\"rgba(255,255,255,1)\",\"color\":\"rgba(0,0,0,1)\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"pointer_events\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"Rental Details\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":3380,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3380,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3620,\"sfx_effect\":\"\"}},\"unique_id\":5,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":552,\"mobile\":552},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"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\":\"top\",\"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\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":179,\"height\":60,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"mobile\":[\"0px\",\"65px\",\"0px\",\"65px\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"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\":4,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":9,\"positionLeftReset\":0,\"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\":[]}}]','\"\"'),(19,1,3,'{\"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\":\"right top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotfade-horizontal\",\"slotfade-vertical\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/07\\/Couple-Hyper.jpg\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"slide_parallax_level\":\"15\",\"13\":\"Remove\",\"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\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"17\":\"Remove\",\"image_id\":\"610\",\"18\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"19\":\"Remove\",\"20\":\"Remove\",\"21\":\"Remove\",\"22\":\"Remove\",\"23\":\"Remove\",\"24\":\"Remove\"}','[{\"text\":\"Where\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1430,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":20,\"speed\":1210,\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1430,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToBottom\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3160,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":-403,\"mobile\":0},\"top\":{\"desktop\":104,\"mobile\":240},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Memories are\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"232px\",\"mobile\":\"122px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"657px\",\"mobile\":\"437px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":657,\"height\":232,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"150px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"120px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-5px\",\"mobile\":\"-7px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"positionLeftReset\":900,\"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\":\"are Made.\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1940,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":35,\"speed\":1230,\"animation\":\"LettersFlyInFromBottom\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1940,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToTop\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":2480,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":-252,\"mobile\":0},\"top\":{\"desktop\":411,\"mobile\":310},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Made Here\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"191px\",\"mobile\":\"101px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"573px\",\"mobile\":\"334px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":573,\"height\":191,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"150px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"100px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-9px\",\"mobile\":\"-9px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[-100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"-35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":900,\"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 historic vinewood\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2700,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"SmoothPopUp_One\",\"easing\":\"Power4.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2700,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":1800,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":-466,\"mobile\":0},\"top\":{\"desktop\":104,\"mobile\":458},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"The Historic Vinewoo...\",\"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\":true,\"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\":\"top\",\"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\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":294,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"22px\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"5px\",\"mobile\":\"5px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.8\",\"scale_y_start\":\"0.8\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":900,\"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\":\"Memories\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1430,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":35,\"speed\":1210,\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1430,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"SlideMaskToBottom\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3010,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":-359,\"mobile\":0},\"top\":{\"desktop\":255,\"mobile\":240},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Memories are\",\"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\":true,\"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\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"232px\",\"mobile\":\"122px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"657px\",\"mobile\":\"437px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":657,\"height\":232,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"150px\",\"mobile\":\"120px\"},\"line-height\":{\"desktop\":\"190px\",\"mobile\":\"120px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-5px\",\"mobile\":\"-7px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"[100%]\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"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\":\"35deg\",\"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\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"positionLeftReset\":900,\"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\":[]}}]','\"\"'),(18,1,1,'{\"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 bottom\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotfade-horizontal\",\"slotfade-vertical\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/01\\/OutlineBuilding-Dark-web.png\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"slide_parallax_level\":\"15\",\"13\":\"Remove\",\"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\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"17\":\"Remove\",\"image_id\":\"718\",\"18\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"19\":\"Remove\",\"20\":\"Remove\",\"21\":\"Remove\",\"22\":\"Remove\",\"23\":\"Remove\",\"24\":\"Remove\",\"25\":\"Remove\",\"26\":\"Remove\"}','[{\"text\":\"SINCE 1889\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":840,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":840,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4160,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-91,\"mobile\":0},\"top\":{\"desktop\":629,\"mobile\":217},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"SINCE 1889\",\"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\":true,\"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\":\"top\",\"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\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":188,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"28px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"22px\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#000000\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"3px\",\"mobile\":\"3px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"positionLeftReset\":900,\"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\":[]}}]','\"\"'),(21,6,2,'{\"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\":\"left top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxslide\",\"slotzoom-horizontal\",\"zoomout\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/HeadTable.jpg\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"13\":\"Remove\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"slide_parallax_level\":\"15\",\"17\":\"Remove\",\"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\",\"18\":\"Remove\",\"19\":\"Remove\",\"20\":\"Remove\",\"21\":\"Remove\",\"22\":\"Remove\",\"23\":\"Remove\",\"24\":\"Remove\",\"25\":\"Remove\",\"26\":\"Remove\",\"27\":\"Remove\",\"28\":\"Remove\",\"image_id\":\"4095\",\"29\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"30\":\"Remove\",\"31\":\"Remove\"}','[{\"text\":\"Versatile\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":470,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":40,\"speed\":1000,\"animation\":\"SmoothPopUp_One\",\"easing\":\"Power4.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"middletoedge\",\"sfxcolor\":\"#ffffff\",\"time_relative\":470,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":80,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"backward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6130,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":314,\"mobile\":195},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Your Reliable\",\"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\":true,\"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\":\"top\",\"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\",\"mobile\":\"41px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"325px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":325,\"height\":41,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"48px\",\"mobile\":\"32px\"},\"line-height\":{\"desktop\":\"48px\",\"mobile\":\"32px\"},\"font-weight\":{\"desktop\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"9px\",\"mobile\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.8\",\"scale_y_start\":\"0.8\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display SC\",\"font-style\":\"italic\",\"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\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"positionLeftReset\":47,\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Event Spaces\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":970,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":50,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":970,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":100,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5530,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":-6,\"mobile\":0,\"tablet\":0},\"top\":{\"desktop\":344,\"mobile\":239,\"tablet\":348},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Events Partner\",\"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\":true,\"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\":\"top\",\"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\":\"132px\",\"mobile\":\"auto\",\"tablet\":\"132px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"732px\",\"mobile\":\"348px\",\"tablet\":\"732px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\",\"tablet\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"tablet\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":732,\"height\":132,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"120px\",\"mobile\":\"120px\",\"tablet\":\"130px\"},\"line-height\":{\"desktop\":\"130px\",\"mobile\":\"90px\",\"tablet\":\"130px\"},\"font-weight\":{\"desktop\":\"700\",\"mobile\":\"600\",\"tablet\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-10px\",\"mobile\":\"-7px\",\"tablet\":\"-10px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\",\"tablet\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":900,\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"SEATING FOR UP TO 350 GUESTS\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1740,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":50,\"speed\":730,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"edgetomiddle\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1740,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":50,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"random\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5030,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":-1,\"mobile\":0},\"top\":{\"desktop\":490,\"mobile\":458},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"We Are A Result-Orie...\",\"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\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"58px\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"463px\",\"mobile\":\"366px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":463,\"height\":58,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"mobile\":\"16px\"},\"line-height\":{\"desktop\":\"28px\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"\",\"mobile\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":174,\"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\":[]}}]','\"\"'),(22,6,3,'{\"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\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxslide\",\"boxfade\",\"slotslide-vertical\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/DancingBoots-Stock-Web.jpg\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"13\":\"Remove\",\"14\":\"Remove\",\"15\":\"Remove\",\"16\":\"Remove\",\"slide_parallax_level\":\"15\",\"17\":\"Remove\",\"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\",\"18\":\"Remove\",\"19\":\"Remove\",\"20\":\"Remove\",\"21\":\"Remove\",\"22\":\"Remove\",\"23\":\"Remove\",\"24\":\"Remove\",\"25\":\"Remove\",\"26\":\"Remove\",\"27\":\"Remove\",\"28\":\"Remove\",\"29\":\"Remove\",\"30\":\"Remove\",\"31\":\"Remove\",\"32\":\"Remove\",\"33\":\"Remove\",\"34\":\"Remove\",\"image_id\":\"4166\",\"35\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"36\":\"Remove\",\"37\":\"Remove\"}','[{\"text\":\"historic\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":470,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":35,\"speed\":1000,\"animation\":\"SmoothPopUp_One\",\"easing\":\"Power4.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"middletoedge\",\"sfxcolor\":\"#ffffff\",\"time_relative\":470,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":70,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"backward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6180.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":314,\"mobile\":195},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"highly\",\"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\":true,\"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\":\"top\",\"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\",\"mobile\":\"41px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"325px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":325,\"height\":41,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"48px\",\"mobile\":\"32px\"},\"line-height\":{\"desktop\":\"48px\",\"mobile\":\"32px\"},\"font-weight\":{\"desktop\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"9px\",\"mobile\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.8\",\"scale_y_start\":\"0.8\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"italic\",\"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\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"positionLeftReset\":47,\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Dance Hall\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":970,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":40,\"speed\":1000,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":970,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":80,\"speed\":1000,\"animation\":\"Fade-Out-Long\",\"easing\":\"Power2.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5630.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":45,\"mobile\":0,\"tablet\":0,\"notebook\":45},\"top\":{\"desktop\":341,\"mobile\":239,\"tablet\":348,\"notebook\":341},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Motivated Team\",\"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\":\"133px\",\"mobile\":\"182px\",\"tablet\":\"132px\",\"notebook\":\"133px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"793px\",\"mobile\":\"453px\",\"tablet\":\"732px\",\"notebook\":\"793px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"tablet\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"tablet\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\",\"tablet\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"tablet\":\"top\",\"notebook\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":478,\"height\":181,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"120px\",\"mobile\":\"100px\",\"tablet\":\"130px\",\"notebook\":\"130px\"},\"line-height\":{\"desktop\":\"130px\",\"mobile\":\"90px\",\"tablet\":\"130px\",\"notebook\":\"130px\"},\"font-weight\":{\"desktop\":\"700\",\"mobile\":\"600\",\"tablet\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-10px\",\"mobile\":\"-5px\",\"tablet\":\"-10px\",\"notebook\":\"-10px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"tablet\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"tablet\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":900,\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Signature dances, featuring country and rock, almost every Friday night\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1740,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"5\",\"split_extratime\":45,\"speed\":1000,\"animation\":\"PopUpSmooth\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"random\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1740,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000.0006103515625,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":90,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"random\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4810.0006103515625,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":488,\"mobile\":458},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"We Are A Result-Orie...\",\"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\":true,\"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\":\"top\",\"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\":\"58px\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"463px\",\"mobile\":\"366px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":463,\"height\":58,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"18px\",\"mobile\":\"16px\"},\"line-height\":{\"desktop\":\"28px\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"300\",\"mobile\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"\",\"mobile\":\"\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"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,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"positionLeftReset\":174,\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'),(17,5,3,'{\"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\":\"right top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"115\",\"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\":\"9000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"slotzoom-vertical\",\"zoomin\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"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-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/2019\\/08\\/TheVinewood-7.jpg\",\"slide_parallax_level\":\"15\",\"1\":\"Remove\",\"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\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"16\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"image_id\":\"3757\",\"11\":\"Remove\",\"12\":\"Remove\",\"13\":\"Remove\",\"14\":\"Remove\",\"15\":\"Remove\"}','[{\"text\":\"Dancing \\u2022 Music \\u2022 Celebrating\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":560,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":40,\"speed\":1000,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":560,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"words\",\"splitdelay\":\"10\",\"split_extratime\":40,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6040,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":181},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Event Management vs....\",\"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\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":339,\"height\":24,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"14px\"},\"line-height\":{\"desktop\":\"24px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"3px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"italic\",\"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\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"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,\"positionLeftReset\":38,\"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\":\"Welcome\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1200,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":30,\"speed\":1000,\"animation\":\"PopUpSmooth\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"middletoedge\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1200,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":60,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5500,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":-101,\"mobile\":0},\"top\":{\"desktop\":219,\"mobile\":238},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Welcome to\",\"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\":true,\"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\":\"top\",\"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\":\"101px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"487px\",\"mobile\":\"426px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":487,\"height\":101,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-1px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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\":104,\"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\":\"Welcome\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1930,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"5\",\"split_extratime\":30,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1930,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"chars\",\"splitdelay\":\"10\",\"split_extratime\":60,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4770,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":297,\"mobile\":297},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Our Location\",\"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\":true,\"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\":\"top\",\"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\":\"101px\",\"mobile\":\"102px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"550px\",\"mobile\":\"454px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"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\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":530,\"height\":100,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"80px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"-3px\",\"mobile\":\"-1px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Playfair Display\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"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\":173,\"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\"},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/uploads\\/revslider\\/slide-home17\\/slidedecor1.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"11px\",\"mobile\":\"11px\"},\"scaleY\":{\"desktop\":\"58px\",\"mobile\":\"58px\"},\"originalWidth\":11,\"originalHeight\":58,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2570,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"MaskedZoomOut\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2570,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4430,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":442,\"mobile\":434},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 4\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power0.easeOut\",\"loop_speed\":\"1\",\"loop_startdeg\":0,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":5,\"loop_yend\":-5,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":true,\"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\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":11,\"height\":58,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"mobile\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"2\",\"scale_y_start\":\"2\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":8,\"addedToStage\":true,\"positionLeftReset\":0,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"color\":{\"desktop\":\"rgba(255,255,255,1)\",\"mobile\":\"rgba(255,255,255,1)\"},\"font-size\":{\"desktop\":\"12px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"56px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"300\",\"mobile\":\"300\"},\"letter-spacing\":{\"desktop\":\"2px\",\"mobile\":\"2px\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"font-family\":\"Montserrat\",\"background-color\":\"#406321\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#406321\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"deformation-hover\":{\"background-color\":\"rgba(255,255,255,1)\",\"color\":\"rgba(0,0,0,1)\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-width\":[\"2px\",\"2px\",\"2px\",\"2px\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"pointer_events\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"UPCOMING EVENTS\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":3290,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"5\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3290,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":500,\"animation\":\"BounceOut\",\"easing\":\"Back.easeIn\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":3710,\"sfx_effect\":\"\"}},\"unique_id\":5,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":552,\"mobile\":552},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"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\":\"top\",\"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\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":179,\"height\":60,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0px\",\"65px\",\"0px\",\"65px\"],\"mobile\":[\"0px\",\"65px\",\"0px\",\"65px\"]},\"text-align\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"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\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"0deg\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"0.7\",\"scale_y_end\":\"0.7\",\"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\":4,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":9,\"addedToStage\":true,\"positionLeftReset\":0,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"https:\\/\\/thehistoricvinewood.com\\/calendar-of-events\\/\"],\"link_open_in\":[\"_self\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[16],\"scrollunder_offset\":[\"\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','\"\"');
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_static_slides`
--

DROP TABLE IF EXISTS `wp_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_static_slides`
--

LOCK TABLES `wp_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_static_slides` VALUES (1,3,'{\"staticoverflow\":\"visible\",\"staticlayersposition\":\"front\",\"image\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\"}','[]','[\"\"]'),(2,4,'{\"staticoverflow\":\"visible\",\"staticlayersposition\":\"front\",\"image\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\"}','[]','[\"\"]'),(3,5,'{\"staticoverflow\":\"visible\",\"staticlayersposition\":\"front\",\"image\":\"https:\\/\\/thehistoricvinewood.com\\/wp-content\\/\"}','[]','[\"\"]');
/*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_smush_dir_images`
--

DROP TABLE IF EXISTS `wp_smush_dir_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_smush_dir_images` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `path_hash` char(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `resize` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lossy` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `error` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `file_time` int(10) unsigned DEFAULT NULL,
  `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `path_hash` (`path_hash`),
  KEY `image_size` (`image_size`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_smush_dir_images`
--

LOCK TABLES `wp_smush_dir_images` WRITE;
/*!40000 ALTER TABLE `wp_smush_dir_images` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_smush_dir_images` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (4259,20,0),(730,19,0),(3808,61,0),(146,45,0),(3806,17,0),(1589,65,0),(4466,81,0),(4466,85,0),(4723,84,0),(4721,85,0),(4695,69,0),(4693,69,0),(4699,22,0),(4693,85,0),(4693,62,0),(4693,83,0),(4693,95,0),(4695,83,0),(4666,85,0),(4636,86,0),(4666,69,0),(4469,85,0),(4468,85,0),(639,19,0),(4475,90,0),(645,19,0),(648,19,0),(651,19,0),(4636,61,0),(3857,20,0),(3949,19,0),(2889,19,0),(4472,85,0),(4396,81,0),(4398,81,0),(4396,22,0),(4396,80,0),(4392,22,0),(4392,21,0),(4385,19,0),(1352,47,0),(1353,47,0),(1354,47,0),(1355,47,0),(1356,47,0),(1358,46,0),(1359,46,0),(1360,46,0),(1361,46,0),(1362,46,0),(1363,46,0),(4419,85,0),(4407,69,0),(4406,69,0),(3716,22,0),(3716,21,0),(4664,84,0),(4401,81,0),(4313,69,0),(4666,83,0),(4695,85,0),(4637,86,0),(4363,48,0),(3001,19,0),(4472,81,0),(705,1,0),(705,25,0),(705,26,0),(705,28,0),(705,31,0),(705,34,0),(705,41,0),(3515,1,0),(3515,25,0),(3515,32,0),(3515,33,0),(4721,84,0),(3515,41,0),(4447,90,0),(4439,69,0),(4440,69,0),(4440,85,0),(4440,81,0),(4439,81,0),(4439,85,0),(4439,22,0),(4447,22,0),(4833,85,0),(4356,85,0),(4437,86,0),(4434,86,0),(4435,86,0),(4434,61,0),(3710,85,0),(4431,85,0),(3518,1,0),(3518,26,0),(3518,28,0),(3518,29,0),(3518,33,0),(3518,36,0),(3518,41,0),(3519,1,0),(3519,26,0),(3519,29,0),(3519,30,0),(3519,31,0),(4475,81,0),(3519,41,0),(4423,69,0),(4417,81,0),(4420,85,0),(4420,81,0),(4417,89,0),(4417,85,0),(4475,22,0),(4821,84,0),(4498,69,0),(4569,69,0),(4551,90,0),(4717,62,0),(4478,85,0),(4569,85,0),(4718,81,0),(4821,85,0),(4551,85,0),(4450,85,0),(4539,85,0),(4477,85,0),(4450,81,0),(4447,85,0),(4551,62,0),(4717,81,0),(4447,81,0),(4569,83,0),(4551,83,0),(4556,19,0),(4554,69,0),(4449,85,0),(4720,84,0),(4477,81,0),(4554,85,0),(4551,96,0),(4551,69,0),(4449,81,0),(4539,84,0),(984,73,0),(4554,83,0),(4551,95,0),(4587,2,0),(4587,76,0),(4417,22,0),(995,71,0),(1589,2,0),(3944,19,0),(4625,85,0),(4630,97,0),(4625,84,0),(4626,85,0),(4626,84,0),(4625,21,0),(4625,23,0),(3716,67,0),(4624,84,0),(4623,84,0),(4623,21,0),(4623,23,0),(3903,20,0),(4620,85,0),(4622,85,0),(4620,59,0),(4617,85,0),(4617,84,0),(4619,84,0),(4619,85,0),(4617,90,0),(4615,84,0),(4615,85,0),(4616,85,0),(4616,84,0),(4615,22,0),(4615,21,0),(4615,23,0),(4589,84,0),(4589,85,0),(3716,64,0),(4590,85,0),(4590,84,0),(4590,69,0),(4589,22,0),(4589,69,0),(4589,64,0),(4589,21,0),(4589,66,0),(4589,67,0),(4587,65,0),(4110,19,0),(4046,21,0),(4116,19,0),(4113,19,0),(4500,71,0),(3716,66,0),(4011,20,0),(4046,23,0),(3984,19,0),(4311,24,0),(4354,63,0),(4320,63,0),(3714,61,0),(4699,85,0),(4823,85,0),(4314,63,0),(4233,19,0),(4315,21,0),(4315,23,0),(4313,84,0),(4664,69,0),(4311,21,0),(4187,19,0),(4720,85,0),(4475,92,0),(4468,21,0),(4467,81,0),(4309,77,0),(4475,85,0),(4260,20,0),(3820,17,0),(3694,59,0),(3694,60,0),(3695,59,0),(3695,60,0),(3697,21,0),(3697,24,0),(3699,21,0),(3699,60,0),(3701,61,0),(3702,62,0),(4468,22,0),(3704,61,0),(3705,62,0),(3706,62,0),(3706,63,0),(3707,61,0),(3708,61,0),(3709,24,0),(3709,21,0),(3710,21,0),(3710,22,0),(3712,61,0),(3713,64,0),(3706,21,0),(4313,21,0),(3715,61,0),(3716,69,0),(3894,69,0),(1589,76,0),(3977,63,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=100 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,4),(2,2,'product_type','',0,2),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,0),(17,17,'elementor_library_type','',0,2),(67,67,'post_tag','',0,2),(19,19,'elementor_library_type','',0,17),(20,20,'nav_menu','',0,5),(21,21,'mec_category','',0,16),(22,22,'mec_category','',0,12),(23,23,'mec_category','',0,5),(24,24,'mec_category','',22,3),(25,25,'category','',0,2),(26,26,'category','',0,3),(27,27,'category','',0,0),(28,28,'category','',0,2),(29,29,'category','',0,2),(30,30,'category','',0,1),(31,31,'category','',0,2),(32,32,'category','',0,1),(33,33,'category','',0,2),(34,34,'category','',0,1),(35,35,'category','',0,0),(36,36,'category','',0,1),(79,79,'post_tag','',0,0),(78,78,'mec_category','',22,0),(90,90,'mec_category','',22,4),(41,41,'post_tag','',0,4),(76,76,'product_tag','',0,2),(80,80,'post_tag','',0,1),(45,45,'nav_menu','',0,1),(46,46,'nav_menu','',0,6),(47,47,'nav_menu','',0,0),(48,48,'nav_menu','',0,1),(49,49,'product_tag','',0,0),(75,75,'portfolio_cat','',0,0),(74,74,'portfolio_cat','',0,0),(52,52,'product_tag','',0,0),(53,53,'portfolio_cat','',0,0),(73,73,'portfolio_cat','',0,1),(69,69,'mec_organizer','',0,6),(66,66,'post_tag','',0,2),(59,59,'mec_category','',22,3),(60,60,'mec_category','',22,3),(61,61,'mec_category','',0,10),(62,62,'mec_category','',0,5),(63,63,'mec_organizer','',0,1),(64,64,'mec_category','',61,3),(65,65,'product_cat','',0,2),(77,77,'mec_organizer','',0,0),(71,71,'portfolio_cat','',0,2),(89,89,'post_tag','',0,1),(81,81,'mec_organizer','',0,5),(82,82,'post_tag','',0,0),(83,83,'mec_location','Historic dance floor, seats up to 350 guests',0,2),(84,84,'mec_label','The Vinewood has a rich history, widely known as a dance hall. Join us most Friday nights as we continue the dance hall tradition with live bands. See you on the dance floor. *Shows are $10 per person, all ages. Unless noted, events are from 8 - 11pm and doors open one hour prior.',0,6),(85,85,'mec_label','We love to feature live entertainment, especially great bands you can dance to. Check out these national touring acts when they stop The Historic Vinewood; Where Memories Are Made.',0,14),(86,86,'mec_label','The Vinewood is the perfect backdrop for your next event. Seating for 350, our venue sits on 5.1 acres. Check out our Rates and book a Tour online today. ',0,2),(87,87,'mec_category','We are excited to partner with Top City Swing and other organizations to offer dance lessons prior to a night of live music and... you guessed it, dancing. Be sure to click \"learn more\" for dance lesson time and costs, if applicable. All dance events are $10 per person and all ages.',0,0),(88,88,'post_tag','',0,0),(91,91,'mec_coupon','For young musicians under the age of 18. ',0,0),(92,92,'post_tag','',0,1),(93,93,'action-group','',0,0),(94,94,'mec_coupon','$2 off Vinewood Live Music Shows ($10 GA ticket)',0,0),(95,95,'post_tag','',0,2),(96,96,'post_tag','',0,1),(97,97,'elementor_library_type','',0,1),(98,98,'mec_coupon','$10 discount for ladies who choose not to drink or have graciously offered to be designated drivers. You rock!',0,0),(99,99,'mec_coupon','Dinner Ticket Add On for guests who already purchased show tickets. Takes $10 off the combo ticket of $25. ($15 dinner / $10 show // per person) ',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=84 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (47,81,'email',''),(46,81,'tel',''),(3,17,'_astra_sites_imported_term','1'),(42,77,'email',''),(41,77,'tel',''),(6,19,'_astra_sites_imported_term','1'),(7,20,'_astra_sites_imported_term','1'),(45,78,'mec_cat_icon',''),(10,21,'mec_cat_icon',''),(11,22,'mec_cat_icon',''),(12,23,'mec_cat_icon',''),(13,24,'mec_cat_icon',''),(48,81,'url',''),(44,77,'thumbnail',''),(43,77,'url',''),(40,76,'product_count_product_tag','2'),(18,15,'product_count_product_cat','0'),(36,69,'tel','785-260-6772'),(37,69,'email',''),(38,69,'url',''),(39,69,'thumbnail',''),(23,49,'product_count_product_tag','0'),(24,52,'product_count_product_tag','0'),(25,59,'mec_cat_icon',''),(26,60,'mec_cat_icon',''),(27,61,'mec_cat_icon',''),(28,62,'mec_cat_icon',''),(29,63,'tel',''),(30,63,'email','topekaswingdance@gmail.com'),(31,63,'url',''),(32,63,'thumbnail',''),(33,64,'mec_cat_icon',''),(34,65,'order','0'),(35,65,'product_count_product_cat','2'),(49,81,'thumbnail',''),(50,83,'address','2848 SE 29th St'),(51,83,'latitude','1'),(52,83,'longitude','7'),(53,83,'thumbnail','https://thehistoricvinewood.com/wp-content/uploads/2019/07/Vinewood-WebLogo-250.png'),(54,84,'color','#d9b351'),(55,84,'style','mec-label-featured'),(56,85,'color','#70003f'),(57,85,'style',''),(58,86,'color','#3d7b5f'),(59,86,'style',''),(60,87,'mec_cat_icon','mec-fa-odnoklassniki'),(61,1,'latitude','0'),(62,1,'longitude','0'),(63,90,'mec_cat_icon',''),(64,91,'discount_type','amount'),(65,91,'discount','5'),(66,91,'usage_limit','50'),(67,91,'expiration_date',''),(68,91,'target_event','4447'),(69,94,'discount_type','amount'),(70,94,'discount','2'),(71,94,'usage_limit','100'),(72,94,'expiration_date','2020-12-01'),(73,94,'target_event','4475'),(74,98,'discount_type','amount'),(75,98,'discount','10'),(76,98,'usage_limit','5'),(77,98,'expiration_date','2020-01-13'),(78,98,'target_event','4551'),(79,99,'discount_type','amount'),(80,99,'discount','10'),(81,99,'usage_limit','17'),(82,99,'expiration_date','2020-02-14'),(83,99,'target_event','4615');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=100 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(17,'page','page',0),(19,'section','section',0),(20,'Main Menu','main-menu',0),(21,'Dance','dance',0),(22,'Live Music','live-music',0),(23,'Country','country',0),(24,'Country','country-live-music',0),(25,'Bride and bridesmaids','bride-and-bridemaids',0),(26,'Dresses','dresses',0),(27,'Family &amp; Friends','family-friends',0),(28,'Fashion and beauty','fashion-and-beauty',0),(29,'Foods and drink','foods-and-drink',0),(30,'Married Life','married-life',0),(31,'Photography','photography',0),(32,'Planning Basics','planning-basics',0),(33,'Travel','travel',0),(34,'Wedding Fashion','wedding-fashion',0),(35,'Wedding Reception','wedding-reception',0),(36,'Wedding Services','wedding-services',0),(79,'The Carolyn Sills Combo','the-carolyn-sills-combo',0),(78,'Honkey Tonk','honkey-tonk',0),(77,'DICK KNOLL','dick-knoll',0),(41,'Wedding','wedding',0),(76,'Mark &amp; The Sharks','mark-the-sharks',0),(80,'Sunshine Productions','sunshine-productions',0),(45,'Menu 1','menu-1',0),(46,'Planning Menu','planning-menu',0),(47,'Vendors Menu','vendors-menu',0),(48,'Events Menu','events-menu',0),(49,'accessories','accessories',0),(75,'Dance &amp; Live Music','dance-live-music',0),(74,'Private','private',0),(52,'fashion','fashion',0),(53,'Outdoor','outdoor-wedding-party',0),(73,'Corporate','corporate',0),(67,'Mark &amp; The Sharks','mark-the-sharks',0),(66,'New Years Eve','new-years-eve',0),(59,'Rock \'n\' Roll','rock-n-roll',0),(60,'Traditional Country','traditional-country',0),(61,'Private Event','private-event',0),(62,'Hosted Invitation Event','hosted-invitation-event',0),(63,'Taryn','taryn',0),(64,'Holiday Party','holiday-party',0),(65,'Special Events','special-events',0),(69,'The Vinewood','the-vinewood',0),(71,'Wedding','wedding',0),(89,'Platinum Express','platinum-express',0),(81,'Sunshine Productions','sunshine-productions',0),(82,'Blues','blues',0),(83,'The Vinewood','the-vinewood',0),(84,'DANCE HALL','dance-hall',0),(85,'LIVE MUSIC','live-music',0),(86,'PRIVATE EVENT','private-event',0),(87,'Dance Lesson &amp; Dancing','dance-lesson-dancing',0),(88,'Top City Swing','top-city-swing',0),(90,'Blues','blues',0),(91,'Kyler','kyler',0),(92,'Biscuit Miller','biscuit-miller',0),(93,'woocommerce-db-updates','woocommerce-db-updates',0),(94,'TBS2OFF','topeka-blues-society',0),(95,'Ladies\' Brunch','ladies-brunch',0),(96,'Ellie Smith','ellie-smith',0),(97,'popup','popup',0),(98,'DDDiva','dddiva',0),(99,'VDAY10','vday10',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1651 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name','Kerrice'),(3,1,'last_name','Mapes'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"8265e63aa8fc9cb560bb0818543221b0f41de4984c58c7d5955060ad59908b1c\";a:4:{s:10:\"expiration\";i:1583106494;s:2:\"ip\";s:13:\"68.103.122.14\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:73.0) Gecko/20100101 Firefox/73.0\";s:5:\"login\";i:1582933694;}}'),(47,1,'screen_layout_mec-events','2'),(65,1,'manageedit-postcolumnshidden','a:4:{i:0;s:6:\"author\";i:1;s:8:\"comments\";i:2;s:16:\"page-meta-robots\";i:3;s:11:\"readability\";}'),(17,1,'wp_dashboard_quick_press_last_post_id','4842'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"68.103.122.0\";}'),(19,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:13:\"bg-key-prompt\";s:9:\"timestamp\";i:1564190992;}'),(20,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:31:\"boldgrid_backup_upgrade_premium\";s:9:\"timestamp\";i:1564190995;}'),(21,1,'astra-sites-on-active','notice-dismissed'),(22,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";a:11:{s:3:\"key\";s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";s:10:\"product_id\";i:1589;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:6.8625;}s:5:\"total\";a:1:{i:1;d:6.8625;}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:6.86;s:10:\"line_total\";d:75;s:8:\"line_tax\";d:6.86;}}}'),(23,1,'_woocommerce_tracks_anon_id','woo:mx7VK/HP2fkq1NuAvNLlOzLL'),(24,1,'wc_last_active','1582848000'),(25,1,'_astra_sites_gettings_started','1'),(26,1,'dismissed_wc_admin_notice','1'),(27,1,'elementor_introduction','a:3:{s:7:\"flexbox\";b:1;s:19:\"colorPickerDropping\";b:1;s:13:\"popupSettings\";b:1;}'),(28,1,'wp_user-settings','editor=tinymce&libraryContent=browse&posts_list_mode=list'),(29,1,'wp_user-settings-time','1567293358'),(30,1,'mec_op','a:0:{}'),(31,1,'elementor_connect_common_data','a:6:{s:9:\"client_id\";s:32:\"TamomMhkVcnFdxCsZy3mWsGfUOt1FQFS\";s:11:\"auth_secret\";s:32:\"IQmInehojc3ty6OlBNEaKMp5nALvcgXD\";s:12:\"access_token\";s:32:\"Bjg2jhNUSpyWKUaRcpIfNkaGtYY7mBff\";s:19:\"access_token_secret\";s:32:\"SNZFbaX58pifz5So78NVupviEaLg8TnG\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:24:\"seveneightfive@gmail.com\";}}'),(32,1,'nav_menu_recently_edited','48'),(33,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(34,1,'metaboxhidden_nav-menus','a:4:{i:0;s:24:\"add-post-type-mec-events\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:16:\"add-mec_category\";}'),(35,1,'wp_media_library_mode','list'),(36,1,'elementor_admin_notices','a:1:{s:16:\"rate_us_feedback\";s:4:\"true\";}'),(46,1,'meta-box-order_mec-events','a:3:{s:4:\"side\";s:105:\"submitdiv,tagsdiv-post_tag,mec_categorydiv,pageparentdiv,mec_metabox_color,mec_metabox_label,postimagediv\";s:6:\"normal\";s:125:\"mec_metabox_booking,wds-wds-meta-box,mec_metabox_details,postexcerpt,commentstatusdiv,slugdiv,authordiv,mymetabox_revslider_0\";s:8:\"advanced\";s:0:\"\";}'),(41,1,'wpcf7_hide_welcome_panel_on','a:1:{i:0;s:3:\"5.1\";}'),(49,1,'wds_dismissed_messages','a:1:{s:21:\"wp-org-rating-request\";b:1;}'),(50,1,'closedpostboxes_dashboard','a:0:{}'),(51,1,'metaboxhidden_dashboard','a:5:{i:0;s:20:\"e-dashboard-overview\";i:1;s:19:\"dashboard_right_now\";i:2;s:18:\"dashboard_activity\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),(52,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:72:\"e-dashboard-overview,dashboard_right_now,dashboard_activity,gadwp-widget\";s:4:\"side\";s:97:\"dashboard_quick_press,dashboard_primary,booked_upcoming_appointments,woocommerce_dashboard_status\";s:7:\"column3\";s:29:\"wds_sitemaps_dashboard_widget\";s:7:\"column4\";s:0:\"\";}'),(164,5,'booked_phone',''),(126,1,'closedpostboxes_mec-events','a:1:{i:0;s:16:\"wds-wds-meta-box\";}'),(128,4,'nickname','seveneightfive@gmail.con'),(127,1,'metaboxhidden_mec-events','a:1:{i:0;s:7:\"slugdiv\";}'),(87,2,'nickname','jestanton64@gmail.com'),(88,2,'first_name','Jenelle'),(89,2,'last_name','Stanton'),(90,2,'description',''),(91,2,'rich_editing','true'),(92,2,'syntax_highlighting','true'),(93,2,'comment_shortcuts','false'),(94,2,'admin_color','fresh'),(95,2,'use_ssl','0'),(96,2,'show_admin_bar_front','true'),(69,1,'manageedit-mec-eventscolumnshidden','a:8:{i:0;s:16:\"page-meta-robots\";i:1;s:8:\"location\";i:2;s:9:\"organizer\";i:3;s:8:\"end_date\";i:4;s:6:\"repeat\";i:5;s:6:\"author\";i:6;s:3:\"seo\";i:7;s:11:\"readability\";}'),(70,1,'edit_mec-events_per_page','20'),(66,1,'edit_post_per_page','20'),(97,2,'locale',''),(98,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74,1,'closedpostboxes_mec_calendars','a:0:{}'),(75,1,'metaboxhidden_mec_calendars','a:1:{i:0;s:7:\"slugdiv\";}'),(99,2,'wp_user_level','0'),(100,2,'last_update','1569608882'),(101,2,'booked_phone',''),(102,2,'mec_name','Jenelle Stanton'),(103,2,'mec_reg','a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(160,5,'locale',''),(161,5,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(162,5,'wp_user_level','0'),(163,5,'last_update','1571708808'),(107,3,'nickname','Rhonda.seitz56@gmail.com'),(108,3,'first_name','Rhonda'),(109,3,'last_name','Seitz'),(110,3,'description',''),(111,3,'rich_editing','true'),(112,3,'syntax_highlighting','true'),(113,3,'comment_shortcuts','false'),(114,3,'admin_color','fresh'),(115,3,'use_ssl','0'),(116,3,'show_admin_bar_front','true'),(117,3,'locale',''),(118,3,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(119,3,'wp_user_level','0'),(120,3,'last_update','1581045860'),(121,3,'booked_phone',''),(122,3,'mec_name','Rhonda Seitz'),(123,3,'mec_reg','a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(129,4,'first_name','Kerrice'),(130,4,'last_name',''),(131,4,'description',''),(132,4,'rich_editing','true'),(133,4,'syntax_highlighting','true'),(134,4,'comment_shortcuts','false'),(135,4,'admin_color','fresh'),(136,4,'use_ssl','0'),(137,4,'show_admin_bar_front','true'),(138,4,'locale',''),(139,4,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(140,4,'wp_user_level','0'),(141,4,'last_update','1570737115'),(142,4,'booked_phone',''),(143,4,'mec_name','Kerrice '),(144,4,'mec_reg','a:2:{i:2;s:10:\"7852493126\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(150,5,'nickname','princes.caroline@gmail.com'),(151,5,'first_name','Carol'),(152,5,'last_name',''),(153,5,'description',''),(154,5,'rich_editing','true'),(155,5,'syntax_highlighting','true'),(156,5,'comment_shortcuts','false'),(157,5,'admin_color','fresh'),(158,5,'use_ssl','0'),(159,5,'show_admin_bar_front','true'),(165,5,'mec_name','Carol'),(166,5,'mec_reg','a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"TV / Radio / Magazine\";}}'),(213,8,'comment_shortcuts','false'),(187,7,'nickname','myndi77@yahoo.com'),(188,7,'first_name','Malinda'),(189,7,'last_name','Kufahl'),(190,7,'description',''),(168,6,'nickname','ranaec2016@outlook.com'),(169,6,'first_name','ranae'),(170,6,'last_name','cushing'),(171,6,'description',''),(172,6,'rich_editing','true'),(173,6,'syntax_highlighting','true'),(174,6,'comment_shortcuts','false'),(175,6,'admin_color','fresh'),(176,6,'use_ssl','0'),(177,6,'show_admin_bar_front','true'),(178,6,'locale',''),(179,6,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(180,6,'wp_user_level','0'),(181,6,'last_update','1571967727'),(182,6,'booked_phone',''),(183,6,'mec_name','ranae cushing'),(184,6,'mec_reg','a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(191,7,'rich_editing','true'),(192,7,'syntax_highlighting','true'),(193,7,'comment_shortcuts','false'),(194,7,'admin_color','fresh'),(195,7,'use_ssl','0'),(196,7,'show_admin_bar_front','true'),(197,7,'locale',''),(198,7,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(199,7,'wp_user_level','0'),(200,7,'last_update','1572873083'),(201,7,'booked_phone',''),(202,7,'mec_name','Malinda Kufahl'),(203,7,'mec_reg','a:2:{i:2;s:10:\"3166403984\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}'),(212,8,'syntax_highlighting','true'),(207,8,'nickname','rrhous1964@sbcglobal.net'),(208,8,'first_name','Roger'),(209,8,'last_name','Housholder'),(210,8,'description',''),(211,8,'rich_editing','true'),(214,8,'admin_color','fresh'),(215,8,'use_ssl','0'),(216,8,'show_admin_bar_front','true'),(217,8,'locale',''),(218,8,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(219,8,'wp_user_level','0'),(220,8,'last_update','1573334724'),(221,8,'booked_phone',''),(222,8,'mec_name','Roger Housholder'),(223,8,'mec_reg','a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(224,9,'nickname','drexburke@cox.net'),(225,9,'first_name','Drex'),(226,9,'last_name','Flott'),(227,9,'description',''),(228,9,'rich_editing','true'),(229,9,'syntax_highlighting','true'),(230,9,'comment_shortcuts','false'),(231,9,'admin_color','fresh'),(232,9,'use_ssl','0'),(233,9,'show_admin_bar_front','true'),(234,9,'locale',''),(235,9,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(236,9,'wp_user_level','0'),(237,9,'last_update','1573339881'),(238,9,'booked_phone',''),(239,9,'mec_name','Drex Flott'),(240,9,'mec_reg','a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(243,1,'booked_phone',''),(244,1,'last_update','1580434112'),(245,1,'billing_first_name','Kerrice'),(246,1,'billing_last_name','Mapes'),(247,1,'billing_address_1','3700 SE 28th Terr'),(248,1,'billing_city','Topeka'),(249,1,'billing_state','KS'),(250,1,'billing_postcode','66605'),(251,1,'billing_country','US'),(252,1,'billing_email','TheHistoricVinewood@gmail.com'),(253,1,'billing_phone','7852493126'),(254,1,'shipping_method',''),(255,10,'nickname','russell_tamara@hotmail.com'),(256,10,'first_name','Tamara'),(257,10,'last_name','L'),(258,10,'description',''),(259,10,'rich_editing','true'),(260,10,'syntax_highlighting','true'),(261,10,'comment_shortcuts','false'),(262,10,'admin_color','fresh'),(263,10,'use_ssl','0'),(264,10,'show_admin_bar_front','true'),(265,10,'locale',''),(266,10,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(267,10,'wp_user_level','0'),(268,10,'last_update','1577448991'),(269,10,'booked_phone',''),(270,10,'mec_name','Tamara L Russell'),(271,10,'mec_reg','a:2:{i:2;s:10:\"7858173017\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(338,14,'nickname','stacy.leso@outlook.com'),(339,14,'first_name','Stacy'),(340,14,'last_name','R'),(341,14,'description',''),(299,12,'nickname','Nethertonlaw@yahoo.com'),(300,12,'first_name','Rene'),(301,12,'last_name','M'),(302,12,'description',''),(303,12,'rich_editing','true'),(275,11,'nickname','michaelhturner@yahoo.com'),(276,11,'first_name','Michael'),(277,11,'last_name','Turner'),(278,11,'description',''),(279,11,'rich_editing','true'),(280,11,'syntax_highlighting','true'),(281,11,'comment_shortcuts','false'),(282,11,'admin_color','fresh'),(283,11,'use_ssl','0'),(284,11,'show_admin_bar_front','true'),(285,11,'locale',''),(286,11,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(287,11,'wp_user_level','0'),(288,11,'last_update','1574539316'),(289,11,'booked_phone',''),(290,11,'mec_name','Michael Turner'),(291,11,'mec_reg','a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(304,12,'syntax_highlighting','true'),(305,12,'comment_shortcuts','false'),(306,12,'admin_color','fresh'),(307,12,'use_ssl','0'),(308,12,'show_admin_bar_front','true'),(309,12,'locale',''),(310,12,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(311,12,'wp_user_level','0'),(312,12,'last_update','1577207264'),(313,12,'booked_phone',''),(314,12,'mec_name','Rene M Netherton'),(315,12,'mec_reg','a:2:{i:2;s:10:\"7852496073\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(316,12,'paying_customer','1'),(318,13,'nickname','bbranden@builtinterior.com'),(319,13,'first_name','Beth'),(320,13,'last_name','Anne'),(321,13,'description',''),(322,13,'rich_editing','true'),(323,13,'syntax_highlighting','true'),(324,13,'comment_shortcuts','false'),(325,13,'admin_color','fresh'),(326,13,'use_ssl','0'),(327,13,'show_admin_bar_front','true'),(328,13,'locale',''),(329,13,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(330,13,'wp_user_level','0'),(331,13,'last_update','1577384760'),(332,13,'booked_phone',''),(333,13,'mec_name','Beth Anne Branden'),(334,13,'mec_reg','a:2:{i:2;s:10:\"7859253468\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(335,13,'paying_customer','1'),(336,10,'paying_customer','1'),(342,14,'rich_editing','true'),(343,14,'syntax_highlighting','true'),(344,14,'comment_shortcuts','false'),(345,14,'admin_color','fresh'),(346,14,'use_ssl','0'),(347,14,'show_admin_bar_front','true'),(348,14,'locale',''),(349,14,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(350,14,'wp_user_level','0'),(351,14,'last_update','1577582852'),(352,14,'booked_phone',''),(353,14,'mec_name','Stacy R Ross'),(354,14,'mec_reg','a:2:{i:2;s:10:\"7852497889\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(355,14,'paying_customer','1'),(357,15,'nickname','kimberleyscott59@gmail.com'),(358,15,'first_name','Kim'),(359,15,'last_name','Scott'),(360,15,'description',''),(361,15,'rich_editing','true'),(362,15,'syntax_highlighting','true'),(363,15,'comment_shortcuts','false'),(364,15,'admin_color','fresh'),(365,15,'use_ssl','0'),(366,15,'show_admin_bar_front','true'),(367,15,'locale',''),(368,15,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(369,15,'wp_user_level','0'),(370,15,'last_update','1577732094'),(371,15,'booked_phone',''),(372,15,'mec_name','Kim Scott'),(373,15,'mec_reg','a:2:{i:2;s:10:\"7855542820\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(374,15,'paying_customer','1'),(459,20,'use_ssl','0'),(460,20,'show_admin_bar_front','true'),(461,20,'locale',''),(462,20,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(463,20,'wp_user_level','0'),(464,20,'last_update','1578082451'),(454,20,'description',''),(455,20,'rich_editing','true'),(456,20,'syntax_highlighting','true'),(457,20,'comment_shortcuts','false'),(458,20,'admin_color','fresh'),(451,20,'nickname','chermie55@gmail.com'),(452,20,'first_name','Cathy'),(453,20,'last_name','Madl'),(378,16,'nickname','babyd2318@yahoo.com'),(379,16,'first_name','Donna'),(380,16,'last_name','Bishop'),(381,16,'description',''),(382,16,'rich_editing','true'),(383,16,'syntax_highlighting','true'),(384,16,'comment_shortcuts','false'),(385,16,'admin_color','fresh'),(386,16,'use_ssl','0'),(387,16,'show_admin_bar_front','true'),(388,16,'locale',''),(389,16,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(390,16,'wp_user_level','0'),(391,16,'last_update','1577822308'),(392,16,'booked_phone',''),(393,16,'mec_name','Donna Bishop'),(394,16,'mec_reg','a:2:{i:2;s:10:\"7859699367\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(395,16,'paying_customer','1'),(396,17,'nickname','alison.beebe@yahoo.com'),(397,17,'first_name','Alison'),(398,17,'last_name','Beebe'),(399,17,'description',''),(400,17,'rich_editing','true'),(401,17,'syntax_highlighting','true'),(402,17,'comment_shortcuts','false'),(403,17,'admin_color','fresh'),(404,17,'use_ssl','0'),(405,17,'show_admin_bar_front','true'),(406,17,'locale',''),(407,17,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(408,17,'wp_user_level','0'),(409,17,'last_update','1577980990'),(410,17,'booked_phone',''),(411,17,'mec_name','Alison Beebe '),(412,17,'mec_reg','a:2:{i:2;s:10:\"7852154464\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(413,17,'paying_customer','1'),(414,18,'nickname','joleneshafer@gmail.com'),(415,18,'first_name','Jolene'),(416,18,'last_name','Shafer'),(417,18,'description',''),(418,18,'rich_editing','true'),(419,18,'syntax_highlighting','true'),(420,18,'comment_shortcuts','false'),(421,18,'admin_color','fresh'),(422,18,'use_ssl','0'),(423,18,'show_admin_bar_front','true'),(424,18,'locale',''),(425,18,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(426,18,'wp_user_level','0'),(427,18,'last_update','1577989757'),(428,18,'booked_phone',''),(429,18,'mec_name','Jolene Shafer'),(430,18,'mec_reg','a:2:{i:2;s:10:\"7856083701\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(431,18,'paying_customer','1'),(432,19,'nickname','lorricaldwell@outlook.com'),(433,19,'first_name','Lorri'),(434,19,'last_name','Caldwell'),(435,19,'description',''),(436,19,'rich_editing','true'),(437,19,'syntax_highlighting','true'),(438,19,'comment_shortcuts','false'),(439,19,'admin_color','fresh'),(440,19,'use_ssl','0'),(441,19,'show_admin_bar_front','true'),(442,19,'locale',''),(443,19,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(444,19,'wp_user_level','0'),(445,19,'last_update','1577991071'),(446,19,'booked_phone',''),(447,19,'mec_name','Lorri Caldwell'),(448,19,'mec_reg','a:2:{i:2;s:10:\"7852240765\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}'),(449,19,'paying_customer','1'),(465,20,'booked_phone',''),(466,20,'mec_name','Cathy Madl'),(467,20,'mec_reg','a:2:{i:2;s:10:\"7852497073\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(468,20,'paying_customer','1'),(469,21,'nickname','mistir171@gmail.com'),(470,21,'first_name','Misti'),(471,21,'last_name','Robertson'),(472,21,'description',''),(473,21,'rich_editing','true'),(474,21,'syntax_highlighting','true'),(475,21,'comment_shortcuts','false'),(476,21,'admin_color','fresh'),(477,21,'use_ssl','0'),(478,21,'show_admin_bar_front','true'),(479,21,'locale',''),(480,21,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(481,21,'wp_user_level','0'),(482,21,'last_update','1578236010'),(483,21,'booked_phone',''),(484,21,'mec_name','Misti Robertson'),(485,21,'mec_reg','a:2:{i:2;s:10:\"7852153020\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(486,21,'paying_customer','1'),(487,22,'nickname','porky538@yahoo.com'),(488,22,'first_name','Sonja'),(489,22,'last_name','L8nk'),(490,22,'description',''),(491,22,'rich_editing','true'),(492,22,'syntax_highlighting','true'),(493,22,'comment_shortcuts','false'),(494,22,'admin_color','fresh'),(495,22,'use_ssl','0'),(496,22,'show_admin_bar_front','true'),(497,22,'locale',''),(498,22,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(499,22,'wp_user_level','0'),(500,22,'last_update','1578239430'),(501,22,'booked_phone',''),(502,22,'mec_name','Sonja L8nk'),(503,22,'mec_reg','a:2:{i:2;s:10:\"7858455266\";i:4;a:3:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";i:2;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}'),(504,22,'paying_customer','1'),(505,23,'nickname','kevbennett_1@sbcglobal.net'),(506,23,'first_name','Connie'),(507,23,'last_name','Bennett'),(508,23,'description',''),(509,23,'rich_editing','true'),(510,23,'syntax_highlighting','true'),(511,23,'comment_shortcuts','false'),(512,23,'admin_color','fresh'),(513,23,'use_ssl','0'),(514,23,'show_admin_bar_front','true'),(515,23,'locale',''),(516,23,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(517,23,'wp_user_level','0'),(518,23,'last_update','1578251260'),(519,23,'booked_phone',''),(520,23,'mec_name','Connie Bennett'),(521,23,'mec_reg','a:2:{i:2;s:10:\"7852344538\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(522,23,'paying_customer','1'),(523,24,'nickname','rebeccaradziejeski@yahoo.fr'),(524,24,'first_name','Rebecca'),(525,24,'last_name','Radziejeski'),(526,24,'description',''),(527,24,'rich_editing','true'),(528,24,'syntax_highlighting','true'),(529,24,'comment_shortcuts','false'),(530,24,'admin_color','fresh'),(531,24,'use_ssl','0'),(532,24,'show_admin_bar_front','true'),(533,24,'locale',''),(534,24,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(535,24,'wp_user_level','0'),(536,24,'last_update','1578256868'),(537,24,'booked_phone',''),(538,24,'mec_name','Rebecca Radziejeski '),(539,24,'mec_reg','a:2:{i:2;s:10:\"5044581340\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}'),(540,24,'paying_customer','1'),(541,25,'nickname','christinef972@gmail.com'),(542,25,'first_name','Christine'),(543,25,'last_name','Flynn'),(544,25,'description',''),(545,25,'rich_editing','true'),(546,25,'syntax_highlighting','true'),(547,25,'comment_shortcuts','false'),(548,25,'admin_color','fresh'),(549,25,'use_ssl','0'),(550,25,'show_admin_bar_front','true'),(551,25,'locale',''),(552,25,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(553,25,'wp_user_level','0'),(554,25,'last_update','1578259555'),(555,25,'booked_phone',''),(556,25,'mec_name','Christine Flynn '),(557,25,'mec_reg','a:2:{i:2;s:10:\"7858511007\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(558,25,'paying_customer','1'),(560,26,'nickname','johnnybevjohnny@yahoo.com'),(561,26,'first_name','Johnny'),(562,26,'last_name','Ivory'),(563,26,'description',''),(564,26,'rich_editing','true'),(565,26,'syntax_highlighting','true'),(566,26,'comment_shortcuts','false'),(567,26,'admin_color','fresh'),(568,26,'use_ssl','0'),(569,26,'show_admin_bar_front','true'),(570,26,'locale',''),(571,26,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(572,26,'wp_user_level','0'),(573,26,'last_update','1578354387'),(574,26,'booked_phone',''),(575,26,'mec_name','Johnny Ivory'),(576,26,'mec_reg','a:2:{i:2;s:10:\"7852151080\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}'),(577,26,'paying_customer','1'),(578,27,'nickname','lynnec5@yahoo.com'),(579,27,'first_name','Lynne'),(580,27,'last_name','Crouse'),(581,27,'description',''),(582,27,'rich_editing','true'),(583,27,'syntax_highlighting','true'),(584,27,'comment_shortcuts','false'),(585,27,'admin_color','fresh'),(586,27,'use_ssl','0'),(587,27,'show_admin_bar_front','true'),(588,27,'locale',''),(589,27,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(590,27,'wp_user_level','0'),(591,27,'last_update','1578404448'),(592,27,'booked_phone',''),(593,27,'mec_name','Lynne Crouse'),(594,27,'mec_reg','a:2:{i:2;s:10:\"7856408501\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(595,27,'paying_customer','1'),(693,33,'rich_editing','true'),(694,33,'syntax_highlighting','true'),(695,33,'comment_shortcuts','false'),(696,33,'admin_color','fresh'),(697,33,'use_ssl','0'),(689,33,'nickname','jkottman@cox.net'),(690,33,'first_name','Christine'),(691,33,'last_name','Kottman'),(692,33,'description',''),(598,28,'nickname','debbsterp@cox.net'),(599,28,'first_name','Debra'),(600,28,'last_name','Payne'),(601,28,'description',''),(602,28,'rich_editing','true'),(603,28,'syntax_highlighting','true'),(604,28,'comment_shortcuts','false'),(605,28,'admin_color','fresh'),(606,28,'use_ssl','0'),(607,28,'show_admin_bar_front','true'),(608,28,'locale',''),(609,28,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(610,28,'wp_user_level','0'),(611,28,'last_update','1578448905'),(612,28,'booked_phone',''),(613,28,'mec_name','Debra Payne'),(614,28,'mec_reg','a:2:{i:2;s:10:\"7852136000\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(615,28,'paying_customer','1'),(616,29,'nickname','ehumbert@cox.net'),(617,29,'first_name','Everett'),(618,29,'last_name','Humbert'),(619,29,'description',''),(620,29,'rich_editing','true'),(621,29,'syntax_highlighting','true'),(622,29,'comment_shortcuts','false'),(623,29,'admin_color','fresh'),(624,29,'use_ssl','0'),(625,29,'show_admin_bar_front','true'),(626,29,'locale',''),(627,29,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(628,29,'wp_user_level','0'),(629,29,'last_update','1578521592'),(630,29,'booked_phone',''),(631,29,'mec_name','Everett Humbert'),(632,29,'mec_reg','a:2:{i:2;s:10:\"7852864532\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(633,30,'nickname','bevaustin415@gmail.com'),(634,30,'first_name','Beverly'),(635,30,'last_name','Austin'),(636,30,'description',''),(637,30,'rich_editing','true'),(638,30,'syntax_highlighting','true'),(639,30,'comment_shortcuts','false'),(640,30,'admin_color','fresh'),(641,30,'use_ssl','0'),(642,30,'show_admin_bar_front','true'),(643,30,'locale',''),(644,30,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(645,30,'wp_user_level','0'),(646,30,'last_update','1578521592'),(647,30,'booked_phone',''),(648,30,'mec_name','Beverly Austin'),(649,30,'mec_reg','a:2:{i:2;s:10:\"7853799727\";i:4;a:2:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";i:1;s:5:\"Other\";}}'),(650,30,'paying_customer','1'),(651,29,'paying_customer','1'),(652,31,'nickname','jjmesa@aol.com'),(653,31,'first_name','Janice'),(654,31,'last_name','Esau'),(655,31,'description',''),(656,31,'rich_editing','true'),(657,31,'syntax_highlighting','true'),(658,31,'comment_shortcuts','false'),(659,31,'admin_color','fresh'),(660,31,'use_ssl','0'),(661,31,'show_admin_bar_front','true'),(662,31,'locale',''),(663,31,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(664,31,'wp_user_level','0'),(665,31,'last_update','1578592238'),(666,31,'booked_phone',''),(667,31,'mec_name','Janice Esau'),(668,31,'mec_reg','a:2:{i:2;s:10:\"7852497387\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(669,31,'paying_customer','1'),(670,32,'nickname','jessicadclem@gmail.com'),(671,32,'first_name','Jessica'),(672,32,'last_name','Clem'),(673,32,'description',''),(674,32,'rich_editing','true'),(675,32,'syntax_highlighting','true'),(676,32,'comment_shortcuts','false'),(677,32,'admin_color','fresh'),(678,32,'use_ssl','0'),(679,32,'show_admin_bar_front','true'),(680,32,'locale',''),(681,32,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(682,32,'wp_user_level','0'),(683,32,'last_update','1578608167'),(684,32,'booked_phone',''),(685,32,'mec_name','Jessica Clem'),(686,32,'mec_reg','a:2:{i:2;s:10:\"7853837582\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(687,32,'paying_customer','1'),(698,33,'show_admin_bar_front','true'),(699,33,'locale',''),(700,33,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(701,33,'wp_user_level','0'),(702,33,'last_update','1578698110'),(703,33,'booked_phone',''),(704,33,'mec_name','Christine Kottman'),(705,33,'mec_reg','a:2:{i:2;s:10:\"7852202024\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(706,33,'paying_customer','1'),(707,34,'nickname','dhoffman17@cox.net'),(708,34,'first_name','Don'),(709,34,'last_name','Hoffman'),(710,34,'description',''),(711,34,'rich_editing','true'),(712,34,'syntax_highlighting','true'),(713,34,'comment_shortcuts','false'),(714,34,'admin_color','fresh'),(715,34,'use_ssl','0'),(716,34,'show_admin_bar_front','true'),(717,34,'locale',''),(718,34,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(719,34,'wp_user_level','0'),(720,34,'last_update','1578698156'),(721,34,'booked_phone',''),(722,34,'mec_name','Don Hoffman '),(723,34,'mec_reg','a:2:{i:2;s:10:\"7856332404\";i:4;a:1:{i:0;s:21:\"TV / Radio / Magazine\";}}'),(724,34,'paying_customer','1'),(851,41,'wp_user_level','0'),(852,41,'last_update','1579220422'),(853,41,'booked_phone',''),(854,41,'mec_name','Janice Esau'),(855,41,'mec_reg','a:2:{i:2;s:10:\"7852497387\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(846,41,'admin_color','fresh'),(847,41,'use_ssl','0'),(848,41,'show_admin_bar_front','true'),(849,41,'locale',''),(850,41,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(843,41,'rich_editing','true'),(844,41,'syntax_highlighting','true'),(845,41,'comment_shortcuts','false'),(728,35,'nickname','gwenlittrell@gmail.com'),(729,35,'first_name','Gwendolyn'),(730,35,'last_name','Littrell'),(731,35,'description',''),(732,35,'rich_editing','true'),(733,35,'syntax_highlighting','true'),(734,35,'comment_shortcuts','false'),(735,35,'admin_color','fresh'),(736,35,'use_ssl','0'),(737,35,'show_admin_bar_front','true'),(738,35,'locale',''),(739,35,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(740,35,'wp_user_level','0'),(741,35,'last_update','1578758074'),(742,35,'booked_phone',''),(743,35,'mec_name','Gwendolyn Littrell'),(744,35,'mec_reg','a:2:{i:2;s:10:\"7852603552\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(745,35,'paying_customer','1'),(746,36,'nickname','makoueno7@gmail.com'),(747,36,'first_name','Mako'),(748,36,'last_name','Ueno'),(749,36,'description',''),(750,36,'rich_editing','true'),(751,36,'syntax_highlighting','true'),(752,36,'comment_shortcuts','false'),(753,36,'admin_color','fresh'),(754,36,'use_ssl','0'),(755,36,'show_admin_bar_front','true'),(756,36,'locale',''),(757,36,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(758,36,'wp_user_level','0'),(759,36,'last_update','1578781359'),(760,36,'booked_phone',''),(761,36,'mec_name','Mako Ueno'),(762,36,'mec_reg','a:2:{i:2;s:10:\"7855546832\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(763,36,'paying_customer','1'),(764,37,'nickname','staci.ogle@gmail.com'),(765,37,'first_name','Staci'),(766,37,'last_name','Ogle'),(767,37,'description',''),(768,37,'rich_editing','true'),(769,37,'syntax_highlighting','true'),(770,37,'comment_shortcuts','false'),(771,37,'admin_color','fresh'),(772,37,'use_ssl','0'),(773,37,'show_admin_bar_front','true'),(774,37,'locale',''),(775,37,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(776,37,'wp_user_level','0'),(777,37,'last_update','1578802563'),(778,37,'booked_phone',''),(779,37,'mec_name','Staci Ogle'),(780,37,'mec_reg','a:2:{i:2;s:10:\"7852215499\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(781,37,'paying_customer','1'),(782,38,'nickname','txleefamily@sbcglobal.net'),(783,38,'first_name','Tammy'),(784,38,'last_name','Lee'),(785,38,'description',''),(786,38,'rich_editing','true'),(787,38,'syntax_highlighting','true'),(788,38,'comment_shortcuts','false'),(789,38,'admin_color','fresh'),(790,38,'use_ssl','0'),(791,38,'show_admin_bar_front','true'),(792,38,'locale',''),(793,38,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(794,38,'wp_user_level','0'),(795,38,'last_update','1578804690'),(796,38,'booked_phone',''),(797,38,'mec_name','Tammy Lee'),(798,38,'mec_reg','a:2:{i:2;s:10:\"8177059641\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}'),(799,38,'paying_customer','1'),(839,41,'nickname','jjmesa@aok.com'),(840,41,'first_name','Janice'),(841,41,'last_name','Esau'),(842,41,'description',''),(802,39,'nickname','workfromhome13@outlook.com'),(803,39,'first_name','Christienne'),(804,39,'last_name','Riccomini'),(805,39,'description',''),(806,39,'rich_editing','true'),(807,39,'syntax_highlighting','true'),(808,39,'comment_shortcuts','false'),(809,39,'admin_color','fresh'),(810,39,'use_ssl','0'),(811,39,'show_admin_bar_front','true'),(812,39,'locale',''),(813,39,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(814,39,'wp_user_level','0'),(815,39,'last_update','1578872875'),(816,39,'booked_phone',''),(817,39,'mec_name','Christienne Riccomini '),(818,39,'mec_reg','a:2:{i:2;s:10:\"8166684240\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(819,39,'paying_customer','1'),(820,40,'nickname','ceo@kansasrealtor.com'),(821,40,'first_name','Karen'),(822,40,'last_name','Gehle'),(823,40,'description',''),(824,40,'rich_editing','true'),(825,40,'syntax_highlighting','true'),(826,40,'comment_shortcuts','false'),(827,40,'admin_color','fresh'),(828,40,'use_ssl','0'),(829,40,'show_admin_bar_front','true'),(830,40,'locale',''),(831,40,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(832,40,'wp_user_level','0'),(833,40,'last_update','1578951734'),(834,40,'booked_phone',''),(835,40,'mec_name','Karen Gehle'),(836,40,'mec_reg','a:2:{i:2;s:10:\"7856405368\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(837,40,'paying_customer','1'),(856,41,'paying_customer','1'),(857,42,'nickname','jillann62@yahoo.com'),(858,42,'first_name','jill'),(859,42,'last_name','patterson'),(860,42,'description',''),(861,42,'rich_editing','true'),(862,42,'syntax_highlighting','true'),(863,42,'comment_shortcuts','false'),(864,42,'admin_color','fresh'),(865,42,'use_ssl','0'),(866,42,'show_admin_bar_front','true'),(867,42,'locale',''),(868,42,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(869,42,'wp_user_level','0'),(870,42,'last_update','1579836934'),(871,42,'booked_phone',''),(872,42,'mec_name','jill patterson'),(873,42,'mec_reg','a:2:{i:2;s:10:\"7859697662\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(874,42,'paying_customer','1'),(1153,58,'nickname','Ronwhtm2@aol.com'),(1154,58,'first_name','Ronald'),(1155,58,'last_name','Whitmire'),(1156,58,'description',''),(1157,58,'rich_editing','true'),(877,43,'nickname','brittany.n.austin21@gmail.com'),(878,43,'first_name','Brittany'),(879,43,'last_name','Austin'),(880,43,'description',''),(881,43,'rich_editing','true'),(882,43,'syntax_highlighting','true'),(883,43,'comment_shortcuts','false'),(884,43,'admin_color','fresh'),(885,43,'use_ssl','0'),(886,43,'show_admin_bar_front','true'),(887,43,'locale',''),(888,43,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(889,43,'wp_user_level','0'),(890,43,'last_update','1580076676'),(891,43,'booked_phone',''),(892,43,'mec_name','Brittany Austin'),(893,43,'mec_reg','a:2:{i:2;s:10:\"7856338682\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(894,43,'paying_customer','1'),(895,44,'nickname','christine.griffie@yahoo.com'),(896,44,'first_name','Christine'),(897,44,'last_name','Griffie'),(898,44,'description',''),(899,44,'rich_editing','true'),(900,44,'syntax_highlighting','true'),(901,44,'comment_shortcuts','false'),(902,44,'admin_color','fresh'),(903,44,'use_ssl','0'),(904,44,'show_admin_bar_front','true'),(905,44,'locale',''),(906,44,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(907,44,'wp_user_level','0'),(908,44,'last_update','1580399533'),(909,44,'booked_phone',''),(910,44,'mec_name','Christine Griffie'),(911,44,'mec_reg','a:2:{i:2;s:10:\"7858069589\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(912,44,'paying_customer','1'),(913,45,'nickname','bobbie.koerner@yahoo.com'),(914,45,'first_name','Bobbie'),(915,45,'last_name',''),(916,45,'description',''),(917,45,'rich_editing','true'),(918,45,'syntax_highlighting','true'),(919,45,'comment_shortcuts','false'),(920,45,'admin_color','fresh'),(921,45,'use_ssl','0'),(922,45,'show_admin_bar_front','true'),(923,45,'locale',''),(924,45,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(925,45,'wp_user_level','0'),(926,45,'last_update','1580428669'),(927,45,'booked_phone',''),(928,45,'mec_name','Bobbie'),(929,45,'mec_reg','a:2:{i:2;s:10:\"7858064114\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(930,45,'paying_customer','1'),(933,46,'nickname','mapeslarry57@gmail.com'),(934,46,'first_name','Lawrence'),(935,46,'last_name','Mapes'),(936,46,'description',''),(937,46,'rich_editing','true'),(938,46,'syntax_highlighting','true'),(939,46,'comment_shortcuts','false'),(940,46,'admin_color','fresh'),(941,46,'use_ssl','0'),(942,46,'show_admin_bar_front','true'),(943,46,'locale',''),(944,46,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(945,46,'wp_user_level','0'),(946,46,'last_update','1580665553'),(947,46,'booked_phone',''),(948,46,'mec_name','Lawrence Mapes'),(949,46,'mec_reg','a:2:{i:2;s:10:\"7852497481\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(950,46,'paying_customer','1'),(951,47,'nickname','bdpersinger@icloud.com'),(952,47,'first_name','Billy'),(953,47,'last_name','Persinger'),(954,47,'description',''),(955,47,'rich_editing','true'),(956,47,'syntax_highlighting','true'),(957,47,'comment_shortcuts','false'),(958,47,'admin_color','fresh'),(959,47,'use_ssl','0'),(960,47,'show_admin_bar_front','true'),(961,47,'locale',''),(962,47,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(963,47,'wp_user_level','0'),(964,47,'last_update','1580733607'),(965,47,'booked_phone',''),(966,47,'mec_name','Billy Persinger '),(967,47,'mec_reg','a:2:{i:2;s:10:\"7859255955\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(968,47,'paying_customer','1'),(969,48,'nickname','foxnote56@gmail.com'),(970,48,'first_name','Claudia'),(971,48,'last_name','Fox'),(972,48,'description',''),(973,48,'rich_editing','true'),(974,48,'syntax_highlighting','true'),(975,48,'comment_shortcuts','false'),(976,48,'admin_color','fresh'),(977,48,'use_ssl','0'),(978,48,'show_admin_bar_front','true'),(979,48,'locale',''),(980,48,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(981,48,'wp_user_level','0'),(982,48,'last_update','1580738639'),(983,48,'booked_phone',''),(984,48,'mec_name','Claudia Fox'),(985,48,'mec_reg','a:2:{i:2;s:10:\"7852214567\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(986,48,'paying_customer','1'),(987,49,'nickname','iteachhsart@gmail.com'),(988,49,'first_name','Tiffany'),(989,49,'last_name','Pryor'),(990,49,'description',''),(991,49,'rich_editing','true'),(992,49,'syntax_highlighting','true'),(993,49,'comment_shortcuts','false'),(994,49,'admin_color','fresh'),(995,49,'use_ssl','0'),(996,49,'show_admin_bar_front','true'),(997,49,'locale',''),(998,49,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(999,49,'wp_user_level','0'),(1000,49,'last_update','1580743891'),(1001,49,'booked_phone',''),(1002,49,'mec_name','Tiffany Pryor'),(1003,49,'mec_reg','a:2:{i:2;s:10:\"7856400577\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(1004,49,'paying_customer','1'),(1005,50,'nickname','ksb205@gmail.com'),(1006,50,'first_name','Marian'),(1007,50,'last_name','Berry'),(1008,50,'description',''),(1009,50,'rich_editing','true'),(1010,50,'syntax_highlighting','true'),(1011,50,'comment_shortcuts','false'),(1012,50,'admin_color','fresh'),(1013,50,'use_ssl','0'),(1014,50,'show_admin_bar_front','true'),(1015,50,'locale',''),(1016,50,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1017,50,'wp_user_level','0'),(1018,50,'last_update','1580761007'),(1019,50,'booked_phone',''),(1020,50,'mec_name','Marian Berry'),(1021,50,'mec_reg','a:2:{i:2;s:10:\"7852490244\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1022,50,'paying_customer','1'),(1025,51,'nickname','kelleyschulte.ks@gmail.com'),(1026,51,'first_name','Kelley'),(1027,51,'last_name','Schulte'),(1028,51,'description',''),(1029,51,'rich_editing','true'),(1030,51,'syntax_highlighting','true'),(1031,51,'comment_shortcuts','false'),(1032,51,'admin_color','fresh'),(1033,51,'use_ssl','0'),(1034,51,'show_admin_bar_front','true'),(1035,51,'locale',''),(1036,51,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1037,51,'wp_user_level','0'),(1038,51,'last_update','1580906603'),(1039,51,'booked_phone',''),(1040,51,'mec_name','Kelley Schulte'),(1041,51,'mec_reg','a:2:{i:2;s:10:\"7858458512\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1042,51,'paying_customer','1'),(1043,52,'nickname','bill_waters02@yahoo.com'),(1044,52,'first_name','Bill'),(1045,52,'last_name','Waters'),(1046,52,'description',''),(1047,52,'rich_editing','true'),(1048,52,'syntax_highlighting','true'),(1049,52,'comment_shortcuts','false'),(1050,52,'admin_color','fresh'),(1051,52,'use_ssl','0'),(1052,52,'show_admin_bar_front','true'),(1053,52,'locale',''),(1054,52,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1055,52,'wp_user_level','0'),(1056,52,'last_update','1580997859'),(1057,52,'booked_phone',''),(1058,52,'mec_name','Bill Waters'),(1059,52,'mec_reg','a:2:{i:2;s:10:\"7856406082\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(1060,52,'paying_customer','1'),(1061,53,'nickname','david.l.fath@gmail.com'),(1062,53,'first_name','David'),(1063,53,'last_name','Fath'),(1064,53,'description',''),(1065,53,'rich_editing','true'),(1066,53,'syntax_highlighting','true'),(1067,53,'comment_shortcuts','false'),(1068,53,'admin_color','fresh'),(1069,53,'use_ssl','0'),(1070,53,'show_admin_bar_front','true'),(1071,53,'locale',''),(1072,53,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1073,53,'wp_user_level','0'),(1074,53,'last_update','1581012344'),(1075,53,'booked_phone',''),(1076,53,'mec_name','David Fath'),(1077,53,'mec_reg','a:2:{i:2;s:10:\"7852132367\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}'),(1078,53,'paying_customer','1'),(1079,54,'nickname','hzleyes319@aol.com'),(1080,54,'first_name','Hazel'),(1081,54,'last_name','Bahner'),(1082,54,'description',''),(1083,54,'rich_editing','true'),(1084,54,'syntax_highlighting','true'),(1085,54,'comment_shortcuts','false'),(1086,54,'admin_color','fresh'),(1087,54,'use_ssl','0'),(1088,54,'show_admin_bar_front','true'),(1089,54,'locale',''),(1090,54,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1091,54,'wp_user_level','0'),(1092,54,'last_update','1581025920'),(1093,54,'booked_phone',''),(1094,54,'mec_name','Hazel Bahner'),(1095,54,'mec_reg','a:2:{i:2;s:10:\"7852660635\";i:4;a:1:{i:0;s:5:\"Other\";}}'),(1096,54,'paying_customer','1'),(1097,55,'nickname','jbsryceter@cox.net'),(1098,55,'first_name','Jeremy'),(1099,55,'last_name','Baker'),(1100,55,'description',''),(1101,55,'rich_editing','true'),(1102,55,'syntax_highlighting','true'),(1103,55,'comment_shortcuts','false'),(1104,55,'admin_color','fresh'),(1105,55,'use_ssl','0'),(1106,55,'show_admin_bar_front','true'),(1107,55,'locale',''),(1108,55,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1109,55,'wp_user_level','0'),(1110,55,'last_update','1581040461'),(1111,55,'booked_phone',''),(1112,55,'mec_name','Jeremy Baker'),(1113,55,'mec_reg','a:2:{i:2;s:10:\"7852135579\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1114,55,'paying_customer','1'),(1115,56,'nickname','goingyard15@cox.net'),(1116,56,'first_name','Tyler'),(1117,56,'last_name','Baker'),(1118,56,'description',''),(1119,56,'rich_editing','true'),(1120,56,'syntax_highlighting','true'),(1121,56,'comment_shortcuts','false'),(1122,56,'admin_color','fresh'),(1123,56,'use_ssl','0'),(1124,56,'show_admin_bar_front','true'),(1125,56,'locale',''),(1126,56,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1127,56,'wp_user_level','0'),(1128,56,'last_update','1581041658'),(1129,56,'booked_phone',''),(1130,56,'mec_name','Tyler Baker'),(1131,56,'mec_reg','a:2:{i:2;s:10:\"7852301581\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}'),(1132,56,'paying_customer','1'),(1133,57,'nickname','roehrman.zach@gmail.com'),(1134,57,'first_name','Zach'),(1135,57,'last_name','Roehrman'),(1136,57,'description',''),(1137,57,'rich_editing','true'),(1138,57,'syntax_highlighting','true'),(1139,57,'comment_shortcuts','false'),(1140,57,'admin_color','fresh'),(1141,57,'use_ssl','0'),(1142,57,'show_admin_bar_front','true'),(1143,57,'locale',''),(1144,57,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1145,57,'wp_user_level','0'),(1146,57,'last_update','1581043015'),(1147,57,'booked_phone',''),(1148,57,'mec_name','Zach Roehrman'),(1149,57,'mec_reg','a:2:{i:2;s:10:\"7852497502\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1150,57,'paying_customer','1'),(1151,3,'paying_customer','1'),(1158,58,'syntax_highlighting','true'),(1159,58,'comment_shortcuts','false'),(1160,58,'admin_color','fresh'),(1161,58,'use_ssl','0'),(1162,58,'show_admin_bar_front','true'),(1163,58,'locale',''),(1164,58,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1165,58,'wp_user_level','0'),(1166,58,'last_update','1581218530'),(1167,58,'booked_phone',''),(1168,58,'mec_name','Ronald Whitmire'),(1169,58,'mec_reg','a:2:{i:2;s:10:\"7855816237\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1170,58,'paying_customer','1'),(1171,59,'nickname','ckilian788@gmail.com'),(1172,59,'first_name','Carolyn'),(1173,59,'last_name','Austin'),(1174,59,'description',''),(1175,59,'rich_editing','true'),(1176,59,'syntax_highlighting','true'),(1177,59,'comment_shortcuts','false'),(1178,59,'admin_color','fresh'),(1179,59,'use_ssl','0'),(1180,59,'show_admin_bar_front','true'),(1181,59,'locale',''),(1182,59,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1183,59,'wp_user_level','0'),(1184,59,'last_update','1581294133'),(1185,59,'booked_phone',''),(1186,59,'mec_name','Carolyn Austin '),(1187,59,'mec_reg','a:2:{i:2;s:10:\"7858060062\";i:4;a:1:{i:0;s:5:\"Other\";}}'),(1188,59,'paying_customer','1'),(1189,60,'nickname','jenniferkirmse25@gmail.com'),(1190,60,'first_name','Jennifer'),(1191,60,'last_name','Kirmse'),(1192,60,'description',''),(1193,60,'rich_editing','true'),(1194,60,'syntax_highlighting','true'),(1195,60,'comment_shortcuts','false'),(1196,60,'admin_color','fresh'),(1197,60,'use_ssl','0'),(1198,60,'show_admin_bar_front','true'),(1199,60,'locale',''),(1200,60,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1201,60,'wp_user_level','0'),(1202,60,'last_update','1581304172'),(1203,60,'booked_phone',''),(1204,60,'mec_name','Jennifer Kirmse '),(1205,60,'mec_reg','a:2:{i:2;s:10:\"7859695600\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1206,60,'paying_customer','1'),(1207,61,'nickname','gburtin1@yahoo.com'),(1208,61,'first_name','Greg'),(1209,61,'last_name','Burtin'),(1210,61,'description',''),(1211,61,'rich_editing','true'),(1212,61,'syntax_highlighting','true'),(1213,61,'comment_shortcuts','false'),(1214,61,'admin_color','fresh'),(1215,61,'use_ssl','0'),(1216,61,'show_admin_bar_front','true'),(1217,61,'locale',''),(1218,61,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1219,61,'wp_user_level','0'),(1220,61,'last_update','1581365234'),(1221,61,'booked_phone',''),(1222,61,'mec_name','Greg Burtin'),(1223,61,'mec_reg','a:2:{i:2;s:10:\"7852724171\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}'),(1224,61,'paying_customer','1'),(1225,62,'nickname','jutrower@gmail.com'),(1226,62,'first_name','Julie'),(1227,62,'last_name','M'),(1228,62,'description',''),(1229,62,'rich_editing','true'),(1230,62,'syntax_highlighting','true'),(1231,62,'comment_shortcuts','false'),(1232,62,'admin_color','fresh'),(1233,62,'use_ssl','0'),(1234,62,'show_admin_bar_front','true'),(1235,62,'locale',''),(1236,62,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1237,62,'wp_user_level','0'),(1238,62,'last_update','1581378657'),(1239,62,'booked_phone',''),(1240,62,'mec_name','Julie M Trower'),(1241,62,'mec_reg','a:2:{i:2;s:10:\"7852247811\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(1242,62,'paying_customer','1'),(1243,63,'nickname','Madisonmanzanares@gmail.com'),(1244,63,'first_name','Madison'),(1245,63,'last_name','Manzanares'),(1246,63,'description',''),(1247,63,'rich_editing','true'),(1248,63,'syntax_highlighting','true'),(1249,63,'comment_shortcuts','false'),(1250,63,'admin_color','fresh'),(1251,63,'use_ssl','0'),(1252,63,'show_admin_bar_front','true'),(1253,63,'locale',''),(1254,63,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1255,63,'wp_user_level','0'),(1256,63,'last_update','1581382561'),(1257,63,'booked_phone',''),(1258,63,'mec_name','Madison Manzanares'),(1259,63,'mec_reg','a:2:{i:2;s:10:\"8165096823\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1260,63,'paying_customer','1'),(1261,64,'nickname','haugenrosem@gmail.com'),(1262,64,'first_name','Roseanna'),(1263,64,'last_name','HAUGEN'),(1264,64,'description',''),(1265,64,'rich_editing','true'),(1266,64,'syntax_highlighting','true'),(1267,64,'comment_shortcuts','false'),(1268,64,'admin_color','fresh'),(1269,64,'use_ssl','0'),(1270,64,'show_admin_bar_front','true'),(1271,64,'locale',''),(1272,64,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1273,64,'wp_user_level','0'),(1274,64,'last_update','1581451068'),(1275,64,'booked_phone',''),(1276,64,'mec_name','Roseanna HAUGEN'),(1277,64,'mec_reg','a:2:{i:2;s:10:\"7856338300\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}'),(1278,64,'paying_customer','1'),(1280,65,'nickname','sherry.macke@ks.gov'),(1281,65,'first_name','Sherry'),(1282,65,'last_name','Macke'),(1283,65,'description',''),(1284,65,'rich_editing','true'),(1285,65,'syntax_highlighting','true'),(1286,65,'comment_shortcuts','false'),(1287,65,'admin_color','fresh'),(1288,65,'use_ssl','0'),(1289,65,'show_admin_bar_front','true'),(1290,65,'locale',''),(1291,65,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1292,65,'wp_user_level','0'),(1293,65,'last_update','1581454979'),(1294,65,'booked_phone',''),(1295,65,'mec_name','Sherry Macke'),(1296,65,'mec_reg','a:2:{i:2;s:10:\"7852219548\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1297,65,'paying_customer','1'),(1298,66,'nickname','dnswindsor@icloud.com'),(1299,66,'first_name','Sara'),(1300,66,'last_name','Windsor'),(1301,66,'description',''),(1302,66,'rich_editing','true'),(1303,66,'syntax_highlighting','true'),(1304,66,'comment_shortcuts','false'),(1305,66,'admin_color','fresh'),(1306,66,'use_ssl','0'),(1307,66,'show_admin_bar_front','true'),(1308,66,'locale',''),(1309,66,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1310,66,'wp_user_level','0'),(1311,66,'last_update','1581463344'),(1312,66,'booked_phone',''),(1313,66,'mec_name','Sara Windsor'),(1314,66,'mec_reg','a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1315,66,'paying_customer','1'),(1316,67,'nickname','chilwil2165@gmail.com'),(1317,67,'first_name','Wil'),(1318,67,'last_name','Ramirez'),(1319,67,'description',''),(1320,67,'rich_editing','true'),(1321,67,'syntax_highlighting','true'),(1322,67,'comment_shortcuts','false'),(1323,67,'admin_color','fresh'),(1324,67,'use_ssl','0'),(1325,67,'show_admin_bar_front','true'),(1326,67,'locale',''),(1327,67,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1328,67,'wp_user_level','0'),(1329,67,'last_update','1581466034'),(1330,67,'booked_phone',''),(1331,67,'mec_name','Wil Ramirez'),(1332,67,'mec_reg','a:2:{i:2;s:10:\"7852506712\";i:4;a:2:{i:0;s:21:\"Friend or follow band\";i:1;s:12:\"Social Media\";}}'),(1333,67,'paying_customer','1'),(1334,68,'nickname','clifma19@yahoo.com'),(1335,68,'first_name','Clifford'),(1336,68,'last_name','Manning'),(1337,68,'description',''),(1338,68,'rich_editing','true'),(1339,68,'syntax_highlighting','true'),(1340,68,'comment_shortcuts','false'),(1341,68,'admin_color','fresh'),(1342,68,'use_ssl','0'),(1343,68,'show_admin_bar_front','true'),(1344,68,'locale',''),(1345,68,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1346,68,'wp_user_level','0'),(1347,68,'last_update','1581473611'),(1348,68,'booked_phone',''),(1349,68,'mec_name','Clifford Manning'),(1350,68,'mec_reg','a:2:{i:2;s:11:\"17852507424\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1351,68,'paying_customer','1'),(1352,69,'nickname','akpolansky@gmail.com'),(1353,69,'first_name','Kristine'),(1354,69,'last_name','A.'),(1355,69,'description',''),(1356,69,'rich_editing','true'),(1357,69,'syntax_highlighting','true'),(1358,69,'comment_shortcuts','false'),(1359,69,'admin_color','fresh'),(1360,69,'use_ssl','0'),(1361,69,'show_admin_bar_front','true'),(1362,69,'locale',''),(1363,69,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1364,69,'wp_user_level','0'),(1365,69,'last_update','1581617518'),(1366,69,'booked_phone',''),(1367,69,'mec_name','Kristine A. Polansky'),(1368,69,'mec_reg','a:2:{i:2;s:10:\"7858452932\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}'),(1369,69,'paying_customer','1'),(1370,70,'nickname','grlzdad2@gmail.com'),(1371,70,'first_name','Jack'),(1372,70,'last_name','Hopkins'),(1373,70,'description',''),(1374,70,'rich_editing','true'),(1375,70,'syntax_highlighting','true'),(1376,70,'comment_shortcuts','false'),(1377,70,'admin_color','fresh'),(1378,70,'use_ssl','0'),(1379,70,'show_admin_bar_front','true'),(1380,70,'locale',''),(1381,70,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1382,70,'wp_user_level','0'),(1383,70,'last_update','1581621452'),(1384,70,'booked_phone',''),(1385,70,'mec_name','Jack Hopkins'),(1386,70,'mec_reg','a:2:{i:2;s:10:\"7859698040\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(1387,70,'paying_customer','1'),(1389,71,'nickname','cathy.nicoletti@gmail.com'),(1390,71,'first_name','Cathy'),(1391,71,'last_name','Rinehart'),(1392,71,'description',''),(1393,71,'rich_editing','true'),(1394,71,'syntax_highlighting','true'),(1395,71,'comment_shortcuts','false'),(1396,71,'admin_color','fresh'),(1397,71,'use_ssl','0'),(1398,71,'show_admin_bar_front','true'),(1399,71,'locale',''),(1400,71,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1401,71,'wp_user_level','0'),(1402,71,'last_update','1581638787'),(1403,71,'booked_phone',''),(1404,71,'mec_name','Cathy Rinehart '),(1405,71,'mec_reg','a:2:{i:2;s:10:\"7856085054\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(1406,71,'paying_customer','1'),(1407,72,'nickname','rgramirez1966@gmail.com'),(1408,72,'first_name','Ruben'),(1409,72,'last_name','G'),(1410,72,'description',''),(1411,72,'rich_editing','true'),(1412,72,'syntax_highlighting','true'),(1413,72,'comment_shortcuts','false'),(1414,72,'admin_color','fresh'),(1415,72,'use_ssl','0'),(1416,72,'show_admin_bar_front','true'),(1417,72,'locale',''),(1418,72,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1419,72,'wp_user_level','0'),(1420,72,'last_update','1581690415'),(1421,72,'booked_phone',''),(1422,72,'mec_name','Ruben G Ramirez'),(1423,72,'mec_reg','a:2:{i:2;s:0:\"\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(1424,72,'paying_customer','1'),(1425,73,'nickname','jkobler70@gmail.com'),(1426,73,'first_name','John'),(1427,73,'last_name','Kobler'),(1428,73,'description',''),(1429,73,'rich_editing','true'),(1430,73,'syntax_highlighting','true'),(1431,73,'comment_shortcuts','false'),(1432,73,'admin_color','fresh'),(1433,73,'use_ssl','0'),(1434,73,'show_admin_bar_front','true'),(1435,73,'locale',''),(1436,73,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1437,73,'wp_user_level','0'),(1438,73,'last_update','1581698982'),(1439,73,'booked_phone',''),(1440,73,'mec_name','John Kobler'),(1441,73,'mec_reg','a:2:{i:2;s:10:\"7852070815\";i:4;a:1:{i:0;s:60:\"The Vinewood (website, email, learned about it at the venue)\";}}'),(1442,73,'paying_customer','1'),(1443,74,'nickname','gjyapp@embarqmail.com'),(1444,74,'first_name','Joleen'),(1445,74,'last_name','Yapp'),(1446,74,'description',''),(1447,74,'rich_editing','true'),(1448,74,'syntax_highlighting','true'),(1449,74,'comment_shortcuts','false'),(1450,74,'admin_color','fresh'),(1451,74,'use_ssl','0'),(1452,74,'show_admin_bar_front','true'),(1453,74,'locale',''),(1454,74,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1455,74,'wp_user_level','0'),(1456,74,'last_update','1581708086'),(1457,74,'booked_phone',''),(1458,74,'mec_name','Joleen Yapp'),(1459,74,'mec_reg','a:2:{i:2;s:10:\"7858452401\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1460,74,'paying_customer','1'),(1522,1,'exactmetrics_user_preferences','a:1:{s:7:\"reports\";a:1:{s:8:\"overview\";a:3:{s:8:\"toppages\";b:0;s:11:\"newvsreturn\";b:0;s:7:\"devices\";b:0;}}}'),(1483,76,'nickname','dukegator63@yahoo.com'),(1484,76,'first_name','Dwight'),(1485,76,'last_name','kirkwood'),(1486,76,'description',''),(1487,76,'rich_editing','true'),(1523,78,'nickname','hempson75@gmail.com'),(1524,78,'first_name','Heather'),(1463,75,'nickname','lisahanley862@gmail.com'),(1464,75,'first_name','Lisa'),(1465,75,'last_name','Hanley'),(1466,75,'description',''),(1467,75,'rich_editing','true'),(1468,75,'syntax_highlighting','true'),(1469,75,'comment_shortcuts','false'),(1470,75,'admin_color','fresh'),(1471,75,'use_ssl','0'),(1472,75,'show_admin_bar_front','true'),(1473,75,'locale',''),(1474,75,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1475,75,'wp_user_level','0'),(1476,75,'last_update','1581795217'),(1477,75,'booked_phone',''),(1478,75,'mec_name','Lisa Hanley'),(1479,75,'mec_reg','a:2:{i:2;s:10:\"7852208630\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1480,75,'paying_customer','1'),(1488,76,'syntax_highlighting','true'),(1489,76,'comment_shortcuts','false'),(1490,76,'admin_color','fresh'),(1491,76,'use_ssl','0'),(1492,76,'show_admin_bar_front','true'),(1493,76,'locale',''),(1494,76,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1495,76,'wp_user_level','0'),(1496,76,'last_update','1582235258'),(1497,76,'booked_phone',''),(1498,76,'mec_name','Dwight kirkwood'),(1499,76,'mec_reg','a:2:{i:2;s:10:\"7852204372\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1500,76,'paying_customer','1'),(1503,77,'nickname','mmchenry43@aol.com'),(1504,77,'first_name','Mischa'),(1505,77,'last_name','McHenry'),(1506,77,'description',''),(1507,77,'rich_editing','true'),(1508,77,'syntax_highlighting','true'),(1509,77,'comment_shortcuts','false'),(1510,77,'admin_color','fresh'),(1511,77,'use_ssl','0'),(1512,77,'show_admin_bar_front','true'),(1513,77,'locale',''),(1514,77,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1515,77,'wp_user_level','0'),(1516,77,'last_update','1582330709'),(1517,77,'booked_phone',''),(1518,77,'mec_name','Mischa McHenry'),(1519,77,'mec_reg','a:2:{i:2;s:10:\"7856336289\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1520,77,'paying_customer','1'),(1525,78,'last_name','Empson'),(1526,78,'description',''),(1527,78,'rich_editing','true'),(1528,78,'syntax_highlighting','true'),(1529,78,'comment_shortcuts','false'),(1530,78,'admin_color','fresh'),(1531,78,'use_ssl','0'),(1532,78,'show_admin_bar_front','true'),(1533,78,'locale',''),(1534,78,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1535,78,'wp_user_level','0'),(1536,78,'last_update','1582638068'),(1537,78,'booked_phone',''),(1538,78,'mec_name','Heather Empson'),(1539,78,'mec_reg','a:2:{i:2;s:10:\"7854099572\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1540,78,'paying_customer','1'),(1542,79,'nickname','trwillia@cox.net'),(1543,79,'first_name','Tracey'),(1544,79,'last_name','Williams'),(1545,79,'description',''),(1546,79,'rich_editing','true'),(1547,79,'syntax_highlighting','true'),(1548,79,'comment_shortcuts','false'),(1549,79,'admin_color','fresh'),(1550,79,'use_ssl','0'),(1551,79,'show_admin_bar_front','true'),(1552,79,'locale',''),(1553,79,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1554,79,'wp_user_level','0'),(1555,79,'last_update','1582669063'),(1556,79,'booked_phone',''),(1557,79,'mec_name','Tracey Williams'),(1558,79,'mec_reg','a:2:{i:2;s:10:\"7852722541\";i:4;a:1:{i:0;s:5:\"Other\";}}'),(1559,79,'paying_customer','1'),(1560,80,'nickname','katborn@yahoo.com'),(1561,80,'first_name','Katina'),(1562,80,'last_name','Henderson'),(1563,80,'description',''),(1564,80,'rich_editing','true'),(1565,80,'syntax_highlighting','true'),(1566,80,'comment_shortcuts','false'),(1567,80,'admin_color','fresh'),(1568,80,'use_ssl','0'),(1569,80,'show_admin_bar_front','true'),(1570,80,'locale',''),(1571,80,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1572,80,'wp_user_level','0'),(1573,80,'last_update','1582685475'),(1574,80,'booked_phone',''),(1575,80,'mec_name','Katina Henderson'),(1576,80,'mec_reg','a:2:{i:2;s:10:\"7858060981\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1577,80,'paying_customer','1'),(1578,81,'nickname','townsendke@aol.com'),(1579,81,'first_name','Ellen'),(1580,81,'last_name','Townsend'),(1581,81,'description',''),(1582,81,'rich_editing','true'),(1583,81,'syntax_highlighting','true'),(1584,81,'comment_shortcuts','false'),(1585,81,'admin_color','fresh'),(1586,81,'use_ssl','0'),(1587,81,'show_admin_bar_front','true'),(1588,81,'locale',''),(1589,81,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1590,81,'wp_user_level','0'),(1591,81,'last_update','1582840507'),(1592,81,'booked_phone',''),(1593,81,'mec_name','Ellen Townsend'),(1594,81,'mec_reg','a:2:{i:2;s:10:\"7856337274\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1595,81,'paying_customer','1'),(1596,82,'nickname','gschultes10@gmail.com'),(1597,82,'first_name','Genell'),(1598,82,'last_name','Schultes'),(1599,82,'description',''),(1600,82,'rich_editing','true'),(1601,82,'syntax_highlighting','true'),(1602,82,'comment_shortcuts','false'),(1603,82,'admin_color','fresh'),(1604,82,'use_ssl','0'),(1605,82,'show_admin_bar_front','true'),(1606,82,'locale',''),(1607,82,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1608,82,'wp_user_level','0'),(1609,82,'last_update','1582885878'),(1610,82,'booked_phone',''),(1611,82,'mec_name','Genell Schultes'),(1612,82,'mec_reg','a:2:{i:2;s:11:\"17853833721\";i:4;a:1:{i:0;s:12:\"Social Media\";}}'),(1613,82,'paying_customer','1'),(1614,83,'nickname','interiorsbymichelle@yahoo.com'),(1615,83,'first_name','Michelle'),(1616,83,'last_name',''),(1617,83,'description',''),(1618,83,'rich_editing','true'),(1619,83,'syntax_highlighting','true'),(1620,83,'comment_shortcuts','false'),(1621,83,'admin_color','fresh'),(1622,83,'use_ssl','0'),(1623,83,'show_admin_bar_front','true'),(1624,83,'locale',''),(1625,83,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1626,83,'wp_user_level','0'),(1627,83,'last_update','1582920072'),(1628,83,'booked_phone',''),(1629,83,'mec_name','Michelle'),(1630,83,'mec_reg','a:2:{i:2;s:10:\"7858063894\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1631,83,'paying_customer','1'),(1632,84,'nickname','karensmoore62@gmail.co'),(1633,84,'first_name','Karen'),(1634,84,'last_name','Moore'),(1635,84,'description',''),(1636,84,'rich_editing','true'),(1637,84,'syntax_highlighting','true'),(1638,84,'comment_shortcuts','false'),(1639,84,'admin_color','fresh'),(1640,84,'use_ssl','0'),(1641,84,'show_admin_bar_front','true'),(1642,84,'locale',''),(1643,84,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1644,84,'wp_user_level','0'),(1645,84,'last_update','1582929241'),(1646,84,'booked_phone',''),(1647,84,'mec_name','Karen Moore'),(1648,84,'mec_reg','a:2:{i:2;s:10:\"7856334142\";i:4;a:1:{i:0;s:21:\"Friend or follow band\";}}'),(1649,84,'paying_customer','1');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=85 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$Bg.HsJZNDCyVD.VAZGDKS1KBkPbBdy1','admin','TheHistoricVinewood@gmail.com','','2019-07-27 01:17:21','',0,'admin'),(2,'jestanton64@gmail.com','$P$B50fckLiHbBnaEEiVIzamdem9mRD/n0','jestanton64gmail-com','jestanton64@gmail.com','','2019-09-27 18:28:02','',0,'jestanton64@gmail.com'),(3,'Rhonda.seitz56@gmail.com','$P$BBMkx8OY0zJskVA83GAP1eAUFHqWln.','rhonda-seitz56gmail-com','Rhonda.seitz56@gmail.com','','2019-10-04 22:46:58','',0,'Rhonda Seitz'),(4,'seveneightfive@gmail.con','$P$B8b4LxamR3W/LtnSYg1B593z/tWDkl/','seveneightfivegmail-con','seveneightfive@gmail.con','','2019-10-10 19:51:55','',0,'seveneightfive@gmail.con'),(5,'princes.caroline@gmail.com','$P$BzLgHo/uWT64x.CtPuAnI7z8aj4VbH/','princes-carolinegmail-com','princes.caroline@gmail.com','','2019-10-22 01:46:48','',0,'princes.caroline@gmail.com'),(6,'ranaec2016@outlook.com','$P$BqSpcdPFnJ2TrdgH0bGpoZKw4QtGPN/','ranaec2016outlook-com','ranaec2016@outlook.com','','2019-10-25 01:42:07','',0,'ranaec2016@outlook.com'),(7,'myndi77@yahoo.com','$P$BRtIbZKXB1bi3W40wbgzHKT/Z3pvQU.','myndi77yahoo-com','myndi77@yahoo.com','','2019-11-04 13:11:23','',0,'myndi77@yahoo.com'),(8,'rrhous1964@sbcglobal.net','$P$BRrs9YxZWbKN9MCoQuQaSza/Jnj16c.','rrhous1964sbcglobal-net','rrhous1964@sbcglobal.net','','2019-11-09 21:25:24','',0,'rrhous1964@sbcglobal.net'),(9,'drexburke@cox.net','$P$BBy0C29pYx65/cof47.EbjBggT.HDm0','drexburkecox-net','drexburke@cox.net','','2019-11-09 22:51:21','',0,'drexburke@cox.net'),(10,'russell_tamara@hotmail.com','$P$BMS2e.oP/j0uEScCa0nI9tCEeuIifS0','russell_tamarahotmail-com','russell_tamara@hotmail.com','','2019-11-22 14:50:36','',0,'Tamara L'),(11,'michaelhturner@yahoo.com','$P$BtDlwGN2ZuDCwNBTqZBTiN0ZxX4xq71','michaelhturneryahoo-com','michaelhturner@yahoo.com','','2019-11-23 20:01:56','',0,'michaelhturner@yahoo.com'),(12,'Nethertonlaw@yahoo.com','$P$B/lb6udRILKB1tcUn6tbvbiwwQXl22/','nethertonlawyahoo-com','Nethertonlaw@yahoo.com','','2019-12-24 17:07:32','',0,'Rene M'),(13,'bbranden@builtinterior.com','$P$B/4zgwLdkpF0/n4NCQPrFBkaOifJvf.','bbrandenbuiltinterior-com','bbranden@builtinterior.com','','2019-12-26 18:25:38','',0,'Beth Anne'),(14,'stacy.leso@outlook.com','$P$BHDC9ThqWmZ0XA1zdcUPS.Mwi.bOtK.','stacy-lesooutlook-com','stacy.leso@outlook.com','','2019-12-29 01:27:15','',0,'Stacy R'),(15,'kimberleyscott59@gmail.com','$P$BBjiIYLq0p25HpUs6FkN4704pB6/Mi.','kimberleyscott59gmail-com','kimberleyscott59@gmail.com','','2019-12-30 18:54:44','',0,'Kim Scott'),(16,'babyd2318@yahoo.com','$P$BzNUwXKvKGj5raqeGdAKsH00pvNXgg.','babyd2318yahoo-com','babyd2318@yahoo.com','','2019-12-31 19:58:17','',0,'Donna Bishop'),(17,'alison.beebe@yahoo.com','$P$BT69zH0GBKtM8tujib./o4F7BniteV.','alison-beebeyahoo-com','alison.beebe@yahoo.com','','2020-01-02 16:02:53','',0,'Alison Beebe'),(18,'joleneshafer@gmail.com','$P$BrI2/uNh3StYOvsYPj03CRuY6XNpf30','joleneshafergmail-com','joleneshafer@gmail.com','','2020-01-02 18:29:04','',0,'Jolene Shafer'),(19,'lorricaldwell@outlook.com','$P$BTLQoEhQjAB/0LPDgjz3r102xJce3U/','lorricaldwelloutlook-com','lorricaldwell@outlook.com','','2020-01-02 18:50:56','',0,'Lorri Caldwell'),(20,'chermie55@gmail.com','$P$BcMOWHaZilzLg//Boz5deyY7IGXi/r/','chermie55gmail-com','chermie55@gmail.com','','2020-01-03 20:14:00','',0,'Cathy Madl'),(21,'mistir171@gmail.com','$P$BNPzTGvrBk1uzQhVMH5.LpaJcs7WB6.','mistir171gmail-com','mistir171@gmail.com','','2020-01-05 14:53:19','',0,'Misti Robertson'),(22,'porky538@yahoo.com','$P$BCGimrBBWFnereJinyU7.ZA2mE2gMs1','porky538yahoo-com','porky538@yahoo.com','','2020-01-05 15:50:20','',0,'Sonja L8nk'),(23,'kevbennett_1@sbcglobal.net','$P$Bb5vq92D4jrFahLwCcp4dR/RZHHRJB1','kevbennett_1sbcglobal-net','kevbennett_1@sbcglobal.net','','2020-01-05 19:07:26','',0,'Connie Bennett'),(24,'rebeccaradziejeski@yahoo.fr','$P$BCFinqDjefaE7zJDNS627vRvxwX6Pe1','rebeccaradziejeskiyahoo-fr','rebeccaradziejeski@yahoo.fr','','2020-01-05 20:40:54','',0,'Rebecca Radziejeski'),(25,'christinef972@gmail.com','$P$BLzWyIABh8Tn1htixm9tCQaSu/wNUU/','christinef972gmail-com','christinef972@gmail.com','','2020-01-05 21:25:45','',0,'Christine Flynn'),(26,'johnnybevjohnny@yahoo.com','$P$B/O04Ei6nidolR/Ta.f7FvEVSE06lT.','johnnybevjohnnyyahoo-com','johnnybevjohnny@yahoo.com','','2020-01-06 23:46:10','',0,'Johnny Ivory'),(27,'lynnec5@yahoo.com','$P$BMMReBt7w2LNXgDupL9X4OFNNgR36w.','lynnec5yahoo-com','lynnec5@yahoo.com','','2020-01-07 13:40:36','',0,'Lynne Crouse'),(28,'debbsterp@cox.net','$P$BjO/Ea3m.x8Jk9Gpn9xt3UKat2a9HL1','debbsterpcox-net','debbsterp@cox.net','','2020-01-08 02:01:33','',0,'Debra Payne'),(29,'ehumbert@cox.net','$P$BLfyMxIcuZSzj8j.7V2T4Ylam/Z85h1','ehumbertcox-net','ehumbert@cox.net','','2020-01-08 22:12:55','',0,'Everett Humbert'),(30,'bevaustin415@gmail.com','$P$Bd5lZQHUHutgPeFMx4AXeCxLAxZaDP.','bevaustin415gmail-com','bevaustin415@gmail.com','','2020-01-08 22:12:55','',0,'Beverly Austin'),(31,'jjmesa@aol.com','$P$BGffawLUym72BPzkaBqJGo9s1x26d.1','jjmesaaol-com','jjmesa@aol.com','','2020-01-09 17:50:27','',0,'Janice Esau'),(32,'jessicadclem@gmail.com','$P$B39z/kEex8CSOVvmS.wFg54DUyvXxN1','jessicadclemgmail-com','jessicadclem@gmail.com','','2020-01-09 22:15:56','',0,'Jessica Clem'),(33,'jkottman@cox.net','$P$BgIhOQQqe8EHG7ACFi3xTbbRVNjgu41','jkottmancox-net','jkottman@cox.net','','2020-01-10 23:14:55','',0,'Christine Kottman'),(34,'dhoffman17@cox.net','$P$BCN3Ckhtq6v.H/f9nXq4V7kowrjdXc.','dhoffman17cox-net','dhoffman17@cox.net','','2020-01-10 23:15:48','',0,'Don Hoffman'),(35,'gwenlittrell@gmail.com','$P$B7LEyfa30UgadUbveMekEscE2G.UEi/','gwenlittrellgmail-com','gwenlittrell@gmail.com','','2020-01-11 15:54:23','',0,'Gwendolyn Littrell'),(36,'makoueno7@gmail.com','$P$BgB1oKo1k2BTzmykbYrb97geTCeuTt1','makoueno7gmail-com','makoueno7@gmail.com','','2020-01-11 22:22:28','',0,'Mako Ueno'),(37,'staci.ogle@gmail.com','$P$BB1SpPZYUp4BAfOiBJQU5TwTd5DDyO.','staci-oglegmail-com','staci.ogle@gmail.com','','2020-01-12 04:15:52','',0,'Staci Ogle'),(38,'txleefamily@sbcglobal.net','$P$BW7ovIUhPh1oMr3WlB2822/5F/Nz.30','txleefamilysbcglobal-net','txleefamily@sbcglobal.net','','2020-01-12 04:51:20','',0,'Tammy Lee'),(39,'workfromhome13@outlook.com','$P$BJm/Wb7liOgIKF53KRD2oMDef/rndH/','workfromhome13outlook-com','workfromhome13@outlook.com','','2020-01-12 23:47:41','',0,'Christienne Riccomini'),(40,'ceo@kansasrealtor.com','$P$BtcFyno.5tUhdpPo4avReL419dCHJd/','ceokansasrealtor-com','ceo@kansasrealtor.com','','2020-01-13 21:42:01','',0,'Karen Gehle'),(41,'jjmesa@aok.com','$P$BGxhTj4GNRQirKdrkAmLlqfGD1YDJJ1','jjmesaaok-com','jjmesa@aok.com','','2020-01-17 00:20:17','',0,'Janice Esau'),(42,'jillann62@yahoo.com','$P$Blk4evpuh5FsWPnb6ue6gsq5UQdmjx1','jillann62yahoo-com','jillann62@yahoo.com','','2020-01-24 03:35:23','',0,'jill patterson'),(43,'brittany.n.austin21@gmail.com','$P$BC8qas4xTW.mIRQtgUNrGiVTz/W7Du.','brittany-n-austin21gmail-com','brittany.n.austin21@gmail.com','','2020-01-26 22:11:04','',0,'Brittany Austin'),(44,'christine.griffie@yahoo.com','$P$BCPWHEHSa4uUnwB6zYbvnq437thhZK1','christine-griffieyahoo-com','christine.griffie@yahoo.com','','2020-01-30 15:52:01','',0,'Christine Griffie'),(45,'bobbie.koerner@yahoo.com','$P$BUjxazIb6Bl0adKi.NhtS//9quC4wg1','bobbie-koerneryahoo-com','bobbie.koerner@yahoo.com','','2020-01-30 23:57:38','',0,'Bobbie'),(46,'mapeslarry57@gmail.com','$P$B7V4SA1OeIHoCEw1vVVPnOW8VrfduQ/','mapeslarry57gmail-com','mapeslarry57@gmail.com','','2020-02-02 17:45:42','',0,'Lawrence Mapes'),(47,'bdpersinger@icloud.com','$P$Bg9yK/B/Cxsd14hVOGT831usYYsr8s1','bdpersingericloud-com','bdpersinger@icloud.com','','2020-02-03 12:39:55','',0,'Billy Persinger'),(48,'foxnote56@gmail.com','$P$BXmFqw.0Rq.Rzb6BBYBpYCV46EMXnZ0','foxnote56gmail-com','foxnote56@gmail.com','','2020-02-03 14:03:53','',0,'Claudia Fox'),(49,'iteachhsart@gmail.com','$P$BoubJAcydjSuAZ5nHoVOzIGY.j92be.','iteachhsartgmail-com','iteachhsart@gmail.com','','2020-02-03 15:31:21','',0,'Tiffany Pryor'),(50,'ksb205@gmail.com','$P$BpdBS4fzDyAYelIuOcoFe8QrJbAWsi/','ksb205gmail-com','ksb205@gmail.com','','2020-02-03 20:16:35','',0,'Marian Berry'),(51,'kelleyschulte.ks@gmail.com','$P$BYDvZI5i8CpClmytB2O1NOYS9YuQG8/','kelleyschulte-ksgmail-com','kelleyschulte.ks@gmail.com','','2020-02-05 12:43:03','',0,'Kelley Schulte'),(52,'bill_waters02@yahoo.com','$P$BLgNtvf5VAHc8fkJJ52I9IWPOtdr6b1','bill_waters02yahoo-com','bill_waters02@yahoo.com','','2020-02-06 14:04:06','',0,'Bill Waters'),(53,'david.l.fath@gmail.com','$P$BLoedz46CBtKEHP9lltyQwb4fiA3QI.','david-l-fathgmail-com','david.l.fath@gmail.com','','2020-02-06 18:05:35','',0,'David Fath'),(54,'hzleyes319@aol.com','$P$BnlOxL5SztdqnyjT5hm/0l8Mp.Nri4.','hzleyes319aol-com','hzleyes319@aol.com','','2020-02-06 21:51:45','',0,'Hazel Bahner'),(55,'jbsryceter@cox.net','$P$BVJiPe/8bJ7or/CMm9lMY2ZVxMzyxc/','jbsrycetercox-net','jbsryceter@cox.net','','2020-02-07 01:54:09','',0,'Jeremy Baker'),(56,'goingyard15@cox.net','$P$Bs7TGLy0liy19IHjQFUV/a3fklC3xO0','goingyard15cox-net','goingyard15@cox.net','','2020-02-07 02:14:06','',0,'Tyler Baker'),(57,'roehrman.zach@gmail.com','$P$BbB9er9kqI2MMLMOY4k6n8I1Yn3p4a0','roehrman-zachgmail-com','roehrman.zach@gmail.com','','2020-02-07 02:36:43','',0,'Zach Roehrman'),(58,'Ronwhtm2@aol.com','$P$ByD.9Ew82yJKunofvaasWtJS.QRuod/','ronwhtm2aol-com','Ronwhtm2@aol.com','','2020-02-09 03:22:00','',0,'Ronald Whitmire'),(59,'ckilian788@gmail.com','$P$BLdsNGNdxzee.X7MYzkvo7NaGPmcDt.','ckilian788gmail-com','ckilian788@gmail.com','','2020-02-10 00:21:53','',0,'Carolyn Austin'),(60,'jenniferkirmse25@gmail.com','$P$BWddbH//FXYGmlLRLGr3P2wadJKXKJ.','jenniferkirmse25gmail-com','jenniferkirmse25@gmail.com','','2020-02-10 03:09:20','',0,'Jennifer Kirmse'),(61,'gburtin1@yahoo.com','$P$BK7M.cwjEPlOl2omE5PUNk6GYFTzQG/','gburtin1yahoo-com','gburtin1@yahoo.com','','2020-02-10 20:06:58','',0,'Greg Burtin'),(62,'jutrower@gmail.com','$P$Bu/B5Rcy70gq9fntagCf.8ioHEpezS1','jutrowergmail-com','jutrower@gmail.com','','2020-02-10 23:50:46','',0,'Julie M'),(63,'Madisonmanzanares@gmail.com','$P$BMRGEGYht0VG7Uun0aEgL9y8SGuZjZ.','madisonmanzanaresgmail-com','Madisonmanzanares@gmail.com','','2020-02-11 00:55:49','',0,'Madison Manzanares'),(64,'haugenrosem@gmail.com','$P$B9zKzNhTshq5e/8lU3fMaTCXGUQW3S/','haugenrosemgmail-com','haugenrosem@gmail.com','','2020-02-11 19:57:34','',0,'Roseanna HAUGEN'),(65,'sherry.macke@ks.gov','$P$BAkEk9tUemfvFl/Ck8Z1dycyhkunp4.','sherry-mackeks-gov','sherry.macke@ks.gov','','2020-02-11 21:02:48','',0,'Sherry Macke'),(66,'dnswindsor@icloud.com','$P$BPfEa0fTWuaI7d20np2rFpDfjjUTSZ0','dnswindsoricloud-com','dnswindsor@icloud.com','','2020-02-11 23:22:12','',0,'Sara Windsor'),(67,'chilwil2165@gmail.com','$P$B37vPQdAIws8vpPlpiHlsvTBZQIVVq.','chilwil2165gmail-com','chilwil2165@gmail.com','','2020-02-12 00:07:01','',0,'Wil Ramirez'),(68,'clifma19@yahoo.com','$P$B.tYnFp0KFoEyrjY9BGy565Qqc.5q51','clifma19yahoo-com','clifma19@yahoo.com','','2020-02-12 02:13:19','',0,'Clifford Manning'),(69,'akpolansky@gmail.com','$P$B52HgGgZccqlfuZitewrYrrWtf/J5/0','akpolanskygmail-com','akpolansky@gmail.com','','2020-02-13 18:11:46','',0,'Kristine A.'),(70,'grlzdad2@gmail.com','$P$BSSLRrzmgIN15vrItcAyelNeX25bVe0','grlzdad2gmail-com','grlzdad2@gmail.com','','2020-02-13 19:17:20','',0,'Jack Hopkins'),(71,'cathy.nicoletti@gmail.com','$P$BAZkFPkFYRJygRlJKVbOZRaRX5dB3E1','cathy-nicolettigmail-com','cathy.nicoletti@gmail.com','','2020-02-14 00:06:16','',0,'Cathy Rinehart'),(72,'rgramirez1966@gmail.com','$P$BddUCmaZBFocQ3AVlKhyrMCJSM0GXl.','rgramirez1966gmail-com','rgramirez1966@gmail.com','','2020-02-14 14:26:40','',0,'Ruben G'),(73,'jkobler70@gmail.com','$P$BrySa5EajxvW8efunmoa6HTXX07Rr4/','jkobler70gmail-com','jkobler70@gmail.com','','2020-02-14 16:49:31','',0,'John Kobler'),(74,'gjyapp@embarqmail.com','$P$BsVS0Gty/WssbJeRZ.qTa/E73QyVyy1','gjyappembarqmail-com','gjyapp@embarqmail.com','','2020-02-14 19:21:09','',0,'Joleen Yapp'),(75,'lisahanley862@gmail.com','$P$BfiW1d4141q8gXtuI63SBX7W.KrSpE1','lisahanley862gmail-com','lisahanley862@gmail.com','','2020-02-15 19:33:21','',0,'Lisa Hanley'),(76,'dukegator63@yahoo.com','$P$BHLZ2yb6I4pLQ52STw0r9bP5B50no91','dukegator63yahoo-com','dukegator63@yahoo.com','','2020-02-20 21:47:22','',0,'Dwight kirkwood'),(77,'mmchenry43@aol.com','$P$BTK1rXizJ92AkfVAICc5N9WEk41GTV.','mmchenry43aol-com','mmchenry43@aol.com','','2020-02-22 00:18:17','',0,'Mischa McHenry'),(78,'hempson75@gmail.com','$P$Bql/ljk0wCs8MfEJanesox9ln9hmqZ0','hempson75gmail-com','hempson75@gmail.com','','2020-02-25 13:40:54','',0,'Heather Empson'),(79,'trwillia@cox.net','$P$BndVZ/sR8uhN2hbJ8kz.qCa/A1yvF31','trwilliacox-net','trwillia@cox.net','','2020-02-25 22:17:31','',0,'Tracey Williams'),(80,'katborn@yahoo.com','$P$BIGNvPV57V2OlOMQfZFJZ0rjd.L7ZE/','katbornyahoo-com','katborn@yahoo.com','','2020-02-26 02:51:03','',0,'Katina Henderson'),(81,'townsendke@aol.com','$P$BZIuWfU2uL8g/tLxfJicD7tFj6rUQS/','townsendkeaol-com','townsendke@aol.com','','2020-02-27 21:54:59','',0,'Ellen Townsend'),(82,'gschultes10@gmail.com','$P$BnUNbyMyj18ldnM9lkJWpZclBQThS/1','gschultes10gmail-com','gschultes10@gmail.com','','2020-02-28 10:31:06','',0,'Genell Schultes'),(83,'interiorsbymichelle@yahoo.com','$P$BC7pTUIOFpYnPx2jdrHRWqSZRNlqwU.','interiorsbymichelleyahoo-com','interiorsbymichelle@yahoo.com','','2020-02-28 20:01:03','',0,'Michelle'),(84,'karensmoore62@gmail.co','$P$B.HpYDuv3jLiGd4ARhd6tygCii.bUC0','karensmoore62gmail-co','karensmoore62@gmail.co','','2020-02-28 22:33:50','',0,'Karen Moore');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_download_log`
--

DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_download_log`
--

LOCK TABLES `wp_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wp_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(10,2) DEFAULT NULL,
  `max_price` decimal(10,2) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_meta_lookup`
--

LOCK TABLES `wp_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_product_meta_lookup` VALUES (1589,'12312019',1,0,75.00,75.00,0,8,'instock',0,0.00,91),(4587,'12312019-2',1,0,40.00,40.00,0,18,'instock',0,0.00,5);
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wp_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_tax_rate_classes`
--

LOCK TABLES `wp_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wp_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_webhooks`
--

DROP TABLE IF EXISTS `wp_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_webhooks`
--

LOCK TABLES `wp_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_api_keys`
--

LOCK TABLES `wp_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--

LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--

LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_log`
--

DROP TABLE IF EXISTS `wp_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_log`
--

LOCK TABLES `wp_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM AUTO_INCREMENT=1167 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--

LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (1,1,'_fee_amount',''),(2,1,'_tax_class','0'),(3,1,'_tax_status','taxable'),(4,1,'_line_total','40'),(5,1,'_line_tax','0'),(6,1,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(7,2,'_fee_amount','30'),(8,2,'_tax_class','0'),(9,2,'_tax_status','taxable'),(10,2,'_line_total','30'),(11,2,'_line_tax','0'),(12,2,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(13,3,'_fee_amount',''),(14,3,'_tax_class','0'),(15,3,'_tax_status','taxable'),(16,3,'_line_total','40'),(17,3,'_line_tax','0'),(18,3,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(19,4,'_fee_amount',''),(20,4,'_tax_class','0'),(21,4,'_tax_status','taxable'),(22,4,'_line_total','40'),(23,4,'_line_tax','0'),(24,4,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(25,5,'_product_id','1589'),(26,5,'_variation_id','0'),(27,5,'_qty','1'),(28,5,'_tax_class',''),(29,5,'_line_subtotal','75'),(30,5,'_line_subtotal_tax','6.86'),(31,5,'_line_total','75'),(32,5,'_line_tax','6.86'),(33,5,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:6:\"6.8625\";}s:8:\"subtotal\";a:1:{i:1;s:6:\"6.8625\";}}'),(34,6,'rate_id','1'),(35,6,'label','Sales Tax'),(36,6,'compound',''),(37,6,'tax_amount','6.86'),(38,6,'shipping_tax_amount','0'),(39,6,'rate_percent','9.15'),(40,7,'_product_id','1589'),(41,7,'_variation_id','0'),(42,7,'_qty','2'),(43,7,'_tax_class',''),(44,7,'_line_subtotal','150'),(45,7,'_line_subtotal_tax','0'),(46,7,'_line_total','150'),(47,7,'_line_tax','0'),(48,7,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49,7,'_reduced_stock','2'),(50,8,'_product_id','1589'),(51,8,'_variation_id','0'),(52,8,'_qty','2'),(53,8,'_tax_class',''),(54,8,'_line_subtotal','150'),(55,8,'_line_subtotal_tax','0'),(56,8,'_line_total','150'),(57,8,'_line_tax','0'),(58,8,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59,8,'_reduced_stock','2'),(60,9,'_product_id','1589'),(61,9,'_variation_id','0'),(62,9,'_qty','2'),(63,9,'_tax_class',''),(64,9,'_line_subtotal','150'),(65,9,'_line_subtotal_tax','0'),(66,9,'_line_total','150'),(67,9,'_line_tax','0'),(68,9,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69,10,'_product_id','1589'),(70,10,'_variation_id','0'),(71,10,'_qty','2'),(72,10,'_tax_class',''),(73,10,'_line_subtotal','150'),(74,10,'_line_subtotal_tax','0'),(75,10,'_line_total','150'),(76,10,'_line_tax','0'),(77,10,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78,9,'_reduced_stock','2'),(79,10,'_reduced_stock','2'),(80,11,'_product_id','1589'),(81,11,'_variation_id','0'),(82,11,'_qty','2'),(83,11,'_tax_class',''),(84,11,'_line_subtotal','150'),(85,11,'_line_subtotal_tax','0'),(86,11,'_line_total','150'),(87,11,'_line_tax','0'),(88,11,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89,11,'_reduced_stock','2'),(90,12,'_product_id','1589'),(91,12,'_variation_id','0'),(92,12,'_qty','4'),(93,12,'_tax_class',''),(94,12,'_line_subtotal','300'),(95,12,'_line_subtotal_tax','0'),(96,12,'_line_total','300'),(97,12,'_line_tax','0'),(98,12,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99,12,'_reduced_stock','4'),(100,13,'_product_id','1589'),(101,13,'_variation_id','0'),(102,13,'_qty','2'),(103,13,'_tax_class',''),(104,13,'_line_subtotal','150'),(105,13,'_line_subtotal_tax','0'),(106,13,'_line_total','150'),(107,13,'_line_tax','0'),(108,13,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109,13,'_reduced_stock','2'),(110,14,'_product_id','1589'),(111,14,'_variation_id','0'),(112,14,'_qty','2'),(113,14,'_tax_class',''),(114,14,'_line_subtotal','150'),(115,14,'_line_subtotal_tax','0'),(116,14,'_line_total','150'),(117,14,'_line_tax','0'),(118,14,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119,14,'_reduced_stock','2'),(120,15,'_product_id','1589'),(121,15,'_variation_id','0'),(122,15,'_qty','2'),(123,15,'_tax_class',''),(124,15,'_line_subtotal','150'),(125,15,'_line_subtotal_tax','0'),(126,15,'_line_total','150'),(127,15,'_line_tax','0'),(128,15,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129,15,'_reduced_stock','2'),(130,16,'_product_id','1589'),(131,16,'_variation_id','0'),(132,16,'_qty','2'),(133,16,'_tax_class',''),(134,16,'_line_subtotal','150'),(135,16,'_line_subtotal_tax','13.73'),(136,16,'_line_total','150'),(137,16,'_line_tax','13.73'),(138,16,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:6:\"13.725\";}s:8:\"subtotal\";a:1:{i:1;s:6:\"13.725\";}}'),(139,17,'rate_id','1'),(140,17,'label','Sales Tax'),(141,17,'compound',''),(142,17,'tax_amount','13.73'),(143,17,'shipping_tax_amount','0'),(144,17,'rate_percent','9.15'),(145,18,'_product_id','1589'),(146,18,'_variation_id','0'),(147,18,'_qty','2'),(148,18,'_tax_class',''),(149,18,'_line_subtotal','150'),(150,18,'_line_subtotal_tax','13.73'),(151,18,'_line_total','150'),(152,18,'_line_tax','13.73'),(153,18,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:6:\"13.725\";}s:8:\"subtotal\";a:1:{i:1;s:6:\"13.725\";}}'),(154,19,'rate_id','1'),(155,19,'label','Sales Tax'),(156,19,'compound',''),(157,19,'tax_amount','13.73'),(158,19,'shipping_tax_amount','0'),(159,19,'rate_percent','9.15'),(160,18,'_reduced_stock','2'),(161,20,'_product_id','1589'),(162,20,'_variation_id','0'),(163,20,'_qty','4'),(164,20,'_tax_class',''),(165,20,'_line_subtotal','300'),(166,20,'_line_subtotal_tax','0'),(167,20,'_line_total','300'),(168,20,'_line_tax','0'),(169,20,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170,20,'_reduced_stock','4'),(171,21,'_product_id','1589'),(172,21,'_variation_id','0'),(173,21,'_qty','4'),(174,21,'_tax_class',''),(175,21,'_line_subtotal','300'),(176,21,'_line_subtotal_tax','0'),(177,21,'_line_total','300'),(178,21,'_line_tax','0'),(179,21,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180,21,'_reduced_stock','4'),(181,22,'_product_id','1589'),(182,22,'_variation_id','0'),(183,22,'_qty','4'),(184,22,'_tax_class',''),(185,22,'_line_subtotal','300'),(186,22,'_line_subtotal_tax','0'),(187,22,'_line_total','300'),(188,22,'_line_tax','0'),(189,22,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(190,23,'_product_id','1589'),(191,23,'_variation_id','0'),(192,23,'_qty','4'),(193,23,'_tax_class',''),(194,23,'_line_subtotal','300'),(195,23,'_line_subtotal_tax','0'),(196,23,'_line_total','300'),(197,23,'_line_tax','0'),(198,23,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(199,23,'_reduced_stock','4'),(200,24,'_product_id','1589'),(201,24,'_variation_id','0'),(202,24,'_qty','4'),(203,24,'_tax_class',''),(204,24,'_line_subtotal','300'),(205,24,'_line_subtotal_tax','0'),(206,24,'_line_total','300'),(207,24,'_line_tax','0'),(208,24,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(209,24,'_reduced_stock','4'),(210,25,'_product_id','1589'),(211,25,'_variation_id','0'),(212,25,'_qty','2'),(213,25,'_tax_class',''),(214,25,'_line_subtotal','150'),(215,25,'_line_subtotal_tax','0'),(216,25,'_line_total','150'),(217,25,'_line_tax','0'),(218,25,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(219,25,'_reduced_stock','2'),(220,26,'_product_id','1589'),(221,26,'_variation_id','0'),(222,26,'_qty','2'),(223,26,'_tax_class',''),(224,26,'_line_subtotal','150'),(225,26,'_line_subtotal_tax','0'),(226,26,'_line_total','150'),(227,26,'_line_tax','0'),(228,26,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(229,27,'_product_id','1589'),(230,27,'_variation_id','0'),(231,27,'_qty','4'),(232,27,'_tax_class',''),(233,27,'_line_subtotal','300'),(234,27,'_line_subtotal_tax','0'),(235,27,'_line_total','300'),(236,27,'_line_tax','0'),(237,27,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(238,27,'_reduced_stock','4'),(239,28,'_product_id','1589'),(240,28,'_variation_id','0'),(241,28,'_qty','2'),(242,28,'_tax_class',''),(243,28,'_line_subtotal','150'),(244,28,'_line_subtotal_tax','0'),(245,28,'_line_total','150'),(246,28,'_line_tax','0'),(247,28,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(248,28,'_reduced_stock','2'),(249,29,'_product_id','1589'),(250,29,'_variation_id','0'),(251,29,'_qty','2'),(252,29,'_tax_class',''),(253,29,'_line_subtotal','150'),(254,29,'_line_subtotal_tax','0'),(255,29,'_line_total','150'),(256,29,'_line_tax','0'),(257,29,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(258,29,'_reduced_stock','2'),(259,30,'_product_id','1589'),(260,30,'_variation_id','0'),(261,30,'_qty','2'),(262,30,'_tax_class',''),(263,30,'_line_subtotal','150'),(264,30,'_line_subtotal_tax','0'),(265,30,'_line_total','150'),(266,30,'_line_tax','0'),(267,30,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(268,31,'_product_id','1589'),(269,31,'_variation_id','0'),(270,31,'_qty','2'),(271,31,'_tax_class',''),(272,31,'_line_subtotal','150'),(273,31,'_line_subtotal_tax','0'),(274,31,'_line_total','150'),(275,31,'_line_tax','0'),(276,31,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(277,31,'_reduced_stock','2'),(278,32,'_product_id','1589'),(279,32,'_variation_id','0'),(280,32,'_qty','2'),(281,32,'_tax_class',''),(282,32,'_line_subtotal','150'),(283,32,'_line_subtotal_tax','13.73'),(284,32,'_line_total','150'),(285,32,'_line_tax','13.73'),(286,32,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:6:\"13.725\";}s:8:\"subtotal\";a:1:{i:1;s:6:\"13.725\";}}'),(287,33,'rate_id','1'),(288,33,'label','Sales Tax'),(289,33,'compound',''),(290,33,'tax_amount','13.73'),(291,33,'shipping_tax_amount','0'),(292,33,'rate_percent','9.15'),(293,32,'_reduced_stock','2'),(294,34,'_product_id','1589'),(295,34,'_variation_id','0'),(296,34,'_qty','2'),(297,34,'_tax_class',''),(298,34,'_line_subtotal','150'),(299,34,'_line_subtotal_tax','0'),(300,34,'_line_total','150'),(301,34,'_line_tax','0'),(302,34,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(303,34,'_reduced_stock','2'),(304,35,'_product_id','1589'),(305,35,'_variation_id','0'),(306,35,'_qty','6'),(307,35,'_tax_class',''),(308,35,'_line_subtotal','450'),(309,35,'_line_subtotal_tax','0'),(310,35,'_line_total','450'),(311,35,'_line_tax','0'),(312,35,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(313,35,'_reduced_stock','6'),(314,36,'_product_id','1589'),(315,36,'_variation_id','0'),(316,36,'_qty','2'),(317,36,'_tax_class',''),(318,36,'_line_subtotal','150'),(319,36,'_line_subtotal_tax','0'),(320,36,'_line_total','150'),(321,36,'_line_tax','0'),(322,36,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(323,36,'_reduced_stock','2'),(324,37,'_product_id','1589'),(325,37,'_variation_id','0'),(326,37,'_qty','4'),(327,37,'_tax_class',''),(328,37,'_line_subtotal','300'),(329,37,'_line_subtotal_tax','0'),(330,37,'_line_total','300'),(331,37,'_line_tax','0'),(332,37,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(333,37,'_reduced_stock','4'),(780,101,'_line_total','55.298'),(779,101,'_tax_status','taxable'),(778,101,'_tax_class','0'),(777,101,'_fee_amount',''),(340,39,'_fee_amount',''),(341,39,'_tax_class','0'),(342,39,'_tax_status','taxable'),(343,39,'_line_total','33.1788'),(344,39,'_line_tax','0'),(345,39,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(785,102,'_tax_status','taxable'),(784,102,'_tax_class','0'),(783,102,'_fee_amount',''),(782,101,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(781,101,'_line_tax','0'),(352,41,'_product_id','1589'),(353,41,'_variation_id','0'),(354,41,'_qty','2'),(355,41,'_tax_class',''),(356,41,'_line_subtotal','150'),(357,41,'_line_subtotal_tax','13.73'),(358,41,'_line_total','150'),(359,41,'_line_tax','13.73'),(360,41,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:6:\"13.725\";}s:8:\"subtotal\";a:1:{i:1;s:6:\"13.725\";}}'),(361,42,'rate_id','1'),(362,42,'label','Sales Tax'),(363,42,'compound',''),(364,42,'tax_amount','13.73'),(365,42,'shipping_tax_amount','0'),(366,42,'rate_percent','9.15'),(367,41,'_reduced_stock','2'),(368,43,'_product_id','1589'),(369,43,'_variation_id','0'),(370,43,'_qty','4'),(371,43,'_tax_class',''),(372,43,'_line_subtotal','300'),(373,43,'_line_subtotal_tax','0'),(374,43,'_line_total','300'),(375,43,'_line_tax','0'),(376,43,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(377,43,'_reduced_stock','4'),(378,44,'_product_id','1589'),(379,44,'_variation_id','0'),(380,44,'_qty','2'),(381,44,'_tax_class',''),(382,44,'_line_subtotal','150'),(383,44,'_line_subtotal_tax','0'),(384,44,'_line_total','150'),(385,44,'_line_tax','0'),(386,44,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(387,44,'_reduced_stock','2'),(388,45,'_fee_amount',''),(389,45,'_tax_class','0'),(390,45,'_tax_status','taxable'),(391,45,'_line_total','33.1788'),(392,45,'_line_tax','0'),(393,45,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(394,46,'_product_id','1589'),(395,46,'_variation_id','0'),(396,46,'_qty','2'),(397,46,'_tax_class',''),(398,46,'_line_subtotal','150'),(399,46,'_line_subtotal_tax','0'),(400,46,'_line_total','150'),(401,46,'_line_tax','0'),(402,46,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(403,46,'_reduced_stock','2'),(429,49,'_line_tax','0'),(428,49,'_line_total','150'),(427,49,'_line_subtotal_tax','0'),(426,49,'_line_subtotal','150'),(424,49,'_qty','2'),(425,49,'_tax_class',''),(422,49,'_product_id','1589'),(423,49,'_variation_id','0'),(430,49,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(431,50,'_product_id','1589'),(432,50,'_variation_id','0'),(433,50,'_qty','2'),(434,50,'_tax_class',''),(435,50,'_line_subtotal','150'),(436,50,'_line_subtotal_tax','0'),(437,50,'_line_total','150'),(438,50,'_line_tax','0'),(439,50,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(440,50,'_reduced_stock','2'),(441,51,'_fee_amount',''),(442,51,'_tax_class','0'),(443,51,'_tax_status','taxable'),(444,51,'_line_total','44.2384'),(445,51,'_line_tax','0'),(446,51,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(447,52,'_product_id','1589'),(448,52,'_variation_id','0'),(449,52,'_qty','2'),(450,52,'_tax_class',''),(451,52,'_line_subtotal','150'),(452,52,'_line_subtotal_tax','0'),(453,52,'_line_total','150'),(454,52,'_line_tax','0'),(455,52,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(456,52,'_reduced_stock','2'),(457,53,'_product_id','1589'),(458,53,'_variation_id','0'),(459,53,'_qty','3'),(460,53,'_tax_class',''),(461,53,'_line_subtotal','225'),(462,53,'_line_subtotal_tax','0'),(463,53,'_line_total','225'),(464,53,'_line_tax','0'),(465,53,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(466,53,'_reduced_stock','3'),(467,54,'_product_id','1589'),(468,54,'_variation_id','0'),(469,54,'_qty','2'),(470,54,'_tax_class',''),(471,54,'_line_subtotal','150'),(472,54,'_line_subtotal_tax','0'),(473,54,'_line_total','150'),(474,54,'_line_tax','0'),(475,54,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(476,54,'_reduced_stock','2'),(477,55,'_product_id','1589'),(478,55,'_variation_id','0'),(479,55,'_qty','2'),(480,55,'_tax_class',''),(481,55,'_line_subtotal','150'),(482,55,'_line_subtotal_tax','13.73'),(483,55,'_line_total','150'),(484,55,'_line_tax','13.73'),(485,55,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:6:\"13.725\";}s:8:\"subtotal\";a:1:{i:1;s:6:\"13.725\";}}'),(486,56,'rate_id','1'),(487,56,'label','Sales Tax'),(488,56,'compound',''),(489,56,'tax_amount','13.73'),(490,56,'shipping_tax_amount','0'),(491,56,'rate_percent','9.15'),(492,55,'_reduced_stock','2'),(493,57,'_product_id','1589'),(494,57,'_variation_id','0'),(495,57,'_qty','2'),(496,57,'_tax_class',''),(497,57,'_line_subtotal','150'),(498,57,'_line_subtotal_tax','0'),(499,57,'_line_total','150'),(500,57,'_line_tax','0'),(501,57,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(502,57,'_reduced_stock','2'),(503,58,'_fee_amount',''),(504,58,'_tax_class','0'),(505,58,'_tax_status','taxable'),(506,58,'_line_total','331.788'),(507,58,'_line_tax','0'),(508,58,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(509,59,'_product_id','4587'),(510,59,'_variation_id','0'),(511,59,'_qty','2'),(512,59,'_tax_class',''),(513,59,'_line_subtotal','80'),(514,59,'_line_subtotal_tax','0'),(515,59,'_line_total','80'),(516,59,'_line_tax','0'),(517,59,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(518,59,'_reduced_stock','2'),(519,60,'_product_id','4587'),(520,60,'_variation_id','0'),(521,60,'_qty','1'),(522,60,'_tax_class',''),(523,60,'_line_subtotal','40'),(524,60,'_line_subtotal_tax','0'),(525,60,'_line_total','40'),(526,60,'_line_tax','0'),(527,60,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(528,60,'_reduced_stock','1'),(529,61,'_fee_amount',''),(530,61,'_tax_class','0'),(531,61,'_tax_status','taxable'),(532,61,'_line_total','33.1788'),(533,61,'_line_tax','0'),(534,61,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(535,62,'_product_id','1589'),(536,62,'_variation_id','0'),(537,62,'_qty','2'),(538,62,'_tax_class',''),(539,62,'_line_subtotal','150'),(540,62,'_line_subtotal_tax','0'),(541,62,'_line_total','150'),(542,62,'_line_tax','0'),(543,62,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(544,62,'_reduced_stock','2'),(545,63,'_fee_amount',''),(546,63,'_tax_class','0'),(547,63,'_tax_status','taxable'),(548,63,'_line_total','132.7152'),(549,63,'_line_tax','0'),(550,63,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(551,64,'_product_id','4587'),(552,64,'_variation_id','0'),(553,64,'_qty','2'),(554,64,'_tax_class',''),(555,64,'_line_subtotal','80'),(556,64,'_line_subtotal_tax','0'),(557,64,'_line_total','80'),(558,64,'_line_tax','0'),(559,64,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(560,64,'_reduced_stock','2'),(561,65,'_fee_amount',''),(562,65,'_tax_class','0'),(563,65,'_tax_status','taxable'),(564,65,'_line_total','33.1788'),(565,65,'_line_tax','0'),(566,65,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(567,66,'_fee_amount',''),(568,66,'_tax_class','0'),(569,66,'_tax_status','taxable'),(570,66,'_line_total','33.1788'),(571,66,'_line_tax','0'),(572,66,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(573,67,'_fee_amount',''),(574,67,'_tax_class','0'),(575,67,'_tax_status','taxable'),(576,67,'_line_total','33.1788'),(577,67,'_line_tax','0'),(578,67,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(579,68,'_fee_amount',''),(580,68,'_tax_class','0'),(581,68,'_tax_status','taxable'),(582,68,'_line_total','33.1788'),(583,68,'_line_tax','0'),(584,68,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(585,69,'_fee_amount',''),(586,69,'_tax_class','0'),(587,69,'_tax_status','taxable'),(588,69,'_line_total','33.1788'),(589,69,'_line_tax','0'),(590,69,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(591,70,'_fee_amount',''),(592,70,'_tax_class','0'),(593,70,'_tax_status','taxable'),(594,70,'_line_total','33.1788'),(595,70,'_line_tax','0'),(596,70,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(597,71,'_fee_amount',''),(598,71,'_tax_class','0'),(599,71,'_tax_status','taxable'),(600,71,'_line_total','33.1788'),(601,71,'_line_tax','0'),(602,71,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(603,72,'_fee_amount',''),(604,72,'_tax_class','0'),(605,72,'_tax_status','taxable'),(606,72,'_line_total','66.3576'),(607,72,'_line_tax','0'),(608,72,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(609,73,'_fee_amount',''),(610,73,'_tax_class','0'),(611,73,'_tax_status','taxable'),(612,73,'_line_total','33.1788'),(613,73,'_line_tax','0'),(614,73,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(615,74,'_fee_amount',''),(616,74,'_tax_class','0'),(617,74,'_tax_status','taxable'),(618,74,'_line_total','22.1192'),(619,74,'_line_tax','0'),(620,74,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(621,75,'_fee_amount',''),(622,75,'_tax_class','0'),(623,75,'_tax_status','taxable'),(624,75,'_line_total','22.1192'),(625,75,'_line_tax','0'),(626,75,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(627,76,'_fee_amount',''),(628,76,'_tax_class','0'),(629,76,'_tax_status','taxable'),(630,76,'_line_total','33.1788'),(631,76,'_line_tax','0'),(632,76,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(633,77,'_fee_amount',''),(634,77,'_tax_class','0'),(635,77,'_tax_status','taxable'),(636,77,'_line_total','33.1788'),(637,77,'_line_tax','0'),(638,77,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(639,78,'_fee_amount',''),(640,78,'_tax_class','0'),(641,78,'_tax_status','taxable'),(642,78,'_line_total','44.2384'),(643,78,'_line_tax','0'),(644,78,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(645,79,'_fee_amount',''),(646,79,'_tax_class','0'),(647,79,'_tax_status','taxable'),(648,79,'_line_total','22.1192'),(649,79,'_line_tax','0'),(650,79,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(651,80,'_fee_amount',''),(652,80,'_tax_class','0'),(653,80,'_tax_status','taxable'),(654,80,'_line_total','22.1192'),(655,80,'_line_tax','0'),(656,80,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(657,81,'_fee_amount',''),(658,81,'_tax_class','0'),(659,81,'_tax_status','taxable'),(660,81,'_line_total','49.7682'),(661,81,'_line_tax','0'),(662,81,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(663,82,'_fee_amount',''),(664,82,'_tax_class','0'),(665,82,'_tax_status','taxable'),(666,82,'_line_total','44.2384'),(667,82,'_line_tax','0'),(668,82,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(669,83,'_fee_amount',''),(670,83,'_tax_class','0'),(671,83,'_tax_status','taxable'),(672,83,'_line_total','44.2384'),(673,83,'_line_tax','0'),(674,83,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(675,84,'_fee_amount',''),(676,84,'_tax_class','0'),(677,84,'_tax_status','taxable'),(678,84,'_line_total','22.1192'),(679,84,'_line_tax','0'),(680,84,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(681,85,'_fee_amount',''),(682,85,'_tax_class','0'),(683,85,'_tax_status','taxable'),(684,85,'_line_total','11.0596'),(685,85,'_line_tax','0'),(686,85,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(687,86,'_fee_amount',''),(688,86,'_tax_class','0'),(689,86,'_tax_status','taxable'),(690,86,'_line_total','33.1788'),(691,86,'_line_tax','0'),(692,86,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(693,87,'_fee_amount',''),(694,87,'_tax_class','0'),(695,87,'_tax_status','taxable'),(696,87,'_line_total','33.1788'),(697,87,'_line_tax','0'),(698,87,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(699,88,'_fee_amount',''),(700,88,'_tax_class','0'),(701,88,'_tax_status','taxable'),(702,88,'_line_total','44.2384'),(703,88,'_line_tax','0'),(704,88,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(705,89,'_fee_amount',''),(706,89,'_tax_class','0'),(707,89,'_tax_status','taxable'),(708,89,'_line_total','33.1788'),(709,89,'_line_tax','0'),(710,89,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(711,90,'_fee_amount',''),(712,90,'_tax_class','0'),(713,90,'_tax_status','taxable'),(714,90,'_line_total','33.1788'),(715,90,'_line_tax','0'),(716,90,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(717,91,'_fee_amount',''),(718,91,'_tax_class','0'),(719,91,'_tax_status','taxable'),(720,91,'_line_total','22.1192'),(721,91,'_line_tax','0'),(722,91,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(723,92,'_fee_amount',''),(724,92,'_tax_class','0'),(725,92,'_tax_status','taxable'),(726,92,'_line_total','22.1192'),(727,92,'_line_tax','0'),(728,92,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(729,93,'_fee_amount',''),(730,93,'_tax_class','0'),(731,93,'_tax_status','taxable'),(732,93,'_line_total','22.1192'),(733,93,'_line_tax','0'),(734,93,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(735,94,'_fee_amount',''),(736,94,'_tax_class','0'),(737,94,'_tax_status','taxable'),(738,94,'_line_total','22.1192'),(739,94,'_line_tax','0'),(740,94,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(741,95,'_fee_amount',''),(742,95,'_tax_class','0'),(743,95,'_tax_status','taxable'),(744,95,'_line_total','33.1788'),(745,95,'_line_tax','0'),(746,95,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(747,96,'_fee_amount',''),(748,96,'_tax_class','0'),(749,96,'_tax_status','taxable'),(750,96,'_line_total','22.1192'),(751,96,'_line_tax','0'),(752,96,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(753,97,'_fee_amount',''),(754,97,'_tax_class','0'),(755,97,'_tax_status','taxable'),(756,97,'_line_total','55.298'),(757,97,'_line_tax','0'),(758,97,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(759,98,'_fee_amount',''),(760,98,'_tax_class','0'),(761,98,'_tax_status','taxable'),(762,98,'_line_total','22.1192'),(763,98,'_line_tax','0'),(764,98,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(765,99,'_fee_amount',''),(766,99,'_tax_class','0'),(767,99,'_tax_status','taxable'),(768,99,'_line_total','66.3576'),(769,99,'_line_tax','0'),(770,99,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(771,100,'_fee_amount',''),(772,100,'_tax_class','0'),(773,100,'_tax_status','taxable'),(774,100,'_line_total','22.1192'),(775,100,'_line_tax','0'),(776,100,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(786,102,'_line_total','165.894'),(787,102,'_line_tax','0'),(788,102,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(789,103,'_fee_amount',''),(790,103,'_tax_class','0'),(791,103,'_tax_status','taxable'),(792,103,'_line_total','138.245'),(793,103,'_line_tax','0'),(794,103,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(795,104,'_fee_amount',''),(796,104,'_tax_class','0'),(797,104,'_tax_status','taxable'),(798,104,'_line_total','55.298'),(799,104,'_line_tax','0'),(800,104,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(801,105,'_fee_amount',''),(802,105,'_tax_class','0'),(803,105,'_tax_status','taxable'),(804,105,'_line_total','55.298'),(805,105,'_line_tax','0'),(806,105,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(807,106,'_fee_amount',''),(808,106,'_tax_class','0'),(809,106,'_tax_status','taxable'),(810,106,'_line_total','22.1192'),(811,106,'_line_tax','0'),(812,106,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(813,107,'_fee_amount',''),(814,107,'_tax_class','0'),(815,107,'_tax_status','taxable'),(816,107,'_line_total','22.1192'),(817,107,'_line_tax','0'),(818,107,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(819,108,'_fee_amount',''),(820,108,'_tax_class','0'),(821,108,'_tax_status','taxable'),(822,108,'_line_total','22.1192'),(823,108,'_line_tax','0'),(824,108,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(825,109,'_fee_amount',''),(826,109,'_tax_class','0'),(827,109,'_tax_status','taxable'),(828,109,'_line_total','22.1192'),(829,109,'_line_tax','0'),(830,109,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(831,110,'_fee_amount',''),(832,110,'_tax_class','0'),(833,110,'_tax_status','taxable'),(834,110,'_line_total','22.1192'),(835,110,'_line_tax','0'),(836,110,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(837,111,'_fee_amount',''),(838,111,'_tax_class','0'),(839,111,'_tax_status','taxable'),(840,111,'_line_total','22.1192'),(841,111,'_line_tax','0'),(842,111,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(843,112,'_fee_amount',''),(844,112,'_tax_class','0'),(845,112,'_tax_status','taxable'),(846,112,'_line_total','44.2384'),(847,112,'_line_tax','0'),(848,112,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(849,113,'_fee_amount',''),(850,113,'_tax_class','0'),(851,113,'_tax_status','taxable'),(852,113,'_line_total','55.298'),(853,113,'_line_tax','0'),(854,113,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(855,114,'_fee_amount',''),(856,114,'_tax_class','0'),(857,114,'_tax_status','taxable'),(858,114,'_line_total','22.1192'),(859,114,'_line_tax','0'),(860,114,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(861,115,'_fee_amount',''),(862,115,'_tax_class','0'),(863,115,'_tax_status','taxable'),(864,115,'_line_total','22.1192'),(865,115,'_line_tax','0'),(866,115,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(867,116,'_fee_amount',''),(868,116,'_tax_class','0'),(869,116,'_tax_status','taxable'),(870,116,'_line_total','22.1192'),(871,116,'_line_tax','0'),(872,116,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(873,117,'_fee_amount',''),(874,117,'_tax_class','0'),(875,117,'_tax_status','taxable'),(876,117,'_line_total','55.298'),(877,117,'_line_tax','0'),(878,117,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(879,118,'_fee_amount',''),(880,118,'_tax_class','0'),(881,118,'_tax_status','taxable'),(882,118,'_line_total','55.298'),(883,118,'_line_tax','0'),(884,118,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(885,119,'_fee_amount',''),(886,119,'_tax_class','0'),(887,119,'_tax_status','taxable'),(888,119,'_line_total','27.649'),(889,119,'_line_tax','0'),(890,119,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(891,120,'_fee_amount',''),(892,120,'_tax_class','0'),(893,120,'_tax_status','taxable'),(894,120,'_line_total','27.649'),(895,120,'_line_tax','0'),(896,120,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(897,121,'_fee_amount',''),(898,121,'_tax_class','0'),(899,121,'_tax_status','taxable'),(900,121,'_line_total','27.649'),(901,121,'_line_tax','0'),(902,121,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(903,122,'_fee_amount',''),(904,122,'_tax_class','0'),(905,122,'_tax_status','taxable'),(906,122,'_line_total','27.649'),(907,122,'_line_tax','0'),(908,122,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(909,123,'_fee_amount',''),(910,123,'_tax_class','0'),(911,123,'_tax_status','taxable'),(912,123,'_line_total','22.1192'),(913,123,'_line_tax','0'),(914,123,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(915,124,'_fee_amount',''),(916,124,'_tax_class','0'),(917,124,'_tax_status','taxable'),(918,124,'_line_total','22.1192'),(919,124,'_line_tax','0'),(920,124,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(921,125,'_fee_amount',''),(922,125,'_tax_class','0'),(923,125,'_tax_status','taxable'),(924,125,'_line_total','55.298'),(925,125,'_line_tax','0'),(926,125,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(927,126,'_fee_amount',''),(928,126,'_tax_class','0'),(929,126,'_tax_status','taxable'),(930,126,'_line_total','55.298'),(931,126,'_line_tax','0'),(932,126,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(933,127,'_fee_amount',''),(934,127,'_tax_class','0'),(935,127,'_tax_status','taxable'),(936,127,'_line_total','55.298'),(937,127,'_line_tax','0'),(938,127,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(939,128,'_fee_amount',''),(940,128,'_tax_class','0'),(941,128,'_tax_status','taxable'),(942,128,'_line_total','55.298'),(943,128,'_line_tax','0'),(944,128,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(945,129,'_fee_amount',''),(946,129,'_tax_class','0'),(947,129,'_tax_status','taxable'),(948,129,'_line_total','55.298'),(949,129,'_line_tax','0'),(950,129,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(951,130,'_fee_amount',''),(952,130,'_tax_class','0'),(953,130,'_tax_status','taxable'),(954,130,'_line_total','55.298'),(955,130,'_line_tax','0'),(956,130,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(957,131,'_fee_amount',''),(958,131,'_tax_class','0'),(959,131,'_tax_status','taxable'),(960,131,'_line_total','55.298'),(961,131,'_line_tax','0'),(962,131,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(963,132,'_fee_amount',''),(964,132,'_tax_class','0'),(965,132,'_tax_status','taxable'),(966,132,'_line_total','55.298'),(967,132,'_line_tax','0'),(968,132,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(969,133,'_fee_amount',''),(970,133,'_tax_class','0'),(971,133,'_tax_status','taxable'),(972,133,'_line_total','55.298'),(973,133,'_line_tax','0'),(974,133,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(975,134,'_fee_amount',''),(976,134,'_tax_class','0'),(977,134,'_tax_status','taxable'),(978,134,'_line_total','55.298'),(979,134,'_line_tax','0'),(980,134,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(981,135,'_fee_amount',''),(982,135,'_tax_class','0'),(983,135,'_tax_status','taxable'),(984,135,'_line_total','55.298'),(985,135,'_line_tax','0'),(986,135,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(987,136,'_fee_amount',''),(988,136,'_tax_class','0'),(989,136,'_tax_status','taxable'),(990,136,'_line_total','55.298'),(991,136,'_line_tax','0'),(992,136,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(993,137,'_fee_amount',''),(994,137,'_tax_class','0'),(995,137,'_tax_status','taxable'),(996,137,'_line_total','55.298'),(997,137,'_line_tax','0'),(998,137,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(999,138,'_fee_amount',''),(1000,138,'_tax_class','0'),(1001,138,'_tax_status','taxable'),(1002,138,'_line_total','55.298'),(1003,138,'_line_tax','0'),(1004,138,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1005,139,'_fee_amount',''),(1006,139,'_tax_class','0'),(1007,139,'_tax_status','taxable'),(1008,139,'_line_total','22.1192'),(1009,139,'_line_tax','0'),(1010,139,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1011,140,'_fee_amount',''),(1012,140,'_tax_class','0'),(1013,140,'_tax_status','taxable'),(1014,140,'_line_total','22.1192'),(1015,140,'_line_tax','0'),(1016,140,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1017,141,'_fee_amount',''),(1018,141,'_tax_class','0'),(1019,141,'_tax_status','taxable'),(1020,141,'_line_total','110.596'),(1021,141,'_line_tax','0'),(1022,141,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1023,142,'_fee_amount',''),(1024,142,'_tax_class','0'),(1025,142,'_tax_status','taxable'),(1026,142,'_line_total','55.298'),(1027,142,'_line_tax','0'),(1028,142,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1029,143,'_fee_amount',''),(1030,143,'_tax_class','0'),(1031,143,'_tax_status','taxable'),(1032,143,'_line_total','55.298'),(1033,143,'_line_tax','0'),(1034,143,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1035,144,'_fee_amount',''),(1036,144,'_tax_class','0'),(1037,144,'_tax_status','taxable'),(1038,144,'_line_total','55.298'),(1039,144,'_line_tax','0'),(1040,144,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1041,145,'_fee_amount',''),(1042,145,'_tax_class','0'),(1043,145,'_tax_status','taxable'),(1044,145,'_line_total','55.298'),(1045,145,'_line_tax','0'),(1046,145,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1047,146,'_fee_amount',''),(1048,146,'_tax_class','0'),(1049,146,'_tax_status','taxable'),(1050,146,'_line_total','221.192'),(1051,146,'_line_tax','0'),(1052,146,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1053,147,'_fee_amount',''),(1054,147,'_tax_class','0'),(1055,147,'_tax_status','taxable'),(1056,147,'_line_total','11.0596'),(1057,147,'_line_tax','0'),(1058,147,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1059,148,'_fee_amount',''),(1060,148,'_tax_class','0'),(1061,148,'_tax_status','taxable'),(1062,148,'_line_total','33.1788'),(1063,148,'_line_tax','0'),(1064,148,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1065,149,'_fee_amount',''),(1066,149,'_tax_class','0'),(1067,149,'_tax_status','taxable'),(1068,149,'_line_total','22.1192'),(1069,149,'_line_tax','0'),(1070,149,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1071,150,'_fee_amount',''),(1072,150,'_tax_class','0'),(1073,150,'_tax_status','taxable'),(1074,150,'_line_total','22.1192'),(1075,150,'_line_tax','0'),(1076,150,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1077,151,'_fee_amount',''),(1078,151,'_tax_class','0'),(1079,151,'_tax_status','taxable'),(1080,151,'_line_total','22.1192'),(1081,151,'_line_tax','0'),(1082,151,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1083,152,'_fee_amount',''),(1084,152,'_tax_class','0'),(1085,152,'_tax_status','taxable'),(1086,152,'_line_total','22.1192'),(1087,152,'_line_tax','0'),(1088,152,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1089,153,'_fee_amount',''),(1090,153,'_tax_class','0'),(1091,153,'_tax_status','taxable'),(1092,153,'_line_total','11.0596'),(1093,153,'_line_tax','0'),(1094,153,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1095,154,'_fee_amount',''),(1096,154,'_tax_class','0'),(1097,154,'_tax_status','taxable'),(1098,154,'_line_total','11.0596'),(1099,154,'_line_tax','0'),(1100,154,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1101,155,'_fee_amount',''),(1102,155,'_tax_class','0'),(1103,155,'_tax_status','taxable'),(1104,155,'_line_total','33.1788'),(1105,155,'_line_tax','0'),(1106,155,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1107,156,'_fee_amount',''),(1108,156,'_tax_class','0'),(1109,156,'_tax_status','taxable'),(1110,156,'_line_total','11.0596'),(1111,156,'_line_tax','0'),(1112,156,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1113,157,'_fee_amount',''),(1114,157,'_tax_class','0'),(1115,157,'_tax_status','taxable'),(1116,157,'_line_total','22.1192'),(1117,157,'_line_tax','0'),(1118,157,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1119,158,'_fee_amount',''),(1120,158,'_tax_class','0'),(1121,158,'_tax_status','taxable'),(1122,158,'_line_total','22.1192'),(1123,158,'_line_tax','0'),(1124,158,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1125,159,'_fee_amount',''),(1126,159,'_tax_class','0'),(1127,159,'_tax_status','taxable'),(1128,159,'_line_total','22.1192'),(1129,159,'_line_tax','0'),(1130,159,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1131,160,'_fee_amount',''),(1132,160,'_tax_class','0'),(1133,160,'_tax_status','taxable'),(1134,160,'_line_total','22.1192'),(1135,160,'_line_tax','0'),(1136,160,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1137,161,'_fee_amount',''),(1138,161,'_tax_class','0'),(1139,161,'_tax_status','taxable'),(1140,161,'_line_total','22.1192'),(1141,161,'_line_tax','0'),(1142,161,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1143,162,'_fee_amount',''),(1144,162,'_tax_class','0'),(1145,162,'_tax_status','taxable'),(1146,162,'_line_total','22.1192'),(1147,162,'_line_tax','0'),(1148,162,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1149,163,'_fee_amount',''),(1150,163,'_tax_class','0'),(1151,163,'_tax_status','taxable'),(1152,163,'_line_total','11.0596'),(1153,163,'_line_tax','0'),(1154,163,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1155,164,'_fee_amount',''),(1156,164,'_tax_class','0'),(1157,164,'_tax_status','taxable'),(1158,164,'_line_total','22.1192'),(1159,164,'_line_tax','0'),(1160,164,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(1161,165,'_fee_amount',''),(1162,165,'_tax_class','0'),(1163,165,'_tax_status','taxable'),(1164,165,'_line_total','55.298'),(1165,165,'_line_tax','0'),(1166,165,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}');
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=166 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_items`
--

LOCK TABLES `wp_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_items` VALUES (1,'Booking fee for PLATINUM EXPRESS &#8211; A FUNKY HALLOWEEN DANCE','fee',4425),(2,'Booking fee for STEVE KILE BAND (SAT)','fee',4432),(3,'Booking fee for PLATINUM EXPRESS &#8211; A FUNKY HALLOWEEN DANCE','fee',4443),(4,'Booking fee for PLATINUM EXPRESS &#8211; A FUNKY HALLOWEEN DANCE','fee',4444),(5,'NYE 2020','line_item',4496),(6,'US-KS-SALES TAX-1','tax',4496),(7,'NYE 2020','line_item',4499),(8,'NYE 2020','line_item',4503),(9,'NYE 2020','line_item',4504),(10,'NYE 2020','line_item',4505),(11,'NYE 2020','line_item',4506),(12,'NYE 2020','line_item',4507),(13,'NYE 2020','line_item',4508),(14,'NYE 2020','line_item',4509),(15,'NYE 2020','line_item',4514),(16,'NYE 2020','line_item',4515),(17,'US-KS-SALES TAX-1','tax',4515),(18,'NYE 2020','line_item',4516),(19,'US-KS-SALES TAX-1','tax',4516),(20,'NYE 2020','line_item',4519),(21,'NYE 2020','line_item',4520),(22,'NYE 2020','line_item',4522),(23,'NYE 2020','line_item',4523),(24,'NYE 2020','line_item',4524),(25,'NYE 2020','line_item',4525),(26,'NYE 2020','line_item',4526),(27,'NYE 2020','line_item',4527),(28,'NYE 2020','line_item',4528),(29,'NYE 2020','line_item',4529),(30,'NYE 2020','line_item',4530),(31,'NYE 2020','line_item',4531),(32,'NYE 2020','line_item',4532),(33,'US-KS-SALES TAX-1','tax',4532),(34,'NYE 2020','line_item',4534),(35,'NYE 2020','line_item',4536),(36,'NYE 2020','line_item',4538),(37,'NYE 2020','line_item',4540),(101,'Booking fee for NO GOOD JOHNNY','fee',4733),(39,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4559),(102,'Booking fee for NO GOOD JOHNNY','fee',4735),(41,'NYE 2020','line_item',4568),(42,'US-KS-SALES TAX-1','tax',4568),(43,'NYE 2020','line_item',4571),(44,'NYE 2020','line_item',4572),(45,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4573),(46,'NYE 2020','line_item',4575),(49,'NYE 2020','line_item',4576),(50,'NYE 2020','line_item',4577),(51,'Booking fee for STEVE KILE BAND','fee',4578),(52,'NYE 2020','line_item',4580),(53,'NYE 2020','line_item',4581),(54,'NYE 2020','line_item',4582),(55,'NYE 2020','line_item',4583),(56,'US-KS-SALES TAX-1','tax',4583),(57,'NYE 2020','line_item',4585),(58,'Booking fee for NEW YEAR&#8217;S EVE with Mark &#038; The Sharks','fee',4595),(59,'NYE - Dance Only','line_item',4597),(60,'NYE - Dance Only','line_item',4598),(61,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4601),(62,'NYE 2020','line_item',4603),(63,'Booking fee for NEW YEAR&#8217;S EVE &#8211; DANCE ONLY','fee',4605),(64,'NYE - Dance Only','line_item',4607),(65,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4609),(66,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4611),(67,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4613),(68,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4639),(69,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4641),(70,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4643),(71,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4645),(72,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4647),(73,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4649),(74,'Booking fee for NO GOOD JOHNNY','fee',4651),(75,'Booking fee for BISCUIT MILLER','fee',4654),(76,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4656),(77,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4667),(78,'Booking fee for STEVE KILE BAND','fee',4669),(79,'Booking fee for STEVE KILE BAND','fee',4670),(80,'Booking fee for NO GOOD JOHNNY','fee',4673),(81,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4676),(82,'Booking fee for NO GOOD JOHNNY','fee',4678),(83,'Booking fee for NO GOOD JOHNNY','fee',4680),(84,'Booking fee for BISCUIT MILLER','fee',4681),(85,'Booking fee for THE HOUSE JUMPERS','fee',4684),(86,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4686),(87,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4688),(88,'Booking fee for STEVE KILE BAND','fee',4690),(89,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4692),(90,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4696),(91,'Booking fee for THE HOUSE JUMPERS','fee',4697),(92,'Booking fee for STEVE KILE BAND','fee',4702),(93,'Booking fee for NO GOOD JOHNNY','fee',4705),(94,'Booking fee for NO GOOD JOHNNY','fee',4707),(95,'Booking fee for NO GOOD JOHNNY','fee',4708),(96,'Booking fee for STEVE KILE BAND','fee',4725),(97,'Booking fee for NO GOOD JOHNNY','fee',4727),(98,'Booking fee for NO GOOD JOHNNY','fee',4728),(99,'Booking fee for LADIES SUNDAY BRUNCH &#038; MUSIC','fee',4729),(100,'Booking fee for NO GOOD JOHNNY','fee',4731),(103,'Booking fee for NO GOOD JOHNNY','fee',4736),(104,'Booking fee for NO GOOD JOHNNY','fee',4737),(105,'Booking fee for NO GOOD JOHNNY','fee',4739),(106,'Booking fee for STEVE KILE BAND','fee',4742),(107,'Booking fee for STEVE KILE BAND','fee',4746),(108,'Booking fee for STEVE KILE BAND','fee',4748),(109,'Booking fee for STEVE KILE BAND','fee',4749),(110,'Booking fee for STEVE KILE BAND','fee',4751),(111,'Booking fee for STEVE KILE BAND','fee',4753),(112,'Booking fee for STEVE KILE BAND','fee',4756),(113,'Booking fee for STEVE KILE BAND','fee',4758),(114,'Booking fee for STEVE KILE BAND','fee',4760),(115,'Booking fee for STEVE KILE BAND','fee',4761),(116,'Booking fee for STEVE KILE BAND','fee',4763),(117,'Booking fee for NO GOOD JOHNNY','fee',4765),(118,'Booking fee for NO GOOD JOHNNY','fee',4767),(119,'Booking fee for NO GOOD JOHNNY','fee',4769),(120,'Booking fee for NO GOOD JOHNNY','fee',4770),(121,'Booking fee for NO GOOD JOHNNY','fee',4771),(122,'Booking fee for NO GOOD JOHNNY','fee',4772),(123,'Booking fee for NO GOOD JOHNNY','fee',4774),(124,'Booking fee for NO GOOD JOHNNY','fee',4775),(125,'Booking fee for NO GOOD JOHNNY','fee',4777),(126,'Booking fee for NO GOOD JOHNNY','fee',4778),(127,'Booking fee for NO GOOD JOHNNY','fee',4780),(128,'Booking fee for NO GOOD JOHNNY','fee',4783),(129,'Booking fee for NO GOOD JOHNNY','fee',4785),(130,'Booking fee for NO GOOD JOHNNY','fee',4787),(131,'Booking fee for NO GOOD JOHNNY','fee',4789),(132,'Booking fee for NO GOOD JOHNNY','fee',4793),(133,'Booking fee for NO GOOD JOHNNY','fee',4796),(134,'Booking fee for NO GOOD JOHNNY','fee',4798),(135,'Booking fee for NO GOOD JOHNNY','fee',4800),(136,'Booking fee for NO GOOD JOHNNY','fee',4802),(137,'Booking fee for NO GOOD JOHNNY','fee',4803),(138,'Booking fee for NO GOOD JOHNNY','fee',4805),(139,'Booking fee for NO GOOD JOHNNY','fee',4806),(140,'Booking fee for NO GOOD JOHNNY','fee',4808),(141,'Booking fee for NO GOOD JOHNNY','fee',4811),(142,'Booking fee for NO GOOD JOHNNY','fee',4813),(143,'Booking fee for NO GOOD JOHNNY','fee',4814),(144,'Booking fee for NO GOOD JOHNNY','fee',4816),(145,'Booking fee for NO GOOD JOHNNY','fee',4817),(146,'Booking fee for NO GOOD JOHNNY','fee',4819),(147,'Booking fee for CHANCE ENCOUNTER','fee',4824),(148,'Booking fee for CHANCE ENCOUNTER','fee',4826),(149,'Booking fee for CHANCE ENCOUNTER','fee',4828),(150,'Booking fee for CHANCE ENCOUNTER','fee',4834),(151,'Booking fee for CHANCE ENCOUNTER','fee',4836),(152,'Booking fee for CHANCE ENCOUNTER','fee',4838),(153,'Booking fee for CHANCE ENCOUNTER','fee',4840),(154,'Booking fee for CHANCE ENCOUNTER','fee',4844),(155,'Booking fee for CHANCE ENCOUNTER','fee',4846),(156,'Booking fee for CHANCE ENCOUNTER','fee',4848),(157,'Booking fee for CHANCE ENCOUNTER','fee',4850),(158,'Booking fee for CHANCE ENCOUNTER','fee',4852),(159,'Booking fee for CHANCE ENCOUNTER','fee',4854),(160,'Booking fee for CHANCE ENCOUNTER','fee',4855),(161,'Booking fee for CHANCE ENCOUNTER','fee',4857),(162,'Booking fee for CHANCE ENCOUNTER','fee',4858),(163,'Booking fee for CHANCE ENCOUNTER','fee',4860),(164,'Booking fee for CHANCE ENCOUNTER','fee',4861),(165,'Booking fee for CHANCE ENCOUNTER','fee',4862);
/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--

LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--

LOCK TABLES `wp_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=MyISAM AUTO_INCREMENT=444 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_sessions` VALUES (441,'813c91427fe4d4a04a8f85b777522140','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"41c576a3bac4220845f9427b002a2a9d\";a:11:{s:3:\"key\";s:32:\"41c576a3bac4220845f9427b002a2a9d\";s:10:\"product_id\";i:4587;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:40;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:40;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"40.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"40.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"40.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583440565),(437,'e2792f5a910d47bf3e10d19f4bfd9f3d','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"41c576a3bac4220845f9427b002a2a9d\";a:11:{s:3:\"key\";s:32:\"41c576a3bac4220845f9427b002a2a9d\";s:10:\"product_id\";i:4587;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:40;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:40;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"40.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"40.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"40.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583432242),(438,'2267120d090e41085d74b69ce0bd2748','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";a:11:{s:3:\"key\";s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";s:10:\"product_id\";i:1589;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"75.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"75.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"75.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583435063),(439,'8598ab25a39b720e5d9f068110d4950e','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"41c576a3bac4220845f9427b002a2a9d\";a:11:{s:3:\"key\";s:32:\"41c576a3bac4220845f9427b002a2a9d\";s:10:\"product_id\";i:4587;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:40;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:40;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"40.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"40.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"40.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583439696),(440,'fae7fb9eff4eef8af1a4763cc9b592cd','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";a:11:{s:3:\"key\";s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";s:10:\"product_id\";i:1589;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"75.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"75.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"75.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583440152),(435,'288cab1e2f3c36b7c40fd4a79f598851','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"41c576a3bac4220845f9427b002a2a9d\";a:11:{s:3:\"key\";s:32:\"41c576a3bac4220845f9427b002a2a9d\";s:10:\"product_id\";i:4587;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:40;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:40;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"40.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"40.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"40.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:249:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:174:\"<a href=\"https://thehistoricvinewood.com/shop/\" tabindex=\"1\" class=\"button wc-forward\">Continue shopping</a> &ldquo;NYE &#8211; Dance Only&rdquo; has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583381222),(436,'dc02034efbcfdd33696ef78ab1f51b1d','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"41c576a3bac4220845f9427b002a2a9d\";a:11:{s:3:\"key\";s:32:\"41c576a3bac4220845f9427b002a2a9d\";s:10:\"product_id\";i:4587;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:40;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:40;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"40.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"40.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"40.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583383370),(442,'51d9e8ae1c068d0eae4a9e6aa90ce720','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";a:11:{s:3:\"key\";s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";s:10:\"product_id\";i:1589;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"75.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"75.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"75.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583441246),(443,'ce0c58e31073ca3571e068dfa5e110d6','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"41c576a3bac4220845f9427b002a2a9d\";a:11:{s:3:\"key\";s:32:\"41c576a3bac4220845f9427b002a2a9d\";s:10:\"product_id\";i:4587;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:40;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:40;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"40.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"40.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"40.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583462441),(434,'13f8d010fb35605e0ca3812fe05a06fb','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";a:11:{s:3:\"key\";s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";s:10:\"product_id\";i:1589;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"75.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"75.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"75.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583353578),(433,'8b8a30134596ccf065cd8a82bacd407b','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"41c576a3bac4220845f9427b002a2a9d\";a:11:{s:3:\"key\";s:32:\"41c576a3bac4220845f9427b002a2a9d\";s:10:\"product_id\";i:4587;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:40;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:40;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"40.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"40.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"40.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583353571),(431,'986684a217da04e6d8f4b1c227010cca','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";a:11:{s:3:\"key\";s:32:\"dca5672ff3444c7e997aa9a2c4eb2094\";s:10:\"product_id\";i:1589;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"75.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"75.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"75.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:235:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:160:\"<a href=\"https://thehistoricvinewood.com/shop/\" tabindex=\"1\" class=\"button wc-forward\">Continue shopping</a> &ldquo;NYE 2020&rdquo; has been added to your cart.\";s:4:\"data\";a:0:{}}}}\";s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583336592),(432,'0c728b76bb2882d33edc862b8e647049','a:8:{s:4:\"cart\";s:412:\"a:1:{s:32:\"41c576a3bac4220845f9427b002a2a9d\";a:11:{s:3:\"key\";s:32:\"41c576a3bac4220845f9427b002a2a9d\";s:10:\"product_id\";i:4587;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:40;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:40;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"40.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"40.00\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"40.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1583347303);
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--

LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--

LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--

LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--

LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_tax_rate_locations` VALUES (1,'66605',1,'postcode'),(2,'TOPEKA',1,'city');
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rates`
--

LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_tax_rates` VALUES (1,'US','KS','9.1500','Sales Tax',1,0,0,0,'');
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpforms_lite`
--

DROP TABLE IF EXISTS `wp_wpforms_lite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpforms_lite` (
  `rid` int(10) NOT NULL AUTO_INCREMENT,
  `start` bigint(20) NOT NULL,
  `end` bigint(20) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 1,
  `date` int(10) NOT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_lite`
--

LOCK TABLES `wp_wpforms_lite` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_lite` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpforms_lite` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2020-03-03 23:35:51
